@charset "UTF-8";
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900.eot);
  src: url(/assets/font-awesome/fa-solid-900.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-solid-900.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900.woff) format("woff"), url(/assets/font-awesome/fa-solid-900.ttf) format("truetype"), url(/assets/font-awesome/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400.eot);
  src: url(/assets/font-awesome/fa-regular-400.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-regular-400.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400.woff) format("woff"), url(/assets/font-awesome/fa-regular-400.ttf) format("truetype"), url(/assets/font-awesome/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400.eot);
  src: url(/assets/font-awesome/fa-brands-400.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-brands-400.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400.woff) format("woff"), url(/assets/font-awesome/fa-brands-400.ttf) format("truetype"), url(/assets/font-awesome/fa-brands-400.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.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;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.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 */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .sr-only-focusable.paginate_button:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineuethin-webfont.eot);
  src: url(/assets/unineue/unineuethin-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineuethin-webfont.woff2) format("woff2"), url(/assets/unineue/unineuethin-webfont.woff) format("woff"), url(/assets/unineue/unineuethin-webfont.ttf) format("truetype"), url(/assets/unineue/unineuethin-webfont.svg#uni_neuethin) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineuethin-italic-webfont.eot);
  src: url(/assets/unineue/unineuethin-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineuethin-italic-webfont.woff2) format("woff2"), url(/assets/unineue/unineuethin-italic-webfont.woff) format("woff"), url(/assets/unineue/unineuethin-italic-webfont.ttf) format("truetype"), url(/assets/unineue/unineuethin-italic-webfont.svg#uni_neuethin_italic) format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineuelight-webfont.eot);
  src: url(/assets/unineue/unineuelight-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineuelight-webfont.woff2) format("woff2"), url(/assets/unineue/unineuelight-webfont.woff) format("woff"), url(/assets/unineue/unineuelight-webfont.ttf) format("truetype"), url(/assets/unineue/unineuelight-webfont.svg#uni_neuelight) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineuelight-italic-webfont.eot);
  src: url(/assets/unineue/unineuelight-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineuelight-italic-webfont.woff2) format("woff2"), url(/assets/unineue/unineuelight-italic-webfont.woff) format("woff"), url(/assets/unineue/unineuelight-italic-webfont.ttf) format("truetype"), url(/assets/unineue/unineuelight-italic-webfont.svg#uni_neuelight_italic) format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineuebook-webfont.eot);
  src: url(/assets/unineue/unineuebook-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineuebook-webfont.woff2) format("woff2"), url(/assets/unineue/unineuebook-webfont.woff) format("woff"), url(/assets/unineue/unineuebook-webfont.ttf) format("truetype"), url(/assets/unineue/unineuebook-webfont.svg#uni_neuebook) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineueregular-webfont.eot);
  src: url(/assets/unineue/unineueregular-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineueregular-webfont.woff2) format("woff2"), url(/assets/unineue/unineueregular-webfont.woff) format("woff"), url(/assets/unineue/unineueregular-webfont.ttf) format("truetype"), url(/assets/unineue/unineueregular-webfont.svg#uni_neueregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineueregular-italic-webfont.eot);
  src: url(/assets/unineue/unineueregular-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineueregular-italic-webfont.woff2) format("woff2"), url(/assets/unineue/unineueregular-italic-webfont.woff) format("woff"), url(/assets/unineue/unineueregular-italic-webfont.ttf) format("truetype"), url(/assets/unineue/unineueregular-italic-webfont.svg#uni_neueregular_italic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineuebold-webfont.eot);
  src: url(/assets/unineue/unineuebold-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineuebold-webfont.woff2) format("woff2"), url(/assets/unineue/unineuebold-webfont.woff) format("woff"), url(/assets/unineue/unineuebold-webfont.ttf) format("truetype"), url(/assets/unineue/unineuebold-webfont.svg#uni_neuebold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineuebold-italic-webfont.eot);
  src: url(/assets/unineue/unineuebold-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineuebold-italic-webfont.woff2) format("woff2"), url(/assets/unineue/unineuebold-italic-webfont.woff) format("woff"), url(/assets/unineue/unineuebold-italic-webfont.ttf) format("truetype"), url(/assets/unineue/unineuebold-italic-webfont.svg#uni_neuebold_italic) format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineueheavy-webfont.eot);
  src: url(/assets/unineue/unineueheavy-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineueheavy-webfont.woff2) format("woff2"), url(/assets/unineue/unineueheavy-webfont.woff) format("woff"), url(/assets/unineue/unineueheavy-webfont.ttf) format("truetype"), url(/assets/unineue/unineueheavy-webfont.svg#uni_neueheavy) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineueheavy-italic-webfont.eot);
  src: url(/assets/unineue/unineueheavy-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineueheavy-italic-webfont.woff2) format("woff2"), url(/assets/unineue/unineueheavy-italic-webfont.woff) format("woff"), url(/assets/unineue/unineueheavy-italic-webfont.ttf) format("truetype"), url(/assets/unineue/unineueheavy-italic-webfont.svg#uni_neueheavy_italic) format("svg");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "unineue";
  src: url(/assets/unineue/unineueblack-webfont.eot);
  src: url(/assets/unineue/unineueblack-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/unineue/unineueblack-webfont.woff2) format("woff2"), url(/assets/unineue/unineueblack-webfont.woff) format("woff"), url(/assets/unineue/unineueblack-webfont.ttf) format("truetype"), url(/assets/unineue/unineueblack-webfont.svg#uni_neueblack) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "opendyslexic";
  src: url(/assets/opendyslexic/opendyslexic-italic-webfont.eot);
  src: url(/assets/opendyslexic/opendyslexic-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/opendyslexic/opendyslexic-italic-webfont.woff2) format("woff2"), url(/assets/opendyslexic/opendyslexic-italic-webfont.woff) format("woff"), url(/assets/opendyslexic/opendyslexic-italic-webfont.ttf) format("truetype"), url(/assets/opendyslexic/opendyslexic-italic-webfont.svg#opendyslexicitalic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "opendyslexic";
  src: url(/assets/opendyslexic/opendyslexic-regular-webfont.eot);
  src: url(/assets/opendyslexic/opendyslexic-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/opendyslexic/opendyslexic-regular-webfont.woff2) format("woff2"), url(/assets/opendyslexic/opendyslexic-regular-webfont.woff) format("woff"), url(/assets/opendyslexic/opendyslexic-regular-webfont.ttf) format("truetype"), url(/assets/opendyslexic/opendyslexic-regular-webfont.svg#opendyslexicregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "opendyslexic";
  src: url(/assets/opendyslexic/opendyslexic-bold-webfont.eot);
  src: url(/assets/opendyslexic/opendyslexic-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/opendyslexic/opendyslexic-bold-webfont.woff2) format("woff2"), url(/assets/opendyslexic/opendyslexic-bold-webfont.woff) format("woff"), url(/assets/opendyslexic/opendyslexic-bold-webfont.ttf) format("truetype"), url(/assets/opendyslexic/opendyslexic-bold-webfont.svg#opendyslexicbold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "opendyslexic";
  src: url(/assets/opendyslexic/opendyslexic-bold-italic-webfont.eot);
  src: url(/assets/opendyslexic/opendyslexic-bold-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/opendyslexic/opendyslexic-bold-italic-webfont.woff2) format("woff2"), url(/assets/opendyslexic/opendyslexic-bold-italic-webfont.woff) format("woff"), url(/assets/opendyslexic/opendyslexic-bold-italic-webfont.ttf) format("truetype"), url(/assets/opendyslexic/opendyslexic-bold-italic-webfont.svg#opendyslexicbold-italic) format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "graphik";
  src: url(/fonts/graphik/graphikbold-webfont.eot);
  src: url(/fonts/graphik/graphikbold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/graphik/graphikbold-webfont.woff2) format("woff2"), url(/fonts/graphik/graphikbold-webfont.woff) format("woff"), url(/fonts/graphik/graphikbold-webfont.ttf) format("truetype"), url(/fonts/graphik/graphikbold-webfont.svg#graphik_bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #009ee3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #e9501d;
  --yellow: #e3a30b;
  --green: #729e2e;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #729e2e;
  --secondary: #729e2e;
  --success: #729e2e;
  --info: #107e8e;
  --warning: #e3a30b;
  --danger: #dc3545;
  --light: #fff;
  --dark: #1C1D21;
  --white: #fff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --gray-950: #101214;
  --black: #000;
  --blue: #009ee3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --dark-red: #990000;
  --reder: #f40000;
  --orange: #e9501d;
  --yellow: #e3a30b;
  --green: #729e2e;
  --greener: #009639;
  --teal: #20c997;
  --cyan: #17a2b8;
  --brown: #61250c;
  --negro: #d4cbba;
  --dark-blue: #35313c;
  --dark-green: #152D23;
  --darker-blue: #107e8e;
  --pinkish: #F2ADA7;
  --cyanish: #6BBFB7;
  --complement-blue: #e34500;
  --complement-indigo: #9cf210;
  --complement-purple: #94c142;
  --complement-pink: #3ee89a;
  --complement-red: #35dccc;
  --complement-orange: #1db6e9;
  --complement-yellow: #0b4be3;
  --complement-green: #5a2e9e;
  --complement-teal: #c92052;
  --complement-cyan: #b82d17;
  --complement-brown: #0c4861;
  --complement-negro: #bac3d4;
  --complement-dark-blue: #383c31;
  --complement-dark-green: #2d151f;
  --complement-darker-blue: #8e2010;
  --complement-dark: #21201c;
  --complement-light: white;
  --complement-primary: #5a2e9e;
  --complement-secondary: #5a2e9e;
  --complement-success: #5a2e9e;
  --complement-warning: #0b4be3;
  --complement-danger: #35dccc;
  --complement-info: #8e2010;
  --lighten-blue: #8eddff;
  --lighten-indigo: #c29ffa;
  --lighten-purple: #c5b3e6;
  --lighten-pink: #f6b2d1;
  --lighten-red: #f1aeb5;
  --lighten-orange: #f6b9a5;
  --lighten-yellow: #fadd97;
  --lighten-green: #c9e3a0;
  --lighten-teal: #9ff0d8;
  --lighten-cyan: #93e5f2;
  --lighten-brown: #ed9570;
  --lighten-negro: #eeeae3;
  --lighten-dark-blue: #ada7b7;
  --lighten-dark-green: #86c6ac;
  --lighten-darker-blue: #80e2f1;
  --lighten-dark: #9ea1ad;
  --lighten-light: white;
  --lighten-primary: #c9e3a0;
  --lighten-secondary: #c9e3a0;
  --lighten-success: #c9e3a0;
  --lighten-warning: #fadd97;
  --lighten-danger: #f1aeb5;
  --lighten-info: #80e2f1;
  --lighten-complement-blue: #ffb08e;
  --lighten-complement-indigo: #d7fa9f;
  --lighten-complement-purple: #d4e6b3;
  --lighten-complement-pink: #b2f6d7;
  --lighten-complement-red: #aef1eb;
  --lighten-complement-orange: #a5e2f6;
  --lighten-complement-yellow: #97b4fa;
  --lighten-complement-green: #bba0e3;
  --lighten-complement-teal: #f09fb7;
  --lighten-complement-cyan: #f2a093;
  --lighten-complement-brown: #70c9ed;
  --lighten-complement-negro: #e3e7ee;
  --lighten-complement-dark-blue: #b1b7a7;
  --lighten-complement-dark-green: #c686a1;
  --lighten-complement-darker-blue: #f18f80;
  --lighten-complement-dark: #adaa9e;
  --lighten-complement-light: white;
  --lighten-complement-primary: #bba0e3;
  --lighten-complement-secondary: #bba0e3;
  --lighten-complement-success: #bba0e3;
  --lighten-complement-warning: #97b4fa;
  --lighten-complement-danger: #aef1eb;
  --lighten-complement-info: #f18f80;
  --darken-blue: #1b333e;
  --darken-indigo: #2e2144;
  --darken-purple: #30293c;
  --darken-pink: #4b2838;
  --darken-red: #442729;
  --darken-orange: #432b23;
  --darken-yellow: #3f351e;
  --darken-green: #2a301f;
  --darken-teal: #213a33;
  --darken-cyan: #1c3135;
  --darken-brown: #1c130f;
  --darken-negro: #555047;
  --darken-dark-blue: #151416;
  --darken-dark-green: #0b0f0d;
  --darken-darker-blue: #152628;
  --darken-dark: #0c0c0c;
  --darken-light: #636363;
  --darken-primary: #2a301f;
  --darken-secondary: #2a301f;
  --darken-success: #2a301f;
  --darken-warning: #3f351e;
  --darken-danger: #442729;
  --darken-info: #152628;
  --darken-complement-blue: #3e251b;
  --darken-complement-indigo: #374421;
  --darken-complement-purple: #353c29;
  --darken-complement-pink: #284b3b;
  --darken-complement-red: #274441;
  --darken-complement-orange: #233b43;
  --darken-complement-yellow: #1e283f;
  --darken-complement-green: #261f30;
  --darken-complement-teal: #3a2128;
  --darken-complement-cyan: #351f1c;
  --darken-complement-brown: #0f181c;
  --darken-complement-negro: #474b55;
  --darken-complement-dark-blue: #151614;
  --darken-complement-dark-green: #0f0b0d;
  --darken-complement-darker-blue: #281815;
  --darken-complement-dark: #0c0c0c;
  --darken-complement-light: #636363;
  --darken-complement-primary: #261f30;
  --darken-complement-secondary: #261f30;
  --darken-complement-success: #261f30;
  --darken-complement-warning: #1e283f;
  --darken-complement-danger: #274441;
  --darken-complement-info: #281815;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "unineue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "Source Code Pro", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "unineue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f8f9fa;
  text-align: left;
  background-color: #35313c;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #729e2e;
  text-decoration: none;
  background-color: transparent;
}

a:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button:hover {
  color: #47631d;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Source Code Pro", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h2, .h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #35313c;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #729e2e;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #729e2e;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table, .dataTable {
  width: 100%;
  margin-bottom: 1rem;
  color: #f8f9fa;
}

.table th, .dataTable th,
.table td,
.dataTable td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th, .dataTable thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody, .dataTable tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

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

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover, .table-hover tbody .activitylogs .dataTables_wrapper .dataTables_paginate .pagination tr.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover tbody tr.paginate_button:hover {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d8e4c4;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b6cd92;
}

.table-hover .table-primary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-primary.paginate_button:hover {
  background-color: #ccdcb3;
}

.table-hover .table-primary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-primary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-primary.paginate_button:hover > td,
.table-hover .table-primary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-primary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-primary.paginate_button:hover > th {
  background-color: #ccdcb3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d8e4c4;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b6cd92;
}

.table-hover .table-secondary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-secondary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-secondary.paginate_button:hover {
  background-color: #ccdcb3;
}

.table-hover .table-secondary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-secondary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-secondary.paginate_button:hover > td,
.table-hover .table-secondary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-secondary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-secondary.paginate_button:hover > th {
  background-color: #ccdcb3;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d8e4c4;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b6cd92;
}

.table-hover .table-success:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-success.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-success.paginate_button:hover {
  background-color: #ccdcb3;
}

.table-hover .table-success:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-success.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-success.paginate_button:hover > td,
.table-hover .table-success:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-success.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-success.paginate_button:hover > th {
  background-color: #ccdcb3;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcdbdf;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #83bcc4;
}

.table-hover .table-info:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-info.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-info.paginate_button:hover {
  background-color: #abd2d7;
}

.table-hover .table-info:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-info.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-info.paginate_button:hover > td,
.table-hover .table-info:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-info.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-info.paginate_button:hover > th {
  background-color: #abd2d7;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f7e5bb;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f0cf80;
}

.table-hover .table-warning:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-warning.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-warning.paginate_button:hover {
  background-color: #f4dca4;
}

.table-hover .table-warning:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-warning.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-warning.paginate_button:hover > td,
.table-hover .table-warning:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-warning.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-warning.paginate_button:hover > th {
  background-color: #f4dca4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-danger.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-danger.paginate_button:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-danger.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-danger.paginate_button:hover > td,
.table-hover .table-danger:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-danger.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-danger.paginate_button:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-light.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-light.paginate_button:hover {
  background-color: #f2f2f2;
}

.table-hover .table-light:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-light.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-light.paginate_button:hover > td,
.table-hover .table-light:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-light.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-light.paginate_button:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bfc0c1;
}

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

.table-hover .table-dark:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark.paginate_button:hover {
  background-color: #b2b3b4;
}

.table-hover .table-dark:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark.paginate_button:hover > td,
.table-hover .table-dark:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark.paginate_button:hover > th {
  background-color: #b2b3b4;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-white.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-white.paginate_button:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-white.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-white.paginate_button:hover > td,
.table-hover .table-white:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-white.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-white.paginate_button:hover > th {
  background-color: #f2f2f2;
}

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: #fdfdfe;
}

.table-gray-100 th,
.table-gray-100 td,
.table-gray-100 thead th,
.table-gray-100 tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-gray-100:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-100.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-100.paginate_button:hover {
  background-color: #ececf6;
}

.table-hover .table-gray-100:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-100.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-100.paginate_button:hover > td,
.table-hover .table-gray-100:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-100.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-100.paginate_button:hover > th {
  background-color: #ececf6;
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #f9fafb;
}

.table-gray-200 th,
.table-gray-200 td,
.table-gray-200 thead th,
.table-gray-200 tbody + tbody {
  border-color: #f4f5f7;
}

.table-hover .table-gray-200:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-200.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-200.paginate_button:hover {
  background-color: #eaedf1;
}

.table-hover .table-gray-200:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-200.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-200.paginate_button:hover > td,
.table-hover .table-gray-200:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-200.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-200.paginate_button:hover > th {
  background-color: #eaedf1;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #f6f7f8;
}

.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #eef0f2;
}

.table-hover .table-gray-300:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-300.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-300.paginate_button:hover {
  background-color: #e8eaed;
}

.table-hover .table-gray-300:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-300.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-300.paginate_button:hover > td,
.table-hover .table-gray-300:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-300.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-300.paginate_button:hover > th {
  background-color: #e8eaed;
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #f1f3f5;
}

.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: #e6e9ec;
}

.table-hover .table-gray-400:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-400.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-400.paginate_button:hover {
  background-color: #e2e6ea;
}

.table-hover .table-gray-400:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-400.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-400.paginate_button:hover > td,
.table-hover .table-gray-400:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-400.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-400.paginate_button:hover > th {
  background-color: #e2e6ea;
}

.table-gray-500,
.table-gray-500 > th,
.table-gray-500 > td {
  background-color: #e8eaed;
}

.table-gray-500 th,
.table-gray-500 td,
.table-gray-500 thead th,
.table-gray-500 tbody + tbody {
  border-color: #d4d9dd;
}

.table-hover .table-gray-500:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-500.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-500.paginate_button:hover {
  background-color: #dadde2;
}

.table-hover .table-gray-500:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-500.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-500.paginate_button:hover > td,
.table-hover .table-gray-500:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-500.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-500.paginate_button:hover > th {
  background-color: #dadde2;
}

.table-gray-600,
.table-gray-600 > th,
.table-gray-600 > td {
  background-color: #d6d8db;
}

.table-gray-600 th,
.table-gray-600 td,
.table-gray-600 thead th,
.table-gray-600 tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-gray-600:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-600.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-600.paginate_button:hover {
  background-color: #c8cbcf;
}

.table-hover .table-gray-600:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-600.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-600.paginate_button:hover > td,
.table-hover .table-gray-600:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-600.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-600.paginate_button:hover > th {
  background-color: #c8cbcf;
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #ccced0;
}

.table-gray-700 th,
.table-gray-700 td,
.table-gray-700 thead th,
.table-gray-700 tbody + tbody {
  border-color: #a0a4a8;
}

.table-hover .table-gray-700:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-700.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-700.paginate_button:hover {
  background-color: #bfc1c4;
}

.table-hover .table-gray-700:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-700.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-700.paginate_button:hover > td,
.table-hover .table-gray-700:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-700.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-700.paginate_button:hover > th {
  background-color: #bfc1c4;
}

.table-gray-800,
.table-gray-800 > th,
.table-gray-800 > td {
  background-color: #c6c8ca;
}

.table-gray-800 th,
.table-gray-800 td,
.table-gray-800 thead th,
.table-gray-800 tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-gray-800:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-800.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-800.paginate_button:hover {
  background-color: #b9bbbe;
}

.table-hover .table-gray-800:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-800.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-800.paginate_button:hover > td,
.table-hover .table-gray-800:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-800.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-800.paginate_button:hover > th {
  background-color: #b9bbbe;
}

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #c1c2c3;
}

.table-gray-900 th,
.table-gray-900 td,
.table-gray-900 thead th,
.table-gray-900 tbody + tbody {
  border-color: #8c8e90;
}

.table-hover .table-gray-900:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-900.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-900.paginate_button:hover {
  background-color: #b4b5b6;
}

.table-hover .table-gray-900:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-900.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-900.paginate_button:hover > td,
.table-hover .table-gray-900:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-900.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-900.paginate_button:hover > th {
  background-color: #b4b5b6;
}

.table-gray-950,
.table-gray-950 > th,
.table-gray-950 > td {
  background-color: #bcbdbd;
}

.table-gray-950 th,
.table-gray-950 td,
.table-gray-950 thead th,
.table-gray-950 tbody + tbody {
  border-color: #838485;
}

.table-hover .table-gray-950:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-950.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-950.paginate_button:hover {
  background-color: #afb0b0;
}

.table-hover .table-gray-950:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-950.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-950.paginate_button:hover > td,
.table-hover .table-gray-950:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-gray-950.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-gray-950.paginate_button:hover > th {
  background-color: #afb0b0;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-black.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-black.paginate_button:hover {
  background-color: #ababab;
}

.table-hover .table-black:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-black.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-black.paginate_button:hover > td,
.table-hover .table-black:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-black.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-black.paginate_button:hover > th {
  background-color: #ababab;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8e4f7;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #7acdf0;
}

.table-hover .table-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-blue.paginate_button:hover {
  background-color: #a1dbf4;
}

.table-hover .table-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-blue.paginate_button:hover > td,
.table-hover .table-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-blue.paginate_button:hover > th {
  background-color: #a1dbf4;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d4bcfb;
}

.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #af83f8;
}

.table-hover .table-indigo:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-indigo.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-indigo.paginate_button:hover {
  background-color: #c5a4fa;
}

.table-hover .table-indigo:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-indigo.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-indigo.paginate_button:hover > td,
.table-hover .table-indigo:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-indigo.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-indigo.paginate_button:hover > th {
  background-color: #c5a4fa;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d7caee;
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b49ddf;
}

.table-hover .table-purple:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-purple.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-purple.paginate_button:hover {
  background-color: #c8b7e8;
}

.table-hover .table-purple:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-purple.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-purple.paginate_button:hover > td,
.table-hover .table-purple:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-purple.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-purple.paginate_button:hover > th {
  background-color: #c8b7e8;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df;
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f39bc3;
}

.table-hover .table-pink:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-pink.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-pink.paginate_button:hover {
  background-color: #f6b2d1;
}

.table-hover .table-pink:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-pink.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-pink.paginate_button:hover > td,
.table-hover .table-pink:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-pink.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-pink.paginate_button:hover > th {
  background-color: #f6b2d1;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f5c6cb;
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-red:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-red.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-red.paginate_button:hover {
  background-color: #f1b0b7;
}

.table-hover .table-red:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-red.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-red.paginate_button:hover > td,
.table-hover .table-red:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-red.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-red.paginate_button:hover > th {
  background-color: #f1b0b7;
}

.table-dark-red,
.table-dark-red > th,
.table-dark-red > td {
  background-color: #e2b8b8;
}

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

.table-hover .table-dark-red:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-red.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-red.paginate_button:hover {
  background-color: #dba6a6;
}

.table-hover .table-dark-red:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-red.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-red.paginate_button:hover > td,
.table-hover .table-dark-red:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-red.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-red.paginate_button:hover > th {
  background-color: #dba6a6;
}

.table-reder,
.table-reder > th,
.table-reder > td {
  background-color: #fcb8b8;
}

.table-reder th,
.table-reder td,
.table-reder thead th,
.table-reder tbody + tbody {
  border-color: #f97a7a;
}

.table-hover .table-reder:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-reder.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-reder.paginate_button:hover {
  background-color: #fba0a0;
}

.table-hover .table-reder:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-reder.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-reder.paginate_button:hover > td,
.table-hover .table-reder:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-reder.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-reder.paginate_button:hover > th {
  background-color: #fba0a0;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f9cec0;
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f4a489;
}

.table-hover .table-orange:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-orange.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-orange.paginate_button:hover {
  background-color: #f7bca9;
}

.table-hover .table-orange:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-orange.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-orange.paginate_button:hover > td,
.table-hover .table-orange:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-orange.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-orange.paginate_button:hover > th {
  background-color: #f7bca9;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #f7e5bb;
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #f0cf80;
}

.table-hover .table-yellow:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-yellow.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-yellow.paginate_button:hover {
  background-color: #f4dca4;
}

.table-hover .table-yellow:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-yellow.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-yellow.paginate_button:hover > td,
.table-hover .table-yellow:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-yellow.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-yellow.paginate_button:hover > th {
  background-color: #f4dca4;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #d8e4c4;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #b6cd92;
}

.table-hover .table-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-green.paginate_button:hover {
  background-color: #ccdcb3;
}

.table-hover .table-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-green.paginate_button:hover > td,
.table-hover .table-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-green.paginate_button:hover > th {
  background-color: #ccdcb3;
}

.table-greener,
.table-greener > th,
.table-greener > td {
  background-color: #b8e2c8;
}

.table-greener th,
.table-greener td,
.table-greener thead th,
.table-greener tbody + tbody {
  border-color: #7ac898;
}

.table-hover .table-greener:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-greener.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-greener.paginate_button:hover {
  background-color: #a6dbba;
}

.table-hover .table-greener:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-greener.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-greener.paginate_button:hover > td,
.table-hover .table-greener:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-greener.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-greener.paginate_button:hover > th {
  background-color: #a6dbba;
}

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #c1f0e2;
}

.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #8be3c9;
}

.table-hover .table-teal:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-teal.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-teal.paginate_button:hover {
  background-color: #acebd8;
}

.table-hover .table-teal:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-teal.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-teal.paginate_button:hover > td,
.table-hover .table-teal:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-teal.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-teal.paginate_button:hover > th {
  background-color: #acebd8;
}

.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #bee5eb;
}

.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-cyan:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-cyan.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-cyan.paginate_button:hover {
  background-color: #abdde5;
}

.table-hover .table-cyan:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-cyan.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-cyan.paginate_button:hover > td,
.table-hover .table-cyan:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-cyan.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-cyan.paginate_button:hover > th {
  background-color: #abdde5;
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #d3c2bb;
}

.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: #ad8e81;
}

.table-hover .table-brown:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-brown.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-brown.paginate_button:hover {
  background-color: #c9b4ac;
}

.table-hover .table-brown:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-brown.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-brown.paginate_button:hover > td,
.table-hover .table-brown:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-brown.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-brown.paginate_button:hover > th {
  background-color: #c9b4ac;
}

.table-negro,
.table-negro > th,
.table-negro > td {
  background-color: #f3f0ec;
}

.table-negro th,
.table-negro td,
.table-negro thead th,
.table-negro tbody + tbody {
  border-color: #e9e4db;
}

.table-hover .table-negro:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-negro.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-negro.paginate_button:hover {
  background-color: #e9e4dc;
}

.table-hover .table-negro:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-negro.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-negro.paginate_button:hover > td,
.table-hover .table-negro:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-negro.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-negro.paginate_button:hover > th {
  background-color: #e9e4dc;
}

.table-dark-blue,
.table-dark-blue > th,
.table-dark-blue > td {
  background-color: #c6c5c8;
}

.table-dark-blue th,
.table-dark-blue td,
.table-dark-blue thead th,
.table-dark-blue tbody + tbody {
  border-color: #96949a;
}

.table-hover .table-dark-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-blue.paginate_button:hover {
  background-color: #b9b8bc;
}

.table-hover .table-dark-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-blue.paginate_button:hover > td,
.table-hover .table-dark-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-blue.paginate_button:hover > th {
  background-color: #b9b8bc;
}

.table-dark-green,
.table-dark-green > th,
.table-dark-green > td {
  background-color: #bdc4c1;
}

.table-dark-green th,
.table-dark-green td,
.table-dark-green thead th,
.table-dark-green tbody + tbody {
  border-color: #85928d;
}

.table-hover .table-dark-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-green.paginate_button:hover {
  background-color: #b0b8b4;
}

.table-hover .table-dark-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-green.paginate_button:hover > td,
.table-hover .table-dark-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-dark-green.paginate_button:hover > th {
  background-color: #b0b8b4;
}

.table-darker-blue,
.table-darker-blue > th,
.table-darker-blue > td {
  background-color: #bcdbdf;
}

.table-darker-blue th,
.table-darker-blue td,
.table-darker-blue thead th,
.table-darker-blue tbody + tbody {
  border-color: #83bcc4;
}

.table-hover .table-darker-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darker-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darker-blue.paginate_button:hover {
  background-color: #abd2d7;
}

.table-hover .table-darker-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darker-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darker-blue.paginate_button:hover > td,
.table-hover .table-darker-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darker-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darker-blue.paginate_button:hover > th {
  background-color: #abd2d7;
}

.table-pinkish,
.table-pinkish > th,
.table-pinkish > td {
  background-color: #fbe8e6;
}

.table-pinkish th,
.table-pinkish td,
.table-pinkish thead th,
.table-pinkish tbody + tbody {
  border-color: #f8d4d1;
}

.table-hover .table-pinkish:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-pinkish.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-pinkish.paginate_button:hover {
  background-color: #f7d4d0;
}

.table-hover .table-pinkish:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-pinkish.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-pinkish.paginate_button:hover > td,
.table-hover .table-pinkish:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-pinkish.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-pinkish.paginate_button:hover > th {
  background-color: #f7d4d0;
}

.table-cyanish,
.table-cyanish > th,
.table-cyanish > td {
  background-color: #d6edeb;
}

.table-cyanish th,
.table-cyanish td,
.table-cyanish thead th,
.table-cyanish tbody + tbody {
  border-color: #b2deda;
}

.table-hover .table-cyanish:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-cyanish.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-cyanish.paginate_button:hover {
  background-color: #c4e5e2;
}

.table-hover .table-cyanish:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-cyanish.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-cyanish.paginate_button:hover > td,
.table-hover .table-cyanish:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-cyanish.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-cyanish.paginate_button:hover > th {
  background-color: #c4e5e2;
}

.table-complement-blue,
.table-complement-blue > th,
.table-complement-blue > td {
  background-color: #f7cbb8;
}

.table-complement-blue th,
.table-complement-blue td,
.table-complement-blue thead th,
.table-complement-blue tbody + tbody {
  border-color: #f09e7a;
}

.table-hover .table-complement-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-blue.paginate_button:hover {
  background-color: #f4baa1;
}

.table-hover .table-complement-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-blue.paginate_button:hover > td,
.table-hover .table-complement-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-blue.paginate_button:hover > th {
  background-color: #f4baa1;
}

.table-complement-indigo,
.table-complement-indigo > th,
.table-complement-indigo > td {
  background-color: #e3fbbc;
}

.table-complement-indigo th,
.table-complement-indigo td,
.table-complement-indigo thead th,
.table-complement-indigo tbody + tbody {
  border-color: #ccf883;
}

.table-hover .table-complement-indigo:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-indigo.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-indigo.paginate_button:hover {
  background-color: #d9faa4;
}

.table-hover .table-complement-indigo:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-indigo.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-indigo.paginate_button:hover > td,
.table-hover .table-complement-indigo:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-indigo.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-indigo.paginate_button:hover > th {
  background-color: #d9faa4;
}

.table-complement-purple,
.table-complement-purple > th,
.table-complement-purple > td {
  background-color: #e1eeca;
}

.table-complement-purple th,
.table-complement-purple td,
.table-complement-purple thead th,
.table-complement-purple tbody + tbody {
  border-color: #c7df9d;
}

.table-hover .table-complement-purple:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-purple.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-purple.paginate_button:hover {
  background-color: #d6e8b7;
}

.table-hover .table-complement-purple:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-purple.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-purple.paginate_button:hover > td,
.table-hover .table-complement-purple:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-purple.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-purple.paginate_button:hover > th {
  background-color: #d6e8b7;
}

.table-complement-pink,
.table-complement-pink > th,
.table-complement-pink > td {
  background-color: #c9f9e3;
}

.table-complement-pink th,
.table-complement-pink td,
.table-complement-pink thead th,
.table-complement-pink tbody + tbody {
  border-color: #9bf3ca;
}

.table-hover .table-complement-pink:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-pink.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-pink.paginate_button:hover {
  background-color: #b2f6d7;
}

.table-hover .table-complement-pink:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-pink.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-pink.paginate_button:hover > td,
.table-hover .table-complement-pink:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-pink.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-pink.paginate_button:hover > th {
  background-color: #b2f6d7;
}

.table-complement-red,
.table-complement-red > th,
.table-complement-red > td {
  background-color: #c6f5f1;
}

.table-complement-red th,
.table-complement-red td,
.table-complement-red thead th,
.table-complement-red tbody + tbody {
  border-color: #96ede4;
}

.table-hover .table-complement-red:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-red.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-red.paginate_button:hover {
  background-color: #b0f1ec;
}

.table-hover .table-complement-red:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-red.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-red.paginate_button:hover > td,
.table-hover .table-complement-red:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-red.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-red.paginate_button:hover > th {
  background-color: #b0f1ec;
}

.table-complement-orange,
.table-complement-orange > th,
.table-complement-orange > td {
  background-color: #c0ebf9;
}

.table-complement-orange th,
.table-complement-orange td,
.table-complement-orange thead th,
.table-complement-orange tbody + tbody {
  border-color: #89d9f4;
}

.table-hover .table-complement-orange:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-orange.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-orange.paginate_button:hover {
  background-color: #a9e4f7;
}

.table-hover .table-complement-orange:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-orange.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-orange.paginate_button:hover > td,
.table-hover .table-complement-orange:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-orange.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-orange.paginate_button:hover > th {
  background-color: #a9e4f7;
}

.table-complement-yellow,
.table-complement-yellow > th,
.table-complement-yellow > td {
  background-color: #bbcdf7;
}

.table-complement-yellow th,
.table-complement-yellow td,
.table-complement-yellow thead th,
.table-complement-yellow tbody + tbody {
  border-color: #80a1f0;
}

.table-hover .table-complement-yellow:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-yellow.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-yellow.paginate_button:hover {
  background-color: #a4bcf4;
}

.table-hover .table-complement-yellow:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-yellow.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-yellow.paginate_button:hover > td,
.table-hover .table-complement-yellow:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-yellow.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-yellow.paginate_button:hover > th {
  background-color: #a4bcf4;
}

.table-complement-green,
.table-complement-green > th,
.table-complement-green > td {
  background-color: #d1c4e4;
}

.table-complement-green th,
.table-complement-green td,
.table-complement-green thead th,
.table-complement-green tbody + tbody {
  border-color: #a992cd;
}

.table-hover .table-complement-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-green.paginate_button:hover {
  background-color: #c3b3dc;
}

.table-hover .table-complement-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-green.paginate_button:hover > td,
.table-hover .table-complement-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-green.paginate_button:hover > th {
  background-color: #c3b3dc;
}

.table-complement-teal,
.table-complement-teal > th,
.table-complement-teal > td {
  background-color: #f0c1cf;
}

.table-complement-teal th,
.table-complement-teal td,
.table-complement-teal thead th,
.table-complement-teal tbody + tbody {
  border-color: #e38ba5;
}

.table-hover .table-complement-teal:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-teal.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-teal.paginate_button:hover {
  background-color: #ebacbf;
}

.table-hover .table-complement-teal:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-teal.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-teal.paginate_button:hover > td,
.table-hover .table-complement-teal:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-teal.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-teal.paginate_button:hover > th {
  background-color: #ebacbf;
}

.table-complement-cyan,
.table-complement-cyan > th,
.table-complement-cyan > td {
  background-color: #ebc4be;
}

.table-complement-cyan th,
.table-complement-cyan td,
.table-complement-cyan thead th,
.table-complement-cyan tbody + tbody {
  border-color: #da9286;
}

.table-hover .table-complement-cyan:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-cyan.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-cyan.paginate_button:hover {
  background-color: #e5b2ab;
}

.table-hover .table-complement-cyan:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-cyan.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-cyan.paginate_button:hover > td,
.table-hover .table-complement-cyan:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-cyan.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-cyan.paginate_button:hover > th {
  background-color: #e5b2ab;
}

.table-complement-brown,
.table-complement-brown > th,
.table-complement-brown > td {
  background-color: #bbccd3;
}

.table-complement-brown th,
.table-complement-brown td,
.table-complement-brown thead th,
.table-complement-brown tbody + tbody {
  border-color: #81a0ad;
}

.table-hover .table-complement-brown:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-brown.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-brown.paginate_button:hover {
  background-color: #acc0c9;
}

.table-hover .table-complement-brown:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-brown.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-brown.paginate_button:hover > td,
.table-hover .table-complement-brown:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-brown.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-brown.paginate_button:hover > th {
  background-color: #acc0c9;
}

.table-complement-negro,
.table-complement-negro > th,
.table-complement-negro > td {
  background-color: #eceef3;
}

.table-complement-negro th,
.table-complement-negro td,
.table-complement-negro thead th,
.table-complement-negro tbody + tbody {
  border-color: #dbe0e9;
}

.table-hover .table-complement-negro:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-negro.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-negro.paginate_button:hover {
  background-color: #dce0e9;
}

.table-hover .table-complement-negro:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-negro.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-negro.paginate_button:hover > td,
.table-hover .table-complement-negro:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-negro.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-negro.paginate_button:hover > th {
  background-color: #dce0e9;
}

.table-complement-dark-blue,
.table-complement-dark-blue > th,
.table-complement-dark-blue > td {
  background-color: #c7c8c5;
}

.table-complement-dark-blue th,
.table-complement-dark-blue td,
.table-complement-dark-blue thead th,
.table-complement-dark-blue tbody + tbody {
  border-color: #989a94;
}

.table-hover .table-complement-dark-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark-blue.paginate_button:hover {
  background-color: #babcb8;
}

.table-hover .table-complement-dark-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark-blue.paginate_button:hover > td,
.table-hover .table-complement-dark-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark-blue.paginate_button:hover > th {
  background-color: #babcb8;
}

.table-complement-dark-green,
.table-complement-dark-green > th,
.table-complement-dark-green > td {
  background-color: #c4bdc0;
}

.table-complement-dark-green th,
.table-complement-dark-green td,
.table-complement-dark-green thead th,
.table-complement-dark-green tbody + tbody {
  border-color: #92858b;
}

.table-hover .table-complement-dark-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark-green.paginate_button:hover {
  background-color: #b8b0b3;
}

.table-hover .table-complement-dark-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark-green.paginate_button:hover > td,
.table-hover .table-complement-dark-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark-green.paginate_button:hover > th {
  background-color: #b8b0b3;
}

.table-complement-darker-blue,
.table-complement-darker-blue > th,
.table-complement-darker-blue > td {
  background-color: #dfc1bc;
}

.table-complement-darker-blue th,
.table-complement-darker-blue td,
.table-complement-darker-blue thead th,
.table-complement-darker-blue tbody + tbody {
  border-color: #c48b83;
}

.table-hover .table-complement-darker-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-darker-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-darker-blue.paginate_button:hover {
  background-color: #d7b1ab;
}

.table-hover .table-complement-darker-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-darker-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-darker-blue.paginate_button:hover > td,
.table-hover .table-complement-darker-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-darker-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-darker-blue.paginate_button:hover > th {
  background-color: #d7b1ab;
}

.table-complement-dark,
.table-complement-dark > th,
.table-complement-dark > td {
  background-color: #c1c1bf;
}

.table-complement-dark th,
.table-complement-dark td,
.table-complement-dark thead th,
.table-complement-dark tbody + tbody {
  border-color: #8c8b89;
}

.table-hover .table-complement-dark:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark.paginate_button:hover {
  background-color: #b4b4b2;
}

.table-hover .table-complement-dark:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark.paginate_button:hover > td,
.table-hover .table-complement-dark:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-dark.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-dark.paginate_button:hover > th {
  background-color: #b4b4b2;
}

.table-complement-light,
.table-complement-light > th,
.table-complement-light > td {
  background-color: white;
}

.table-complement-light th,
.table-complement-light td,
.table-complement-light thead th,
.table-complement-light tbody + tbody {
  border-color: white;
}

.table-hover .table-complement-light:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-light.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-light.paginate_button:hover {
  background-color: #f2f2f2;
}

.table-hover .table-complement-light:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-light.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-light.paginate_button:hover > td,
.table-hover .table-complement-light:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-light.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-light.paginate_button:hover > th {
  background-color: #f2f2f2;
}

.table-complement-primary,
.table-complement-primary > th,
.table-complement-primary > td {
  background-color: #d1c4e4;
}

.table-complement-primary th,
.table-complement-primary td,
.table-complement-primary thead th,
.table-complement-primary tbody + tbody {
  border-color: #a992cd;
}

.table-hover .table-complement-primary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-primary.paginate_button:hover {
  background-color: #c3b3dc;
}

.table-hover .table-complement-primary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-primary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-primary.paginate_button:hover > td,
.table-hover .table-complement-primary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-primary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-primary.paginate_button:hover > th {
  background-color: #c3b3dc;
}

.table-complement-secondary,
.table-complement-secondary > th,
.table-complement-secondary > td {
  background-color: #d1c4e4;
}

.table-complement-secondary th,
.table-complement-secondary td,
.table-complement-secondary thead th,
.table-complement-secondary tbody + tbody {
  border-color: #a992cd;
}

.table-hover .table-complement-secondary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-secondary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-secondary.paginate_button:hover {
  background-color: #c3b3dc;
}

.table-hover .table-complement-secondary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-secondary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-secondary.paginate_button:hover > td,
.table-hover .table-complement-secondary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-secondary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-secondary.paginate_button:hover > th {
  background-color: #c3b3dc;
}

.table-complement-success,
.table-complement-success > th,
.table-complement-success > td {
  background-color: #d1c4e4;
}

.table-complement-success th,
.table-complement-success td,
.table-complement-success thead th,
.table-complement-success tbody + tbody {
  border-color: #a992cd;
}

.table-hover .table-complement-success:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-success.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-success.paginate_button:hover {
  background-color: #c3b3dc;
}

.table-hover .table-complement-success:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-success.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-success.paginate_button:hover > td,
.table-hover .table-complement-success:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-success.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-success.paginate_button:hover > th {
  background-color: #c3b3dc;
}

.table-complement-warning,
.table-complement-warning > th,
.table-complement-warning > td {
  background-color: #bbcdf7;
}

.table-complement-warning th,
.table-complement-warning td,
.table-complement-warning thead th,
.table-complement-warning tbody + tbody {
  border-color: #80a1f0;
}

.table-hover .table-complement-warning:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-warning.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-warning.paginate_button:hover {
  background-color: #a4bcf4;
}

.table-hover .table-complement-warning:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-warning.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-warning.paginate_button:hover > td,
.table-hover .table-complement-warning:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-warning.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-warning.paginate_button:hover > th {
  background-color: #a4bcf4;
}

.table-complement-danger,
.table-complement-danger > th,
.table-complement-danger > td {
  background-color: #c6f5f1;
}

.table-complement-danger th,
.table-complement-danger td,
.table-complement-danger thead th,
.table-complement-danger tbody + tbody {
  border-color: #96ede4;
}

.table-hover .table-complement-danger:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-danger.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-danger.paginate_button:hover {
  background-color: #b0f1ec;
}

.table-hover .table-complement-danger:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-danger.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-danger.paginate_button:hover > td,
.table-hover .table-complement-danger:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-danger.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-danger.paginate_button:hover > th {
  background-color: #b0f1ec;
}

.table-complement-info,
.table-complement-info > th,
.table-complement-info > td {
  background-color: #dfc1bc;
}

.table-complement-info th,
.table-complement-info td,
.table-complement-info thead th,
.table-complement-info tbody + tbody {
  border-color: #c48b83;
}

.table-hover .table-complement-info:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-info.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-info.paginate_button:hover {
  background-color: #d7b1ab;
}

.table-hover .table-complement-info:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-info.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-info.paginate_button:hover > td,
.table-hover .table-complement-info:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-complement-info.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-complement-info.paginate_button:hover > th {
  background-color: #d7b1ab;
}

.table-lighten-blue,
.table-lighten-blue > th,
.table-lighten-blue > td {
  background-color: #dff5ff;
}

.table-lighten-blue th,
.table-lighten-blue td,
.table-lighten-blue thead th,
.table-lighten-blue tbody + tbody {
  border-color: #c4edff;
}

.table-hover .table-lighten-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-blue.paginate_button:hover {
  background-color: #c6edff;
}

.table-hover .table-lighten-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-blue.paginate_button:hover > td,
.table-hover .table-lighten-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-blue.paginate_button:hover > th {
  background-color: #c6edff;
}

.table-lighten-indigo,
.table-lighten-indigo > th,
.table-lighten-indigo > td {
  background-color: #eee4fe;
}

.table-lighten-indigo th,
.table-lighten-indigo td,
.table-lighten-indigo thead th,
.table-lighten-indigo tbody + tbody {
  border-color: #dfcdfc;
}

.table-hover .table-lighten-indigo:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-indigo.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-indigo.paginate_button:hover {
  background-color: #dfcbfd;
}

.table-hover .table-lighten-indigo:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-indigo.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-indigo.paginate_button:hover > td,
.table-hover .table-lighten-indigo:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-indigo.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-indigo.paginate_button:hover > th {
  background-color: #dfcbfd;
}

.table-lighten-purple,
.table-lighten-purple > th,
.table-lighten-purple > td {
  background-color: #efeaf8;
}

.table-lighten-purple th,
.table-lighten-purple td,
.table-lighten-purple thead th,
.table-lighten-purple tbody + tbody {
  border-color: #e1d8f2;
}

.table-hover .table-lighten-purple:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-purple.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-purple.paginate_button:hover {
  background-color: #e0d7f2;
}

.table-hover .table-lighten-purple:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-purple.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-purple.paginate_button:hover > td,
.table-hover .table-lighten-purple:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-purple.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-purple.paginate_button:hover > th {
  background-color: #e0d7f2;
}

.table-lighten-pink,
.table-lighten-pink > th,
.table-lighten-pink > td {
  background-color: #fce9f2;
}

.table-lighten-pink th,
.table-lighten-pink td,
.table-lighten-pink thead th,
.table-lighten-pink tbody + tbody {
  border-color: #fad7e7;
}

.table-hover .table-lighten-pink:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-pink.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-pink.paginate_button:hover {
  background-color: #f9d3e5;
}

.table-hover .table-lighten-pink:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-pink.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-pink.paginate_button:hover > td,
.table-hover .table-lighten-pink:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-pink.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-pink.paginate_button:hover > th {
  background-color: #f9d3e5;
}

.table-lighten-red,
.table-lighten-red > th,
.table-lighten-red > td {
  background-color: #fbe8ea;
}

.table-lighten-red th,
.table-lighten-red td,
.table-lighten-red thead th,
.table-lighten-red tbody + tbody {
  border-color: #f8d5d8;
}

.table-hover .table-lighten-red:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-red.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-red.paginate_button:hover {
  background-color: #f7d2d6;
}

.table-hover .table-lighten-red:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-red.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-red.paginate_button:hover > td,
.table-hover .table-lighten-red:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-red.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-red.paginate_button:hover > th {
  background-color: #f7d2d6;
}

.table-lighten-orange,
.table-lighten-orange > th,
.table-lighten-orange > td {
  background-color: #fdebe6;
}

.table-lighten-orange th,
.table-lighten-orange td,
.table-lighten-orange thead th,
.table-lighten-orange tbody + tbody {
  border-color: #fadbd0;
}

.table-hover .table-lighten-orange:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-orange.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-orange.paginate_button:hover {
  background-color: #fbd8ce;
}

.table-hover .table-lighten-orange:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-orange.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-orange.paginate_button:hover > td,
.table-hover .table-lighten-orange:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-orange.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-orange.paginate_button:hover > th {
  background-color: #fbd8ce;
}

.table-lighten-yellow,
.table-lighten-yellow > th,
.table-lighten-yellow > td {
  background-color: #fef5e2;
}

.table-lighten-yellow th,
.table-lighten-yellow td,
.table-lighten-yellow thead th,
.table-lighten-yellow tbody + tbody {
  border-color: #fcedc9;
}

.table-hover .table-lighten-yellow:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-yellow.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-yellow.paginate_button:hover {
  background-color: #fdedc9;
}

.table-hover .table-lighten-yellow:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-yellow.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-yellow.paginate_button:hover > td,
.table-hover .table-lighten-yellow:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-yellow.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-yellow.paginate_button:hover > th {
  background-color: #fdedc9;
}

.table-lighten-green,
.table-lighten-green > th,
.table-lighten-green > td {
  background-color: #f0f7e4;
}

.table-lighten-green th,
.table-lighten-green td,
.table-lighten-green thead th,
.table-lighten-green tbody + tbody {
  border-color: #e3f1ce;
}

.table-hover .table-lighten-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-green.paginate_button:hover {
  background-color: #e5f1d0;
}

.table-hover .table-lighten-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-green.paginate_button:hover > td,
.table-hover .table-lighten-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-green.paginate_button:hover > th {
  background-color: #e5f1d0;
}

.table-lighten-teal,
.table-lighten-teal > th,
.table-lighten-teal > td {
  background-color: #e4fbf4;
}

.table-lighten-teal th,
.table-lighten-teal td,
.table-lighten-teal thead th,
.table-lighten-teal tbody + tbody {
  border-color: #cdf7eb;
}

.table-hover .table-lighten-teal:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-teal.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-teal.paginate_button:hover {
  background-color: #cef8eb;
}

.table-hover .table-lighten-teal:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-teal.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-teal.paginate_button:hover > td,
.table-hover .table-lighten-teal:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-teal.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-teal.paginate_button:hover > th {
  background-color: #cef8eb;
}

.table-lighten-cyan,
.table-lighten-cyan > th,
.table-lighten-cyan > td {
  background-color: #e1f8fb;
}

.table-lighten-cyan th,
.table-lighten-cyan td,
.table-lighten-cyan thead th,
.table-lighten-cyan tbody + tbody {
  border-color: #c7f1f8;
}

.table-hover .table-lighten-cyan:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-cyan.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-cyan.paginate_button:hover {
  background-color: #cbf3f8;
}

.table-hover .table-lighten-cyan:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-cyan.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-cyan.paginate_button:hover > td,
.table-hover .table-lighten-cyan:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-cyan.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-cyan.paginate_button:hover > th {
  background-color: #cbf3f8;
}

.table-lighten-brown,
.table-lighten-brown > th,
.table-lighten-brown > td {
  background-color: #fae1d7;
}

.table-lighten-brown th,
.table-lighten-brown td,
.table-lighten-brown thead th,
.table-lighten-brown tbody + tbody {
  border-color: #f6c8b5;
}

.table-hover .table-lighten-brown:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-brown.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-brown.paginate_button:hover {
  background-color: #f7d0c0;
}

.table-hover .table-lighten-brown:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-brown.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-brown.paginate_button:hover > td,
.table-hover .table-lighten-brown:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-brown.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-brown.paginate_button:hover > th {
  background-color: #f7d0c0;
}

.table-lighten-negro,
.table-lighten-negro > th,
.table-lighten-negro > td {
  background-color: #faf9f7;
}

.table-lighten-negro th,
.table-lighten-negro td,
.table-lighten-negro thead th,
.table-lighten-negro tbody + tbody {
  border-color: #f6f4f1;
}

.table-hover .table-lighten-negro:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-negro.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-negro.paginate_button:hover {
  background-color: #f0ede7;
}

.table-hover .table-lighten-negro:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-negro.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-negro.paginate_button:hover > td,
.table-hover .table-lighten-negro:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-negro.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-negro.paginate_button:hover > th {
  background-color: #f0ede7;
}

.table-lighten-dark-blue,
.table-lighten-dark-blue > th,
.table-lighten-dark-blue > td {
  background-color: #e8e6eb;
}

.table-lighten-dark-blue th,
.table-lighten-dark-blue td,
.table-lighten-dark-blue thead th,
.table-lighten-dark-blue tbody + tbody {
  border-color: #d4d1da;
}

.table-hover .table-lighten-dark-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark-blue.paginate_button:hover {
  background-color: #dbd8e0;
}

.table-hover .table-lighten-dark-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark-blue.paginate_button:hover > td,
.table-hover .table-lighten-dark-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark-blue.paginate_button:hover > th {
  background-color: #dbd8e0;
}

.table-lighten-dark-green,
.table-lighten-dark-green > th,
.table-lighten-dark-green > td {
  background-color: #ddefe8;
}

.table-lighten-dark-green th,
.table-lighten-dark-green td,
.table-lighten-dark-green thead th,
.table-lighten-dark-green tbody + tbody {
  border-color: #c0e2d4;
}

.table-hover .table-lighten-dark-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark-green.paginate_button:hover {
  background-color: #cce7dc;
}

.table-hover .table-lighten-dark-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark-green.paginate_button:hover > td,
.table-hover .table-lighten-dark-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark-green.paginate_button:hover > th {
  background-color: #cce7dc;
}

.table-lighten-darker-blue,
.table-lighten-darker-blue > th,
.table-lighten-darker-blue > td {
  background-color: #dcf7fb;
}

.table-lighten-darker-blue th,
.table-lighten-darker-blue td,
.table-lighten-darker-blue thead th,
.table-lighten-darker-blue tbody + tbody {
  border-color: #bdf0f8;
}

.table-hover .table-lighten-darker-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-darker-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-darker-blue.paginate_button:hover {
  background-color: #c5f2f8;
}

.table-hover .table-lighten-darker-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-darker-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-darker-blue.paginate_button:hover > td,
.table-hover .table-lighten-darker-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-darker-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-darker-blue.paginate_button:hover > th {
  background-color: #c5f2f8;
}

.table-lighten-dark,
.table-lighten-dark > th,
.table-lighten-dark > td {
  background-color: #e4e5e8;
}

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

.table-hover .table-lighten-dark:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark.paginate_button:hover {
  background-color: #d6d8dc;
}

.table-hover .table-lighten-dark:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark.paginate_button:hover > td,
.table-hover .table-lighten-dark:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-dark.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-dark.paginate_button:hover > th {
  background-color: #d6d8dc;
}

.table-lighten-light,
.table-lighten-light > th,
.table-lighten-light > td {
  background-color: white;
}

.table-lighten-light th,
.table-lighten-light td,
.table-lighten-light thead th,
.table-lighten-light tbody + tbody {
  border-color: white;
}

.table-hover .table-lighten-light:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-light.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-light.paginate_button:hover {
  background-color: #f2f2f2;
}

.table-hover .table-lighten-light:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-light.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-light.paginate_button:hover > td,
.table-hover .table-lighten-light:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-light.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-light.paginate_button:hover > th {
  background-color: #f2f2f2;
}

.table-lighten-primary,
.table-lighten-primary > th,
.table-lighten-primary > td {
  background-color: #f0f7e4;
}

.table-lighten-primary th,
.table-lighten-primary td,
.table-lighten-primary thead th,
.table-lighten-primary tbody + tbody {
  border-color: #e3f1ce;
}

.table-hover .table-lighten-primary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-primary.paginate_button:hover {
  background-color: #e5f1d0;
}

.table-hover .table-lighten-primary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-primary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-primary.paginate_button:hover > td,
.table-hover .table-lighten-primary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-primary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-primary.paginate_button:hover > th {
  background-color: #e5f1d0;
}

.table-lighten-secondary,
.table-lighten-secondary > th,
.table-lighten-secondary > td {
  background-color: #f0f7e4;
}

.table-lighten-secondary th,
.table-lighten-secondary td,
.table-lighten-secondary thead th,
.table-lighten-secondary tbody + tbody {
  border-color: #e3f1ce;
}

.table-hover .table-lighten-secondary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-secondary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-secondary.paginate_button:hover {
  background-color: #e5f1d0;
}

.table-hover .table-lighten-secondary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-secondary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-secondary.paginate_button:hover > td,
.table-hover .table-lighten-secondary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-secondary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-secondary.paginate_button:hover > th {
  background-color: #e5f1d0;
}

.table-lighten-success,
.table-lighten-success > th,
.table-lighten-success > td {
  background-color: #f0f7e4;
}

.table-lighten-success th,
.table-lighten-success td,
.table-lighten-success thead th,
.table-lighten-success tbody + tbody {
  border-color: #e3f1ce;
}

.table-hover .table-lighten-success:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-success.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-success.paginate_button:hover {
  background-color: #e5f1d0;
}

.table-hover .table-lighten-success:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-success.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-success.paginate_button:hover > td,
.table-hover .table-lighten-success:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-success.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-success.paginate_button:hover > th {
  background-color: #e5f1d0;
}

.table-lighten-warning,
.table-lighten-warning > th,
.table-lighten-warning > td {
  background-color: #fef5e2;
}

.table-lighten-warning th,
.table-lighten-warning td,
.table-lighten-warning thead th,
.table-lighten-warning tbody + tbody {
  border-color: #fcedc9;
}

.table-hover .table-lighten-warning:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-warning.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-warning.paginate_button:hover {
  background-color: #fdedc9;
}

.table-hover .table-lighten-warning:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-warning.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-warning.paginate_button:hover > td,
.table-hover .table-lighten-warning:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-warning.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-warning.paginate_button:hover > th {
  background-color: #fdedc9;
}

.table-lighten-danger,
.table-lighten-danger > th,
.table-lighten-danger > td {
  background-color: #fbe8ea;
}

.table-lighten-danger th,
.table-lighten-danger td,
.table-lighten-danger thead th,
.table-lighten-danger tbody + tbody {
  border-color: #f8d5d8;
}

.table-hover .table-lighten-danger:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-danger.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-danger.paginate_button:hover {
  background-color: #f7d2d6;
}

.table-hover .table-lighten-danger:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-danger.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-danger.paginate_button:hover > td,
.table-hover .table-lighten-danger:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-danger.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-danger.paginate_button:hover > th {
  background-color: #f7d2d6;
}

.table-lighten-info,
.table-lighten-info > th,
.table-lighten-info > td {
  background-color: #dcf7fb;
}

.table-lighten-info th,
.table-lighten-info td,
.table-lighten-info thead th,
.table-lighten-info tbody + tbody {
  border-color: #bdf0f8;
}

.table-hover .table-lighten-info:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-info.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-info.paginate_button:hover {
  background-color: #c5f2f8;
}

.table-hover .table-lighten-info:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-info.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-info.paginate_button:hover > td,
.table-hover .table-lighten-info:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-info.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-info.paginate_button:hover > th {
  background-color: #c5f2f8;
}

.table-lighten-complement-blue,
.table-lighten-complement-blue > th,
.table-lighten-complement-blue > td {
  background-color: #ffe9df;
}

.table-lighten-complement-blue th,
.table-lighten-complement-blue td,
.table-lighten-complement-blue thead th,
.table-lighten-complement-blue tbody + tbody {
  border-color: #ffd6c4;
}

.table-hover .table-lighten-complement-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-blue.paginate_button:hover {
  background-color: #ffd7c6;
}

.table-hover .table-lighten-complement-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-blue.paginate_button:hover > td,
.table-hover .table-lighten-complement-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-blue.paginate_button:hover > th {
  background-color: #ffd7c6;
}

.table-lighten-complement-indigo,
.table-lighten-complement-indigo > th,
.table-lighten-complement-indigo > td {
  background-color: #f4fee4;
}

.table-lighten-complement-indigo th,
.table-lighten-complement-indigo td,
.table-lighten-complement-indigo thead th,
.table-lighten-complement-indigo tbody + tbody {
  border-color: #eafccd;
}

.table-hover .table-lighten-complement-indigo:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-indigo.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-indigo.paginate_button:hover {
  background-color: #eafdcb;
}

.table-hover .table-lighten-complement-indigo:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-indigo.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-indigo.paginate_button:hover > td,
.table-hover .table-lighten-complement-indigo:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-indigo.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-indigo.paginate_button:hover > th {
  background-color: #eafdcb;
}

.table-lighten-complement-purple,
.table-lighten-complement-purple > th,
.table-lighten-complement-purple > td {
  background-color: #f3f8ea;
}

.table-lighten-complement-purple th,
.table-lighten-complement-purple td,
.table-lighten-complement-purple thead th,
.table-lighten-complement-purple tbody + tbody {
  border-color: #e9f2d8;
}

.table-hover .table-lighten-complement-purple:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-purple.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-purple.paginate_button:hover {
  background-color: #e8f2d7;
}

.table-hover .table-lighten-complement-purple:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-purple.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-purple.paginate_button:hover > td,
.table-hover .table-lighten-complement-purple:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-purple.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-purple.paginate_button:hover > th {
  background-color: #e8f2d7;
}

.table-lighten-complement-pink,
.table-lighten-complement-pink > th,
.table-lighten-complement-pink > td {
  background-color: #e9fcf4;
}

.table-lighten-complement-pink th,
.table-lighten-complement-pink td,
.table-lighten-complement-pink thead th,
.table-lighten-complement-pink tbody + tbody {
  border-color: #d7faea;
}

.table-hover .table-lighten-complement-pink:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-pink.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-pink.paginate_button:hover {
  background-color: #d3f9e9;
}

.table-hover .table-lighten-complement-pink:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-pink.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-pink.paginate_button:hover > td,
.table-hover .table-lighten-complement-pink:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-pink.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-pink.paginate_button:hover > th {
  background-color: #d3f9e9;
}

.table-lighten-complement-red,
.table-lighten-complement-red > th,
.table-lighten-complement-red > td {
  background-color: #e8fbf9;
}

.table-lighten-complement-red th,
.table-lighten-complement-red td,
.table-lighten-complement-red thead th,
.table-lighten-complement-red tbody + tbody {
  border-color: #d5f8f4;
}

.table-hover .table-lighten-complement-red:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-red.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-red.paginate_button:hover {
  background-color: #d2f7f3;
}

.table-hover .table-lighten-complement-red:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-red.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-red.paginate_button:hover > td,
.table-hover .table-lighten-complement-red:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-red.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-red.paginate_button:hover > th {
  background-color: #d2f7f3;
}

.table-lighten-complement-orange,
.table-lighten-complement-orange > th,
.table-lighten-complement-orange > td {
  background-color: #e6f7fd;
}

.table-lighten-complement-orange th,
.table-lighten-complement-orange td,
.table-lighten-complement-orange thead th,
.table-lighten-complement-orange tbody + tbody {
  border-color: #d0f0fa;
}

.table-hover .table-lighten-complement-orange:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-orange.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-orange.paginate_button:hover {
  background-color: #ceeffb;
}

.table-hover .table-lighten-complement-orange:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-orange.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-orange.paginate_button:hover > td,
.table-hover .table-lighten-complement-orange:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-orange.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-orange.paginate_button:hover > th {
  background-color: #ceeffb;
}

.table-lighten-complement-yellow,
.table-lighten-complement-yellow > th,
.table-lighten-complement-yellow > td {
  background-color: #e2eafe;
}

.table-lighten-complement-yellow th,
.table-lighten-complement-yellow td,
.table-lighten-complement-yellow thead th,
.table-lighten-complement-yellow tbody + tbody {
  border-color: #c9d8fc;
}

.table-hover .table-lighten-complement-yellow:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-yellow.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-yellow.paginate_button:hover {
  background-color: #c9d8fd;
}

.table-hover .table-lighten-complement-yellow:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-yellow.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-yellow.paginate_button:hover > td,
.table-hover .table-lighten-complement-yellow:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-yellow.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-yellow.paginate_button:hover > th {
  background-color: #c9d8fd;
}

.table-lighten-complement-green,
.table-lighten-complement-green > th,
.table-lighten-complement-green > td {
  background-color: #ece4f7;
}

.table-lighten-complement-green th,
.table-lighten-complement-green td,
.table-lighten-complement-green thead th,
.table-lighten-complement-green tbody + tbody {
  border-color: #dbcef1;
}

.table-hover .table-lighten-complement-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-green.paginate_button:hover {
  background-color: #ded0f1;
}

.table-hover .table-lighten-complement-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-green.paginate_button:hover > td,
.table-hover .table-lighten-complement-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-green.paginate_button:hover > th {
  background-color: #ded0f1;
}

.table-lighten-complement-teal,
.table-lighten-complement-teal > th,
.table-lighten-complement-teal > td {
  background-color: #fbe4eb;
}

.table-lighten-complement-teal th,
.table-lighten-complement-teal td,
.table-lighten-complement-teal thead th,
.table-lighten-complement-teal tbody + tbody {
  border-color: #f7cdda;
}

.table-hover .table-lighten-complement-teal:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-teal.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-teal.paginate_button:hover {
  background-color: #f8cedb;
}

.table-hover .table-lighten-complement-teal:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-teal.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-teal.paginate_button:hover > td,
.table-hover .table-lighten-complement-teal:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-teal.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-teal.paginate_button:hover > th {
  background-color: #f8cedb;
}

.table-lighten-complement-cyan,
.table-lighten-complement-cyan > th,
.table-lighten-complement-cyan > td {
  background-color: #fbe4e1;
}

.table-lighten-complement-cyan th,
.table-lighten-complement-cyan td,
.table-lighten-complement-cyan thead th,
.table-lighten-complement-cyan tbody + tbody {
  border-color: #f8cec7;
}

.table-hover .table-lighten-complement-cyan:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-cyan.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-cyan.paginate_button:hover {
  background-color: #f8d0cb;
}

.table-hover .table-lighten-complement-cyan:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-cyan.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-cyan.paginate_button:hover > td,
.table-hover .table-lighten-complement-cyan:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-cyan.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-cyan.paginate_button:hover > th {
  background-color: #f8d0cb;
}

.table-lighten-complement-brown,
.table-lighten-complement-brown > th,
.table-lighten-complement-brown > td {
  background-color: #d7f0fa;
}

.table-lighten-complement-brown th,
.table-lighten-complement-brown td,
.table-lighten-complement-brown thead th,
.table-lighten-complement-brown tbody + tbody {
  border-color: #b5e3f6;
}

.table-hover .table-lighten-complement-brown:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-brown.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-brown.paginate_button:hover {
  background-color: #c0e8f7;
}

.table-hover .table-lighten-complement-brown:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-brown.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-brown.paginate_button:hover > td,
.table-hover .table-lighten-complement-brown:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-brown.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-brown.paginate_button:hover > th {
  background-color: #c0e8f7;
}

.table-lighten-complement-negro,
.table-lighten-complement-negro > th,
.table-lighten-complement-negro > td {
  background-color: #f7f8fa;
}

.table-lighten-complement-negro th,
.table-lighten-complement-negro td,
.table-lighten-complement-negro thead th,
.table-lighten-complement-negro tbody + tbody {
  border-color: #f1f3f6;
}

.table-hover .table-lighten-complement-negro:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-negro.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-negro.paginate_button:hover {
  background-color: #e7eaf0;
}

.table-hover .table-lighten-complement-negro:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-negro.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-negro.paginate_button:hover > td,
.table-hover .table-lighten-complement-negro:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-negro.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-negro.paginate_button:hover > th {
  background-color: #e7eaf0;
}

.table-lighten-complement-dark-blue,
.table-lighten-complement-dark-blue > th,
.table-lighten-complement-dark-blue > td {
  background-color: #e9ebe6;
}

.table-lighten-complement-dark-blue th,
.table-lighten-complement-dark-blue td,
.table-lighten-complement-dark-blue thead th,
.table-lighten-complement-dark-blue tbody + tbody {
  border-color: #d6dad1;
}

.table-hover .table-lighten-complement-dark-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark-blue.paginate_button:hover {
  background-color: #dde0d8;
}

.table-hover .table-lighten-complement-dark-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark-blue.paginate_button:hover > td,
.table-hover .table-lighten-complement-dark-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark-blue.paginate_button:hover > th {
  background-color: #dde0d8;
}

.table-lighten-complement-dark-green,
.table-lighten-complement-dark-green > th,
.table-lighten-complement-dark-green > td {
  background-color: #efdde5;
}

.table-lighten-complement-dark-green th,
.table-lighten-complement-dark-green td,
.table-lighten-complement-dark-green thead th,
.table-lighten-complement-dark-green tbody + tbody {
  border-color: #e2c0ce;
}

.table-hover .table-lighten-complement-dark-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark-green.paginate_button:hover {
  background-color: #e7ccd8;
}

.table-hover .table-lighten-complement-dark-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark-green.paginate_button:hover > td,
.table-hover .table-lighten-complement-dark-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark-green.paginate_button:hover > th {
  background-color: #e7ccd8;
}

.table-lighten-complement-darker-blue,
.table-lighten-complement-darker-blue > th,
.table-lighten-complement-darker-blue > td {
  background-color: #fbe0dc;
}

.table-lighten-complement-darker-blue th,
.table-lighten-complement-darker-blue td,
.table-lighten-complement-darker-blue thead th,
.table-lighten-complement-darker-blue tbody + tbody {
  border-color: #f8c5bd;
}

.table-hover .table-lighten-complement-darker-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-darker-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-darker-blue.paginate_button:hover {
  background-color: #f8ccc5;
}

.table-hover .table-lighten-complement-darker-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-darker-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-darker-blue.paginate_button:hover > td,
.table-hover .table-lighten-complement-darker-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-darker-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-darker-blue.paginate_button:hover > th {
  background-color: #f8ccc5;
}

.table-lighten-complement-dark,
.table-lighten-complement-dark > th,
.table-lighten-complement-dark > td {
  background-color: #e8e7e4;
}

.table-lighten-complement-dark th,
.table-lighten-complement-dark td,
.table-lighten-complement-dark thead th,
.table-lighten-complement-dark tbody + tbody {
  border-color: #d4d3cc;
}

.table-hover .table-lighten-complement-dark:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark.paginate_button:hover {
  background-color: #dcdbd6;
}

.table-hover .table-lighten-complement-dark:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark.paginate_button:hover > td,
.table-hover .table-lighten-complement-dark:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-dark.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-dark.paginate_button:hover > th {
  background-color: #dcdbd6;
}

.table-lighten-complement-light,
.table-lighten-complement-light > th,
.table-lighten-complement-light > td {
  background-color: white;
}

.table-lighten-complement-light th,
.table-lighten-complement-light td,
.table-lighten-complement-light thead th,
.table-lighten-complement-light tbody + tbody {
  border-color: white;
}

.table-hover .table-lighten-complement-light:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-light.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-light.paginate_button:hover {
  background-color: #f2f2f2;
}

.table-hover .table-lighten-complement-light:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-light.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-light.paginate_button:hover > td,
.table-hover .table-lighten-complement-light:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-light.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-light.paginate_button:hover > th {
  background-color: #f2f2f2;
}

.table-lighten-complement-primary,
.table-lighten-complement-primary > th,
.table-lighten-complement-primary > td {
  background-color: #ece4f7;
}

.table-lighten-complement-primary th,
.table-lighten-complement-primary td,
.table-lighten-complement-primary thead th,
.table-lighten-complement-primary tbody + tbody {
  border-color: #dbcef1;
}

.table-hover .table-lighten-complement-primary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-primary.paginate_button:hover {
  background-color: #ded0f1;
}

.table-hover .table-lighten-complement-primary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-primary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-primary.paginate_button:hover > td,
.table-hover .table-lighten-complement-primary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-primary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-primary.paginate_button:hover > th {
  background-color: #ded0f1;
}

.table-lighten-complement-secondary,
.table-lighten-complement-secondary > th,
.table-lighten-complement-secondary > td {
  background-color: #ece4f7;
}

.table-lighten-complement-secondary th,
.table-lighten-complement-secondary td,
.table-lighten-complement-secondary thead th,
.table-lighten-complement-secondary tbody + tbody {
  border-color: #dbcef1;
}

.table-hover .table-lighten-complement-secondary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-secondary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-secondary.paginate_button:hover {
  background-color: #ded0f1;
}

.table-hover .table-lighten-complement-secondary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-secondary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-secondary.paginate_button:hover > td,
.table-hover .table-lighten-complement-secondary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-secondary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-secondary.paginate_button:hover > th {
  background-color: #ded0f1;
}

.table-lighten-complement-success,
.table-lighten-complement-success > th,
.table-lighten-complement-success > td {
  background-color: #ece4f7;
}

.table-lighten-complement-success th,
.table-lighten-complement-success td,
.table-lighten-complement-success thead th,
.table-lighten-complement-success tbody + tbody {
  border-color: #dbcef1;
}

.table-hover .table-lighten-complement-success:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-success.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-success.paginate_button:hover {
  background-color: #ded0f1;
}

.table-hover .table-lighten-complement-success:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-success.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-success.paginate_button:hover > td,
.table-hover .table-lighten-complement-success:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-success.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-success.paginate_button:hover > th {
  background-color: #ded0f1;
}

.table-lighten-complement-warning,
.table-lighten-complement-warning > th,
.table-lighten-complement-warning > td {
  background-color: #e2eafe;
}

.table-lighten-complement-warning th,
.table-lighten-complement-warning td,
.table-lighten-complement-warning thead th,
.table-lighten-complement-warning tbody + tbody {
  border-color: #c9d8fc;
}

.table-hover .table-lighten-complement-warning:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-warning.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-warning.paginate_button:hover {
  background-color: #c9d8fd;
}

.table-hover .table-lighten-complement-warning:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-warning.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-warning.paginate_button:hover > td,
.table-hover .table-lighten-complement-warning:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-warning.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-warning.paginate_button:hover > th {
  background-color: #c9d8fd;
}

.table-lighten-complement-danger,
.table-lighten-complement-danger > th,
.table-lighten-complement-danger > td {
  background-color: #e8fbf9;
}

.table-lighten-complement-danger th,
.table-lighten-complement-danger td,
.table-lighten-complement-danger thead th,
.table-lighten-complement-danger tbody + tbody {
  border-color: #d5f8f4;
}

.table-hover .table-lighten-complement-danger:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-danger.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-danger.paginate_button:hover {
  background-color: #d2f7f3;
}

.table-hover .table-lighten-complement-danger:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-danger.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-danger.paginate_button:hover > td,
.table-hover .table-lighten-complement-danger:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-danger.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-danger.paginate_button:hover > th {
  background-color: #d2f7f3;
}

.table-lighten-complement-info,
.table-lighten-complement-info > th,
.table-lighten-complement-info > td {
  background-color: #fbe0dc;
}

.table-lighten-complement-info th,
.table-lighten-complement-info td,
.table-lighten-complement-info thead th,
.table-lighten-complement-info tbody + tbody {
  border-color: #f8c5bd;
}

.table-hover .table-lighten-complement-info:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-info.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-info.paginate_button:hover {
  background-color: #f8ccc5;
}

.table-hover .table-lighten-complement-info:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-info.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-info.paginate_button:hover > td,
.table-hover .table-lighten-complement-info:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-lighten-complement-info.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-lighten-complement-info.paginate_button:hover > th {
  background-color: #f8ccc5;
}

.table-darken-blue,
.table-darken-blue > th,
.table-darken-blue > td {
  background-color: #bfc6c9;
}

.table-darken-blue th,
.table-darken-blue td,
.table-darken-blue thead th,
.table-darken-blue tbody + tbody {
  border-color: #88959a;
}

.table-hover .table-darken-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-blue.paginate_button:hover {
  background-color: #b1babd;
}

.table-hover .table-darken-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-blue.paginate_button:hover > td,
.table-hover .table-darken-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-blue.paginate_button:hover > th {
  background-color: #b1babd;
}

.table-darken-indigo,
.table-darken-indigo > th,
.table-darken-indigo > td {
  background-color: #c5c1cb;
}

.table-darken-indigo th,
.table-darken-indigo td,
.table-darken-indigo thead th,
.table-darken-indigo tbody + tbody {
  border-color: #928b9e;
}

.table-hover .table-darken-indigo:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-indigo.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-indigo.paginate_button:hover {
  background-color: #b8b3bf;
}

.table-hover .table-darken-indigo:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-indigo.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-indigo.paginate_button:hover > td,
.table-hover .table-darken-indigo:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-indigo.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-indigo.paginate_button:hover > th {
  background-color: #b8b3bf;
}

.table-darken-purple,
.table-darken-purple > th,
.table-darken-purple > td {
  background-color: #c5c3c9;
}

.table-darken-purple th,
.table-darken-purple td,
.table-darken-purple thead th,
.table-darken-purple tbody + tbody {
  border-color: #938f9a;
}

.table-hover .table-darken-purple:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-purple.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-purple.paginate_button:hover {
  background-color: #b8b6bd;
}

.table-hover .table-darken-purple:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-purple.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-purple.paginate_button:hover > td,
.table-hover .table-darken-purple:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-purple.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-purple.paginate_button:hover > th {
  background-color: #b8b6bd;
}

.table-darken-pink,
.table-darken-pink > th,
.table-darken-pink > td {
  background-color: #cdc3c7;
}

.table-darken-pink th,
.table-darken-pink td,
.table-darken-pink thead th,
.table-darken-pink tbody + tbody {
  border-color: #a18f97;
}

.table-hover .table-darken-pink:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-pink.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-pink.paginate_button:hover {
  background-color: #c1b5ba;
}

.table-hover .table-darken-pink:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-pink.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-pink.paginate_button:hover > td,
.table-hover .table-darken-pink:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-pink.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-pink.paginate_button:hover > th {
  background-color: #c1b5ba;
}

.table-darken-red,
.table-darken-red > th,
.table-darken-red > td {
  background-color: #cbc2c3;
}

.table-darken-red th,
.table-darken-red td,
.table-darken-red thead th,
.table-darken-red tbody + tbody {
  border-color: #9e8e90;
}

.table-hover .table-darken-red:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-red.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-red.paginate_button:hover {
  background-color: #bfb4b5;
}

.table-hover .table-darken-red:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-red.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-red.paginate_button:hover > td,
.table-hover .table-darken-red:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-red.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-red.paginate_button:hover > th {
  background-color: #bfb4b5;
}

.table-darken-orange,
.table-darken-orange > th,
.table-darken-orange > td {
  background-color: #cac4c1;
}

.table-darken-orange th,
.table-darken-orange td,
.table-darken-orange thead th,
.table-darken-orange tbody + tbody {
  border-color: #9d918c;
}

.table-hover .table-darken-orange:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-orange.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-orange.paginate_button:hover {
  background-color: #beb7b3;
}

.table-hover .table-darken-orange:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-orange.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-orange.paginate_button:hover > td,
.table-hover .table-darken-orange:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-orange.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-orange.paginate_button:hover > th {
  background-color: #beb7b3;
}

.table-darken-yellow,
.table-darken-yellow > th,
.table-darken-yellow > td {
  background-color: #c9c6c0;
}

.table-darken-yellow th,
.table-darken-yellow td,
.table-darken-yellow thead th,
.table-darken-yellow tbody + tbody {
  border-color: #9b968a;
}

.table-hover .table-darken-yellow:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-yellow.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-yellow.paginate_button:hover {
  background-color: #bdbab2;
}

.table-hover .table-darken-yellow:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-yellow.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-yellow.paginate_button:hover > td,
.table-hover .table-darken-yellow:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-yellow.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-yellow.paginate_button:hover > th {
  background-color: #bdbab2;
}

.table-darken-green,
.table-darken-green > th,
.table-darken-green > td {
  background-color: #c3c5c0;
}

.table-darken-green th,
.table-darken-green td,
.table-darken-green thead th,
.table-darken-green tbody + tbody {
  border-color: #90948b;
}

.table-hover .table-darken-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-green.paginate_button:hover {
  background-color: #b6b9b3;
}

.table-hover .table-darken-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-green.paginate_button:hover > td,
.table-hover .table-darken-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-green.paginate_button:hover > th {
  background-color: #b6b9b3;
}

.table-darken-teal,
.table-darken-teal > th,
.table-darken-teal > td {
  background-color: #c1c8c6;
}

.table-darken-teal th,
.table-darken-teal td,
.table-darken-teal thead th,
.table-darken-teal tbody + tbody {
  border-color: #8b9995;
}

.table-hover .table-darken-teal:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-teal.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-teal.paginate_button:hover {
  background-color: #b3bcba;
}

.table-hover .table-darken-teal:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-teal.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-teal.paginate_button:hover > td,
.table-hover .table-darken-teal:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-teal.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-teal.paginate_button:hover > th {
  background-color: #b3bcba;
}

.table-darken-cyan,
.table-darken-cyan > th,
.table-darken-cyan > td {
  background-color: #bfc5c6;
}

.table-darken-cyan th,
.table-darken-cyan td,
.table-darken-cyan thead th,
.table-darken-cyan tbody + tbody {
  border-color: #899496;
}

.table-hover .table-darken-cyan:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-cyan.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-cyan.paginate_button:hover {
  background-color: #b2b9ba;
}

.table-hover .table-darken-cyan:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-cyan.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-cyan.paginate_button:hover > td,
.table-hover .table-darken-cyan:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-cyan.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-cyan.paginate_button:hover > th {
  background-color: #b2b9ba;
}

.table-darken-brown,
.table-darken-brown > th,
.table-darken-brown > td {
  background-color: #bfbdbc;
}

.table-darken-brown th,
.table-darken-brown td,
.table-darken-brown thead th,
.table-darken-brown tbody + tbody {
  border-color: #898482;
}

.table-hover .table-darken-brown:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-brown.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-brown.paginate_button:hover {
  background-color: #b3b0af;
}

.table-hover .table-darken-brown:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-brown.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-brown.paginate_button:hover > td,
.table-hover .table-darken-brown:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-brown.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-brown.paginate_button:hover > th {
  background-color: #b3b0af;
}

.table-darken-negro,
.table-darken-negro > th,
.table-darken-negro > td {
  background-color: #cfcecb;
}

.table-darken-negro th,
.table-darken-negro td,
.table-darken-negro thead th,
.table-darken-negro tbody + tbody {
  border-color: #a6a49f;
}

.table-hover .table-darken-negro:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-negro.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-negro.paginate_button:hover {
  background-color: #c3c2be;
}

.table-hover .table-darken-negro:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-negro.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-negro.paginate_button:hover > td,
.table-hover .table-darken-negro:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-negro.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-negro.paginate_button:hover > th {
  background-color: #c3c2be;
}

.table-darken-dark-blue,
.table-darken-dark-blue > th,
.table-darken-dark-blue > td {
  background-color: #bdbdbe;
}

.table-darken-dark-blue th,
.table-darken-dark-blue td,
.table-darken-dark-blue thead th,
.table-darken-dark-blue tbody + tbody {
  border-color: #858586;
}

.table-hover .table-darken-dark-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark-blue.paginate_button:hover {
  background-color: #b0b0b1;
}

.table-hover .table-darken-dark-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark-blue.paginate_button:hover > td,
.table-hover .table-darken-dark-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark-blue.paginate_button:hover > th {
  background-color: #b0b0b1;
}

.table-darken-dark-green,
.table-darken-dark-green > th,
.table-darken-dark-green > td {
  background-color: #bbbcbb;
}

.table-darken-dark-green th,
.table-darken-dark-green td,
.table-darken-dark-green thead th,
.table-darken-dark-green tbody + tbody {
  border-color: #808281;
}

.table-hover .table-darken-dark-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark-green.paginate_button:hover {
  background-color: #aeafae;
}

.table-hover .table-darken-dark-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark-green.paginate_button:hover > td,
.table-hover .table-darken-dark-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark-green.paginate_button:hover > th {
  background-color: #aeafae;
}

.table-darken-darker-blue,
.table-darken-darker-blue > th,
.table-darken-darker-blue > td {
  background-color: #bec2c3;
}

.table-darken-darker-blue th,
.table-darken-darker-blue td,
.table-darken-darker-blue thead th,
.table-darken-darker-blue tbody + tbody {
  border-color: #858e8f;
}

.table-hover .table-darken-darker-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-darker-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-darker-blue.paginate_button:hover {
  background-color: #b1b6b7;
}

.table-hover .table-darken-darker-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-darker-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-darker-blue.paginate_button:hover > td,
.table-hover .table-darken-darker-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-darker-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-darker-blue.paginate_button:hover > th {
  background-color: #b1b6b7;
}

.table-darken-dark,
.table-darken-dark > th,
.table-darken-dark > td {
  background-color: #bbbbbb;
}

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

.table-hover .table-darken-dark:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark.paginate_button:hover {
  background-color: #aeaeae;
}

.table-hover .table-darken-dark:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark.paginate_button:hover > td,
.table-hover .table-darken-dark:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-dark.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-dark.paginate_button:hover > th {
  background-color: #aeaeae;
}

.table-darken-light,
.table-darken-light > th,
.table-darken-light > td {
  background-color: lightgray;
}

.table-darken-light th,
.table-darken-light td,
.table-darken-light thead th,
.table-darken-light tbody + tbody {
  border-color: #aeaeae;
}

.table-hover .table-darken-light:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-light.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-light.paginate_button:hover {
  background-color: #c6c6c6;
}

.table-hover .table-darken-light:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-light.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-light.paginate_button:hover > td,
.table-hover .table-darken-light:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-light.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-light.paginate_button:hover > th {
  background-color: #c6c6c6;
}

.table-darken-primary,
.table-darken-primary > th,
.table-darken-primary > td {
  background-color: #c3c5c0;
}

.table-darken-primary th,
.table-darken-primary td,
.table-darken-primary thead th,
.table-darken-primary tbody + tbody {
  border-color: #90948b;
}

.table-hover .table-darken-primary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-primary.paginate_button:hover {
  background-color: #b6b9b3;
}

.table-hover .table-darken-primary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-primary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-primary.paginate_button:hover > td,
.table-hover .table-darken-primary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-primary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-primary.paginate_button:hover > th {
  background-color: #b6b9b3;
}

.table-darken-secondary,
.table-darken-secondary > th,
.table-darken-secondary > td {
  background-color: #c3c5c0;
}

.table-darken-secondary th,
.table-darken-secondary td,
.table-darken-secondary thead th,
.table-darken-secondary tbody + tbody {
  border-color: #90948b;
}

.table-hover .table-darken-secondary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-secondary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-secondary.paginate_button:hover {
  background-color: #b6b9b3;
}

.table-hover .table-darken-secondary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-secondary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-secondary.paginate_button:hover > td,
.table-hover .table-darken-secondary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-secondary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-secondary.paginate_button:hover > th {
  background-color: #b6b9b3;
}

.table-darken-success,
.table-darken-success > th,
.table-darken-success > td {
  background-color: #c3c5c0;
}

.table-darken-success th,
.table-darken-success td,
.table-darken-success thead th,
.table-darken-success tbody + tbody {
  border-color: #90948b;
}

.table-hover .table-darken-success:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-success.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-success.paginate_button:hover {
  background-color: #b6b9b3;
}

.table-hover .table-darken-success:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-success.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-success.paginate_button:hover > td,
.table-hover .table-darken-success:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-success.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-success.paginate_button:hover > th {
  background-color: #b6b9b3;
}

.table-darken-warning,
.table-darken-warning > th,
.table-darken-warning > td {
  background-color: #c9c6c0;
}

.table-darken-warning th,
.table-darken-warning td,
.table-darken-warning thead th,
.table-darken-warning tbody + tbody {
  border-color: #9b968a;
}

.table-hover .table-darken-warning:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-warning.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-warning.paginate_button:hover {
  background-color: #bdbab2;
}

.table-hover .table-darken-warning:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-warning.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-warning.paginate_button:hover > td,
.table-hover .table-darken-warning:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-warning.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-warning.paginate_button:hover > th {
  background-color: #bdbab2;
}

.table-darken-danger,
.table-darken-danger > th,
.table-darken-danger > td {
  background-color: #cbc2c3;
}

.table-darken-danger th,
.table-darken-danger td,
.table-darken-danger thead th,
.table-darken-danger tbody + tbody {
  border-color: #9e8e90;
}

.table-hover .table-darken-danger:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-danger.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-danger.paginate_button:hover {
  background-color: #bfb4b5;
}

.table-hover .table-darken-danger:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-danger.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-danger.paginate_button:hover > td,
.table-hover .table-darken-danger:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-danger.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-danger.paginate_button:hover > th {
  background-color: #bfb4b5;
}

.table-darken-info,
.table-darken-info > th,
.table-darken-info > td {
  background-color: #bec2c3;
}

.table-darken-info th,
.table-darken-info td,
.table-darken-info thead th,
.table-darken-info tbody + tbody {
  border-color: #858e8f;
}

.table-hover .table-darken-info:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-info.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-info.paginate_button:hover {
  background-color: #b1b6b7;
}

.table-hover .table-darken-info:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-info.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-info.paginate_button:hover > td,
.table-hover .table-darken-info:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-info.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-info.paginate_button:hover > th {
  background-color: #b1b6b7;
}

.table-darken-complement-blue,
.table-darken-complement-blue > th,
.table-darken-complement-blue > td {
  background-color: #c9c2bf;
}

.table-darken-complement-blue th,
.table-darken-complement-blue td,
.table-darken-complement-blue thead th,
.table-darken-complement-blue tbody + tbody {
  border-color: #9a8e88;
}

.table-hover .table-darken-complement-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-blue.paginate_button:hover {
  background-color: #bdb5b1;
}

.table-hover .table-darken-complement-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-blue.paginate_button:hover > td,
.table-hover .table-darken-complement-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-blue.paginate_button:hover > th {
  background-color: #bdb5b1;
}

.table-darken-complement-indigo,
.table-darken-complement-indigo > th,
.table-darken-complement-indigo > td {
  background-color: #c7cbc1;
}

.table-darken-complement-indigo th,
.table-darken-complement-indigo td,
.table-darken-complement-indigo thead th,
.table-darken-complement-indigo tbody + tbody {
  border-color: #979e8b;
}

.table-hover .table-darken-complement-indigo:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-indigo.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-indigo.paginate_button:hover {
  background-color: #babfb3;
}

.table-hover .table-darken-complement-indigo:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-indigo.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-indigo.paginate_button:hover > td,
.table-hover .table-darken-complement-indigo:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-indigo.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-indigo.paginate_button:hover > th {
  background-color: #babfb3;
}

.table-darken-complement-purple,
.table-darken-complement-purple > th,
.table-darken-complement-purple > td {
  background-color: #c7c9c3;
}

.table-darken-complement-purple th,
.table-darken-complement-purple td,
.table-darken-complement-purple thead th,
.table-darken-complement-purple tbody + tbody {
  border-color: #969a8f;
}

.table-hover .table-darken-complement-purple:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-purple.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-purple.paginate_button:hover {
  background-color: #babdb6;
}

.table-hover .table-darken-complement-purple:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-purple.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-purple.paginate_button:hover > td,
.table-hover .table-darken-complement-purple:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-purple.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-purple.paginate_button:hover > th {
  background-color: #babdb6;
}

.table-darken-complement-pink,
.table-darken-complement-pink > th,
.table-darken-complement-pink > td {
  background-color: #c3cdc8;
}

.table-darken-complement-pink th,
.table-darken-complement-pink td,
.table-darken-complement-pink thead th,
.table-darken-complement-pink tbody + tbody {
  border-color: #8fa199;
}

.table-hover .table-darken-complement-pink:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-pink.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-pink.paginate_button:hover {
  background-color: #b5c1bb;
}

.table-hover .table-darken-complement-pink:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-pink.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-pink.paginate_button:hover > td,
.table-hover .table-darken-complement-pink:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-pink.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-pink.paginate_button:hover > th {
  background-color: #b5c1bb;
}

.table-darken-complement-red,
.table-darken-complement-red > th,
.table-darken-complement-red > td {
  background-color: #c2cbca;
}

.table-darken-complement-red th,
.table-darken-complement-red td,
.table-darken-complement-red thead th,
.table-darken-complement-red tbody + tbody {
  border-color: #8e9e9c;
}

.table-hover .table-darken-complement-red:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-red.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-red.paginate_button:hover {
  background-color: #b4bfbe;
}

.table-hover .table-darken-complement-red:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-red.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-red.paginate_button:hover > td,
.table-hover .table-darken-complement-red:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-red.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-red.paginate_button:hover > th {
  background-color: #b4bfbe;
}

.table-darken-complement-orange,
.table-darken-complement-orange > th,
.table-darken-complement-orange > td {
  background-color: #c1c8ca;
}

.table-darken-complement-orange th,
.table-darken-complement-orange td,
.table-darken-complement-orange thead th,
.table-darken-complement-orange tbody + tbody {
  border-color: #8c999d;
}

.table-hover .table-darken-complement-orange:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-orange.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-orange.paginate_button:hover {
  background-color: #b3bcbe;
}

.table-hover .table-darken-complement-orange:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-orange.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-orange.paginate_button:hover > td,
.table-hover .table-darken-complement-orange:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-orange.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-orange.paginate_button:hover > th {
  background-color: #b3bcbe;
}

.table-darken-complement-yellow,
.table-darken-complement-yellow > th,
.table-darken-complement-yellow > td {
  background-color: #c0c3c9;
}

.table-darken-complement-yellow th,
.table-darken-complement-yellow td,
.table-darken-complement-yellow thead th,
.table-darken-complement-yellow tbody + tbody {
  border-color: #8a8f9b;
}

.table-hover .table-darken-complement-yellow:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-yellow.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-yellow.paginate_button:hover {
  background-color: #b2b6bd;
}

.table-hover .table-darken-complement-yellow:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-yellow.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-yellow.paginate_button:hover > td,
.table-hover .table-darken-complement-yellow:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-yellow.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-yellow.paginate_button:hover > th {
  background-color: #b2b6bd;
}

.table-darken-complement-green,
.table-darken-complement-green > th,
.table-darken-complement-green > td {
  background-color: #c2c0c5;
}

.table-darken-complement-green th,
.table-darken-complement-green td,
.table-darken-complement-green thead th,
.table-darken-complement-green tbody + tbody {
  border-color: #8e8b94;
}

.table-hover .table-darken-complement-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-green.paginate_button:hover {
  background-color: #b5b3b9;
}

.table-hover .table-darken-complement-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-green.paginate_button:hover > td,
.table-hover .table-darken-complement-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-green.paginate_button:hover > th {
  background-color: #b5b3b9;
}

.table-darken-complement-teal,
.table-darken-complement-teal > th,
.table-darken-complement-teal > td {
  background-color: #c8c1c3;
}

.table-darken-complement-teal th,
.table-darken-complement-teal td,
.table-darken-complement-teal thead th,
.table-darken-complement-teal tbody + tbody {
  border-color: #998b8f;
}

.table-hover .table-darken-complement-teal:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-teal.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-teal.paginate_button:hover {
  background-color: #bcb3b6;
}

.table-hover .table-darken-complement-teal:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-teal.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-teal.paginate_button:hover > td,
.table-hover .table-darken-complement-teal:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-teal.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-teal.paginate_button:hover > th {
  background-color: #bcb3b6;
}

.table-darken-complement-cyan,
.table-darken-complement-cyan > th,
.table-darken-complement-cyan > td {
  background-color: #c6c0bf;
}

.table-darken-complement-cyan th,
.table-darken-complement-cyan td,
.table-darken-complement-cyan thead th,
.table-darken-complement-cyan tbody + tbody {
  border-color: #968b89;
}

.table-hover .table-darken-complement-cyan:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-cyan.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-cyan.paginate_button:hover {
  background-color: #bab3b2;
}

.table-hover .table-darken-complement-cyan:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-cyan.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-cyan.paginate_button:hover > td,
.table-hover .table-darken-complement-cyan:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-cyan.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-cyan.paginate_button:hover > th {
  background-color: #bab3b2;
}

.table-darken-complement-brown,
.table-darken-complement-brown > th,
.table-darken-complement-brown > td {
  background-color: #bcbebf;
}

.table-darken-complement-brown th,
.table-darken-complement-brown td,
.table-darken-complement-brown thead th,
.table-darken-complement-brown tbody + tbody {
  border-color: #828789;
}

.table-hover .table-darken-complement-brown:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-brown.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-brown.paginate_button:hover {
  background-color: #afb1b3;
}

.table-hover .table-darken-complement-brown:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-brown.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-brown.paginate_button:hover > td,
.table-hover .table-darken-complement-brown:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-brown.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-brown.paginate_button:hover > th {
  background-color: #afb1b3;
}

.table-darken-complement-negro,
.table-darken-complement-negro > th,
.table-darken-complement-negro > td {
  background-color: #cbcdcf;
}

.table-darken-complement-negro th,
.table-darken-complement-negro td,
.table-darken-complement-negro thead th,
.table-darken-complement-negro tbody + tbody {
  border-color: #9fa2a6;
}

.table-hover .table-darken-complement-negro:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-negro.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-negro.paginate_button:hover {
  background-color: #bec0c3;
}

.table-hover .table-darken-complement-negro:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-negro.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-negro.paginate_button:hover > td,
.table-hover .table-darken-complement-negro:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-negro.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-negro.paginate_button:hover > th {
  background-color: #bec0c3;
}

.table-darken-complement-dark-blue,
.table-darken-complement-dark-blue > th,
.table-darken-complement-dark-blue > td {
  background-color: #bebebd;
}

.table-darken-complement-dark-blue th,
.table-darken-complement-dark-blue td,
.table-darken-complement-dark-blue thead th,
.table-darken-complement-dark-blue tbody + tbody {
  border-color: #868685;
}

.table-hover .table-darken-complement-dark-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark-blue.paginate_button:hover {
  background-color: #b1b1b0;
}

.table-hover .table-darken-complement-dark-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark-blue.paginate_button:hover > td,
.table-hover .table-darken-complement-dark-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark-blue.paginate_button:hover > th {
  background-color: #b1b1b0;
}

.table-darken-complement-dark-green,
.table-darken-complement-dark-green > th,
.table-darken-complement-dark-green > td {
  background-color: #bcbbbb;
}

.table-darken-complement-dark-green th,
.table-darken-complement-dark-green td,
.table-darken-complement-dark-green thead th,
.table-darken-complement-dark-green tbody + tbody {
  border-color: #828081;
}

.table-hover .table-darken-complement-dark-green:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark-green.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark-green.paginate_button:hover {
  background-color: #afaeae;
}

.table-hover .table-darken-complement-dark-green:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark-green.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark-green.paginate_button:hover > td,
.table-hover .table-darken-complement-dark-green:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark-green.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark-green.paginate_button:hover > th {
  background-color: #afaeae;
}

.table-darken-complement-darker-blue,
.table-darken-complement-darker-blue > th,
.table-darken-complement-darker-blue > td {
  background-color: #c3bebe;
}

.table-darken-complement-darker-blue th,
.table-darken-complement-darker-blue td,
.table-darken-complement-darker-blue thead th,
.table-darken-complement-darker-blue tbody + tbody {
  border-color: #8f8785;
}

.table-hover .table-darken-complement-darker-blue:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-darker-blue.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-darker-blue.paginate_button:hover {
  background-color: #b7b1b1;
}

.table-hover .table-darken-complement-darker-blue:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-darker-blue.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-darker-blue.paginate_button:hover > td,
.table-hover .table-darken-complement-darker-blue:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-darker-blue.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-darker-blue.paginate_button:hover > th {
  background-color: #b7b1b1;
}

.table-darken-complement-dark,
.table-darken-complement-dark > th,
.table-darken-complement-dark > td {
  background-color: #bbbbbb;
}

.table-darken-complement-dark th,
.table-darken-complement-dark td,
.table-darken-complement-dark thead th,
.table-darken-complement-dark tbody + tbody {
  border-color: #818180;
}

.table-hover .table-darken-complement-dark:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark.paginate_button:hover {
  background-color: #aeaeae;
}

.table-hover .table-darken-complement-dark:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark.paginate_button:hover > td,
.table-hover .table-darken-complement-dark:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-dark.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-dark.paginate_button:hover > th {
  background-color: #aeaeae;
}

.table-darken-complement-light,
.table-darken-complement-light > th,
.table-darken-complement-light > td {
  background-color: lightgray;
}

.table-darken-complement-light th,
.table-darken-complement-light td,
.table-darken-complement-light thead th,
.table-darken-complement-light tbody + tbody {
  border-color: #aeaeae;
}

.table-hover .table-darken-complement-light:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-light.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-light.paginate_button:hover {
  background-color: #c6c6c6;
}

.table-hover .table-darken-complement-light:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-light.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-light.paginate_button:hover > td,
.table-hover .table-darken-complement-light:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-light.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-light.paginate_button:hover > th {
  background-color: #c6c6c6;
}

.table-darken-complement-primary,
.table-darken-complement-primary > th,
.table-darken-complement-primary > td {
  background-color: #c2c0c5;
}

.table-darken-complement-primary th,
.table-darken-complement-primary td,
.table-darken-complement-primary thead th,
.table-darken-complement-primary tbody + tbody {
  border-color: #8e8b94;
}

.table-hover .table-darken-complement-primary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-primary.paginate_button:hover {
  background-color: #b5b3b9;
}

.table-hover .table-darken-complement-primary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-primary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-primary.paginate_button:hover > td,
.table-hover .table-darken-complement-primary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-primary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-primary.paginate_button:hover > th {
  background-color: #b5b3b9;
}

.table-darken-complement-secondary,
.table-darken-complement-secondary > th,
.table-darken-complement-secondary > td {
  background-color: #c2c0c5;
}

.table-darken-complement-secondary th,
.table-darken-complement-secondary td,
.table-darken-complement-secondary thead th,
.table-darken-complement-secondary tbody + tbody {
  border-color: #8e8b94;
}

.table-hover .table-darken-complement-secondary:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-secondary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-secondary.paginate_button:hover {
  background-color: #b5b3b9;
}

.table-hover .table-darken-complement-secondary:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-secondary.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-secondary.paginate_button:hover > td,
.table-hover .table-darken-complement-secondary:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-secondary.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-secondary.paginate_button:hover > th {
  background-color: #b5b3b9;
}

.table-darken-complement-success,
.table-darken-complement-success > th,
.table-darken-complement-success > td {
  background-color: #c2c0c5;
}

.table-darken-complement-success th,
.table-darken-complement-success td,
.table-darken-complement-success thead th,
.table-darken-complement-success tbody + tbody {
  border-color: #8e8b94;
}

.table-hover .table-darken-complement-success:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-success.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-success.paginate_button:hover {
  background-color: #b5b3b9;
}

.table-hover .table-darken-complement-success:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-success.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-success.paginate_button:hover > td,
.table-hover .table-darken-complement-success:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-success.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-success.paginate_button:hover > th {
  background-color: #b5b3b9;
}

.table-darken-complement-warning,
.table-darken-complement-warning > th,
.table-darken-complement-warning > td {
  background-color: #c0c3c9;
}

.table-darken-complement-warning th,
.table-darken-complement-warning td,
.table-darken-complement-warning thead th,
.table-darken-complement-warning tbody + tbody {
  border-color: #8a8f9b;
}

.table-hover .table-darken-complement-warning:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-warning.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-warning.paginate_button:hover {
  background-color: #b2b6bd;
}

.table-hover .table-darken-complement-warning:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-warning.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-warning.paginate_button:hover > td,
.table-hover .table-darken-complement-warning:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-warning.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-warning.paginate_button:hover > th {
  background-color: #b2b6bd;
}

.table-darken-complement-danger,
.table-darken-complement-danger > th,
.table-darken-complement-danger > td {
  background-color: #c2cbca;
}

.table-darken-complement-danger th,
.table-darken-complement-danger td,
.table-darken-complement-danger thead th,
.table-darken-complement-danger tbody + tbody {
  border-color: #8e9e9c;
}

.table-hover .table-darken-complement-danger:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-danger.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-danger.paginate_button:hover {
  background-color: #b4bfbe;
}

.table-hover .table-darken-complement-danger:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-danger.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-danger.paginate_button:hover > td,
.table-hover .table-darken-complement-danger:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-danger.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-danger.paginate_button:hover > th {
  background-color: #b4bfbe;
}

.table-darken-complement-info,
.table-darken-complement-info > th,
.table-darken-complement-info > td {
  background-color: #c3bebe;
}

.table-darken-complement-info th,
.table-darken-complement-info td,
.table-darken-complement-info thead th,
.table-darken-complement-info tbody + tbody {
  border-color: #8f8785;
}

.table-hover .table-darken-complement-info:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-info.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-info.paginate_button:hover {
  background-color: #b7b1b1;
}

.table-hover .table-darken-complement-info:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-info.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-info.paginate_button:hover > td,
.table-hover .table-darken-complement-info:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-darken-complement-info.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-darken-complement-info.paginate_button:hover > th {
  background-color: #b7b1b1;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-active.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-active.paginate_button:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-active.paginate_button:hover > td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-active.paginate_button:hover > td,
.table-hover .table-active:hover > th,
.table-hover .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-active.paginate_button:hover > th,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-hover .table-active.paginate_button:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .dataTable .thead-dark th {
  color: #fff;
  background-color: #1C1D21;
  border-color: #2e2f36;
}

.table .thead-light th, .dataTable .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #1C1D21;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #2e2f36;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover, .table-dark.table-hover tbody .activitylogs .dataTables_wrapper .dataTables_paginate .pagination tr.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .table-dark.table-hover tbody tr.paginate_button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b0d775;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #f8f9fa;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #729e2e;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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: #fff;
  background-color: rgba(114, 158, 46, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #729e2e;
  padding-right: calc(1.5em + 0.75rem) !important;
  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='%23729e2e' 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);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #729e2e;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #729e2e;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff 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='%23729e2e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #729e2e;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #729e2e;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #729e2e;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #729e2e;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #8fc63a;
  background-color: #8fc63a;
}

.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.2rem rgba(114, 158, 46, 0.25);
}

.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: #729e2e;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #729e2e;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #729e2e;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  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);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.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;
}

.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.2rem rgba(220, 53, 69, 0.25);
}

.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;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.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.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .activitylogs .dataTables_wrapper .dt-buttons .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active {
  display: inline-block;
  font-weight: 400;
  color: #f8f9fa;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-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) {
  .btn, .activitylogs .dataTables_wrapper .dt-buttons .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active {
    transition: none;
  }
}

.btn:hover, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover {
  color: #f8f9fa;
  text-decoration: none;
}

.btn:focus, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:focus, .btn.focus, .activitylogs .dataTables_wrapper .dt-buttons .focus.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .focus.paginate_button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.btn.disabled, .activitylogs .dataTables_wrapper .dt-buttons .disabled.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .disabled.paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.disabled:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.disabled:active, .btn:disabled, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:disabled,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .activitylogs .dataTables_wrapper .dt-buttons .dt-button:not(:disabled):not(.disabled),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn.paginate_button.disabled, .activitylogs .dataTables_wrapper .dt-buttons a.disabled.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.disabled.paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button.disabled:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button.disabled:active,
fieldset:disabled a.btn,
fieldset:disabled .activitylogs .dataTables_wrapper .dt-buttons a.dt-button,
.activitylogs .dataTables_wrapper .dt-buttons fieldset:disabled a.dt-button,
fieldset:disabled .activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination fieldset:disabled a.paginate_button {
  pointer-events: none;
}

.btn-primary, .activitylogs .dataTables_wrapper .dt-buttons .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-primary:hover, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
}

.btn-primary:focus, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:focus, .btn-primary.focus, .activitylogs .dataTables_wrapper .dt-buttons .focus.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .focus.paginate_button {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-primary.disabled, .activitylogs .dataTables_wrapper .dt-buttons .disabled.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .disabled.paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.disabled:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.disabled:active, .btn-primary:disabled, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:disabled,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:disabled {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .activitylogs .dataTables_wrapper .dt-buttons .dt-button.active:not(:disabled):not(.disabled),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .activitylogs .dataTables_wrapper .dt-buttons .show > .dropdown-toggle.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .show > .dropdown-toggle.paginate_button {
  color: #fff;
  background-color: #567723;
  border-color: #4e6d20;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .activitylogs .dataTables_wrapper .dt-buttons .dt-button:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .activitylogs .dataTables_wrapper .dt-buttons .dt-button.active:not(:disabled):not(.disabled):focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .activitylogs .dataTables_wrapper .dt-buttons .show > .dropdown-toggle.dt-button:focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .show > .dropdown-toggle.paginate_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-secondary.paginate_button:hover {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-secondary.paginate_button.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #567723;
  border-color: #4e6d20;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-success.paginate_button:hover {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-success.paginate_button.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #567723;
  border-color: #4e6d20;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-info.paginate_button:hover {
  color: #fff;
  background-color: #0c5f6c;
  border-color: #0b5560;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0c5f6c;
  border-color: #0b5560;
  box-shadow: 0 0 0 0.2rem rgba(52, 145, 159, 0.5);
}

.btn-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-info.paginate_button.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0b5560;
  border-color: #0a4b55;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 145, 159, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-warning.paginate_button:hover {
  color: #fff;
  background-color: #bf8909;
  border-color: #b28009;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #bf8909;
  border-color: #b28009;
  box-shadow: 0 0 0 0.2rem rgba(198, 144, 16, 0.5);
}

.btn-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-warning.paginate_button.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b28009;
  border-color: #a67708;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 144, 16, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-danger.paginate_button:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-danger.paginate_button.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-light.paginate_button:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-light.paginate_button.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1C1D21;
  border-color: #1C1D21;
}

.btn-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark.paginate_button:hover {
  color: #fff;
  background-color: #0a0b0c;
  border-color: #050505;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #0a0b0c;
  border-color: #050505;
  box-shadow: 0 0 0 0.2rem rgba(62, 63, 66, 0.5);
}

.btn-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark.paginate_button.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1C1D21;
  border-color: #1C1D21;
}

.btn-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #050505;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 63, 66, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-white.paginate_button:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-white.paginate_button.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-gray-100:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-100.paginate_button:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-gray-100:focus, .btn-gray-100.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray-100.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-100.paginate_button.disabled, .btn-gray-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-gray-100:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-100.active:not(:disabled):not(.disabled), .show > .btn-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-gray-100:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-100.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-gray-200:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-200.paginate_button:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}

.btn-gray-200:focus, .btn-gray-200.focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-gray-200.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-200.paginate_button.disabled, .btn-gray-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-gray-200:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-200.active:not(:disabled):not(.disabled), .show > .btn-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}

.btn-gray-200:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-200.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-300.paginate_button:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}

.btn-gray-300:focus, .btn-gray-300.focus {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-gray-300.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-300.paginate_button.disabled, .btn-gray-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-300.active:not(:disabled):not(.disabled), .show > .btn-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}

.btn-gray-300:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-300.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-400.paginate_button:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}

.btn-gray-400:focus, .btn-gray-400.focus {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-gray-400.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-400.paginate_button.disabled, .btn-gray-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-400.active:not(:disabled):not(.disabled), .show > .btn-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}

.btn-gray-400:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-400.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-gray-500 {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-gray-500:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-500.paginate_button:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}

.btn-gray-500:focus, .btn-gray-500.focus {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}

.btn-gray-500.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-500.paginate_button.disabled, .btn-gray-500:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-gray-500:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-500.active:not(:disabled):not(.disabled), .show > .btn-gray-500.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}

.btn-gray-500:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-500.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}

.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-600:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-600.paginate_button:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-gray-600:focus, .btn-gray-600.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-gray-600.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-600.paginate_button.disabled, .btn-gray-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-600:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-600.active:not(:disabled):not(.disabled), .show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-gray-600:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-600.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.btn-gray-700:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-700.paginate_button:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}

.btn-gray-700:focus, .btn-gray-700.focus {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}

.btn-gray-700.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-700.paginate_button.disabled, .btn-gray-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.btn-gray-700:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-700.active:not(:disabled):not(.disabled), .show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}

.btn-gray-700:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-700.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}

.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-gray-800:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-800.paginate_button:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-gray-800:focus, .btn-gray-800.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gray-800.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-800.paginate_button.disabled, .btn-gray-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-gray-800:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-800.active:not(:disabled):not(.disabled), .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-gray-800:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-800.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-gray-900:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-900.paginate_button:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}

.btn-gray-900:focus, .btn-gray-900.focus {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-gray-900.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-900.paginate_button.disabled, .btn-gray-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-gray-900:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-900.active:not(:disabled):not(.disabled), .show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}

.btn-gray-900:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-900.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-gray-950 {
  color: #fff;
  background-color: #101214;
  border-color: #101214;
}

.btn-gray-950:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-950.paginate_button:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-gray-950:focus, .btn-gray-950.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(52, 54, 55, 0.5);
}

.btn-gray-950.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-gray-950.paginate_button.disabled, .btn-gray-950:disabled {
  color: #fff;
  background-color: #101214;
  border-color: #101214;
}

.btn-gray-950:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-gray-950.active:not(:disabled):not(.disabled), .show > .btn-gray-950.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-gray-950:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-gray-950.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 54, 55, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-black.paginate_button:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-black.paginate_button.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-black.active:not(:disabled):not(.disabled), .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-black.active:not(:disabled):not(.disabled):focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #009ee3;
  border-color: #009ee3;
}

.btn-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-blue.paginate_button:hover {
  color: #fff;
  background-color: #0083bd;
  border-color: #007bb0;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #0083bd;
  border-color: #007bb0;
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 231, 0.5);
}

.btn-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-blue.paginate_button.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #009ee3;
  border-color: #009ee3;
}

.btn-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-blue.active:not(:disabled):not(.disabled), .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #007bb0;
  border-color: #0072a3;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 231, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-indigo.paginate_button:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
}

.btn-indigo:focus, .btn-indigo.focus {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}

.btn-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-indigo.paginate_button.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-indigo.active:not(:disabled):not(.disabled), .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4c0ab8;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-purple.paginate_button:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}

.btn-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-purple.paginate_button.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-purple.active:not(:disabled):not(.disabled), .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #533093;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-pink.paginate_button:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
}

.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-pink.paginate_button.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-pink.active:not(:disabled):not(.disabled), .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #ce196c;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-red.paginate_button:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-red.paginate_button.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-red.active:not(:disabled):not(.disabled), .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-red.active:not(:disabled):not(.disabled):focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-dark-red {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}

.btn-dark-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark-red.paginate_button:hover {
  color: #fff;
  background-color: #730000;
  border-color: #660000;
}

.btn-dark-red:focus, .btn-dark-red.focus {
  color: #fff;
  background-color: #730000;
  border-color: #660000;
  box-shadow: 0 0 0 0.2rem rgba(168, 38, 38, 0.5);
}

.btn-dark-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark-red.paginate_button.disabled, .btn-dark-red:disabled {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}

.btn-dark-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-dark-red.active:not(:disabled):not(.disabled), .show > .btn-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #660000;
  border-color: #590000;
}

.btn-dark-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-dark-red.active:not(:disabled):not(.disabled):focus, .show > .btn-dark-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 38, 38, 0.5);
}

.btn-reder {
  color: #fff;
  background-color: #f40000;
  border-color: #f40000;
}

.btn-reder:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-reder.paginate_button:hover {
  color: #fff;
  background-color: #ce0000;
  border-color: #c10000;
}

.btn-reder:focus, .btn-reder.focus {
  color: #fff;
  background-color: #ce0000;
  border-color: #c10000;
  box-shadow: 0 0 0 0.2rem rgba(246, 38, 38, 0.5);
}

.btn-reder.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-reder.paginate_button.disabled, .btn-reder:disabled {
  color: #fff;
  background-color: #f40000;
  border-color: #f40000;
}

.btn-reder:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-reder.active:not(:disabled):not(.disabled), .show > .btn-reder.dropdown-toggle {
  color: #fff;
  background-color: #c10000;
  border-color: #b40000;
}

.btn-reder:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-reder.active:not(:disabled):not(.disabled):focus, .show > .btn-reder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 38, 38, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #e9501d;
  border-color: #e9501d;
}

.btn-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-orange.paginate_button:hover {
  color: #fff;
  background-color: #cc4214;
  border-color: #c03e13;
}

.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #cc4214;
  border-color: #c03e13;
  box-shadow: 0 0 0 0.2rem rgba(236, 106, 63, 0.5);
}

.btn-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-orange.paginate_button.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #e9501d;
  border-color: #e9501d;
}

.btn-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-orange.active:not(:disabled):not(.disabled), .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c03e13;
  border-color: #b53a12;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 106, 63, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-yellow.paginate_button:hover {
  color: #fff;
  background-color: #bf8909;
  border-color: #b28009;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
  background-color: #bf8909;
  border-color: #b28009;
  box-shadow: 0 0 0 0.2rem rgba(198, 144, 16, 0.5);
}

.btn-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-yellow.paginate_button.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-yellow.active:not(:disabled):not(.disabled), .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #b28009;
  border-color: #a67708;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 144, 16, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-green.paginate_button:hover {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
}

.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #5d8025;
  border-color: #567723;
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-green.paginate_button.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-green.active:not(:disabled):not(.disabled), .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #567723;
  border-color: #4e6d20;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-green.active:not(:disabled):not(.disabled):focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 173, 77, 0.5);
}

.btn-greener {
  color: #fff;
  background-color: #009639;
  border-color: #009639;
}

.btn-greener:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-greener.paginate_button:hover {
  color: #fff;
  background-color: #00702a;
  border-color: #006326;
}

.btn-greener:focus, .btn-greener.focus {
  color: #fff;
  background-color: #00702a;
  border-color: #006326;
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 87, 0.5);
}

.btn-greener.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-greener.paginate_button.disabled, .btn-greener:disabled {
  color: #fff;
  background-color: #009639;
  border-color: #009639;
}

.btn-greener:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-greener.active:not(:disabled):not(.disabled), .show > .btn-greener.dropdown-toggle {
  color: #fff;
  background-color: #006326;
  border-color: #005621;
}

.btn-greener:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-greener.active:not(:disabled):not(.disabled):focus, .show > .btn-greener.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 166, 87, 0.5);
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-teal.paginate_button:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}

.btn-teal:focus, .btn-teal.focus {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
  box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}

.btn-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-teal.paginate_button.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-teal.active:not(:disabled):not(.disabled), .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}

.btn-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}

.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-cyan.paginate_button:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-cyan.paginate_button.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-cyan.active:not(:disabled):not(.disabled), .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-brown {
  color: #fff;
  background-color: #61250c;
  border-color: #61250c;
}

.btn-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-brown.paginate_button:hover {
  color: #fff;
  background-color: #3f1808;
  border-color: #341406;
}

.btn-brown:focus, .btn-brown.focus {
  color: #fff;
  background-color: #3f1808;
  border-color: #341406;
  box-shadow: 0 0 0 0.2rem rgba(121, 70, 48, 0.5);
}

.btn-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-brown.paginate_button.disabled, .btn-brown:disabled {
  color: #fff;
  background-color: #61250c;
  border-color: #61250c;
}

.btn-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-brown.active:not(:disabled):not(.disabled), .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #341406;
  border-color: #280f05;
}

.btn-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 70, 48, 0.5);
}

.btn-negro {
  color: #212529;
  background-color: #d4cbba;
  border-color: #d4cbba;
}

.btn-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-negro.paginate_button:hover {
  color: #212529;
  background-color: #c5b9a2;
  border-color: #c0b39b;
}

.btn-negro:focus, .btn-negro.focus {
  color: #212529;
  background-color: #c5b9a2;
  border-color: #c0b39b;
  box-shadow: 0 0 0 0.2rem rgba(185, 178, 164, 0.5);
}

.btn-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-negro.paginate_button.disabled, .btn-negro:disabled {
  color: #212529;
  background-color: #d4cbba;
  border-color: #d4cbba;
}

.btn-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-negro.active:not(:disabled):not(.disabled), .show > .btn-negro.dropdown-toggle {
  color: #212529;
  background-color: #c0b39b;
  border-color: #bcad93;
}

.btn-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 178, 164, 0.5);
}

.btn-dark-blue {
  color: #fff;
  background-color: #35313c;
  border-color: #35313c;
}

.btn-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #222027;
  border-color: #1c1a20;
}

.btn-dark-blue:focus, .btn-dark-blue.focus {
  color: #fff;
  background-color: #222027;
  border-color: #1c1a20;
  box-shadow: 0 0 0 0.2rem rgba(83, 80, 89, 0.5);
}

.btn-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark-blue.paginate_button.disabled, .btn-dark-blue:disabled {
  color: #fff;
  background-color: #35313c;
  border-color: #35313c;
}

.btn-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #1c1a20;
  border-color: #161419;
}

.btn-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 80, 89, 0.5);
}

.btn-dark-green {
  color: #fff;
  background-color: #152D23;
  border-color: #152D23;
}

.btn-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark-green.paginate_button:hover {
  color: #fff;
  background-color: #09130f;
  border-color: #050a08;
}

.btn-dark-green:focus, .btn-dark-green.focus {
  color: #fff;
  background-color: #09130f;
  border-color: #050a08;
  box-shadow: 0 0 0 0.2rem rgba(56, 77, 68, 0.5);
}

.btn-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-dark-green.paginate_button.disabled, .btn-dark-green:disabled {
  color: #fff;
  background-color: #152D23;
  border-color: #152D23;
}

.btn-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-dark-green.active:not(:disabled):not(.disabled), .show > .btn-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #050a08;
  border-color: #010201;
}

.btn-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 77, 68, 0.5);
}

.btn-darker-blue {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #0c5f6c;
  border-color: #0b5560;
}

.btn-darker-blue:focus, .btn-darker-blue.focus {
  color: #fff;
  background-color: #0c5f6c;
  border-color: #0b5560;
  box-shadow: 0 0 0 0.2rem rgba(52, 145, 159, 0.5);
}

.btn-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darker-blue.paginate_button.disabled, .btn-darker-blue:disabled {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #0b5560;
  border-color: #0a4b55;
}

.btn-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 145, 159, 0.5);
}

.btn-pinkish {
  color: #212529;
  background-color: #F2ADA7;
  border-color: #F2ADA7;
}

.btn-pinkish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-pinkish.paginate_button:hover {
  color: #212529;
  background-color: #ed8e86;
  border-color: #eb847b;
}

.btn-pinkish:focus, .btn-pinkish.focus {
  color: #212529;
  background-color: #ed8e86;
  border-color: #eb847b;
  box-shadow: 0 0 0 0.2rem rgba(211, 153, 148, 0.5);
}

.btn-pinkish.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-pinkish.paginate_button.disabled, .btn-pinkish:disabled {
  color: #212529;
  background-color: #F2ADA7;
  border-color: #F2ADA7;
}

.btn-pinkish:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-pinkish.active:not(:disabled):not(.disabled), .show > .btn-pinkish.dropdown-toggle {
  color: #212529;
  background-color: #eb847b;
  border-color: #ea796f;
}

.btn-pinkish:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-pinkish.active:not(:disabled):not(.disabled):focus, .show > .btn-pinkish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 153, 148, 0.5);
}

.btn-cyanish {
  color: #212529;
  background-color: #6BBFB7;
  border-color: #6BBFB7;
}

.btn-cyanish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-cyanish.paginate_button:hover {
  color: #fff;
  background-color: #50b3aa;
  border-color: #4baca3;
}

.btn-cyanish:focus, .btn-cyanish.focus {
  color: #fff;
  background-color: #50b3aa;
  border-color: #4baca3;
  box-shadow: 0 0 0 0.2rem rgba(96, 168, 162, 0.5);
}

.btn-cyanish.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-cyanish.paginate_button.disabled, .btn-cyanish:disabled {
  color: #212529;
  background-color: #6BBFB7;
  border-color: #6BBFB7;
}

.btn-cyanish:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-cyanish.active:not(:disabled):not(.disabled), .show > .btn-cyanish.dropdown-toggle {
  color: #fff;
  background-color: #4baca3;
  border-color: #47a49b;
}

.btn-cyanish:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-cyanish.active:not(:disabled):not(.disabled):focus, .show > .btn-cyanish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 168, 162, 0.5);
}

.btn-complement-blue {
  color: #fff;
  background-color: #e34500;
  border-color: #e34500;
}

.btn-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-blue.paginate_button:hover {
  color: #fff;
  background-color: #bd3900;
  border-color: #b03500;
}

.btn-complement-blue:focus, .btn-complement-blue.focus {
  color: #fff;
  background-color: #bd3900;
  border-color: #b03500;
  box-shadow: 0 0 0 0.2rem rgba(231, 97, 38, 0.5);
}

.btn-complement-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-blue.paginate_button.disabled, .btn-complement-blue:disabled {
  color: #fff;
  background-color: #e34500;
  border-color: #e34500;
}

.btn-complement-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-blue.active:not(:disabled):not(.disabled), .show > .btn-complement-blue.dropdown-toggle {
  color: #fff;
  background-color: #b03500;
  border-color: #a33200;
}

.btn-complement-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 97, 38, 0.5);
}

.btn-complement-indigo {
  color: #212529;
  background-color: #9cf210;
  border-color: #9cf210;
}

.btn-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-indigo.paginate_button:hover {
  color: #212529;
  background-color: #85d00b;
  border-color: #7ec40b;
}

.btn-complement-indigo:focus, .btn-complement-indigo.focus {
  color: #212529;
  background-color: #85d00b;
  border-color: #7ec40b;
  box-shadow: 0 0 0 0.2rem rgba(138, 211, 20, 0.5);
}

.btn-complement-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-indigo.paginate_button.disabled, .btn-complement-indigo:disabled {
  color: #212529;
  background-color: #9cf210;
  border-color: #9cf210;
}

.btn-complement-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-indigo.active:not(:disabled):not(.disabled), .show > .btn-complement-indigo.dropdown-toggle {
  color: #212529;
  background-color: #7ec40b;
  border-color: #76b80a;
}

.btn-complement-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 211, 20, 0.5);
}

.btn-complement-purple {
  color: #212529;
  background-color: #94c142;
  border-color: #94c142;
}

.btn-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-purple.paginate_button:hover {
  color: #fff;
  background-color: #7fa637;
  border-color: #779d33;
}

.btn-complement-purple:focus, .btn-complement-purple.focus {
  color: #fff;
  background-color: #7fa637;
  border-color: #779d33;
  box-shadow: 0 0 0 0.2rem rgba(131, 170, 62, 0.5);
}

.btn-complement-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-purple.paginate_button.disabled, .btn-complement-purple:disabled {
  color: #212529;
  background-color: #94c142;
  border-color: #94c142;
}

.btn-complement-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-purple.active:not(:disabled):not(.disabled), .show > .btn-complement-purple.dropdown-toggle {
  color: #fff;
  background-color: #779d33;
  border-color: #709330;
}

.btn-complement-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 170, 62, 0.5);
}

.btn-complement-pink {
  color: #212529;
  background-color: #3ee89a;
  border-color: #3ee89a;
}

.btn-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-pink.paginate_button:hover {
  color: #212529;
  background-color: #1ce488;
  border-color: #1ad981;
}

.btn-complement-pink:focus, .btn-complement-pink.focus {
  color: #212529;
  background-color: #1ce488;
  border-color: #1ad981;
  box-shadow: 0 0 0 0.2rem rgba(58, 203, 137, 0.5);
}

.btn-complement-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-pink.paginate_button.disabled, .btn-complement-pink:disabled {
  color: #212529;
  background-color: #3ee89a;
  border-color: #3ee89a;
}

.btn-complement-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-pink.active:not(:disabled):not(.disabled), .show > .btn-complement-pink.dropdown-toggle {
  color: #fff;
  background-color: #1ad981;
  border-color: #19ce7b;
}

.btn-complement-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 203, 137, 0.5);
}

.btn-complement-red {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-red.paginate_button:hover {
  color: #fff;
  background-color: #23c8b8;
  border-color: #21bdae;
}

.btn-complement-red:focus, .btn-complement-red.focus {
  color: #fff;
  background-color: #23c8b8;
  border-color: #21bdae;
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 180, 0.5);
}

.btn-complement-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-red.paginate_button.disabled, .btn-complement-red:disabled {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-complement-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-red.active:not(:disabled):not(.disabled), .show > .btn-complement-red.dropdown-toggle {
  color: #fff;
  background-color: #21bdae;
  border-color: #1fb2a4;
}

.btn-complement-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-red.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 180, 0.5);
}

.btn-complement-orange {
  color: #fff;
  background-color: #1db6e9;
  border-color: #1db6e9;
}

.btn-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-orange.paginate_button:hover {
  color: #fff;
  background-color: #149ecc;
  border-color: #1395c0;
}

.btn-complement-orange:focus, .btn-complement-orange.focus {
  color: #fff;
  background-color: #149ecc;
  border-color: #1395c0;
  box-shadow: 0 0 0 0.2rem rgba(63, 193, 236, 0.5);
}

.btn-complement-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-orange.paginate_button.disabled, .btn-complement-orange:disabled {
  color: #fff;
  background-color: #1db6e9;
  border-color: #1db6e9;
}

.btn-complement-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-orange.active:not(:disabled):not(.disabled), .show > .btn-complement-orange.dropdown-toggle {
  color: #fff;
  background-color: #1395c0;
  border-color: #128cb5;
}

.btn-complement-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 193, 236, 0.5);
}

.btn-complement-yellow {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-yellow.paginate_button:hover {
  color: #fff;
  background-color: #093fbf;
  border-color: #093bb2;
}

.btn-complement-yellow:focus, .btn-complement-yellow.focus {
  color: #fff;
  background-color: #093fbf;
  border-color: #093bb2;
  box-shadow: 0 0 0 0.2rem rgba(48, 102, 231, 0.5);
}

.btn-complement-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-yellow.paginate_button.disabled, .btn-complement-yellow:disabled {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-complement-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-yellow.active:not(:disabled):not(.disabled), .show > .btn-complement-yellow.dropdown-toggle {
  color: #fff;
  background-color: #093bb2;
  border-color: #0837a6;
}

.btn-complement-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 102, 231, 0.5);
}

.btn-complement-green {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-green.paginate_button:hover {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
}

.btn-complement-green:focus, .btn-complement-green.focus {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-green.paginate_button.disabled, .btn-complement-green:disabled {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-green.active:not(:disabled):not(.disabled), .show > .btn-complement-green.dropdown-toggle {
  color: #fff;
  background-color: #442377;
  border-color: #3e206d;
}

.btn-complement-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-green.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-teal {
  color: #fff;
  background-color: #c92052;
  border-color: #c92052;
}

.btn-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-teal.paginate_button:hover {
  color: #fff;
  background-color: #a81b45;
  border-color: #9d1940;
}

.btn-complement-teal:focus, .btn-complement-teal.focus {
  color: #fff;
  background-color: #a81b45;
  border-color: #9d1940;
  box-shadow: 0 0 0 0.2rem rgba(209, 65, 108, 0.5);
}

.btn-complement-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-teal.paginate_button.disabled, .btn-complement-teal:disabled {
  color: #fff;
  background-color: #c92052;
  border-color: #c92052;
}

.btn-complement-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-teal.active:not(:disabled):not(.disabled), .show > .btn-complement-teal.dropdown-toggle {
  color: #fff;
  background-color: #9d1940;
  border-color: #92173c;
}

.btn-complement-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 65, 108, 0.5);
}

.btn-complement-cyan {
  color: #fff;
  background-color: #b82d17;
  border-color: #b82d17;
}

.btn-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-cyan.paginate_button:hover {
  color: #fff;
  background-color: #962513;
  border-color: #8b2211;
}

.btn-complement-cyan:focus, .btn-complement-cyan.focus {
  color: #fff;
  background-color: #962513;
  border-color: #8b2211;
  box-shadow: 0 0 0 0.2rem rgba(195, 77, 58, 0.5);
}

.btn-complement-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-cyan.paginate_button.disabled, .btn-complement-cyan:disabled {
  color: #fff;
  background-color: #b82d17;
  border-color: #b82d17;
}

.btn-complement-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-cyan.active:not(:disabled):not(.disabled), .show > .btn-complement-cyan.dropdown-toggle {
  color: #fff;
  background-color: #8b2211;
  border-color: #7f1f10;
}

.btn-complement-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 77, 58, 0.5);
}

.btn-complement-brown {
  color: #fff;
  background-color: #0c4861;
  border-color: #0c4861;
}

.btn-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-brown.paginate_button:hover {
  color: #fff;
  background-color: #082f3f;
  border-color: #062634;
}

.btn-complement-brown:focus, .btn-complement-brown.focus {
  color: #fff;
  background-color: #082f3f;
  border-color: #062634;
  box-shadow: 0 0 0 0.2rem rgba(48, 99, 121, 0.5);
}

.btn-complement-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-brown.paginate_button.disabled, .btn-complement-brown:disabled {
  color: #fff;
  background-color: #0c4861;
  border-color: #0c4861;
}

.btn-complement-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-brown.active:not(:disabled):not(.disabled), .show > .btn-complement-brown.dropdown-toggle {
  color: #fff;
  background-color: #062634;
  border-color: #051e28;
}

.btn-complement-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 99, 121, 0.5);
}

.btn-complement-negro {
  color: #212529;
  background-color: #bac3d4;
  border-color: #bac3d4;
}

.btn-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-negro.paginate_button:hover {
  color: #212529;
  background-color: #a2afc5;
  border-color: #9ba8c0;
}

.btn-complement-negro:focus, .btn-complement-negro.focus {
  color: #212529;
  background-color: #a2afc5;
  border-color: #9ba8c0;
  box-shadow: 0 0 0 0.2rem rgba(163, 171, 186, 0.5);
}

.btn-complement-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-negro.paginate_button.disabled, .btn-complement-negro:disabled {
  color: #212529;
  background-color: #bac3d4;
  border-color: #bac3d4;
}

.btn-complement-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-negro.active:not(:disabled):not(.disabled), .show > .btn-complement-negro.dropdown-toggle {
  color: #212529;
  background-color: #9ba8c0;
  border-color: #93a1bc;
}

.btn-complement-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 171, 186, 0.5);
}

.btn-complement-dark-blue {
  color: #fff;
  background-color: #383c31;
  border-color: #383c31;
}

.btn-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #242720;
  border-color: #1e201a;
}

.btn-complement-dark-blue:focus, .btn-complement-dark-blue.focus {
  color: #fff;
  background-color: #242720;
  border-color: #1e201a;
  box-shadow: 0 0 0 0.2rem rgba(86, 89, 80, 0.5);
}

.btn-complement-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-dark-blue.paginate_button.disabled, .btn-complement-dark-blue:disabled {
  color: #fff;
  background-color: #383c31;
  border-color: #383c31;
}

.btn-complement-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-complement-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #1e201a;
  border-color: #171914;
}

.btn-complement-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 89, 80, 0.5);
}

.btn-complement-dark-green {
  color: #fff;
  background-color: #2d151f;
  border-color: #2d151f;
}

.btn-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-dark-green.paginate_button:hover {
  color: #fff;
  background-color: #13090d;
  border-color: #0a0507;
}

.btn-complement-dark-green:focus, .btn-complement-dark-green.focus {
  color: #fff;
  background-color: #13090d;
  border-color: #0a0507;
  box-shadow: 0 0 0 0.2rem rgba(77, 56, 65, 0.5);
}

.btn-complement-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-dark-green.paginate_button.disabled, .btn-complement-dark-green:disabled {
  color: #fff;
  background-color: #2d151f;
  border-color: #2d151f;
}

.btn-complement-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-dark-green.active:not(:disabled):not(.disabled), .show > .btn-complement-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #0a0507;
  border-color: #020101;
}

.btn-complement-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 56, 65, 0.5);
}

.btn-complement-darker-blue {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #6c180c;
  border-color: #60160b;
}

.btn-complement-darker-blue:focus, .btn-complement-darker-blue.focus {
  color: #fff;
  background-color: #6c180c;
  border-color: #60160b;
  box-shadow: 0 0 0 0.2rem rgba(159, 65, 52, 0.5);
}

.btn-complement-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-darker-blue.paginate_button.disabled, .btn-complement-darker-blue:disabled {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-complement-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-complement-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #60160b;
  border-color: #55130a;
}

.btn-complement-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 65, 52, 0.5);
}

.btn-complement-dark {
  color: #fff;
  background-color: #21201c;
  border-color: #21201c;
}

.btn-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-dark.paginate_button:hover {
  color: #fff;
  background-color: #0c0c0a;
  border-color: #050505;
}

.btn-complement-dark:focus, .btn-complement-dark.focus {
  color: #fff;
  background-color: #0c0c0a;
  border-color: #050505;
  box-shadow: 0 0 0 0.2rem rgba(66, 65, 62, 0.5);
}

.btn-complement-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-dark.paginate_button.disabled, .btn-complement-dark:disabled {
  color: #fff;
  background-color: #21201c;
  border-color: #21201c;
}

.btn-complement-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-dark.active:not(:disabled):not(.disabled), .show > .btn-complement-dark.dropdown-toggle {
  color: #fff;
  background-color: #050505;
  border-color: black;
}

.btn-complement-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 65, 62, 0.5);
}

.btn-complement-light {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-light.paginate_button:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-complement-light:focus, .btn-complement-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-complement-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-light.paginate_button.disabled, .btn-complement-light:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-complement-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-light.active:not(:disabled):not(.disabled), .show > .btn-complement-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-complement-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-light.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-complement-primary {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-primary.paginate_button:hover {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
}

.btn-complement-primary:focus, .btn-complement-primary.focus {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-primary.paginate_button.disabled, .btn-complement-primary:disabled {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-primary.active:not(:disabled):not(.disabled), .show > .btn-complement-primary.dropdown-toggle {
  color: #fff;
  background-color: #442377;
  border-color: #3e206d;
}

.btn-complement-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-secondary {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-secondary.paginate_button:hover {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
}

.btn-complement-secondary:focus, .btn-complement-secondary.focus {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-secondary.paginate_button.disabled, .btn-complement-secondary:disabled {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-secondary.active:not(:disabled):not(.disabled), .show > .btn-complement-secondary.dropdown-toggle {
  color: #fff;
  background-color: #442377;
  border-color: #3e206d;
}

.btn-complement-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-success {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-success.paginate_button:hover {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
}

.btn-complement-success:focus, .btn-complement-success.focus {
  color: #fff;
  background-color: #492580;
  border-color: #442377;
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-success.paginate_button.disabled, .btn-complement-success:disabled {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-complement-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-success.active:not(:disabled):not(.disabled), .show > .btn-complement-success.dropdown-toggle {
  color: #fff;
  background-color: #442377;
  border-color: #3e206d;
}

.btn-complement-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-success.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 77, 173, 0.5);
}

.btn-complement-warning {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-warning.paginate_button:hover {
  color: #fff;
  background-color: #093fbf;
  border-color: #093bb2;
}

.btn-complement-warning:focus, .btn-complement-warning.focus {
  color: #fff;
  background-color: #093fbf;
  border-color: #093bb2;
  box-shadow: 0 0 0 0.2rem rgba(48, 102, 231, 0.5);
}

.btn-complement-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-warning.paginate_button.disabled, .btn-complement-warning:disabled {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-complement-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-warning.active:not(:disabled):not(.disabled), .show > .btn-complement-warning.dropdown-toggle {
  color: #fff;
  background-color: #093bb2;
  border-color: #0837a6;
}

.btn-complement-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 102, 231, 0.5);
}

.btn-complement-danger {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-danger.paginate_button:hover {
  color: #fff;
  background-color: #23c8b8;
  border-color: #21bdae;
}

.btn-complement-danger:focus, .btn-complement-danger.focus {
  color: #fff;
  background-color: #23c8b8;
  border-color: #21bdae;
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 180, 0.5);
}

.btn-complement-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-danger.paginate_button.disabled, .btn-complement-danger:disabled {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-complement-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-danger.active:not(:disabled):not(.disabled), .show > .btn-complement-danger.dropdown-toggle {
  color: #fff;
  background-color: #21bdae;
  border-color: #1fb2a4;
}

.btn-complement-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 180, 0.5);
}

.btn-complement-info {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-info.paginate_button:hover {
  color: #fff;
  background-color: #6c180c;
  border-color: #60160b;
}

.btn-complement-info:focus, .btn-complement-info.focus {
  color: #fff;
  background-color: #6c180c;
  border-color: #60160b;
  box-shadow: 0 0 0 0.2rem rgba(159, 65, 52, 0.5);
}

.btn-complement-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-complement-info.paginate_button.disabled, .btn-complement-info:disabled {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-complement-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-complement-info.active:not(:disabled):not(.disabled), .show > .btn-complement-info.dropdown-toggle {
  color: #fff;
  background-color: #60160b;
  border-color: #55130a;
}

.btn-complement-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-complement-info.active:not(:disabled):not(.disabled):focus, .show > .btn-complement-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 65, 52, 0.5);
}

.btn-lighten-blue {
  color: #212529;
  background-color: #8eddff;
  border-color: #8eddff;
}

.btn-lighten-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-blue.paginate_button:hover {
  color: #212529;
  background-color: #68d1ff;
  border-color: #5bcdff;
}

.btn-lighten-blue:focus, .btn-lighten-blue.focus {
  color: #212529;
  background-color: #68d1ff;
  border-color: #5bcdff;
  box-shadow: 0 0 0 0.2rem rgba(125, 193, 223, 0.5);
}

.btn-lighten-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-blue.paginate_button.disabled, .btn-lighten-blue:disabled {
  color: #212529;
  background-color: #8eddff;
  border-color: #8eddff;
}

.btn-lighten-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-blue.active:not(:disabled):not(.disabled), .show > .btn-lighten-blue.dropdown-toggle {
  color: #212529;
  background-color: #5bcdff;
  border-color: #4ec9ff;
}

.btn-lighten-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 193, 223, 0.5);
}

.btn-lighten-indigo {
  color: #212529;
  background-color: #c29ffa;
  border-color: #c29ffa;
}

.btn-lighten-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-indigo.paginate_button:hover {
  color: #212529;
  background-color: #ab7bf8;
  border-color: #a36ff7;
}

.btn-lighten-indigo:focus, .btn-lighten-indigo.focus {
  color: #212529;
  background-color: #ab7bf8;
  border-color: #a36ff7;
  box-shadow: 0 0 0 0.2rem rgba(170, 141, 218, 0.5);
}

.btn-lighten-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-indigo.paginate_button.disabled, .btn-lighten-indigo:disabled {
  color: #212529;
  background-color: #c29ffa;
  border-color: #c29ffa;
}

.btn-lighten-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-indigo.active:not(:disabled):not(.disabled), .show > .btn-lighten-indigo.dropdown-toggle {
  color: #fff;
  background-color: #a36ff7;
  border-color: #9b63f7;
}

.btn-lighten-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 141, 218, 0.5);
}

.btn-lighten-purple {
  color: #212529;
  background-color: #c5b3e6;
  border-color: #c5b3e6;
}

.btn-lighten-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-purple.paginate_button:hover {
  color: #212529;
  background-color: #af97dd;
  border-color: #a88dda;
}

.btn-lighten-purple:focus, .btn-lighten-purple.focus {
  color: #212529;
  background-color: #af97dd;
  border-color: #a88dda;
  box-shadow: 0 0 0 0.2rem rgba(173, 158, 202, 0.5);
}

.btn-lighten-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-purple.paginate_button.disabled, .btn-lighten-purple:disabled {
  color: #212529;
  background-color: #c5b3e6;
  border-color: #c5b3e6;
}

.btn-lighten-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-purple.active:not(:disabled):not(.disabled), .show > .btn-lighten-purple.dropdown-toggle {
  color: #212529;
  background-color: #a88dda;
  border-color: #a183d6;
}

.btn-lighten-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 158, 202, 0.5);
}

.btn-lighten-pink {
  color: #212529;
  background-color: #f6b2d1;
  border-color: #f6b2d1;
}

.btn-lighten-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-pink.paginate_button:hover {
  color: #212529;
  background-color: #f290bd;
  border-color: #f084b6;
}

.btn-lighten-pink:focus, .btn-lighten-pink.focus {
  color: #212529;
  background-color: #f290bd;
  border-color: #f084b6;
  box-shadow: 0 0 0 0.2rem rgba(214, 157, 184, 0.5);
}

.btn-lighten-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-pink.paginate_button.disabled, .btn-lighten-pink:disabled {
  color: #212529;
  background-color: #f6b2d1;
  border-color: #f6b2d1;
}

.btn-lighten-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-pink.active:not(:disabled):not(.disabled), .show > .btn-lighten-pink.dropdown-toggle {
  color: #212529;
  background-color: #f084b6;
  border-color: #ef79af;
}

.btn-lighten-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 157, 184, 0.5);
}

.btn-lighten-red {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-lighten-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-red.paginate_button:hover {
  color: #212529;
  background-color: #eb8e97;
  border-color: #e9838d;
}

.btn-lighten-red:focus, .btn-lighten-red.focus {
  color: #212529;
  background-color: #eb8e97;
  border-color: #e9838d;
  box-shadow: 0 0 0 0.2rem rgba(210, 154, 160, 0.5);
}

.btn-lighten-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-red.paginate_button.disabled, .btn-lighten-red:disabled {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-lighten-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-red.active:not(:disabled):not(.disabled), .show > .btn-lighten-red.dropdown-toggle {
  color: #212529;
  background-color: #e9838d;
  border-color: #e87883;
}

.btn-lighten-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-red.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 154, 160, 0.5);
}

.btn-lighten-orange {
  color: #212529;
  background-color: #f6b9a5;
  border-color: #f6b9a5;
}

.btn-lighten-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-orange.paginate_button:hover {
  color: #212529;
  background-color: #f39e82;
  border-color: #f29576;
}

.btn-lighten-orange:focus, .btn-lighten-orange.focus {
  color: #212529;
  background-color: #f39e82;
  border-color: #f29576;
  box-shadow: 0 0 0 0.2rem rgba(214, 163, 146, 0.5);
}

.btn-lighten-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-orange.paginate_button.disabled, .btn-lighten-orange:disabled {
  color: #212529;
  background-color: #f6b9a5;
  border-color: #f6b9a5;
}

.btn-lighten-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-orange.active:not(:disabled):not(.disabled), .show > .btn-lighten-orange.dropdown-toggle {
  color: #212529;
  background-color: #f29576;
  border-color: #f18c6b;
}

.btn-lighten-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 163, 146, 0.5);
}

.btn-lighten-yellow {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-lighten-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-yellow.paginate_button:hover {
  color: #212529;
  background-color: #f8d173;
  border-color: #f8cd67;
}

.btn-lighten-yellow:focus, .btn-lighten-yellow.focus {
  color: #212529;
  background-color: #f8d173;
  border-color: #f8cd67;
  box-shadow: 0 0 0 0.2rem rgba(217, 193, 135, 0.5);
}

.btn-lighten-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-yellow.paginate_button.disabled, .btn-lighten-yellow:disabled {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-lighten-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-yellow.active:not(:disabled):not(.disabled), .show > .btn-lighten-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f8cd67;
  border-color: #f7c95a;
}

.btn-lighten-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 193, 135, 0.5);
}

.btn-lighten-green {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-green.paginate_button:hover {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
}

.btn-lighten-green:focus, .btn-lighten-green.focus {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-green.paginate_button.disabled, .btn-lighten-green:disabled {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-green.active:not(:disabled):not(.disabled), .show > .btn-lighten-green.dropdown-toggle {
  color: #212529;
  background-color: #b3d879;
  border-color: #add56f;
}

.btn-lighten-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-green.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-teal {
  color: #212529;
  background-color: #9ff0d8;
  border-color: #9ff0d8;
}

.btn-lighten-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-teal.paginate_button:hover {
  color: #212529;
  background-color: #7eebcb;
  border-color: #73e9c6;
}

.btn-lighten-teal:focus, .btn-lighten-teal.focus {
  color: #212529;
  background-color: #7eebcb;
  border-color: #73e9c6;
  box-shadow: 0 0 0 0.2rem rgba(140, 209, 190, 0.5);
}

.btn-lighten-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-teal.paginate_button.disabled, .btn-lighten-teal:disabled {
  color: #212529;
  background-color: #9ff0d8;
  border-color: #9ff0d8;
}

.btn-lighten-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-teal.active:not(:disabled):not(.disabled), .show > .btn-lighten-teal.dropdown-toggle {
  color: #212529;
  background-color: #73e9c6;
  border-color: #68e7c2;
}

.btn-lighten-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 209, 190, 0.5);
}

.btn-lighten-cyan {
  color: #212529;
  background-color: #93e5f2;
  border-color: #93e5f2;
}

.btn-lighten-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-cyan.paginate_button:hover {
  color: #212529;
  background-color: #71dced;
  border-color: #66daec;
}

.btn-lighten-cyan:focus, .btn-lighten-cyan.focus {
  color: #212529;
  background-color: #71dced;
  border-color: #66daec;
  box-shadow: 0 0 0 0.2rem rgba(130, 200, 211, 0.5);
}

.btn-lighten-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-cyan.paginate_button.disabled, .btn-lighten-cyan:disabled {
  color: #212529;
  background-color: #93e5f2;
  border-color: #93e5f2;
}

.btn-lighten-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-cyan.active:not(:disabled):not(.disabled), .show > .btn-lighten-cyan.dropdown-toggle {
  color: #212529;
  background-color: #66daec;
  border-color: #5bd7ea;
}

.btn-lighten-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 200, 211, 0.5);
}

.btn-lighten-brown {
  color: #212529;
  background-color: #ed9570;
  border-color: #ed9570;
}

.btn-lighten-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-brown.paginate_button:hover {
  color: #212529;
  background-color: #e97c4e;
  border-color: #e87343;
}

.btn-lighten-brown:focus, .btn-lighten-brown.focus {
  color: #212529;
  background-color: #e97c4e;
  border-color: #e87343;
  box-shadow: 0 0 0 0.2rem rgba(207, 132, 102, 0.5);
}

.btn-lighten-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-brown.paginate_button.disabled, .btn-lighten-brown:disabled {
  color: #212529;
  background-color: #ed9570;
  border-color: #ed9570;
}

.btn-lighten-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-brown.active:not(:disabled):not(.disabled), .show > .btn-lighten-brown.dropdown-toggle {
  color: #fff;
  background-color: #e87343;
  border-color: #e66b38;
}

.btn-lighten-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 132, 102, 0.5);
}

.btn-lighten-negro {
  color: #212529;
  background-color: #eeeae3;
  border-color: #eeeae3;
}

.btn-lighten-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-negro.paginate_button:hover {
  color: #212529;
  background-color: #dfd8cc;
  border-color: #dad3c4;
}

.btn-lighten-negro:focus, .btn-lighten-negro.focus {
  color: #212529;
  background-color: #dfd8cc;
  border-color: #dad3c4;
  box-shadow: 0 0 0 0.2rem rgba(207, 205, 199, 0.5);
}

.btn-lighten-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-negro.paginate_button.disabled, .btn-lighten-negro:disabled {
  color: #212529;
  background-color: #eeeae3;
  border-color: #eeeae3;
}

.btn-lighten-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-negro.active:not(:disabled):not(.disabled), .show > .btn-lighten-negro.dropdown-toggle {
  color: #212529;
  background-color: #dad3c4;
  border-color: #d5cdbc;
}

.btn-lighten-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 205, 199, 0.5);
}

.btn-lighten-dark-blue {
  color: #212529;
  background-color: #ada7b7;
  border-color: #ada7b7;
}

.btn-lighten-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-dark-blue.paginate_button:hover {
  color: #212529;
  background-color: #9992a6;
  border-color: #928ba0;
}

.btn-lighten-dark-blue:focus, .btn-lighten-dark-blue.focus {
  color: #212529;
  background-color: #9992a6;
  border-color: #928ba0;
  box-shadow: 0 0 0 0.2rem rgba(152, 147, 162, 0.5);
}

.btn-lighten-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-dark-blue.paginate_button.disabled, .btn-lighten-dark-blue:disabled {
  color: #212529;
  background-color: #ada7b7;
  border-color: #ada7b7;
}

.btn-lighten-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-lighten-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #928ba0;
  border-color: #8c849a;
}

.btn-lighten-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 147, 162, 0.5);
}

.btn-lighten-dark-green {
  color: #212529;
  background-color: #86c6ac;
  border-color: #86c6ac;
}

.btn-lighten-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-dark-green.paginate_button:hover {
  color: #212529;
  background-color: #6cba9a;
  border-color: #63b694;
}

.btn-lighten-dark-green:focus, .btn-lighten-dark-green.focus {
  color: #212529;
  background-color: #6cba9a;
  border-color: #63b694;
  box-shadow: 0 0 0 0.2rem rgba(119, 174, 152, 0.5);
}

.btn-lighten-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-dark-green.paginate_button.disabled, .btn-lighten-dark-green:disabled {
  color: #212529;
  background-color: #86c6ac;
  border-color: #86c6ac;
}

.btn-lighten-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-dark-green.active:not(:disabled):not(.disabled), .show > .btn-lighten-dark-green.dropdown-toggle {
  color: #212529;
  background-color: #63b694;
  border-color: #5ab28e;
}

.btn-lighten-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 174, 152, 0.5);
}

.btn-lighten-darker-blue {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-lighten-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-darker-blue.paginate_button:hover {
  color: #212529;
  background-color: #5edbed;
  border-color: #53d8ec;
}

.btn-lighten-darker-blue:focus, .btn-lighten-darker-blue.focus {
  color: #212529;
  background-color: #5edbed;
  border-color: #53d8ec;
  box-shadow: 0 0 0 0.2rem rgba(114, 198, 211, 0.5);
}

.btn-lighten-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-darker-blue.paginate_button.disabled, .btn-lighten-darker-blue:disabled {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-lighten-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-lighten-darker-blue.dropdown-toggle {
  color: #212529;
  background-color: #53d8ec;
  border-color: #47d6ea;
}

.btn-lighten-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 198, 211, 0.5);
}

.btn-lighten-dark {
  color: #212529;
  background-color: #9ea1ad;
  border-color: #9ea1ad;
}

.btn-lighten-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-dark.paginate_button:hover {
  color: #fff;
  background-color: #898d9b;
  border-color: #828695;
}

.btn-lighten-dark:focus, .btn-lighten-dark.focus {
  color: #fff;
  background-color: #898d9b;
  border-color: #828695;
  box-shadow: 0 0 0 0.2rem rgba(139, 142, 153, 0.5);
}

.btn-lighten-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-dark.paginate_button.disabled, .btn-lighten-dark:disabled {
  color: #212529;
  background-color: #9ea1ad;
  border-color: #9ea1ad;
}

.btn-lighten-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-dark.active:not(:disabled):not(.disabled), .show > .btn-lighten-dark.dropdown-toggle {
  color: #fff;
  background-color: #828695;
  border-color: #7b7f8f;
}

.btn-lighten-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 142, 153, 0.5);
}

.btn-lighten-light {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-lighten-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-light.paginate_button:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-lighten-light:focus, .btn-lighten-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-lighten-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-light.paginate_button.disabled, .btn-lighten-light:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-lighten-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-light.active:not(:disabled):not(.disabled), .show > .btn-lighten-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-lighten-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-light.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-lighten-primary {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-primary.paginate_button:hover {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
}

.btn-lighten-primary:focus, .btn-lighten-primary.focus {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-primary.paginate_button.disabled, .btn-lighten-primary:disabled {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-primary.active:not(:disabled):not(.disabled), .show > .btn-lighten-primary.dropdown-toggle {
  color: #212529;
  background-color: #b3d879;
  border-color: #add56f;
}

.btn-lighten-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-secondary {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-secondary.paginate_button:hover {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
}

.btn-lighten-secondary:focus, .btn-lighten-secondary.focus {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-secondary.paginate_button.disabled, .btn-lighten-secondary:disabled {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-secondary.active:not(:disabled):not(.disabled), .show > .btn-lighten-secondary.dropdown-toggle {
  color: #212529;
  background-color: #b3d879;
  border-color: #add56f;
}

.btn-lighten-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-success {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-success.paginate_button:hover {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
}

.btn-lighten-success:focus, .btn-lighten-success.focus {
  color: #212529;
  background-color: #b8db83;
  border-color: #b3d879;
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-success.paginate_button.disabled, .btn-lighten-success:disabled {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-lighten-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-success.active:not(:disabled):not(.disabled), .show > .btn-lighten-success.dropdown-toggle {
  color: #212529;
  background-color: #b3d879;
  border-color: #add56f;
}

.btn-lighten-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-success.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 199, 142, 0.5);
}

.btn-lighten-warning {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-lighten-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-warning.paginate_button:hover {
  color: #212529;
  background-color: #f8d173;
  border-color: #f8cd67;
}

.btn-lighten-warning:focus, .btn-lighten-warning.focus {
  color: #212529;
  background-color: #f8d173;
  border-color: #f8cd67;
  box-shadow: 0 0 0 0.2rem rgba(217, 193, 135, 0.5);
}

.btn-lighten-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-warning.paginate_button.disabled, .btn-lighten-warning:disabled {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-lighten-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-warning.active:not(:disabled):not(.disabled), .show > .btn-lighten-warning.dropdown-toggle {
  color: #212529;
  background-color: #f8cd67;
  border-color: #f7c95a;
}

.btn-lighten-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 193, 135, 0.5);
}

.btn-lighten-danger {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-lighten-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-danger.paginate_button:hover {
  color: #212529;
  background-color: #eb8e97;
  border-color: #e9838d;
}

.btn-lighten-danger:focus, .btn-lighten-danger.focus {
  color: #212529;
  background-color: #eb8e97;
  border-color: #e9838d;
  box-shadow: 0 0 0 0.2rem rgba(210, 154, 160, 0.5);
}

.btn-lighten-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-danger.paginate_button.disabled, .btn-lighten-danger:disabled {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-lighten-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-danger.active:not(:disabled):not(.disabled), .show > .btn-lighten-danger.dropdown-toggle {
  color: #212529;
  background-color: #e9838d;
  border-color: #e87883;
}

.btn-lighten-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 154, 160, 0.5);
}

.btn-lighten-info {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-lighten-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-info.paginate_button:hover {
  color: #212529;
  background-color: #5edbed;
  border-color: #53d8ec;
}

.btn-lighten-info:focus, .btn-lighten-info.focus {
  color: #212529;
  background-color: #5edbed;
  border-color: #53d8ec;
  box-shadow: 0 0 0 0.2rem rgba(114, 198, 211, 0.5);
}

.btn-lighten-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-info.paginate_button.disabled, .btn-lighten-info:disabled {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-lighten-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-info.active:not(:disabled):not(.disabled), .show > .btn-lighten-info.dropdown-toggle {
  color: #212529;
  background-color: #53d8ec;
  border-color: #47d6ea;
}

.btn-lighten-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-info.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 198, 211, 0.5);
}

.btn-lighten-complement-blue {
  color: #212529;
  background-color: #ffb08e;
  border-color: #ffb08e;
}

.btn-lighten-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-blue.paginate_button:hover {
  color: #212529;
  background-color: #ff9668;
  border-color: #ff8d5b;
}

.btn-lighten-complement-blue:focus, .btn-lighten-complement-blue.focus {
  color: #212529;
  background-color: #ff9668;
  border-color: #ff8d5b;
  box-shadow: 0 0 0 0.2rem rgba(222, 155, 127, 0.5);
}

.btn-lighten-complement-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-blue.paginate_button.disabled, .btn-lighten-complement-blue:disabled {
  color: #212529;
  background-color: #ffb08e;
  border-color: #ffb08e;
}

.btn-lighten-complement-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-blue.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-blue.dropdown-toggle {
  color: #212529;
  background-color: #ff8d5b;
  border-color: #ff844e;
}

.btn-lighten-complement-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 155, 127, 0.5);
}

.btn-lighten-complement-indigo {
  color: #212529;
  background-color: #d7fa9f;
  border-color: #d7fa9f;
}

.btn-lighten-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-indigo.paginate_button:hover {
  color: #212529;
  background-color: #c8f87b;
  border-color: #c3f76f;
}

.btn-lighten-complement-indigo:focus, .btn-lighten-complement-indigo.focus {
  color: #212529;
  background-color: #c8f87b;
  border-color: #c3f76f;
  box-shadow: 0 0 0 0.2rem rgba(188, 218, 142, 0.5);
}

.btn-lighten-complement-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-indigo.paginate_button.disabled, .btn-lighten-complement-indigo:disabled {
  color: #212529;
  background-color: #d7fa9f;
  border-color: #d7fa9f;
}

.btn-lighten-complement-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-indigo.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-indigo.dropdown-toggle {
  color: #212529;
  background-color: #c3f76f;
  border-color: #bef763;
}

.btn-lighten-complement-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 218, 142, 0.5);
}

.btn-lighten-complement-purple {
  color: #212529;
  background-color: #d4e6b3;
  border-color: #d4e6b3;
}

.btn-lighten-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-purple.paginate_button:hover {
  color: #212529;
  background-color: #c4dd97;
  border-color: #beda8d;
}

.btn-lighten-complement-purple:focus, .btn-lighten-complement-purple.focus {
  color: #212529;
  background-color: #c4dd97;
  border-color: #beda8d;
  box-shadow: 0 0 0 0.2rem rgba(185, 201, 159, 0.5);
}

.btn-lighten-complement-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-purple.paginate_button.disabled, .btn-lighten-complement-purple:disabled {
  color: #212529;
  background-color: #d4e6b3;
  border-color: #d4e6b3;
}

.btn-lighten-complement-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-purple.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-purple.dropdown-toggle {
  color: #212529;
  background-color: #beda8d;
  border-color: #b9d683;
}

.btn-lighten-complement-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 201, 159, 0.5);
}

.btn-lighten-complement-pink {
  color: #212529;
  background-color: #b2f6d7;
  border-color: #b2f6d7;
}

.btn-lighten-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-pink.paginate_button:hover {
  color: #212529;
  background-color: #90f2c5;
  border-color: #84f0bf;
}

.btn-lighten-complement-pink:focus, .btn-lighten-complement-pink.focus {
  color: #212529;
  background-color: #90f2c5;
  border-color: #84f0bf;
  box-shadow: 0 0 0 0.2rem rgba(156, 214, 189, 0.5);
}

.btn-lighten-complement-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-pink.paginate_button.disabled, .btn-lighten-complement-pink:disabled {
  color: #212529;
  background-color: #b2f6d7;
  border-color: #b2f6d7;
}

.btn-lighten-complement-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-pink.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-pink.dropdown-toggle {
  color: #212529;
  background-color: #84f0bf;
  border-color: #79efb9;
}

.btn-lighten-complement-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 214, 189, 0.5);
}

.btn-lighten-complement-red {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-lighten-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-red.paginate_button:hover {
  color: #212529;
  background-color: #8eebe2;
  border-color: #83e9e0;
}

.btn-lighten-complement-red:focus, .btn-lighten-complement-red.focus {
  color: #212529;
  background-color: #8eebe2;
  border-color: #83e9e0;
  box-shadow: 0 0 0 0.2rem rgba(153, 210, 206, 0.5);
}

.btn-lighten-complement-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-red.paginate_button.disabled, .btn-lighten-complement-red:disabled {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-lighten-complement-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-red.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-red.dropdown-toggle {
  color: #212529;
  background-color: #83e9e0;
  border-color: #78e8dd;
}

.btn-lighten-complement-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-red.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 210, 206, 0.5);
}

.btn-lighten-complement-orange {
  color: #212529;
  background-color: #a5e2f6;
  border-color: #a5e2f6;
}

.btn-lighten-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-orange.paginate_button:hover {
  color: #212529;
  background-color: #82d7f3;
  border-color: #76d3f2;
}

.btn-lighten-complement-orange:focus, .btn-lighten-complement-orange.focus {
  color: #212529;
  background-color: #82d7f3;
  border-color: #76d3f2;
  box-shadow: 0 0 0 0.2rem rgba(145, 197, 215, 0.5);
}

.btn-lighten-complement-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-orange.paginate_button.disabled, .btn-lighten-complement-orange:disabled {
  color: #212529;
  background-color: #a5e2f6;
  border-color: #a5e2f6;
}

.btn-lighten-complement-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-orange.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-orange.dropdown-toggle {
  color: #212529;
  background-color: #76d3f2;
  border-color: #6bcff1;
}

.btn-lighten-complement-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 197, 215, 0.5);
}

.btn-lighten-complement-yellow {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-lighten-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-yellow.paginate_button:hover {
  color: #212529;
  background-color: #739af8;
  border-color: #6792f8;
}

.btn-lighten-complement-yellow:focus, .btn-lighten-complement-yellow.focus {
  color: #212529;
  background-color: #739af8;
  border-color: #6792f8;
  box-shadow: 0 0 0 0.2rem rgba(133, 159, 219, 0.5);
}

.btn-lighten-complement-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-yellow.paginate_button.disabled, .btn-lighten-complement-yellow:disabled {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-lighten-complement-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-yellow.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-yellow.dropdown-toggle {
  color: #fff;
  background-color: #6792f8;
  border-color: #5a89f7;
}

.btn-lighten-complement-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 159, 219, 0.5);
}

.btn-lighten-complement-green {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-green.paginate_button:hover {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
}

.btn-lighten-complement-green:focus, .btn-lighten-complement-green.focus {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-green.paginate_button.disabled, .btn-lighten-complement-green:disabled {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-green.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-green.dropdown-toggle {
  color: #fff;
  background-color: #9e79d8;
  border-color: #976fd5;
}

.btn-lighten-complement-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-green.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-teal {
  color: #212529;
  background-color: #f09fb7;
  border-color: #f09fb7;
}

.btn-lighten-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-teal.paginate_button:hover {
  color: #212529;
  background-color: #eb7e9e;
  border-color: #e97396;
}

.btn-lighten-complement-teal:focus, .btn-lighten-complement-teal.focus {
  color: #212529;
  background-color: #eb7e9e;
  border-color: #e97396;
  box-shadow: 0 0 0 0.2rem rgba(209, 141, 162, 0.5);
}

.btn-lighten-complement-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-teal.paginate_button.disabled, .btn-lighten-complement-teal:disabled {
  color: #212529;
  background-color: #f09fb7;
  border-color: #f09fb7;
}

.btn-lighten-complement-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-teal.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-teal.dropdown-toggle {
  color: #212529;
  background-color: #e97396;
  border-color: #e7688e;
}

.btn-lighten-complement-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 141, 162, 0.5);
}

.btn-lighten-complement-cyan {
  color: #212529;
  background-color: #f2a093;
  border-color: #f2a093;
}

.btn-lighten-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-cyan.paginate_button:hover {
  color: #212529;
  background-color: #ed8271;
  border-color: #ec7866;
}

.btn-lighten-complement-cyan:focus, .btn-lighten-complement-cyan.focus {
  color: #212529;
  background-color: #ed8271;
  border-color: #ec7866;
  box-shadow: 0 0 0 0.2rem rgba(210, 142, 131, 0.5);
}

.btn-lighten-complement-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-cyan.paginate_button.disabled, .btn-lighten-complement-cyan:disabled {
  color: #212529;
  background-color: #f2a093;
  border-color: #f2a093;
}

.btn-lighten-complement-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-cyan.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-cyan.dropdown-toggle {
  color: #212529;
  background-color: #ec7866;
  border-color: #ea6e5b;
}

.btn-lighten-complement-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 142, 131, 0.5);
}

.btn-lighten-complement-brown {
  color: #212529;
  background-color: #70c9ed;
  border-color: #70c9ed;
}

.btn-lighten-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-brown.paginate_button:hover {
  color: #212529;
  background-color: #4ebce9;
  border-color: #43b7e8;
}

.btn-lighten-complement-brown:focus, .btn-lighten-complement-brown.focus {
  color: #212529;
  background-color: #4ebce9;
  border-color: #43b7e8;
  box-shadow: 0 0 0 0.2rem rgba(100, 176, 208, 0.5);
}

.btn-lighten-complement-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-brown.paginate_button.disabled, .btn-lighten-complement-brown:disabled {
  color: #212529;
  background-color: #70c9ed;
  border-color: #70c9ed;
}

.btn-lighten-complement-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-brown.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-brown.dropdown-toggle {
  color: #212529;
  background-color: #43b7e8;
  border-color: #38b3e6;
}

.btn-lighten-complement-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 176, 208, 0.5);
}

.btn-lighten-complement-negro {
  color: #212529;
  background-color: #e3e7ee;
  border-color: #e3e7ee;
}

.btn-lighten-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-negro.paginate_button:hover {
  color: #212529;
  background-color: #ccd3df;
  border-color: #c4ccda;
}

.btn-lighten-complement-negro:focus, .btn-lighten-complement-negro.focus {
  color: #212529;
  background-color: #ccd3df;
  border-color: #c4ccda;
  box-shadow: 0 0 0 0.2rem rgba(198, 202, 208, 0.5);
}

.btn-lighten-complement-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-negro.paginate_button.disabled, .btn-lighten-complement-negro:disabled {
  color: #212529;
  background-color: #e3e7ee;
  border-color: #e3e7ee;
}

.btn-lighten-complement-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-negro.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-negro.dropdown-toggle {
  color: #212529;
  background-color: #c4ccda;
  border-color: #bcc5d5;
}

.btn-lighten-complement-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 202, 208, 0.5);
}

.btn-lighten-complement-dark-blue {
  color: #212529;
  background-color: #b1b7a7;
  border-color: #b1b7a7;
}

.btn-lighten-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-dark-blue.paginate_button:hover {
  color: #212529;
  background-color: #9ea692;
  border-color: #98a08b;
}

.btn-lighten-complement-dark-blue:focus, .btn-lighten-complement-dark-blue.focus {
  color: #212529;
  background-color: #9ea692;
  border-color: #98a08b;
  box-shadow: 0 0 0 0.2rem rgba(155, 161, 148, 0.5);
}

.btn-lighten-complement-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-dark-blue.paginate_button.disabled, .btn-lighten-complement-dark-blue:disabled {
  color: #212529;
  background-color: #b1b7a7;
  border-color: #b1b7a7;
}

.btn-lighten-complement-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-dark-blue.dropdown-toggle {
  color: #212529;
  background-color: #98a08b;
  border-color: #929a84;
}

.btn-lighten-complement-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 161, 148, 0.5);
}

.btn-lighten-complement-dark-green {
  color: #212529;
  background-color: #c686a1;
  border-color: #c686a1;
}

.btn-lighten-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-dark-green.paginate_button:hover {
  color: #fff;
  background-color: #ba6c8d;
  border-color: #b66386;
}

.btn-lighten-complement-dark-green:focus, .btn-lighten-complement-dark-green.focus {
  color: #fff;
  background-color: #ba6c8d;
  border-color: #b66386;
  box-shadow: 0 0 0 0.2rem rgba(174, 119, 143, 0.5);
}

.btn-lighten-complement-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-dark-green.paginate_button.disabled, .btn-lighten-complement-dark-green:disabled {
  color: #212529;
  background-color: #c686a1;
  border-color: #c686a1;
}

.btn-lighten-complement-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-dark-green.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #b66386;
  border-color: #b25a7f;
}

.btn-lighten-complement-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 119, 143, 0.5);
}

.btn-lighten-complement-darker-blue {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-lighten-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #ed705e;
  border-color: #ec6653;
}

.btn-lighten-complement-darker-blue:focus, .btn-lighten-complement-darker-blue.focus {
  color: #fff;
  background-color: #ed705e;
  border-color: #ec6653;
  box-shadow: 0 0 0 0.2rem rgba(210, 127, 115, 0.5);
}

.btn-lighten-complement-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-darker-blue.paginate_button.disabled, .btn-lighten-complement-darker-blue:disabled {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-lighten-complement-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #ec6653;
  border-color: #ea5c47;
}

.btn-lighten-complement-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 127, 115, 0.5);
}

.btn-lighten-complement-dark {
  color: #212529;
  background-color: #adaa9e;
  border-color: #adaa9e;
}

.btn-lighten-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-dark.paginate_button:hover {
  color: #212529;
  background-color: #9b9789;
  border-color: #959182;
}

.btn-lighten-complement-dark:focus, .btn-lighten-complement-dark.focus {
  color: #212529;
  background-color: #9b9789;
  border-color: #959182;
  box-shadow: 0 0 0 0.2rem rgba(152, 150, 140, 0.5);
}

.btn-lighten-complement-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-dark.paginate_button.disabled, .btn-lighten-complement-dark:disabled {
  color: #212529;
  background-color: #adaa9e;
  border-color: #adaa9e;
}

.btn-lighten-complement-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-dark.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-dark.dropdown-toggle {
  color: #fff;
  background-color: #959182;
  border-color: #8f8b7b;
}

.btn-lighten-complement-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 150, 140, 0.5);
}

.btn-lighten-complement-light {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-lighten-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-light.paginate_button:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-lighten-complement-light:focus, .btn-lighten-complement-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-lighten-complement-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-light.paginate_button.disabled, .btn-lighten-complement-light:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-lighten-complement-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-light.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-lighten-complement-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-light.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-lighten-complement-primary {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-primary.paginate_button:hover {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
}

.btn-lighten-complement-primary:focus, .btn-lighten-complement-primary.focus {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-primary.paginate_button.disabled, .btn-lighten-complement-primary:disabled {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-primary.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-primary.dropdown-toggle {
  color: #fff;
  background-color: #9e79d8;
  border-color: #976fd5;
}

.btn-lighten-complement-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-secondary {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-secondary.paginate_button:hover {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
}

.btn-lighten-complement-secondary:focus, .btn-lighten-complement-secondary.focus {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-secondary.paginate_button.disabled, .btn-lighten-complement-secondary:disabled {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-secondary.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-secondary.dropdown-toggle {
  color: #fff;
  background-color: #9e79d8;
  border-color: #976fd5;
}

.btn-lighten-complement-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-success {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-success.paginate_button:hover {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
}

.btn-lighten-complement-success:focus, .btn-lighten-complement-success.focus {
  color: #212529;
  background-color: #a583db;
  border-color: #9e79d8;
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-success.paginate_button.disabled, .btn-lighten-complement-success:disabled {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-lighten-complement-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-success.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-success.dropdown-toggle {
  color: #fff;
  background-color: #9e79d8;
  border-color: #976fd5;
}

.btn-lighten-complement-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-success.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 142, 199, 0.5);
}

.btn-lighten-complement-warning {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-lighten-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-warning.paginate_button:hover {
  color: #212529;
  background-color: #739af8;
  border-color: #6792f8;
}

.btn-lighten-complement-warning:focus, .btn-lighten-complement-warning.focus {
  color: #212529;
  background-color: #739af8;
  border-color: #6792f8;
  box-shadow: 0 0 0 0.2rem rgba(133, 159, 219, 0.5);
}

.btn-lighten-complement-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-warning.paginate_button.disabled, .btn-lighten-complement-warning:disabled {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-lighten-complement-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-warning.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-warning.dropdown-toggle {
  color: #fff;
  background-color: #6792f8;
  border-color: #5a89f7;
}

.btn-lighten-complement-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 159, 219, 0.5);
}

.btn-lighten-complement-danger {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-lighten-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-danger.paginate_button:hover {
  color: #212529;
  background-color: #8eebe2;
  border-color: #83e9e0;
}

.btn-lighten-complement-danger:focus, .btn-lighten-complement-danger.focus {
  color: #212529;
  background-color: #8eebe2;
  border-color: #83e9e0;
  box-shadow: 0 0 0 0.2rem rgba(153, 210, 206, 0.5);
}

.btn-lighten-complement-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-danger.paginate_button.disabled, .btn-lighten-complement-danger:disabled {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-lighten-complement-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-danger.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-danger.dropdown-toggle {
  color: #212529;
  background-color: #83e9e0;
  border-color: #78e8dd;
}

.btn-lighten-complement-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 210, 206, 0.5);
}

.btn-lighten-complement-info {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-lighten-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-info.paginate_button:hover {
  color: #fff;
  background-color: #ed705e;
  border-color: #ec6653;
}

.btn-lighten-complement-info:focus, .btn-lighten-complement-info.focus {
  color: #fff;
  background-color: #ed705e;
  border-color: #ec6653;
  box-shadow: 0 0 0 0.2rem rgba(210, 127, 115, 0.5);
}

.btn-lighten-complement-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-lighten-complement-info.paginate_button.disabled, .btn-lighten-complement-info:disabled {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-lighten-complement-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-lighten-complement-info.active:not(:disabled):not(.disabled), .show > .btn-lighten-complement-info.dropdown-toggle {
  color: #fff;
  background-color: #ec6653;
  border-color: #ea5c47;
}

.btn-lighten-complement-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-lighten-complement-info.active:not(:disabled):not(.disabled):focus, .show > .btn-lighten-complement-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 127, 115, 0.5);
}

.btn-darken-blue {
  color: #fff;
  background-color: #1b333e;
  border-color: #1b333e;
}

.btn-darken-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-blue.paginate_button:hover {
  color: #fff;
  background-color: #0f1d23;
  border-color: #0b161a;
}

.btn-darken-blue:focus, .btn-darken-blue.focus {
  color: #fff;
  background-color: #0f1d23;
  border-color: #0b161a;
  box-shadow: 0 0 0 0.2rem rgba(61, 82, 91, 0.5);
}

.btn-darken-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-blue.paginate_button.disabled, .btn-darken-blue:disabled {
  color: #fff;
  background-color: #1b333e;
  border-color: #1b333e;
}

.btn-darken-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-blue.active:not(:disabled):not(.disabled), .show > .btn-darken-blue.dropdown-toggle {
  color: #fff;
  background-color: #0b161a;
  border-color: #080e11;
}

.btn-darken-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 82, 91, 0.5);
}

.btn-darken-indigo {
  color: #fff;
  background-color: #2e2144;
  border-color: #2e2144;
}

.btn-darken-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-indigo.paginate_button:hover {
  color: #fff;
  background-color: #1d142a;
  border-color: #171021;
}

.btn-darken-indigo:focus, .btn-darken-indigo.focus {
  color: #fff;
  background-color: #1d142a;
  border-color: #171021;
  box-shadow: 0 0 0 0.2rem rgba(77, 66, 96, 0.5);
}

.btn-darken-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-indigo.paginate_button.disabled, .btn-darken-indigo:disabled {
  color: #fff;
  background-color: #2e2144;
  border-color: #2e2144;
}

.btn-darken-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-indigo.active:not(:disabled):not(.disabled), .show > .btn-darken-indigo.dropdown-toggle {
  color: #fff;
  background-color: #171021;
  border-color: #110c19;
}

.btn-darken-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 66, 96, 0.5);
}

.btn-darken-purple {
  color: #fff;
  background-color: #30293c;
  border-color: #30293c;
}

.btn-darken-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-purple.paginate_button:hover {
  color: #fff;
  background-color: #1e1926;
  border-color: #18141e;
}

.btn-darken-purple:focus, .btn-darken-purple.focus {
  color: #fff;
  background-color: #1e1926;
  border-color: #18141e;
  box-shadow: 0 0 0 0.2rem rgba(79, 73, 90, 0.5);
}

.btn-darken-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-purple.paginate_button.disabled, .btn-darken-purple:disabled {
  color: #fff;
  background-color: #30293c;
  border-color: #30293c;
}

.btn-darken-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-purple.active:not(:disabled):not(.disabled), .show > .btn-darken-purple.dropdown-toggle {
  color: #fff;
  background-color: #18141e;
  border-color: #120f16;
}

.btn-darken-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 73, 90, 0.5);
}

.btn-darken-pink {
  color: #fff;
  background-color: #4b2838;
  border-color: #4b2838;
}

.btn-darken-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-pink.paginate_button:hover {
  color: #fff;
  background-color: #321a25;
  border-color: #2a161f;
}

.btn-darken-pink:focus, .btn-darken-pink.focus {
  color: #fff;
  background-color: #321a25;
  border-color: #2a161f;
  box-shadow: 0 0 0 0.2rem rgba(102, 72, 86, 0.5);
}

.btn-darken-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-pink.paginate_button.disabled, .btn-darken-pink:disabled {
  color: #fff;
  background-color: #4b2838;
  border-color: #4b2838;
}

.btn-darken-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-pink.active:not(:disabled):not(.disabled), .show > .btn-darken-pink.dropdown-toggle {
  color: #fff;
  background-color: #2a161f;
  border-color: #211219;
}

.btn-darken-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 72, 86, 0.5);
}

.btn-darken-red {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-darken-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-red.paginate_button:hover {
  color: #fff;
  background-color: #2b191b;
  border-color: #231416;
}

.btn-darken-red:focus, .btn-darken-red.focus {
  color: #fff;
  background-color: #2b191b;
  border-color: #231416;
  box-shadow: 0 0 0 0.2rem rgba(96, 71, 73, 0.5);
}

.btn-darken-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-red.paginate_button.disabled, .btn-darken-red:disabled {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-darken-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-red.active:not(:disabled):not(.disabled), .show > .btn-darken-red.dropdown-toggle {
  color: #fff;
  background-color: #231416;
  border-color: #1b0f11;
}

.btn-darken-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-red.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 71, 73, 0.5);
}

.btn-darken-orange {
  color: #fff;
  background-color: #432b23;
  border-color: #432b23;
}

.btn-darken-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-orange.paginate_button:hover {
  color: #fff;
  background-color: #2a1b16;
  border-color: #221511;
}

.btn-darken-orange:focus, .btn-darken-orange.focus {
  color: #fff;
  background-color: #2a1b16;
  border-color: #221511;
  box-shadow: 0 0 0 0.2rem rgba(96, 75, 68, 0.5);
}

.btn-darken-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-orange.paginate_button.disabled, .btn-darken-orange:disabled {
  color: #fff;
  background-color: #432b23;
  border-color: #432b23;
}

.btn-darken-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-orange.active:not(:disabled):not(.disabled), .show > .btn-darken-orange.dropdown-toggle {
  color: #fff;
  background-color: #221511;
  border-color: #19100d;
}

.btn-darken-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 75, 68, 0.5);
}

.btn-darken-yellow {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-darken-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-yellow.paginate_button:hover {
  color: #fff;
  background-color: #251f12;
  border-color: #1c180e;
}

.btn-darken-yellow:focus, .btn-darken-yellow.focus {
  color: #fff;
  background-color: #251f12;
  border-color: #1c180e;
  box-shadow: 0 0 0 0.2rem rgba(92, 83, 64, 0.5);
}

.btn-darken-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-yellow.paginate_button.disabled, .btn-darken-yellow:disabled {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-darken-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-yellow.active:not(:disabled):not(.disabled), .show > .btn-darken-yellow.dropdown-toggle {
  color: #fff;
  background-color: #1c180e;
  border-color: #141109;
}

.btn-darken-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 83, 64, 0.5);
}

.btn-darken-green {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-green.paginate_button:hover {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
}

.btn-darken-green:focus, .btn-darken-green.focus {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-green.paginate_button.disabled, .btn-darken-green:disabled {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-green.active:not(:disabled):not(.disabled), .show > .btn-darken-green.dropdown-toggle {
  color: #fff;
  background-color: #0f110b;
  border-color: #080a06;
}

.btn-darken-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-green.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-teal {
  color: #fff;
  background-color: #213a33;
  border-color: #213a33;
}

.btn-darken-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-teal.paginate_button:hover {
  color: #fff;
  background-color: #13221d;
  border-color: #0e1a16;
}

.btn-darken-teal:focus, .btn-darken-teal.focus {
  color: #fff;
  background-color: #13221d;
  border-color: #0e1a16;
  box-shadow: 0 0 0 0.2rem rgba(66, 88, 81, 0.5);
}

.btn-darken-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-teal.paginate_button.disabled, .btn-darken-teal:disabled {
  color: #fff;
  background-color: #213a33;
  border-color: #213a33;
}

.btn-darken-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-teal.active:not(:disabled):not(.disabled), .show > .btn-darken-teal.dropdown-toggle {
  color: #fff;
  background-color: #0e1a16;
  border-color: #0a110f;
}

.btn-darken-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 88, 81, 0.5);
}

.btn-darken-cyan {
  color: #fff;
  background-color: #1c3135;
  border-color: #1c3135;
}

.btn-darken-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-cyan.paginate_button:hover {
  color: #fff;
  background-color: #0f1a1c;
  border-color: #0a1213;
}

.btn-darken-cyan:focus, .btn-darken-cyan.focus {
  color: #fff;
  background-color: #0f1a1c;
  border-color: #0a1213;
  box-shadow: 0 0 0 0.2rem rgba(62, 80, 83, 0.5);
}

.btn-darken-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-cyan.paginate_button.disabled, .btn-darken-cyan:disabled {
  color: #fff;
  background-color: #1c3135;
  border-color: #1c3135;
}

.btn-darken-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-cyan.active:not(:disabled):not(.disabled), .show > .btn-darken-cyan.dropdown-toggle {
  color: #fff;
  background-color: #0a1213;
  border-color: #060a0b;
}

.btn-darken-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 80, 83, 0.5);
}

.btn-darken-brown {
  color: #fff;
  background-color: #1c130f;
  border-color: #1c130f;
}

.btn-darken-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-brown.paginate_button:hover {
  color: #fff;
  background-color: #030201;
  border-color: black;
}

.btn-darken-brown:focus, .btn-darken-brown.focus {
  color: #fff;
  background-color: #030201;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(62, 54, 51, 0.5);
}

.btn-darken-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-brown.paginate_button.disabled, .btn-darken-brown:disabled {
  color: #fff;
  background-color: #1c130f;
  border-color: #1c130f;
}

.btn-darken-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-brown.active:not(:disabled):not(.disabled), .show > .btn-darken-brown.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 54, 51, 0.5);
}

.btn-darken-negro {
  color: #fff;
  background-color: #555047;
  border-color: #555047;
}

.btn-darken-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-negro.paginate_button:hover {
  color: #fff;
  background-color: #403c35;
  border-color: #39362f;
}

.btn-darken-negro:focus, .btn-darken-negro.focus {
  color: #fff;
  background-color: #403c35;
  border-color: #39362f;
  box-shadow: 0 0 0 0.2rem rgba(110, 106, 98, 0.5);
}

.btn-darken-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-negro.paginate_button.disabled, .btn-darken-negro:disabled {
  color: #fff;
  background-color: #555047;
  border-color: #555047;
}

.btn-darken-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-negro.active:not(:disabled):not(.disabled), .show > .btn-darken-negro.dropdown-toggle {
  color: #fff;
  background-color: #39362f;
  border-color: #322f2a;
}

.btn-darken-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 106, 98, 0.5);
}

.btn-darken-dark-blue {
  color: #fff;
  background-color: #151416;
  border-color: #151416;
}

.btn-darken-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #020202;
  border-color: black;
}

.btn-darken-dark-blue:focus, .btn-darken-dark-blue.focus {
  color: #fff;
  background-color: #020202;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 57, 0.5);
}

.btn-darken-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-dark-blue.paginate_button.disabled, .btn-darken-dark-blue:disabled {
  color: #fff;
  background-color: #151416;
  border-color: #151416;
}

.btn-darken-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-darken-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 57, 0.5);
}

.btn-darken-dark-green {
  color: #fff;
  background-color: #0b0f0d;
  border-color: #0b0f0d;
}

.btn-darken-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-dark-green.paginate_button:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-dark-green:focus, .btn-darken-dark-green.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(48, 51, 49, 0.5);
}

.btn-darken-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-dark-green.paginate_button.disabled, .btn-darken-dark-green:disabled {
  color: #fff;
  background-color: #0b0f0d;
  border-color: #0b0f0d;
}

.btn-darken-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-dark-green.active:not(:disabled):not(.disabled), .show > .btn-darken-dark-green.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 51, 49, 0.5);
}

.btn-darken-darker-blue {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-darken-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #080e0f;
  border-color: #040707;
}

.btn-darken-darker-blue:focus, .btn-darken-darker-blue.focus {
  color: #fff;
  background-color: #080e0f;
  border-color: #040707;
  box-shadow: 0 0 0 0.2rem rgba(56, 71, 73, 0.5);
}

.btn-darken-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-darker-blue.paginate_button.disabled, .btn-darken-darker-blue:disabled {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-darken-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-darken-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #040707;
  border-color: black;
}

.btn-darken-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 71, 73, 0.5);
}

.btn-darken-dark {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-darken-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-dark.paginate_button:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-dark:focus, .btn-darken-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(48, 48, 49, 0.5);
}

.btn-darken-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-dark.paginate_button.disabled, .btn-darken-dark:disabled {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-darken-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-dark.active:not(:disabled):not(.disabled), .show > .btn-darken-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 48, 49, 0.5);
}

.btn-darken-light {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-darken-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-light.paginate_button:hover {
  color: #fff;
  background-color: #505050;
  border-color: #4a4a4a;
}

.btn-darken-light:focus, .btn-darken-light.focus {
  color: #fff;
  background-color: #505050;
  border-color: #4a4a4a;
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.btn-darken-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-light.paginate_button.disabled, .btn-darken-light:disabled {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-darken-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-light.active:not(:disabled):not(.disabled), .show > .btn-darken-light.dropdown-toggle {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #444444;
}

.btn-darken-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-light.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.btn-darken-primary {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-primary.paginate_button:hover {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
}

.btn-darken-primary:focus, .btn-darken-primary.focus {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-primary.paginate_button.disabled, .btn-darken-primary:disabled {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-primary.active:not(:disabled):not(.disabled), .show > .btn-darken-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f110b;
  border-color: #080a06;
}

.btn-darken-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-secondary {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-secondary.paginate_button:hover {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
}

.btn-darken-secondary:focus, .btn-darken-secondary.focus {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-secondary.paginate_button.disabled, .btn-darken-secondary:disabled {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-secondary.active:not(:disabled):not(.disabled), .show > .btn-darken-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0f110b;
  border-color: #080a06;
}

.btn-darken-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-success {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-success.paginate_button:hover {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
}

.btn-darken-success:focus, .btn-darken-success.focus {
  color: #fff;
  background-color: #161910;
  border-color: #0f110b;
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-success.paginate_button.disabled, .btn-darken-success:disabled {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-darken-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-success.active:not(:disabled):not(.disabled), .show > .btn-darken-success.dropdown-toggle {
  color: #fff;
  background-color: #0f110b;
  border-color: #080a06;
}

.btn-darken-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-success.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 79, 65, 0.5);
}

.btn-darken-warning {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-darken-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-warning.paginate_button:hover {
  color: #fff;
  background-color: #251f12;
  border-color: #1c180e;
}

.btn-darken-warning:focus, .btn-darken-warning.focus {
  color: #fff;
  background-color: #251f12;
  border-color: #1c180e;
  box-shadow: 0 0 0 0.2rem rgba(92, 83, 64, 0.5);
}

.btn-darken-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-warning.paginate_button.disabled, .btn-darken-warning:disabled {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-darken-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-warning.active:not(:disabled):not(.disabled), .show > .btn-darken-warning.dropdown-toggle {
  color: #fff;
  background-color: #1c180e;
  border-color: #141109;
}

.btn-darken-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 83, 64, 0.5);
}

.btn-darken-danger {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-darken-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-danger.paginate_button:hover {
  color: #fff;
  background-color: #2b191b;
  border-color: #231416;
}

.btn-darken-danger:focus, .btn-darken-danger.focus {
  color: #fff;
  background-color: #2b191b;
  border-color: #231416;
  box-shadow: 0 0 0 0.2rem rgba(96, 71, 73, 0.5);
}

.btn-darken-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-danger.paginate_button.disabled, .btn-darken-danger:disabled {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-darken-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-danger.active:not(:disabled):not(.disabled), .show > .btn-darken-danger.dropdown-toggle {
  color: #fff;
  background-color: #231416;
  border-color: #1b0f11;
}

.btn-darken-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 71, 73, 0.5);
}

.btn-darken-info {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-darken-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-info.paginate_button:hover {
  color: #fff;
  background-color: #080e0f;
  border-color: #040707;
}

.btn-darken-info:focus, .btn-darken-info.focus {
  color: #fff;
  background-color: #080e0f;
  border-color: #040707;
  box-shadow: 0 0 0 0.2rem rgba(56, 71, 73, 0.5);
}

.btn-darken-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-info.paginate_button.disabled, .btn-darken-info:disabled {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-darken-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-info.active:not(:disabled):not(.disabled), .show > .btn-darken-info.dropdown-toggle {
  color: #fff;
  background-color: #040707;
  border-color: black;
}

.btn-darken-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-info.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 71, 73, 0.5);
}

.btn-darken-complement-blue {
  color: #fff;
  background-color: #3e251b;
  border-color: #3e251b;
}

.btn-darken-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-blue.paginate_button:hover {
  color: #fff;
  background-color: #23150f;
  border-color: #1a100b;
}

.btn-darken-complement-blue:focus, .btn-darken-complement-blue.focus {
  color: #fff;
  background-color: #23150f;
  border-color: #1a100b;
  box-shadow: 0 0 0 0.2rem rgba(91, 70, 61, 0.5);
}

.btn-darken-complement-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-blue.paginate_button.disabled, .btn-darken-complement-blue:disabled {
  color: #fff;
  background-color: #3e251b;
  border-color: #3e251b;
}

.btn-darken-complement-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-blue.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-blue.dropdown-toggle {
  color: #fff;
  background-color: #1a100b;
  border-color: #110a08;
}

.btn-darken-complement-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 70, 61, 0.5);
}

.btn-darken-complement-indigo {
  color: #fff;
  background-color: #374421;
  border-color: #374421;
}

.btn-darken-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-indigo.paginate_button:hover {
  color: #fff;
  background-color: #222a14;
  border-color: #1b2110;
}

.btn-darken-complement-indigo:focus, .btn-darken-complement-indigo.focus {
  color: #fff;
  background-color: #222a14;
  border-color: #1b2110;
  box-shadow: 0 0 0 0.2rem rgba(85, 96, 66, 0.5);
}

.btn-darken-complement-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-indigo.paginate_button.disabled, .btn-darken-complement-indigo:disabled {
  color: #fff;
  background-color: #374421;
  border-color: #374421;
}

.btn-darken-complement-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-indigo.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-indigo.dropdown-toggle {
  color: #fff;
  background-color: #1b2110;
  border-color: #14190c;
}

.btn-darken-complement-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 96, 66, 0.5);
}

.btn-darken-complement-purple {
  color: #fff;
  background-color: #353c29;
  border-color: #353c29;
}

.btn-darken-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-purple.paginate_button:hover {
  color: #fff;
  background-color: #212619;
  border-color: #1a1e14;
}

.btn-darken-complement-purple:focus, .btn-darken-complement-purple.focus {
  color: #fff;
  background-color: #212619;
  border-color: #1a1e14;
  box-shadow: 0 0 0 0.2rem rgba(84, 90, 73, 0.5);
}

.btn-darken-complement-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-purple.paginate_button.disabled, .btn-darken-complement-purple:disabled {
  color: #fff;
  background-color: #353c29;
  border-color: #353c29;
}

.btn-darken-complement-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-purple.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-purple.dropdown-toggle {
  color: #fff;
  background-color: #1a1e14;
  border-color: #14160f;
}

.btn-darken-complement-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 90, 73, 0.5);
}

.btn-darken-complement-pink {
  color: #fff;
  background-color: #284b3b;
  border-color: #284b3b;
}

.btn-darken-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-pink.paginate_button:hover {
  color: #fff;
  background-color: #1a3227;
  border-color: #162a21;
}

.btn-darken-complement-pink:focus, .btn-darken-complement-pink.focus {
  color: #fff;
  background-color: #1a3227;
  border-color: #162a21;
  box-shadow: 0 0 0 0.2rem rgba(72, 102, 88, 0.5);
}

.btn-darken-complement-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-pink.paginate_button.disabled, .btn-darken-complement-pink:disabled {
  color: #fff;
  background-color: #284b3b;
  border-color: #284b3b;
}

.btn-darken-complement-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-pink.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-pink.dropdown-toggle {
  color: #fff;
  background-color: #162a21;
  border-color: #12211a;
}

.btn-darken-complement-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 102, 88, 0.5);
}

.btn-darken-complement-red {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-darken-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-red.paginate_button:hover {
  color: #fff;
  background-color: #192b2a;
  border-color: #142322;
}

.btn-darken-complement-red:focus, .btn-darken-complement-red.focus {
  color: #fff;
  background-color: #192b2a;
  border-color: #142322;
  box-shadow: 0 0 0 0.2rem rgba(71, 96, 94, 0.5);
}

.btn-darken-complement-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-red.paginate_button.disabled, .btn-darken-complement-red:disabled {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-darken-complement-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-red.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-red.dropdown-toggle {
  color: #fff;
  background-color: #142322;
  border-color: #0f1b1a;
}

.btn-darken-complement-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-red.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 96, 94, 0.5);
}

.btn-darken-complement-orange {
  color: #fff;
  background-color: #233b43;
  border-color: #233b43;
}

.btn-darken-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-orange.paginate_button:hover {
  color: #fff;
  background-color: #16252a;
  border-color: #111e22;
}

.btn-darken-complement-orange:focus, .btn-darken-complement-orange.focus {
  color: #fff;
  background-color: #16252a;
  border-color: #111e22;
  box-shadow: 0 0 0 0.2rem rgba(68, 89, 96, 0.5);
}

.btn-darken-complement-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-orange.paginate_button.disabled, .btn-darken-complement-orange:disabled {
  color: #fff;
  background-color: #233b43;
  border-color: #233b43;
}

.btn-darken-complement-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-orange.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-orange.dropdown-toggle {
  color: #fff;
  background-color: #111e22;
  border-color: #0d1619;
}

.btn-darken-complement-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 89, 96, 0.5);
}

.btn-darken-complement-yellow {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-darken-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-yellow.paginate_button:hover {
  color: #fff;
  background-color: #121725;
  border-color: #0e121c;
}

.btn-darken-complement-yellow:focus, .btn-darken-complement-yellow.focus {
  color: #fff;
  background-color: #121725;
  border-color: #0e121c;
  box-shadow: 0 0 0 0.2rem rgba(64, 72, 92, 0.5);
}

.btn-darken-complement-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-yellow.paginate_button.disabled, .btn-darken-complement-yellow:disabled {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-darken-complement-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-yellow.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-yellow.dropdown-toggle {
  color: #fff;
  background-color: #0e121c;
  border-color: #090c14;
}

.btn-darken-complement-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 72, 92, 0.5);
}

.btn-darken-complement-green {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-green.paginate_button:hover {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
}

.btn-darken-complement-green:focus, .btn-darken-complement-green.focus {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-green.paginate_button.disabled, .btn-darken-complement-green:disabled {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-green.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-green.dropdown-toggle {
  color: #fff;
  background-color: #0e0b11;
  border-color: #08060a;
}

.btn-darken-complement-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-green.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-teal {
  color: #fff;
  background-color: #3a2128;
  border-color: #3a2128;
}

.btn-darken-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-teal.paginate_button:hover {
  color: #fff;
  background-color: #221317;
  border-color: #1a0e12;
}

.btn-darken-complement-teal:focus, .btn-darken-complement-teal.focus {
  color: #fff;
  background-color: #221317;
  border-color: #1a0e12;
  box-shadow: 0 0 0 0.2rem rgba(88, 66, 72, 0.5);
}

.btn-darken-complement-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-teal.paginate_button.disabled, .btn-darken-complement-teal:disabled {
  color: #fff;
  background-color: #3a2128;
  border-color: #3a2128;
}

.btn-darken-complement-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-teal.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-teal.dropdown-toggle {
  color: #fff;
  background-color: #1a0e12;
  border-color: #110a0c;
}

.btn-darken-complement-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 66, 72, 0.5);
}

.btn-darken-complement-cyan {
  color: #fff;
  background-color: #351f1c;
  border-color: #351f1c;
}

.btn-darken-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-cyan.paginate_button:hover {
  color: #fff;
  background-color: #1c110f;
  border-color: #130c0a;
}

.btn-darken-complement-cyan:focus, .btn-darken-complement-cyan.focus {
  color: #fff;
  background-color: #1c110f;
  border-color: #130c0a;
  box-shadow: 0 0 0 0.2rem rgba(83, 65, 62, 0.5);
}

.btn-darken-complement-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-cyan.paginate_button.disabled, .btn-darken-complement-cyan:disabled {
  color: #fff;
  background-color: #351f1c;
  border-color: #351f1c;
}

.btn-darken-complement-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-cyan.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-cyan.dropdown-toggle {
  color: #fff;
  background-color: #130c0a;
  border-color: #0b0706;
}

.btn-darken-complement-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 65, 62, 0.5);
}

.btn-darken-complement-brown {
  color: #fff;
  background-color: #0f181c;
  border-color: #0f181c;
}

.btn-darken-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-brown.paginate_button:hover {
  color: #fff;
  background-color: #010203;
  border-color: black;
}

.btn-darken-complement-brown:focus, .btn-darken-complement-brown.focus {
  color: #fff;
  background-color: #010203;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(51, 59, 62, 0.5);
}

.btn-darken-complement-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-brown.paginate_button.disabled, .btn-darken-complement-brown:disabled {
  color: #fff;
  background-color: #0f181c;
  border-color: #0f181c;
}

.btn-darken-complement-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-brown.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-brown.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-complement-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 59, 62, 0.5);
}

.btn-darken-complement-negro {
  color: #fff;
  background-color: #474b55;
  border-color: #474b55;
}

.btn-darken-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-negro.paginate_button:hover {
  color: #fff;
  background-color: #353940;
  border-color: #2f3339;
}

.btn-darken-complement-negro:focus, .btn-darken-complement-negro.focus {
  color: #fff;
  background-color: #353940;
  border-color: #2f3339;
  box-shadow: 0 0 0 0.2rem rgba(98, 102, 110, 0.5);
}

.btn-darken-complement-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-negro.paginate_button.disabled, .btn-darken-complement-negro:disabled {
  color: #fff;
  background-color: #474b55;
  border-color: #474b55;
}

.btn-darken-complement-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-negro.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-negro.dropdown-toggle {
  color: #fff;
  background-color: #2f3339;
  border-color: #2a2c32;
}

.btn-darken-complement-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 102, 110, 0.5);
}

.btn-darken-complement-dark-blue {
  color: #fff;
  background-color: #151614;
  border-color: #151614;
}

.btn-darken-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #020202;
  border-color: black;
}

.btn-darken-complement-dark-blue:focus, .btn-darken-complement-dark-blue.focus {
  color: #fff;
  background-color: #020202;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(57, 57, 56, 0.5);
}

.btn-darken-complement-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-dark-blue.paginate_button.disabled, .btn-darken-complement-dark-blue:disabled {
  color: #fff;
  background-color: #151614;
  border-color: #151614;
}

.btn-darken-complement-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-complement-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 57, 56, 0.5);
}

.btn-darken-complement-dark-green {
  color: #fff;
  background-color: #0f0b0d;
  border-color: #0f0b0d;
}

.btn-darken-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-dark-green.paginate_button:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-complement-dark-green:focus, .btn-darken-complement-dark-green.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(51, 48, 49, 0.5);
}

.btn-darken-complement-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-dark-green.paginate_button.disabled, .btn-darken-complement-dark-green:disabled {
  color: #fff;
  background-color: #0f0b0d;
  border-color: #0f0b0d;
}

.btn-darken-complement-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-dark-green.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-dark-green.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-complement-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 48, 49, 0.5);
}

.btn-darken-complement-darker-blue {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-darken-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #0f0908;
  border-color: #070404;
}

.btn-darken-complement-darker-blue:focus, .btn-darken-complement-darker-blue.focus {
  color: #fff;
  background-color: #0f0908;
  border-color: #070404;
  box-shadow: 0 0 0 0.2rem rgba(73, 58, 56, 0.5);
}

.btn-darken-complement-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-darker-blue.paginate_button.disabled, .btn-darken-complement-darker-blue:disabled {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-darken-complement-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #070404;
  border-color: black;
}

.btn-darken-complement-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 58, 56, 0.5);
}

.btn-darken-complement-dark {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-darken-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-dark.paginate_button:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-complement-dark:focus, .btn-darken-complement-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 48, 0.5);
}

.btn-darken-complement-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-dark.paginate_button.disabled, .btn-darken-complement-dark:disabled {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-darken-complement-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-dark.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darken-complement-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 48, 0.5);
}

.btn-darken-complement-light {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-darken-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-light.paginate_button:hover {
  color: #fff;
  background-color: #505050;
  border-color: #4a4a4a;
}

.btn-darken-complement-light:focus, .btn-darken-complement-light.focus {
  color: #fff;
  background-color: #505050;
  border-color: #4a4a4a;
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.btn-darken-complement-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-light.paginate_button.disabled, .btn-darken-complement-light:disabled {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-darken-complement-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-light.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-light.dropdown-toggle {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #444444;
}

.btn-darken-complement-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-light.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.btn-darken-complement-primary {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-primary.paginate_button:hover {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
}

.btn-darken-complement-primary:focus, .btn-darken-complement-primary.focus {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-primary.paginate_button.disabled, .btn-darken-complement-primary:disabled {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-primary.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e0b11;
  border-color: #08060a;
}

.btn-darken-complement-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-secondary {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-secondary.paginate_button:hover {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
}

.btn-darken-complement-secondary:focus, .btn-darken-complement-secondary.focus {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-secondary.paginate_button.disabled, .btn-darken-complement-secondary:disabled {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-secondary.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0e0b11;
  border-color: #08060a;
}

.btn-darken-complement-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-success {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-success.paginate_button:hover {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
}

.btn-darken-complement-success:focus, .btn-darken-complement-success.focus {
  color: #fff;
  background-color: #141019;
  border-color: #0e0b11;
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-success.paginate_button.disabled, .btn-darken-complement-success:disabled {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-darken-complement-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-success.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-success.dropdown-toggle {
  color: #fff;
  background-color: #0e0b11;
  border-color: #08060a;
}

.btn-darken-complement-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-success.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 65, 79, 0.5);
}

.btn-darken-complement-warning {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-darken-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-warning.paginate_button:hover {
  color: #fff;
  background-color: #121725;
  border-color: #0e121c;
}

.btn-darken-complement-warning:focus, .btn-darken-complement-warning.focus {
  color: #fff;
  background-color: #121725;
  border-color: #0e121c;
  box-shadow: 0 0 0 0.2rem rgba(64, 72, 92, 0.5);
}

.btn-darken-complement-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-warning.paginate_button.disabled, .btn-darken-complement-warning:disabled {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-darken-complement-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-warning.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-warning.dropdown-toggle {
  color: #fff;
  background-color: #0e121c;
  border-color: #090c14;
}

.btn-darken-complement-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 72, 92, 0.5);
}

.btn-darken-complement-danger {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-darken-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-danger.paginate_button:hover {
  color: #fff;
  background-color: #192b2a;
  border-color: #142322;
}

.btn-darken-complement-danger:focus, .btn-darken-complement-danger.focus {
  color: #fff;
  background-color: #192b2a;
  border-color: #142322;
  box-shadow: 0 0 0 0.2rem rgba(71, 96, 94, 0.5);
}

.btn-darken-complement-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-danger.paginate_button.disabled, .btn-darken-complement-danger:disabled {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-darken-complement-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-danger.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-danger.dropdown-toggle {
  color: #fff;
  background-color: #142322;
  border-color: #0f1b1a;
}

.btn-darken-complement-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 96, 94, 0.5);
}

.btn-darken-complement-info {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-darken-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-info.paginate_button:hover {
  color: #fff;
  background-color: #0f0908;
  border-color: #070404;
}

.btn-darken-complement-info:focus, .btn-darken-complement-info.focus {
  color: #fff;
  background-color: #0f0908;
  border-color: #070404;
  box-shadow: 0 0 0 0.2rem rgba(73, 58, 56, 0.5);
}

.btn-darken-complement-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-darken-complement-info.paginate_button.disabled, .btn-darken-complement-info:disabled {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-darken-complement-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-darken-complement-info.active:not(:disabled):not(.disabled), .show > .btn-darken-complement-info.dropdown-toggle {
  color: #fff;
  background-color: #070404;
  border-color: black;
}

.btn-darken-complement-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-darken-complement-info.active:not(:disabled):not(.disabled):focus, .show > .btn-darken-complement-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 58, 56, 0.5);
}

.btn-outline-primary {
  color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-primary.paginate_button:hover {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-primary.paginate_button.disabled, .btn-outline-primary:disabled {
  color: #729e2e;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-secondary {
  color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-secondary.paginate_button:hover {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-secondary.paginate_button.disabled, .btn-outline-secondary:disabled {
  color: #729e2e;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-success {
  color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-success.paginate_button:hover {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-success.paginate_button.disabled, .btn-outline-success:disabled {
  color: #729e2e;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-info {
  color: #107e8e;
  border-color: #107e8e;
}

.btn-outline-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-info.paginate_button:hover {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 126, 142, 0.5);
}

.btn-outline-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-info.paginate_button.disabled, .btn-outline-info:disabled {
  color: #107e8e;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 126, 142, 0.5);
}

.btn-outline-warning {
  color: #e3a30b;
  border-color: #e3a30b;
}

.btn-outline-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-warning.paginate_button:hover {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 163, 11, 0.5);
}

.btn-outline-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-warning.paginate_button.disabled, .btn-outline-warning:disabled {
  color: #e3a30b;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 163, 11, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-danger.paginate_button:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-danger.paginate_button.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.btn-outline-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-light.paginate_button:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-light.paginate_button.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #1C1D21;
  border-color: #1C1D21;
}

.btn-outline-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark.paginate_button:hover {
  color: #fff;
  background-color: #1C1D21;
  border-color: #1C1D21;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.5);
}

.btn-outline-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark.paginate_button.disabled, .btn-outline-dark:disabled {
  color: #1C1D21;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #1C1D21;
  border-color: #1C1D21;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-white.paginate_button:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-white.paginate_button.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-white.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray-100 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-gray-100:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-100.paginate_button:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray-100.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-100.paginate_button.disabled, .btn-outline-gray-100:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-gray-100:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-100.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-100.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-gray-200:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-200.paginate_button:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-gray-200.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-200.paginate_button.disabled, .btn-outline-gray-200:disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-200.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-200.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-300.paginate_button:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-300.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-300.paginate_button.disabled, .btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-300.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-300.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-400.paginate_button:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-400.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-400.paginate_button.disabled, .btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-400.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-400.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-500 {
  color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-gray-500:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-500.paginate_button:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-gray-500.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-500.paginate_button.disabled, .btn-outline-gray-500:disabled {
  color: #adb5bd;
  background-color: transparent;
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-500.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-500.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-500.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-gray-600:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-600.paginate_button:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-gray-600.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-600.paginate_button.disabled, .btn-outline-gray-600:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-600.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-600.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057;
}

.btn-outline-gray-700:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-700.paginate_button:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-outline-gray-700.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-700.paginate_button.disabled, .btn-outline-gray-700:disabled {
  color: #495057;
  background-color: transparent;
}

.btn-outline-gray-700:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-700.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-700.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-outline-gray-800 {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-gray-800:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-800.paginate_button:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray-800.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-800.paginate_button.disabled, .btn-outline-gray-800:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-gray-800:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-800.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-800.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray-900 {
  color: #212529;
  border-color: #212529;
}

.btn-outline-gray-900:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-900.paginate_button:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-gray-900.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-900.paginate_button.disabled, .btn-outline-gray-900:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-gray-900:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-900.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-900.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-gray-950 {
  color: #101214;
  border-color: #101214;
}

.btn-outline-gray-950:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-950.paginate_button:hover {
  color: #fff;
  background-color: #101214;
  border-color: #101214;
}

.btn-outline-gray-950:focus, .btn-outline-gray-950.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 18, 20, 0.5);
}

.btn-outline-gray-950.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-gray-950.paginate_button.disabled, .btn-outline-gray-950:disabled {
  color: #101214;
  background-color: transparent;
}

.btn-outline-gray-950:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-gray-950.active:not(:disabled):not(.disabled), .show > .btn-outline-gray-950.dropdown-toggle {
  color: #fff;
  background-color: #101214;
  border-color: #101214;
}

.btn-outline-gray-950:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-gray-950.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 18, 20, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}

.btn-outline-black:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-black.paginate_button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-black.paginate_button.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-black.active:not(:disabled):not(.disabled), .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-black.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-blue {
  color: #009ee3;
  border-color: #009ee3;
}

.btn-outline-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-blue.paginate_button:hover {
  color: #fff;
  background-color: #009ee3;
  border-color: #009ee3;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 227, 0.5);
}

.btn-outline-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-blue.paginate_button.disabled, .btn-outline-blue:disabled {
  color: #009ee3;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #009ee3;
  border-color: #009ee3;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 227, 0.5);
}

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-indigo.paginate_button:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-indigo.paginate_button.disabled, .btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-indigo.active:not(:disabled):not(.disabled), .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-purple.paginate_button:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-purple.paginate_button.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-purple.active:not(:disabled):not(.disabled), .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-pink.paginate_button:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-pink.paginate_button.disabled, .btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-pink.active:not(:disabled):not(.disabled), .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-red.paginate_button:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-red.paginate_button.disabled, .btn-outline-red:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-red.active:not(:disabled):not(.disabled), .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-dark-red {
  color: #990000;
  border-color: #990000;
}

.btn-outline-dark-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark-red.paginate_button:hover {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}

.btn-outline-dark-red:focus, .btn-outline-dark-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5);
}

.btn-outline-dark-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark-red.paginate_button.disabled, .btn-outline-dark-red:disabled {
  color: #990000;
  background-color: transparent;
}

.btn-outline-dark-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-dark-red.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}

.btn-outline-dark-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-dark-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5);
}

.btn-outline-reder {
  color: #f40000;
  border-color: #f40000;
}

.btn-outline-reder:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-reder.paginate_button:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #f40000;
}

.btn-outline-reder:focus, .btn-outline-reder.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 0, 0, 0.5);
}

.btn-outline-reder.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-reder.paginate_button.disabled, .btn-outline-reder:disabled {
  color: #f40000;
  background-color: transparent;
}

.btn-outline-reder:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-reder.active:not(:disabled):not(.disabled), .show > .btn-outline-reder.dropdown-toggle {
  color: #fff;
  background-color: #f40000;
  border-color: #f40000;
}

.btn-outline-reder:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-reder.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-reder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 0, 0, 0.5);
}

.btn-outline-orange {
  color: #e9501d;
  border-color: #e9501d;
}

.btn-outline-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-orange.paginate_button:hover {
  color: #fff;
  background-color: #e9501d;
  border-color: #e9501d;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 80, 29, 0.5);
}

.btn-outline-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-orange.paginate_button.disabled, .btn-outline-orange:disabled {
  color: #e9501d;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #e9501d;
  border-color: #e9501d;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 80, 29, 0.5);
}

.btn-outline-yellow {
  color: #e3a30b;
  border-color: #e3a30b;
}

.btn-outline-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-yellow.paginate_button:hover {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 163, 11, 0.5);
}

.btn-outline-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-yellow.paginate_button.disabled, .btn-outline-yellow:disabled {
  color: #e3a30b;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e3a30b;
  border-color: #e3a30b;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 163, 11, 0.5);
}

.btn-outline-green {
  color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-green.paginate_button:hover {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-green.paginate_button.disabled, .btn-outline-green:disabled {
  color: #729e2e;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-green.active:not(:disabled):not(.disabled), .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.btn-outline-greener {
  color: #009639;
  border-color: #009639;
}

.btn-outline-greener:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-greener.paginate_button:hover {
  color: #fff;
  background-color: #009639;
  border-color: #009639;
}

.btn-outline-greener:focus, .btn-outline-greener.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 57, 0.5);
}

.btn-outline-greener.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-greener.paginate_button.disabled, .btn-outline-greener:disabled {
  color: #009639;
  background-color: transparent;
}

.btn-outline-greener:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-greener.active:not(:disabled):not(.disabled), .show > .btn-outline-greener.dropdown-toggle {
  color: #fff;
  background-color: #009639;
  border-color: #009639;
}

.btn-outline-greener:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-greener.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-greener.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 57, 0.5);
}

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997;
}

.btn-outline-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-teal.paginate_button:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-teal.paginate_button.disabled, .btn-outline-teal:disabled {
  color: #20c997;
  background-color: transparent;
}

.btn-outline-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-teal.active:not(:disabled):not(.disabled), .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-cyan {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-cyan.paginate_button:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-cyan:focus, .btn-outline-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-cyan.paginate_button.disabled, .btn-outline-cyan:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-brown {
  color: #61250c;
  border-color: #61250c;
}

.btn-outline-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-brown.paginate_button:hover {
  color: #fff;
  background-color: #61250c;
  border-color: #61250c;
}

.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 37, 12, 0.5);
}

.btn-outline-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-brown.paginate_button.disabled, .btn-outline-brown:disabled {
  color: #61250c;
  background-color: transparent;
}

.btn-outline-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-brown.active:not(:disabled):not(.disabled), .show > .btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #61250c;
  border-color: #61250c;
}

.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 37, 12, 0.5);
}

.btn-outline-negro {
  color: #d4cbba;
  border-color: #d4cbba;
}

.btn-outline-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-negro.paginate_button:hover {
  color: #212529;
  background-color: #d4cbba;
  border-color: #d4cbba;
}

.btn-outline-negro:focus, .btn-outline-negro.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 203, 186, 0.5);
}

.btn-outline-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-negro.paginate_button.disabled, .btn-outline-negro:disabled {
  color: #d4cbba;
  background-color: transparent;
}

.btn-outline-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-negro.active:not(:disabled):not(.disabled), .show > .btn-outline-negro.dropdown-toggle {
  color: #212529;
  background-color: #d4cbba;
  border-color: #d4cbba;
}

.btn-outline-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 203, 186, 0.5);
}

.btn-outline-dark-blue {
  color: #35313c;
  border-color: #35313c;
}

.btn-outline-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #35313c;
  border-color: #35313c;
}

.btn-outline-dark-blue:focus, .btn-outline-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 49, 60, 0.5);
}

.btn-outline-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark-blue.paginate_button.disabled, .btn-outline-dark-blue:disabled {
  color: #35313c;
  background-color: transparent;
}

.btn-outline-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #35313c;
  border-color: #35313c;
}

.btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 49, 60, 0.5);
}

.btn-outline-dark-green {
  color: #152D23;
  border-color: #152D23;
}

.btn-outline-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark-green.paginate_button:hover {
  color: #fff;
  background-color: #152D23;
  border-color: #152D23;
}

.btn-outline-dark-green:focus, .btn-outline-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 45, 35, 0.5);
}

.btn-outline-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-dark-green.paginate_button.disabled, .btn-outline-dark-green:disabled {
  color: #152D23;
  background-color: transparent;
}

.btn-outline-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-dark-green.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #152D23;
  border-color: #152D23;
}

.btn-outline-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 45, 35, 0.5);
}

.btn-outline-darker-blue {
  color: #107e8e;
  border-color: #107e8e;
}

.btn-outline-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-outline-darker-blue:focus, .btn-outline-darker-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 126, 142, 0.5);
}

.btn-outline-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darker-blue.paginate_button.disabled, .btn-outline-darker-blue:disabled {
  color: #107e8e;
  background-color: transparent;
}

.btn-outline-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #107e8e;
  border-color: #107e8e;
}

.btn-outline-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 126, 142, 0.5);
}

.btn-outline-pinkish {
  color: #F2ADA7;
  border-color: #F2ADA7;
}

.btn-outline-pinkish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-pinkish.paginate_button:hover {
  color: #212529;
  background-color: #F2ADA7;
  border-color: #F2ADA7;
}

.btn-outline-pinkish:focus, .btn-outline-pinkish.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 173, 167, 0.5);
}

.btn-outline-pinkish.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-pinkish.paginate_button.disabled, .btn-outline-pinkish:disabled {
  color: #F2ADA7;
  background-color: transparent;
}

.btn-outline-pinkish:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-pinkish.active:not(:disabled):not(.disabled), .show > .btn-outline-pinkish.dropdown-toggle {
  color: #212529;
  background-color: #F2ADA7;
  border-color: #F2ADA7;
}

.btn-outline-pinkish:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-pinkish.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-pinkish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 173, 167, 0.5);
}

.btn-outline-cyanish {
  color: #6BBFB7;
  border-color: #6BBFB7;
}

.btn-outline-cyanish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-cyanish.paginate_button:hover {
  color: #212529;
  background-color: #6BBFB7;
  border-color: #6BBFB7;
}

.btn-outline-cyanish:focus, .btn-outline-cyanish.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 191, 183, 0.5);
}

.btn-outline-cyanish.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-cyanish.paginate_button.disabled, .btn-outline-cyanish:disabled {
  color: #6BBFB7;
  background-color: transparent;
}

.btn-outline-cyanish:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-cyanish.active:not(:disabled):not(.disabled), .show > .btn-outline-cyanish.dropdown-toggle {
  color: #212529;
  background-color: #6BBFB7;
  border-color: #6BBFB7;
}

.btn-outline-cyanish:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-cyanish.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-cyanish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 191, 183, 0.5);
}

.btn-outline-complement-blue {
  color: #e34500;
  border-color: #e34500;
}

.btn-outline-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-blue.paginate_button:hover {
  color: #fff;
  background-color: #e34500;
  border-color: #e34500;
}

.btn-outline-complement-blue:focus, .btn-outline-complement-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 69, 0, 0.5);
}

.btn-outline-complement-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-blue.paginate_button.disabled, .btn-outline-complement-blue:disabled {
  color: #e34500;
  background-color: transparent;
}

.btn-outline-complement-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-blue.dropdown-toggle {
  color: #fff;
  background-color: #e34500;
  border-color: #e34500;
}

.btn-outline-complement-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 69, 0, 0.5);
}

.btn-outline-complement-indigo {
  color: #9cf210;
  border-color: #9cf210;
}

.btn-outline-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-indigo.paginate_button:hover {
  color: #212529;
  background-color: #9cf210;
  border-color: #9cf210;
}

.btn-outline-complement-indigo:focus, .btn-outline-complement-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 242, 16, 0.5);
}

.btn-outline-complement-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-indigo.paginate_button.disabled, .btn-outline-complement-indigo:disabled {
  color: #9cf210;
  background-color: transparent;
}

.btn-outline-complement-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-indigo.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-indigo.dropdown-toggle {
  color: #212529;
  background-color: #9cf210;
  border-color: #9cf210;
}

.btn-outline-complement-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 242, 16, 0.5);
}

.btn-outline-complement-purple {
  color: #94c142;
  border-color: #94c142;
}

.btn-outline-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-purple.paginate_button:hover {
  color: #212529;
  background-color: #94c142;
  border-color: #94c142;
}

.btn-outline-complement-purple:focus, .btn-outline-complement-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 193, 66, 0.5);
}

.btn-outline-complement-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-purple.paginate_button.disabled, .btn-outline-complement-purple:disabled {
  color: #94c142;
  background-color: transparent;
}

.btn-outline-complement-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-purple.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-purple.dropdown-toggle {
  color: #212529;
  background-color: #94c142;
  border-color: #94c142;
}

.btn-outline-complement-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 193, 66, 0.5);
}

.btn-outline-complement-pink {
  color: #3ee89a;
  border-color: #3ee89a;
}

.btn-outline-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-pink.paginate_button:hover {
  color: #212529;
  background-color: #3ee89a;
  border-color: #3ee89a;
}

.btn-outline-complement-pink:focus, .btn-outline-complement-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 232, 154, 0.5);
}

.btn-outline-complement-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-pink.paginate_button.disabled, .btn-outline-complement-pink:disabled {
  color: #3ee89a;
  background-color: transparent;
}

.btn-outline-complement-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-pink.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-pink.dropdown-toggle {
  color: #212529;
  background-color: #3ee89a;
  border-color: #3ee89a;
}

.btn-outline-complement-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 232, 154, 0.5);
}

.btn-outline-complement-red {
  color: #35dccc;
  border-color: #35dccc;
}

.btn-outline-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-red.paginate_button:hover {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-outline-complement-red:focus, .btn-outline-complement-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 220, 204, 0.5);
}

.btn-outline-complement-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-red.paginate_button.disabled, .btn-outline-complement-red:disabled {
  color: #35dccc;
  background-color: transparent;
}

.btn-outline-complement-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-red.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-red.dropdown-toggle {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-outline-complement-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 220, 204, 0.5);
}

.btn-outline-complement-orange {
  color: #1db6e9;
  border-color: #1db6e9;
}

.btn-outline-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-orange.paginate_button:hover {
  color: #fff;
  background-color: #1db6e9;
  border-color: #1db6e9;
}

.btn-outline-complement-orange:focus, .btn-outline-complement-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 182, 233, 0.5);
}

.btn-outline-complement-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-orange.paginate_button.disabled, .btn-outline-complement-orange:disabled {
  color: #1db6e9;
  background-color: transparent;
}

.btn-outline-complement-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-orange.dropdown-toggle {
  color: #fff;
  background-color: #1db6e9;
  border-color: #1db6e9;
}

.btn-outline-complement-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 182, 233, 0.5);
}

.btn-outline-complement-yellow {
  color: #0b4be3;
  border-color: #0b4be3;
}

.btn-outline-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-yellow.paginate_button:hover {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-outline-complement-yellow:focus, .btn-outline-complement-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 75, 227, 0.5);
}

.btn-outline-complement-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-yellow.paginate_button.disabled, .btn-outline-complement-yellow:disabled {
  color: #0b4be3;
  background-color: transparent;
}

.btn-outline-complement-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-yellow.dropdown-toggle {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-outline-complement-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 75, 227, 0.5);
}

.btn-outline-complement-green {
  color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-green.paginate_button:hover {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-green:focus, .btn-outline-complement-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-green.paginate_button.disabled, .btn-outline-complement-green:disabled {
  color: #5a2e9e;
  background-color: transparent;
}

.btn-outline-complement-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-green.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-green.dropdown-toggle {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-teal {
  color: #c92052;
  border-color: #c92052;
}

.btn-outline-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-teal.paginate_button:hover {
  color: #fff;
  background-color: #c92052;
  border-color: #c92052;
}

.btn-outline-complement-teal:focus, .btn-outline-complement-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 32, 82, 0.5);
}

.btn-outline-complement-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-teal.paginate_button.disabled, .btn-outline-complement-teal:disabled {
  color: #c92052;
  background-color: transparent;
}

.btn-outline-complement-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-teal.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-teal.dropdown-toggle {
  color: #fff;
  background-color: #c92052;
  border-color: #c92052;
}

.btn-outline-complement-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 32, 82, 0.5);
}

.btn-outline-complement-cyan {
  color: #b82d17;
  border-color: #b82d17;
}

.btn-outline-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-cyan.paginate_button:hover {
  color: #fff;
  background-color: #b82d17;
  border-color: #b82d17;
}

.btn-outline-complement-cyan:focus, .btn-outline-complement-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 45, 23, 0.5);
}

.btn-outline-complement-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-cyan.paginate_button.disabled, .btn-outline-complement-cyan:disabled {
  color: #b82d17;
  background-color: transparent;
}

.btn-outline-complement-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-cyan.dropdown-toggle {
  color: #fff;
  background-color: #b82d17;
  border-color: #b82d17;
}

.btn-outline-complement-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 45, 23, 0.5);
}

.btn-outline-complement-brown {
  color: #0c4861;
  border-color: #0c4861;
}

.btn-outline-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-brown.paginate_button:hover {
  color: #fff;
  background-color: #0c4861;
  border-color: #0c4861;
}

.btn-outline-complement-brown:focus, .btn-outline-complement-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 72, 97, 0.5);
}

.btn-outline-complement-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-brown.paginate_button.disabled, .btn-outline-complement-brown:disabled {
  color: #0c4861;
  background-color: transparent;
}

.btn-outline-complement-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-brown.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-brown.dropdown-toggle {
  color: #fff;
  background-color: #0c4861;
  border-color: #0c4861;
}

.btn-outline-complement-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 72, 97, 0.5);
}

.btn-outline-complement-negro {
  color: #bac3d4;
  border-color: #bac3d4;
}

.btn-outline-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-negro.paginate_button:hover {
  color: #212529;
  background-color: #bac3d4;
  border-color: #bac3d4;
}

.btn-outline-complement-negro:focus, .btn-outline-complement-negro.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 195, 212, 0.5);
}

.btn-outline-complement-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-negro.paginate_button.disabled, .btn-outline-complement-negro:disabled {
  color: #bac3d4;
  background-color: transparent;
}

.btn-outline-complement-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-negro.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-negro.dropdown-toggle {
  color: #212529;
  background-color: #bac3d4;
  border-color: #bac3d4;
}

.btn-outline-complement-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 195, 212, 0.5);
}

.btn-outline-complement-dark-blue {
  color: #383c31;
  border-color: #383c31;
}

.btn-outline-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #383c31;
  border-color: #383c31;
}

.btn-outline-complement-dark-blue:focus, .btn-outline-complement-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 60, 49, 0.5);
}

.btn-outline-complement-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-dark-blue.paginate_button.disabled, .btn-outline-complement-dark-blue:disabled {
  color: #383c31;
  background-color: transparent;
}

.btn-outline-complement-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #383c31;
  border-color: #383c31;
}

.btn-outline-complement-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 60, 49, 0.5);
}

.btn-outline-complement-dark-green {
  color: #2d151f;
  border-color: #2d151f;
}

.btn-outline-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-dark-green.paginate_button:hover {
  color: #fff;
  background-color: #2d151f;
  border-color: #2d151f;
}

.btn-outline-complement-dark-green:focus, .btn-outline-complement-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 31, 0.5);
}

.btn-outline-complement-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-dark-green.paginate_button.disabled, .btn-outline-complement-dark-green:disabled {
  color: #2d151f;
  background-color: transparent;
}

.btn-outline-complement-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-dark-green.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #2d151f;
  border-color: #2d151f;
}

.btn-outline-complement-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 31, 0.5);
}

.btn-outline-complement-darker-blue {
  color: #8e2010;
  border-color: #8e2010;
}

.btn-outline-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-outline-complement-darker-blue:focus, .btn-outline-complement-darker-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 32, 16, 0.5);
}

.btn-outline-complement-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-darker-blue.paginate_button.disabled, .btn-outline-complement-darker-blue:disabled {
  color: #8e2010;
  background-color: transparent;
}

.btn-outline-complement-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-outline-complement-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 32, 16, 0.5);
}

.btn-outline-complement-dark {
  color: #21201c;
  border-color: #21201c;
}

.btn-outline-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-dark.paginate_button:hover {
  color: #fff;
  background-color: #21201c;
  border-color: #21201c;
}

.btn-outline-complement-dark:focus, .btn-outline-complement-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 32, 28, 0.5);
}

.btn-outline-complement-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-dark.paginate_button.disabled, .btn-outline-complement-dark:disabled {
  color: #21201c;
  background-color: transparent;
}

.btn-outline-complement-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-dark.dropdown-toggle {
  color: #fff;
  background-color: #21201c;
  border-color: #21201c;
}

.btn-outline-complement-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 32, 28, 0.5);
}

.btn-outline-complement-light {
  color: white;
  border-color: white;
}

.btn-outline-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-light.paginate_button:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-outline-complement-light:focus, .btn-outline-complement-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-complement-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-light.paginate_button.disabled, .btn-outline-complement-light:disabled {
  color: white;
  background-color: transparent;
}

.btn-outline-complement-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-light.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-light.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-outline-complement-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-complement-primary {
  color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-primary.paginate_button:hover {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-primary:focus, .btn-outline-complement-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-primary.paginate_button.disabled, .btn-outline-complement-primary:disabled {
  color: #5a2e9e;
  background-color: transparent;
}

.btn-outline-complement-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-primary.dropdown-toggle {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-secondary {
  color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-secondary.paginate_button:hover {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-secondary:focus, .btn-outline-complement-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-secondary.paginate_button.disabled, .btn-outline-complement-secondary:disabled {
  color: #5a2e9e;
  background-color: transparent;
}

.btn-outline-complement-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-success {
  color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-success.paginate_button:hover {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-success:focus, .btn-outline-complement-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-success.paginate_button.disabled, .btn-outline-complement-success:disabled {
  color: #5a2e9e;
  background-color: transparent;
}

.btn-outline-complement-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-success.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-success.dropdown-toggle {
  color: #fff;
  background-color: #5a2e9e;
  border-color: #5a2e9e;
}

.btn-outline-complement-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.btn-outline-complement-warning {
  color: #0b4be3;
  border-color: #0b4be3;
}

.btn-outline-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-warning.paginate_button:hover {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-outline-complement-warning:focus, .btn-outline-complement-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 75, 227, 0.5);
}

.btn-outline-complement-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-warning.paginate_button.disabled, .btn-outline-complement-warning:disabled {
  color: #0b4be3;
  background-color: transparent;
}

.btn-outline-complement-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-warning.dropdown-toggle {
  color: #fff;
  background-color: #0b4be3;
  border-color: #0b4be3;
}

.btn-outline-complement-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 75, 227, 0.5);
}

.btn-outline-complement-danger {
  color: #35dccc;
  border-color: #35dccc;
}

.btn-outline-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-danger.paginate_button:hover {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-outline-complement-danger:focus, .btn-outline-complement-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 220, 204, 0.5);
}

.btn-outline-complement-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-danger.paginate_button.disabled, .btn-outline-complement-danger:disabled {
  color: #35dccc;
  background-color: transparent;
}

.btn-outline-complement-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-danger.dropdown-toggle {
  color: #212529;
  background-color: #35dccc;
  border-color: #35dccc;
}

.btn-outline-complement-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 220, 204, 0.5);
}

.btn-outline-complement-info {
  color: #8e2010;
  border-color: #8e2010;
}

.btn-outline-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-info.paginate_button:hover {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-outline-complement-info:focus, .btn-outline-complement-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 32, 16, 0.5);
}

.btn-outline-complement-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-complement-info.paginate_button.disabled, .btn-outline-complement-info:disabled {
  color: #8e2010;
  background-color: transparent;
}

.btn-outline-complement-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-complement-info.active:not(:disabled):not(.disabled), .show > .btn-outline-complement-info.dropdown-toggle {
  color: #fff;
  background-color: #8e2010;
  border-color: #8e2010;
}

.btn-outline-complement-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-complement-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-complement-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 32, 16, 0.5);
}

.btn-outline-lighten-blue {
  color: #8eddff;
  border-color: #8eddff;
}

.btn-outline-lighten-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-blue.paginate_button:hover {
  color: #212529;
  background-color: #8eddff;
  border-color: #8eddff;
}

.btn-outline-lighten-blue:focus, .btn-outline-lighten-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 221, 255, 0.5);
}

.btn-outline-lighten-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-blue.paginate_button.disabled, .btn-outline-lighten-blue:disabled {
  color: #8eddff;
  background-color: transparent;
}

.btn-outline-lighten-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-blue.dropdown-toggle {
  color: #212529;
  background-color: #8eddff;
  border-color: #8eddff;
}

.btn-outline-lighten-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 221, 255, 0.5);
}

.btn-outline-lighten-indigo {
  color: #c29ffa;
  border-color: #c29ffa;
}

.btn-outline-lighten-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-indigo.paginate_button:hover {
  color: #212529;
  background-color: #c29ffa;
  border-color: #c29ffa;
}

.btn-outline-lighten-indigo:focus, .btn-outline-lighten-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 159, 250, 0.5);
}

.btn-outline-lighten-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-indigo.paginate_button.disabled, .btn-outline-lighten-indigo:disabled {
  color: #c29ffa;
  background-color: transparent;
}

.btn-outline-lighten-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-indigo.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-indigo.dropdown-toggle {
  color: #212529;
  background-color: #c29ffa;
  border-color: #c29ffa;
}

.btn-outline-lighten-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 159, 250, 0.5);
}

.btn-outline-lighten-purple {
  color: #c5b3e6;
  border-color: #c5b3e6;
}

.btn-outline-lighten-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-purple.paginate_button:hover {
  color: #212529;
  background-color: #c5b3e6;
  border-color: #c5b3e6;
}

.btn-outline-lighten-purple:focus, .btn-outline-lighten-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 179, 230, 0.5);
}

.btn-outline-lighten-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-purple.paginate_button.disabled, .btn-outline-lighten-purple:disabled {
  color: #c5b3e6;
  background-color: transparent;
}

.btn-outline-lighten-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-purple.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-purple.dropdown-toggle {
  color: #212529;
  background-color: #c5b3e6;
  border-color: #c5b3e6;
}

.btn-outline-lighten-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 179, 230, 0.5);
}

.btn-outline-lighten-pink {
  color: #f6b2d1;
  border-color: #f6b2d1;
}

.btn-outline-lighten-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-pink.paginate_button:hover {
  color: #212529;
  background-color: #f6b2d1;
  border-color: #f6b2d1;
}

.btn-outline-lighten-pink:focus, .btn-outline-lighten-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 178, 209, 0.5);
}

.btn-outline-lighten-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-pink.paginate_button.disabled, .btn-outline-lighten-pink:disabled {
  color: #f6b2d1;
  background-color: transparent;
}

.btn-outline-lighten-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-pink.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-pink.dropdown-toggle {
  color: #212529;
  background-color: #f6b2d1;
  border-color: #f6b2d1;
}

.btn-outline-lighten-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 178, 209, 0.5);
}

.btn-outline-lighten-red {
  color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-outline-lighten-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-red.paginate_button:hover {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-outline-lighten-red:focus, .btn-outline-lighten-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 174, 181, 0.5);
}

.btn-outline-lighten-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-red.paginate_button.disabled, .btn-outline-lighten-red:disabled {
  color: #f1aeb5;
  background-color: transparent;
}

.btn-outline-lighten-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-red.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-red.dropdown-toggle {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-outline-lighten-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 174, 181, 0.5);
}

.btn-outline-lighten-orange {
  color: #f6b9a5;
  border-color: #f6b9a5;
}

.btn-outline-lighten-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-orange.paginate_button:hover {
  color: #212529;
  background-color: #f6b9a5;
  border-color: #f6b9a5;
}

.btn-outline-lighten-orange:focus, .btn-outline-lighten-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 185, 165, 0.5);
}

.btn-outline-lighten-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-orange.paginate_button.disabled, .btn-outline-lighten-orange:disabled {
  color: #f6b9a5;
  background-color: transparent;
}

.btn-outline-lighten-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-orange.dropdown-toggle {
  color: #212529;
  background-color: #f6b9a5;
  border-color: #f6b9a5;
}

.btn-outline-lighten-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 185, 165, 0.5);
}

.btn-outline-lighten-yellow {
  color: #fadd97;
  border-color: #fadd97;
}

.btn-outline-lighten-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-yellow.paginate_button:hover {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-outline-lighten-yellow:focus, .btn-outline-lighten-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 221, 151, 0.5);
}

.btn-outline-lighten-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-yellow.paginate_button.disabled, .btn-outline-lighten-yellow:disabled {
  color: #fadd97;
  background-color: transparent;
}

.btn-outline-lighten-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-outline-lighten-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 221, 151, 0.5);
}

.btn-outline-lighten-green {
  color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-green.paginate_button:hover {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-green:focus, .btn-outline-lighten-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-green.paginate_button.disabled, .btn-outline-lighten-green:disabled {
  color: #c9e3a0;
  background-color: transparent;
}

.btn-outline-lighten-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-green.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-green.dropdown-toggle {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-teal {
  color: #9ff0d8;
  border-color: #9ff0d8;
}

.btn-outline-lighten-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-teal.paginate_button:hover {
  color: #212529;
  background-color: #9ff0d8;
  border-color: #9ff0d8;
}

.btn-outline-lighten-teal:focus, .btn-outline-lighten-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 240, 216, 0.5);
}

.btn-outline-lighten-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-teal.paginate_button.disabled, .btn-outline-lighten-teal:disabled {
  color: #9ff0d8;
  background-color: transparent;
}

.btn-outline-lighten-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-teal.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-teal.dropdown-toggle {
  color: #212529;
  background-color: #9ff0d8;
  border-color: #9ff0d8;
}

.btn-outline-lighten-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 240, 216, 0.5);
}

.btn-outline-lighten-cyan {
  color: #93e5f2;
  border-color: #93e5f2;
}

.btn-outline-lighten-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-cyan.paginate_button:hover {
  color: #212529;
  background-color: #93e5f2;
  border-color: #93e5f2;
}

.btn-outline-lighten-cyan:focus, .btn-outline-lighten-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 229, 242, 0.5);
}

.btn-outline-lighten-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-cyan.paginate_button.disabled, .btn-outline-lighten-cyan:disabled {
  color: #93e5f2;
  background-color: transparent;
}

.btn-outline-lighten-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-cyan.dropdown-toggle {
  color: #212529;
  background-color: #93e5f2;
  border-color: #93e5f2;
}

.btn-outline-lighten-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 229, 242, 0.5);
}

.btn-outline-lighten-brown {
  color: #ed9570;
  border-color: #ed9570;
}

.btn-outline-lighten-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-brown.paginate_button:hover {
  color: #212529;
  background-color: #ed9570;
  border-color: #ed9570;
}

.btn-outline-lighten-brown:focus, .btn-outline-lighten-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 149, 112, 0.5);
}

.btn-outline-lighten-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-brown.paginate_button.disabled, .btn-outline-lighten-brown:disabled {
  color: #ed9570;
  background-color: transparent;
}

.btn-outline-lighten-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-brown.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-brown.dropdown-toggle {
  color: #212529;
  background-color: #ed9570;
  border-color: #ed9570;
}

.btn-outline-lighten-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 149, 112, 0.5);
}

.btn-outline-lighten-negro {
  color: #eeeae3;
  border-color: #eeeae3;
}

.btn-outline-lighten-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-negro.paginate_button:hover {
  color: #212529;
  background-color: #eeeae3;
  border-color: #eeeae3;
}

.btn-outline-lighten-negro:focus, .btn-outline-lighten-negro.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 234, 227, 0.5);
}

.btn-outline-lighten-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-negro.paginate_button.disabled, .btn-outline-lighten-negro:disabled {
  color: #eeeae3;
  background-color: transparent;
}

.btn-outline-lighten-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-negro.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-negro.dropdown-toggle {
  color: #212529;
  background-color: #eeeae3;
  border-color: #eeeae3;
}

.btn-outline-lighten-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 234, 227, 0.5);
}

.btn-outline-lighten-dark-blue {
  color: #ada7b7;
  border-color: #ada7b7;
}

.btn-outline-lighten-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-dark-blue.paginate_button:hover {
  color: #212529;
  background-color: #ada7b7;
  border-color: #ada7b7;
}

.btn-outline-lighten-dark-blue:focus, .btn-outline-lighten-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 167, 183, 0.5);
}

.btn-outline-lighten-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-dark-blue.paginate_button.disabled, .btn-outline-lighten-dark-blue:disabled {
  color: #ada7b7;
  background-color: transparent;
}

.btn-outline-lighten-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-dark-blue.dropdown-toggle {
  color: #212529;
  background-color: #ada7b7;
  border-color: #ada7b7;
}

.btn-outline-lighten-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 167, 183, 0.5);
}

.btn-outline-lighten-dark-green {
  color: #86c6ac;
  border-color: #86c6ac;
}

.btn-outline-lighten-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-dark-green.paginate_button:hover {
  color: #212529;
  background-color: #86c6ac;
  border-color: #86c6ac;
}

.btn-outline-lighten-dark-green:focus, .btn-outline-lighten-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 198, 172, 0.5);
}

.btn-outline-lighten-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-dark-green.paginate_button.disabled, .btn-outline-lighten-dark-green:disabled {
  color: #86c6ac;
  background-color: transparent;
}

.btn-outline-lighten-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-dark-green.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-dark-green.dropdown-toggle {
  color: #212529;
  background-color: #86c6ac;
  border-color: #86c6ac;
}

.btn-outline-lighten-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 198, 172, 0.5);
}

.btn-outline-lighten-darker-blue {
  color: #80e2f1;
  border-color: #80e2f1;
}

.btn-outline-lighten-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-darker-blue.paginate_button:hover {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-outline-lighten-darker-blue:focus, .btn-outline-lighten-darker-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 226, 241, 0.5);
}

.btn-outline-lighten-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-darker-blue.paginate_button.disabled, .btn-outline-lighten-darker-blue:disabled {
  color: #80e2f1;
  background-color: transparent;
}

.btn-outline-lighten-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-darker-blue.dropdown-toggle {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-outline-lighten-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 226, 241, 0.5);
}

.btn-outline-lighten-dark {
  color: #9ea1ad;
  border-color: #9ea1ad;
}

.btn-outline-lighten-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-dark.paginate_button:hover {
  color: #212529;
  background-color: #9ea1ad;
  border-color: #9ea1ad;
}

.btn-outline-lighten-dark:focus, .btn-outline-lighten-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 161, 173, 0.5);
}

.btn-outline-lighten-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-dark.paginate_button.disabled, .btn-outline-lighten-dark:disabled {
  color: #9ea1ad;
  background-color: transparent;
}

.btn-outline-lighten-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-dark.dropdown-toggle {
  color: #212529;
  background-color: #9ea1ad;
  border-color: #9ea1ad;
}

.btn-outline-lighten-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 161, 173, 0.5);
}

.btn-outline-lighten-light {
  color: white;
  border-color: white;
}

.btn-outline-lighten-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-light.paginate_button:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-outline-lighten-light:focus, .btn-outline-lighten-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-lighten-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-light.paginate_button.disabled, .btn-outline-lighten-light:disabled {
  color: white;
  background-color: transparent;
}

.btn-outline-lighten-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-light.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-light.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-outline-lighten-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-lighten-primary {
  color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-primary.paginate_button:hover {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-primary:focus, .btn-outline-lighten-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-primary.paginate_button.disabled, .btn-outline-lighten-primary:disabled {
  color: #c9e3a0;
  background-color: transparent;
}

.btn-outline-lighten-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-primary.dropdown-toggle {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-secondary {
  color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-secondary.paginate_button:hover {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-secondary:focus, .btn-outline-lighten-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-secondary.paginate_button.disabled, .btn-outline-lighten-secondary:disabled {
  color: #c9e3a0;
  background-color: transparent;
}

.btn-outline-lighten-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-success {
  color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-success.paginate_button:hover {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-success:focus, .btn-outline-lighten-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-success.paginate_button.disabled, .btn-outline-lighten-success:disabled {
  color: #c9e3a0;
  background-color: transparent;
}

.btn-outline-lighten-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-success.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-success.dropdown-toggle {
  color: #212529;
  background-color: #c9e3a0;
  border-color: #c9e3a0;
}

.btn-outline-lighten-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.btn-outline-lighten-warning {
  color: #fadd97;
  border-color: #fadd97;
}

.btn-outline-lighten-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-warning.paginate_button:hover {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-outline-lighten-warning:focus, .btn-outline-lighten-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 221, 151, 0.5);
}

.btn-outline-lighten-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-warning.paginate_button.disabled, .btn-outline-lighten-warning:disabled {
  color: #fadd97;
  background-color: transparent;
}

.btn-outline-lighten-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-warning.dropdown-toggle {
  color: #212529;
  background-color: #fadd97;
  border-color: #fadd97;
}

.btn-outline-lighten-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 221, 151, 0.5);
}

.btn-outline-lighten-danger {
  color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-outline-lighten-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-danger.paginate_button:hover {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-outline-lighten-danger:focus, .btn-outline-lighten-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 174, 181, 0.5);
}

.btn-outline-lighten-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-danger.paginate_button.disabled, .btn-outline-lighten-danger:disabled {
  color: #f1aeb5;
  background-color: transparent;
}

.btn-outline-lighten-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-danger.dropdown-toggle {
  color: #212529;
  background-color: #f1aeb5;
  border-color: #f1aeb5;
}

.btn-outline-lighten-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 174, 181, 0.5);
}

.btn-outline-lighten-info {
  color: #80e2f1;
  border-color: #80e2f1;
}

.btn-outline-lighten-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-info.paginate_button:hover {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-outline-lighten-info:focus, .btn-outline-lighten-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 226, 241, 0.5);
}

.btn-outline-lighten-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-info.paginate_button.disabled, .btn-outline-lighten-info:disabled {
  color: #80e2f1;
  background-color: transparent;
}

.btn-outline-lighten-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-info.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-info.dropdown-toggle {
  color: #212529;
  background-color: #80e2f1;
  border-color: #80e2f1;
}

.btn-outline-lighten-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 226, 241, 0.5);
}

.btn-outline-lighten-complement-blue {
  color: #ffb08e;
  border-color: #ffb08e;
}

.btn-outline-lighten-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-blue.paginate_button:hover {
  color: #212529;
  background-color: #ffb08e;
  border-color: #ffb08e;
}

.btn-outline-lighten-complement-blue:focus, .btn-outline-lighten-complement-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 176, 142, 0.5);
}

.btn-outline-lighten-complement-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-blue.paginate_button.disabled, .btn-outline-lighten-complement-blue:disabled {
  color: #ffb08e;
  background-color: transparent;
}

.btn-outline-lighten-complement-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-blue.dropdown-toggle {
  color: #212529;
  background-color: #ffb08e;
  border-color: #ffb08e;
}

.btn-outline-lighten-complement-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 176, 142, 0.5);
}

.btn-outline-lighten-complement-indigo {
  color: #d7fa9f;
  border-color: #d7fa9f;
}

.btn-outline-lighten-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-indigo.paginate_button:hover {
  color: #212529;
  background-color: #d7fa9f;
  border-color: #d7fa9f;
}

.btn-outline-lighten-complement-indigo:focus, .btn-outline-lighten-complement-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 250, 159, 0.5);
}

.btn-outline-lighten-complement-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-indigo.paginate_button.disabled, .btn-outline-lighten-complement-indigo:disabled {
  color: #d7fa9f;
  background-color: transparent;
}

.btn-outline-lighten-complement-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-indigo.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-indigo.dropdown-toggle {
  color: #212529;
  background-color: #d7fa9f;
  border-color: #d7fa9f;
}

.btn-outline-lighten-complement-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 250, 159, 0.5);
}

.btn-outline-lighten-complement-purple {
  color: #d4e6b3;
  border-color: #d4e6b3;
}

.btn-outline-lighten-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-purple.paginate_button:hover {
  color: #212529;
  background-color: #d4e6b3;
  border-color: #d4e6b3;
}

.btn-outline-lighten-complement-purple:focus, .btn-outline-lighten-complement-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 230, 179, 0.5);
}

.btn-outline-lighten-complement-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-purple.paginate_button.disabled, .btn-outline-lighten-complement-purple:disabled {
  color: #d4e6b3;
  background-color: transparent;
}

.btn-outline-lighten-complement-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-purple.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-purple.dropdown-toggle {
  color: #212529;
  background-color: #d4e6b3;
  border-color: #d4e6b3;
}

.btn-outline-lighten-complement-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 230, 179, 0.5);
}

.btn-outline-lighten-complement-pink {
  color: #b2f6d7;
  border-color: #b2f6d7;
}

.btn-outline-lighten-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-pink.paginate_button:hover {
  color: #212529;
  background-color: #b2f6d7;
  border-color: #b2f6d7;
}

.btn-outline-lighten-complement-pink:focus, .btn-outline-lighten-complement-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 246, 215, 0.5);
}

.btn-outline-lighten-complement-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-pink.paginate_button.disabled, .btn-outline-lighten-complement-pink:disabled {
  color: #b2f6d7;
  background-color: transparent;
}

.btn-outline-lighten-complement-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-pink.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-pink.dropdown-toggle {
  color: #212529;
  background-color: #b2f6d7;
  border-color: #b2f6d7;
}

.btn-outline-lighten-complement-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 246, 215, 0.5);
}

.btn-outline-lighten-complement-red {
  color: #aef1eb;
  border-color: #aef1eb;
}

.btn-outline-lighten-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-red.paginate_button:hover {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-outline-lighten-complement-red:focus, .btn-outline-lighten-complement-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 241, 235, 0.5);
}

.btn-outline-lighten-complement-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-red.paginate_button.disabled, .btn-outline-lighten-complement-red:disabled {
  color: #aef1eb;
  background-color: transparent;
}

.btn-outline-lighten-complement-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-red.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-red.dropdown-toggle {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-outline-lighten-complement-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 241, 235, 0.5);
}

.btn-outline-lighten-complement-orange {
  color: #a5e2f6;
  border-color: #a5e2f6;
}

.btn-outline-lighten-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-orange.paginate_button:hover {
  color: #212529;
  background-color: #a5e2f6;
  border-color: #a5e2f6;
}

.btn-outline-lighten-complement-orange:focus, .btn-outline-lighten-complement-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 226, 246, 0.5);
}

.btn-outline-lighten-complement-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-orange.paginate_button.disabled, .btn-outline-lighten-complement-orange:disabled {
  color: #a5e2f6;
  background-color: transparent;
}

.btn-outline-lighten-complement-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-orange.dropdown-toggle {
  color: #212529;
  background-color: #a5e2f6;
  border-color: #a5e2f6;
}

.btn-outline-lighten-complement-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 226, 246, 0.5);
}

.btn-outline-lighten-complement-yellow {
  color: #97b4fa;
  border-color: #97b4fa;
}

.btn-outline-lighten-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-yellow.paginate_button:hover {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-outline-lighten-complement-yellow:focus, .btn-outline-lighten-complement-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 180, 250, 0.5);
}

.btn-outline-lighten-complement-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-yellow.paginate_button.disabled, .btn-outline-lighten-complement-yellow:disabled {
  color: #97b4fa;
  background-color: transparent;
}

.btn-outline-lighten-complement-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-yellow.dropdown-toggle {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-outline-lighten-complement-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 180, 250, 0.5);
}

.btn-outline-lighten-complement-green {
  color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-green.paginate_button:hover {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-green:focus, .btn-outline-lighten-complement-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-green.paginate_button.disabled, .btn-outline-lighten-complement-green:disabled {
  color: #bba0e3;
  background-color: transparent;
}

.btn-outline-lighten-complement-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-green.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-green.dropdown-toggle {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-teal {
  color: #f09fb7;
  border-color: #f09fb7;
}

.btn-outline-lighten-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-teal.paginate_button:hover {
  color: #212529;
  background-color: #f09fb7;
  border-color: #f09fb7;
}

.btn-outline-lighten-complement-teal:focus, .btn-outline-lighten-complement-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 159, 183, 0.5);
}

.btn-outline-lighten-complement-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-teal.paginate_button.disabled, .btn-outline-lighten-complement-teal:disabled {
  color: #f09fb7;
  background-color: transparent;
}

.btn-outline-lighten-complement-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-teal.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-teal.dropdown-toggle {
  color: #212529;
  background-color: #f09fb7;
  border-color: #f09fb7;
}

.btn-outline-lighten-complement-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 159, 183, 0.5);
}

.btn-outline-lighten-complement-cyan {
  color: #f2a093;
  border-color: #f2a093;
}

.btn-outline-lighten-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-cyan.paginate_button:hover {
  color: #212529;
  background-color: #f2a093;
  border-color: #f2a093;
}

.btn-outline-lighten-complement-cyan:focus, .btn-outline-lighten-complement-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 160, 147, 0.5);
}

.btn-outline-lighten-complement-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-cyan.paginate_button.disabled, .btn-outline-lighten-complement-cyan:disabled {
  color: #f2a093;
  background-color: transparent;
}

.btn-outline-lighten-complement-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-cyan.dropdown-toggle {
  color: #212529;
  background-color: #f2a093;
  border-color: #f2a093;
}

.btn-outline-lighten-complement-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 160, 147, 0.5);
}

.btn-outline-lighten-complement-brown {
  color: #70c9ed;
  border-color: #70c9ed;
}

.btn-outline-lighten-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-brown.paginate_button:hover {
  color: #212529;
  background-color: #70c9ed;
  border-color: #70c9ed;
}

.btn-outline-lighten-complement-brown:focus, .btn-outline-lighten-complement-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 201, 237, 0.5);
}

.btn-outline-lighten-complement-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-brown.paginate_button.disabled, .btn-outline-lighten-complement-brown:disabled {
  color: #70c9ed;
  background-color: transparent;
}

.btn-outline-lighten-complement-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-brown.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-brown.dropdown-toggle {
  color: #212529;
  background-color: #70c9ed;
  border-color: #70c9ed;
}

.btn-outline-lighten-complement-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 201, 237, 0.5);
}

.btn-outline-lighten-complement-negro {
  color: #e3e7ee;
  border-color: #e3e7ee;
}

.btn-outline-lighten-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-negro.paginate_button:hover {
  color: #212529;
  background-color: #e3e7ee;
  border-color: #e3e7ee;
}

.btn-outline-lighten-complement-negro:focus, .btn-outline-lighten-complement-negro.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 231, 238, 0.5);
}

.btn-outline-lighten-complement-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-negro.paginate_button.disabled, .btn-outline-lighten-complement-negro:disabled {
  color: #e3e7ee;
  background-color: transparent;
}

.btn-outline-lighten-complement-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-negro.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-negro.dropdown-toggle {
  color: #212529;
  background-color: #e3e7ee;
  border-color: #e3e7ee;
}

.btn-outline-lighten-complement-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 231, 238, 0.5);
}

.btn-outline-lighten-complement-dark-blue {
  color: #b1b7a7;
  border-color: #b1b7a7;
}

.btn-outline-lighten-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-dark-blue.paginate_button:hover {
  color: #212529;
  background-color: #b1b7a7;
  border-color: #b1b7a7;
}

.btn-outline-lighten-complement-dark-blue:focus, .btn-outline-lighten-complement-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 183, 167, 0.5);
}

.btn-outline-lighten-complement-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-dark-blue.paginate_button.disabled, .btn-outline-lighten-complement-dark-blue:disabled {
  color: #b1b7a7;
  background-color: transparent;
}

.btn-outline-lighten-complement-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-dark-blue.dropdown-toggle {
  color: #212529;
  background-color: #b1b7a7;
  border-color: #b1b7a7;
}

.btn-outline-lighten-complement-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 183, 167, 0.5);
}

.btn-outline-lighten-complement-dark-green {
  color: #c686a1;
  border-color: #c686a1;
}

.btn-outline-lighten-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-dark-green.paginate_button:hover {
  color: #212529;
  background-color: #c686a1;
  border-color: #c686a1;
}

.btn-outline-lighten-complement-dark-green:focus, .btn-outline-lighten-complement-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 134, 161, 0.5);
}

.btn-outline-lighten-complement-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-dark-green.paginate_button.disabled, .btn-outline-lighten-complement-dark-green:disabled {
  color: #c686a1;
  background-color: transparent;
}

.btn-outline-lighten-complement-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-dark-green.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-dark-green.dropdown-toggle {
  color: #212529;
  background-color: #c686a1;
  border-color: #c686a1;
}

.btn-outline-lighten-complement-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 134, 161, 0.5);
}

.btn-outline-lighten-complement-darker-blue {
  color: #f18f80;
  border-color: #f18f80;
}

.btn-outline-lighten-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-darker-blue.paginate_button:hover {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-outline-lighten-complement-darker-blue:focus, .btn-outline-lighten-complement-darker-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 143, 128, 0.5);
}

.btn-outline-lighten-complement-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-darker-blue.paginate_button.disabled, .btn-outline-lighten-complement-darker-blue:disabled {
  color: #f18f80;
  background-color: transparent;
}

.btn-outline-lighten-complement-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-darker-blue.dropdown-toggle {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-outline-lighten-complement-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 143, 128, 0.5);
}

.btn-outline-lighten-complement-dark {
  color: #adaa9e;
  border-color: #adaa9e;
}

.btn-outline-lighten-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-dark.paginate_button:hover {
  color: #212529;
  background-color: #adaa9e;
  border-color: #adaa9e;
}

.btn-outline-lighten-complement-dark:focus, .btn-outline-lighten-complement-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 170, 158, 0.5);
}

.btn-outline-lighten-complement-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-dark.paginate_button.disabled, .btn-outline-lighten-complement-dark:disabled {
  color: #adaa9e;
  background-color: transparent;
}

.btn-outline-lighten-complement-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-dark.dropdown-toggle {
  color: #212529;
  background-color: #adaa9e;
  border-color: #adaa9e;
}

.btn-outline-lighten-complement-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 170, 158, 0.5);
}

.btn-outline-lighten-complement-light {
  color: white;
  border-color: white;
}

.btn-outline-lighten-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-light.paginate_button:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-outline-lighten-complement-light:focus, .btn-outline-lighten-complement-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-lighten-complement-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-light.paginate_button.disabled, .btn-outline-lighten-complement-light:disabled {
  color: white;
  background-color: transparent;
}

.btn-outline-lighten-complement-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-light.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-light.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-outline-lighten-complement-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-lighten-complement-primary {
  color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-primary.paginate_button:hover {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-primary:focus, .btn-outline-lighten-complement-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-primary.paginate_button.disabled, .btn-outline-lighten-complement-primary:disabled {
  color: #bba0e3;
  background-color: transparent;
}

.btn-outline-lighten-complement-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-primary.dropdown-toggle {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-secondary {
  color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-secondary.paginate_button:hover {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-secondary:focus, .btn-outline-lighten-complement-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-secondary.paginate_button.disabled, .btn-outline-lighten-complement-secondary:disabled {
  color: #bba0e3;
  background-color: transparent;
}

.btn-outline-lighten-complement-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-secondary.dropdown-toggle {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-success {
  color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-success.paginate_button:hover {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-success:focus, .btn-outline-lighten-complement-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-success.paginate_button.disabled, .btn-outline-lighten-complement-success:disabled {
  color: #bba0e3;
  background-color: transparent;
}

.btn-outline-lighten-complement-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-success.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-success.dropdown-toggle {
  color: #212529;
  background-color: #bba0e3;
  border-color: #bba0e3;
}

.btn-outline-lighten-complement-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.btn-outline-lighten-complement-warning {
  color: #97b4fa;
  border-color: #97b4fa;
}

.btn-outline-lighten-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-warning.paginate_button:hover {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-outline-lighten-complement-warning:focus, .btn-outline-lighten-complement-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 180, 250, 0.5);
}

.btn-outline-lighten-complement-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-warning.paginate_button.disabled, .btn-outline-lighten-complement-warning:disabled {
  color: #97b4fa;
  background-color: transparent;
}

.btn-outline-lighten-complement-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-warning.dropdown-toggle {
  color: #212529;
  background-color: #97b4fa;
  border-color: #97b4fa;
}

.btn-outline-lighten-complement-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 180, 250, 0.5);
}

.btn-outline-lighten-complement-danger {
  color: #aef1eb;
  border-color: #aef1eb;
}

.btn-outline-lighten-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-danger.paginate_button:hover {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-outline-lighten-complement-danger:focus, .btn-outline-lighten-complement-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 241, 235, 0.5);
}

.btn-outline-lighten-complement-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-danger.paginate_button.disabled, .btn-outline-lighten-complement-danger:disabled {
  color: #aef1eb;
  background-color: transparent;
}

.btn-outline-lighten-complement-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-danger.dropdown-toggle {
  color: #212529;
  background-color: #aef1eb;
  border-color: #aef1eb;
}

.btn-outline-lighten-complement-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 241, 235, 0.5);
}

.btn-outline-lighten-complement-info {
  color: #f18f80;
  border-color: #f18f80;
}

.btn-outline-lighten-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-info.paginate_button:hover {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-outline-lighten-complement-info:focus, .btn-outline-lighten-complement-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 143, 128, 0.5);
}

.btn-outline-lighten-complement-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-lighten-complement-info.paginate_button.disabled, .btn-outline-lighten-complement-info:disabled {
  color: #f18f80;
  background-color: transparent;
}

.btn-outline-lighten-complement-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-lighten-complement-info.active:not(:disabled):not(.disabled), .show > .btn-outline-lighten-complement-info.dropdown-toggle {
  color: #212529;
  background-color: #f18f80;
  border-color: #f18f80;
}

.btn-outline-lighten-complement-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-lighten-complement-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-lighten-complement-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 143, 128, 0.5);
}

.btn-outline-darken-blue {
  color: #1b333e;
  border-color: #1b333e;
}

.btn-outline-darken-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-blue.paginate_button:hover {
  color: #fff;
  background-color: #1b333e;
  border-color: #1b333e;
}

.btn-outline-darken-blue:focus, .btn-outline-darken-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 51, 62, 0.5);
}

.btn-outline-darken-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-blue.paginate_button.disabled, .btn-outline-darken-blue:disabled {
  color: #1b333e;
  background-color: transparent;
}

.btn-outline-darken-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-blue.dropdown-toggle {
  color: #fff;
  background-color: #1b333e;
  border-color: #1b333e;
}

.btn-outline-darken-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 51, 62, 0.5);
}

.btn-outline-darken-indigo {
  color: #2e2144;
  border-color: #2e2144;
}

.btn-outline-darken-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-indigo.paginate_button:hover {
  color: #fff;
  background-color: #2e2144;
  border-color: #2e2144;
}

.btn-outline-darken-indigo:focus, .btn-outline-darken-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 33, 68, 0.5);
}

.btn-outline-darken-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-indigo.paginate_button.disabled, .btn-outline-darken-indigo:disabled {
  color: #2e2144;
  background-color: transparent;
}

.btn-outline-darken-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-indigo.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-indigo.dropdown-toggle {
  color: #fff;
  background-color: #2e2144;
  border-color: #2e2144;
}

.btn-outline-darken-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 33, 68, 0.5);
}

.btn-outline-darken-purple {
  color: #30293c;
  border-color: #30293c;
}

.btn-outline-darken-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-purple.paginate_button:hover {
  color: #fff;
  background-color: #30293c;
  border-color: #30293c;
}

.btn-outline-darken-purple:focus, .btn-outline-darken-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 41, 60, 0.5);
}

.btn-outline-darken-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-purple.paginate_button.disabled, .btn-outline-darken-purple:disabled {
  color: #30293c;
  background-color: transparent;
}

.btn-outline-darken-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-purple.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-purple.dropdown-toggle {
  color: #fff;
  background-color: #30293c;
  border-color: #30293c;
}

.btn-outline-darken-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 41, 60, 0.5);
}

.btn-outline-darken-pink {
  color: #4b2838;
  border-color: #4b2838;
}

.btn-outline-darken-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-pink.paginate_button:hover {
  color: #fff;
  background-color: #4b2838;
  border-color: #4b2838;
}

.btn-outline-darken-pink:focus, .btn-outline-darken-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 40, 56, 0.5);
}

.btn-outline-darken-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-pink.paginate_button.disabled, .btn-outline-darken-pink:disabled {
  color: #4b2838;
  background-color: transparent;
}

.btn-outline-darken-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-pink.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-pink.dropdown-toggle {
  color: #fff;
  background-color: #4b2838;
  border-color: #4b2838;
}

.btn-outline-darken-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 40, 56, 0.5);
}

.btn-outline-darken-red {
  color: #442729;
  border-color: #442729;
}

.btn-outline-darken-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-red.paginate_button:hover {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-outline-darken-red:focus, .btn-outline-darken-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 39, 41, 0.5);
}

.btn-outline-darken-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-red.paginate_button.disabled, .btn-outline-darken-red:disabled {
  color: #442729;
  background-color: transparent;
}

.btn-outline-darken-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-red.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-red.dropdown-toggle {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-outline-darken-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 39, 41, 0.5);
}

.btn-outline-darken-orange {
  color: #432b23;
  border-color: #432b23;
}

.btn-outline-darken-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-orange.paginate_button:hover {
  color: #fff;
  background-color: #432b23;
  border-color: #432b23;
}

.btn-outline-darken-orange:focus, .btn-outline-darken-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 43, 35, 0.5);
}

.btn-outline-darken-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-orange.paginate_button.disabled, .btn-outline-darken-orange:disabled {
  color: #432b23;
  background-color: transparent;
}

.btn-outline-darken-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-orange.dropdown-toggle {
  color: #fff;
  background-color: #432b23;
  border-color: #432b23;
}

.btn-outline-darken-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 43, 35, 0.5);
}

.btn-outline-darken-yellow {
  color: #3f351e;
  border-color: #3f351e;
}

.btn-outline-darken-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-yellow.paginate_button:hover {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-outline-darken-yellow:focus, .btn-outline-darken-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 53, 30, 0.5);
}

.btn-outline-darken-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-yellow.paginate_button.disabled, .btn-outline-darken-yellow:disabled {
  color: #3f351e;
  background-color: transparent;
}

.btn-outline-darken-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-yellow.dropdown-toggle {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-outline-darken-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 53, 30, 0.5);
}

.btn-outline-darken-green {
  color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-green.paginate_button:hover {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-green:focus, .btn-outline-darken-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-green.paginate_button.disabled, .btn-outline-darken-green:disabled {
  color: #2a301f;
  background-color: transparent;
}

.btn-outline-darken-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-green.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-green.dropdown-toggle {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-teal {
  color: #213a33;
  border-color: #213a33;
}

.btn-outline-darken-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-teal.paginate_button:hover {
  color: #fff;
  background-color: #213a33;
  border-color: #213a33;
}

.btn-outline-darken-teal:focus, .btn-outline-darken-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 58, 51, 0.5);
}

.btn-outline-darken-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-teal.paginate_button.disabled, .btn-outline-darken-teal:disabled {
  color: #213a33;
  background-color: transparent;
}

.btn-outline-darken-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-teal.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-teal.dropdown-toggle {
  color: #fff;
  background-color: #213a33;
  border-color: #213a33;
}

.btn-outline-darken-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 58, 51, 0.5);
}

.btn-outline-darken-cyan {
  color: #1c3135;
  border-color: #1c3135;
}

.btn-outline-darken-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-cyan.paginate_button:hover {
  color: #fff;
  background-color: #1c3135;
  border-color: #1c3135;
}

.btn-outline-darken-cyan:focus, .btn-outline-darken-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 49, 53, 0.5);
}

.btn-outline-darken-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-cyan.paginate_button.disabled, .btn-outline-darken-cyan:disabled {
  color: #1c3135;
  background-color: transparent;
}

.btn-outline-darken-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-cyan.dropdown-toggle {
  color: #fff;
  background-color: #1c3135;
  border-color: #1c3135;
}

.btn-outline-darken-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 49, 53, 0.5);
}

.btn-outline-darken-brown {
  color: #1c130f;
  border-color: #1c130f;
}

.btn-outline-darken-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-brown.paginate_button:hover {
  color: #fff;
  background-color: #1c130f;
  border-color: #1c130f;
}

.btn-outline-darken-brown:focus, .btn-outline-darken-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 19, 15, 0.5);
}

.btn-outline-darken-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-brown.paginate_button.disabled, .btn-outline-darken-brown:disabled {
  color: #1c130f;
  background-color: transparent;
}

.btn-outline-darken-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-brown.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-brown.dropdown-toggle {
  color: #fff;
  background-color: #1c130f;
  border-color: #1c130f;
}

.btn-outline-darken-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 19, 15, 0.5);
}

.btn-outline-darken-negro {
  color: #555047;
  border-color: #555047;
}

.btn-outline-darken-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-negro.paginate_button:hover {
  color: #fff;
  background-color: #555047;
  border-color: #555047;
}

.btn-outline-darken-negro:focus, .btn-outline-darken-negro.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 80, 71, 0.5);
}

.btn-outline-darken-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-negro.paginate_button.disabled, .btn-outline-darken-negro:disabled {
  color: #555047;
  background-color: transparent;
}

.btn-outline-darken-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-negro.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-negro.dropdown-toggle {
  color: #fff;
  background-color: #555047;
  border-color: #555047;
}

.btn-outline-darken-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 80, 71, 0.5);
}

.btn-outline-darken-dark-blue {
  color: #151416;
  border-color: #151416;
}

.btn-outline-darken-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #151416;
  border-color: #151416;
}

.btn-outline-darken-dark-blue:focus, .btn-outline-darken-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 20, 22, 0.5);
}

.btn-outline-darken-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-dark-blue.paginate_button.disabled, .btn-outline-darken-dark-blue:disabled {
  color: #151416;
  background-color: transparent;
}

.btn-outline-darken-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #151416;
  border-color: #151416;
}

.btn-outline-darken-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 20, 22, 0.5);
}

.btn-outline-darken-dark-green {
  color: #0b0f0d;
  border-color: #0b0f0d;
}

.btn-outline-darken-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-dark-green.paginate_button:hover {
  color: #fff;
  background-color: #0b0f0d;
  border-color: #0b0f0d;
}

.btn-outline-darken-dark-green:focus, .btn-outline-darken-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 15, 13, 0.5);
}

.btn-outline-darken-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-dark-green.paginate_button.disabled, .btn-outline-darken-dark-green:disabled {
  color: #0b0f0d;
  background-color: transparent;
}

.btn-outline-darken-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-dark-green.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #0b0f0d;
  border-color: #0b0f0d;
}

.btn-outline-darken-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 15, 13, 0.5);
}

.btn-outline-darken-darker-blue {
  color: #152628;
  border-color: #152628;
}

.btn-outline-darken-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-outline-darken-darker-blue:focus, .btn-outline-darken-darker-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 38, 40, 0.5);
}

.btn-outline-darken-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-darker-blue.paginate_button.disabled, .btn-outline-darken-darker-blue:disabled {
  color: #152628;
  background-color: transparent;
}

.btn-outline-darken-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-outline-darken-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 38, 40, 0.5);
}

.btn-outline-darken-dark {
  color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-outline-darken-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-dark.paginate_button:hover {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-outline-darken-dark:focus, .btn-outline-darken-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
}

.btn-outline-darken-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-dark.paginate_button.disabled, .btn-outline-darken-dark:disabled {
  color: #0c0c0c;
  background-color: transparent;
}

.btn-outline-darken-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-outline-darken-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
}

.btn-outline-darken-light {
  color: #636363;
  border-color: #636363;
}

.btn-outline-darken-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-light.paginate_button:hover {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-outline-darken-light:focus, .btn-outline-darken-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-outline-darken-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-light.paginate_button.disabled, .btn-outline-darken-light:disabled {
  color: #636363;
  background-color: transparent;
}

.btn-outline-darken-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-light.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-light.dropdown-toggle {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-outline-darken-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-outline-darken-primary {
  color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-primary.paginate_button:hover {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-primary:focus, .btn-outline-darken-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-primary.paginate_button.disabled, .btn-outline-darken-primary:disabled {
  color: #2a301f;
  background-color: transparent;
}

.btn-outline-darken-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-secondary {
  color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-secondary.paginate_button:hover {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-secondary:focus, .btn-outline-darken-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-secondary.paginate_button.disabled, .btn-outline-darken-secondary:disabled {
  color: #2a301f;
  background-color: transparent;
}

.btn-outline-darken-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-success {
  color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-success.paginate_button:hover {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-success:focus, .btn-outline-darken-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-success.paginate_button.disabled, .btn-outline-darken-success:disabled {
  color: #2a301f;
  background-color: transparent;
}

.btn-outline-darken-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-success.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-success.dropdown-toggle {
  color: #fff;
  background-color: #2a301f;
  border-color: #2a301f;
}

.btn-outline-darken-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.btn-outline-darken-warning {
  color: #3f351e;
  border-color: #3f351e;
}

.btn-outline-darken-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-warning.paginate_button:hover {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-outline-darken-warning:focus, .btn-outline-darken-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 53, 30, 0.5);
}

.btn-outline-darken-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-warning.paginate_button.disabled, .btn-outline-darken-warning:disabled {
  color: #3f351e;
  background-color: transparent;
}

.btn-outline-darken-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-warning.dropdown-toggle {
  color: #fff;
  background-color: #3f351e;
  border-color: #3f351e;
}

.btn-outline-darken-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 53, 30, 0.5);
}

.btn-outline-darken-danger {
  color: #442729;
  border-color: #442729;
}

.btn-outline-darken-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-danger.paginate_button:hover {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-outline-darken-danger:focus, .btn-outline-darken-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 39, 41, 0.5);
}

.btn-outline-darken-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-danger.paginate_button.disabled, .btn-outline-darken-danger:disabled {
  color: #442729;
  background-color: transparent;
}

.btn-outline-darken-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-danger.dropdown-toggle {
  color: #fff;
  background-color: #442729;
  border-color: #442729;
}

.btn-outline-darken-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 39, 41, 0.5);
}

.btn-outline-darken-info {
  color: #152628;
  border-color: #152628;
}

.btn-outline-darken-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-info.paginate_button:hover {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-outline-darken-info:focus, .btn-outline-darken-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 38, 40, 0.5);
}

.btn-outline-darken-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-info.paginate_button.disabled, .btn-outline-darken-info:disabled {
  color: #152628;
  background-color: transparent;
}

.btn-outline-darken-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-info.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-info.dropdown-toggle {
  color: #fff;
  background-color: #152628;
  border-color: #152628;
}

.btn-outline-darken-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 38, 40, 0.5);
}

.btn-outline-darken-complement-blue {
  color: #3e251b;
  border-color: #3e251b;
}

.btn-outline-darken-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-blue.paginate_button:hover {
  color: #fff;
  background-color: #3e251b;
  border-color: #3e251b;
}

.btn-outline-darken-complement-blue:focus, .btn-outline-darken-complement-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 37, 27, 0.5);
}

.btn-outline-darken-complement-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-blue.paginate_button.disabled, .btn-outline-darken-complement-blue:disabled {
  color: #3e251b;
  background-color: transparent;
}

.btn-outline-darken-complement-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-blue.dropdown-toggle {
  color: #fff;
  background-color: #3e251b;
  border-color: #3e251b;
}

.btn-outline-darken-complement-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 37, 27, 0.5);
}

.btn-outline-darken-complement-indigo {
  color: #374421;
  border-color: #374421;
}

.btn-outline-darken-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-indigo.paginate_button:hover {
  color: #fff;
  background-color: #374421;
  border-color: #374421;
}

.btn-outline-darken-complement-indigo:focus, .btn-outline-darken-complement-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 68, 33, 0.5);
}

.btn-outline-darken-complement-indigo.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-indigo.paginate_button.disabled, .btn-outline-darken-complement-indigo:disabled {
  color: #374421;
  background-color: transparent;
}

.btn-outline-darken-complement-indigo:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-indigo.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-indigo.dropdown-toggle {
  color: #fff;
  background-color: #374421;
  border-color: #374421;
}

.btn-outline-darken-complement-indigo:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 68, 33, 0.5);
}

.btn-outline-darken-complement-purple {
  color: #353c29;
  border-color: #353c29;
}

.btn-outline-darken-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-purple.paginate_button:hover {
  color: #fff;
  background-color: #353c29;
  border-color: #353c29;
}

.btn-outline-darken-complement-purple:focus, .btn-outline-darken-complement-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 60, 41, 0.5);
}

.btn-outline-darken-complement-purple.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-purple.paginate_button.disabled, .btn-outline-darken-complement-purple:disabled {
  color: #353c29;
  background-color: transparent;
}

.btn-outline-darken-complement-purple:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-purple.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-purple.dropdown-toggle {
  color: #fff;
  background-color: #353c29;
  border-color: #353c29;
}

.btn-outline-darken-complement-purple:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 60, 41, 0.5);
}

.btn-outline-darken-complement-pink {
  color: #284b3b;
  border-color: #284b3b;
}

.btn-outline-darken-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-pink.paginate_button:hover {
  color: #fff;
  background-color: #284b3b;
  border-color: #284b3b;
}

.btn-outline-darken-complement-pink:focus, .btn-outline-darken-complement-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 75, 59, 0.5);
}

.btn-outline-darken-complement-pink.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-pink.paginate_button.disabled, .btn-outline-darken-complement-pink:disabled {
  color: #284b3b;
  background-color: transparent;
}

.btn-outline-darken-complement-pink:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-pink.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-pink.dropdown-toggle {
  color: #fff;
  background-color: #284b3b;
  border-color: #284b3b;
}

.btn-outline-darken-complement-pink:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 75, 59, 0.5);
}

.btn-outline-darken-complement-red {
  color: #274441;
  border-color: #274441;
}

.btn-outline-darken-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-red.paginate_button:hover {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-outline-darken-complement-red:focus, .btn-outline-darken-complement-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 68, 65, 0.5);
}

.btn-outline-darken-complement-red.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-red.paginate_button.disabled, .btn-outline-darken-complement-red:disabled {
  color: #274441;
  background-color: transparent;
}

.btn-outline-darken-complement-red:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-red.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-red.dropdown-toggle {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-outline-darken-complement-red:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 68, 65, 0.5);
}

.btn-outline-darken-complement-orange {
  color: #233b43;
  border-color: #233b43;
}

.btn-outline-darken-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-orange.paginate_button:hover {
  color: #fff;
  background-color: #233b43;
  border-color: #233b43;
}

.btn-outline-darken-complement-orange:focus, .btn-outline-darken-complement-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 59, 67, 0.5);
}

.btn-outline-darken-complement-orange.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-orange.paginate_button.disabled, .btn-outline-darken-complement-orange:disabled {
  color: #233b43;
  background-color: transparent;
}

.btn-outline-darken-complement-orange:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-orange.dropdown-toggle {
  color: #fff;
  background-color: #233b43;
  border-color: #233b43;
}

.btn-outline-darken-complement-orange:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 59, 67, 0.5);
}

.btn-outline-darken-complement-yellow {
  color: #1e283f;
  border-color: #1e283f;
}

.btn-outline-darken-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-yellow.paginate_button:hover {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-outline-darken-complement-yellow:focus, .btn-outline-darken-complement-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 40, 63, 0.5);
}

.btn-outline-darken-complement-yellow.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-yellow.paginate_button.disabled, .btn-outline-darken-complement-yellow:disabled {
  color: #1e283f;
  background-color: transparent;
}

.btn-outline-darken-complement-yellow:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-yellow.dropdown-toggle {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-outline-darken-complement-yellow:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 40, 63, 0.5);
}

.btn-outline-darken-complement-green {
  color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-green.paginate_button:hover {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-green:focus, .btn-outline-darken-complement-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-green.paginate_button.disabled, .btn-outline-darken-complement-green:disabled {
  color: #261f30;
  background-color: transparent;
}

.btn-outline-darken-complement-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-green.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-green.dropdown-toggle {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-teal {
  color: #3a2128;
  border-color: #3a2128;
}

.btn-outline-darken-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-teal.paginate_button:hover {
  color: #fff;
  background-color: #3a2128;
  border-color: #3a2128;
}

.btn-outline-darken-complement-teal:focus, .btn-outline-darken-complement-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 33, 40, 0.5);
}

.btn-outline-darken-complement-teal.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-teal.paginate_button.disabled, .btn-outline-darken-complement-teal:disabled {
  color: #3a2128;
  background-color: transparent;
}

.btn-outline-darken-complement-teal:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-teal.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-teal.dropdown-toggle {
  color: #fff;
  background-color: #3a2128;
  border-color: #3a2128;
}

.btn-outline-darken-complement-teal:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 33, 40, 0.5);
}

.btn-outline-darken-complement-cyan {
  color: #351f1c;
  border-color: #351f1c;
}

.btn-outline-darken-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-cyan.paginate_button:hover {
  color: #fff;
  background-color: #351f1c;
  border-color: #351f1c;
}

.btn-outline-darken-complement-cyan:focus, .btn-outline-darken-complement-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 31, 28, 0.5);
}

.btn-outline-darken-complement-cyan.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-cyan.paginate_button.disabled, .btn-outline-darken-complement-cyan:disabled {
  color: #351f1c;
  background-color: transparent;
}

.btn-outline-darken-complement-cyan:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-cyan.dropdown-toggle {
  color: #fff;
  background-color: #351f1c;
  border-color: #351f1c;
}

.btn-outline-darken-complement-cyan:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 31, 28, 0.5);
}

.btn-outline-darken-complement-brown {
  color: #0f181c;
  border-color: #0f181c;
}

.btn-outline-darken-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-brown.paginate_button:hover {
  color: #fff;
  background-color: #0f181c;
  border-color: #0f181c;
}

.btn-outline-darken-complement-brown:focus, .btn-outline-darken-complement-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 24, 28, 0.5);
}

.btn-outline-darken-complement-brown.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-brown.paginate_button.disabled, .btn-outline-darken-complement-brown:disabled {
  color: #0f181c;
  background-color: transparent;
}

.btn-outline-darken-complement-brown:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-brown.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-brown.dropdown-toggle {
  color: #fff;
  background-color: #0f181c;
  border-color: #0f181c;
}

.btn-outline-darken-complement-brown:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-brown.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 24, 28, 0.5);
}

.btn-outline-darken-complement-negro {
  color: #474b55;
  border-color: #474b55;
}

.btn-outline-darken-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-negro.paginate_button:hover {
  color: #fff;
  background-color: #474b55;
  border-color: #474b55;
}

.btn-outline-darken-complement-negro:focus, .btn-outline-darken-complement-negro.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 75, 85, 0.5);
}

.btn-outline-darken-complement-negro.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-negro.paginate_button.disabled, .btn-outline-darken-complement-negro:disabled {
  color: #474b55;
  background-color: transparent;
}

.btn-outline-darken-complement-negro:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-negro.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-negro.dropdown-toggle {
  color: #fff;
  background-color: #474b55;
  border-color: #474b55;
}

.btn-outline-darken-complement-negro:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-negro.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-negro.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 75, 85, 0.5);
}

.btn-outline-darken-complement-dark-blue {
  color: #151614;
  border-color: #151614;
}

.btn-outline-darken-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-dark-blue.paginate_button:hover {
  color: #fff;
  background-color: #151614;
  border-color: #151614;
}

.btn-outline-darken-complement-dark-blue:focus, .btn-outline-darken-complement-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 22, 20, 0.5);
}

.btn-outline-darken-complement-dark-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-dark-blue.paginate_button.disabled, .btn-outline-darken-complement-dark-blue:disabled {
  color: #151614;
  background-color: transparent;
}

.btn-outline-darken-complement-dark-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #151614;
  border-color: #151614;
}

.btn-outline-darken-complement-dark-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 22, 20, 0.5);
}

.btn-outline-darken-complement-dark-green {
  color: #0f0b0d;
  border-color: #0f0b0d;
}

.btn-outline-darken-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-dark-green.paginate_button:hover {
  color: #fff;
  background-color: #0f0b0d;
  border-color: #0f0b0d;
}

.btn-outline-darken-complement-dark-green:focus, .btn-outline-darken-complement-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 11, 13, 0.5);
}

.btn-outline-darken-complement-dark-green.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-dark-green.paginate_button.disabled, .btn-outline-darken-complement-dark-green:disabled {
  color: #0f0b0d;
  background-color: transparent;
}

.btn-outline-darken-complement-dark-green:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-dark-green.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #0f0b0d;
  border-color: #0f0b0d;
}

.btn-outline-darken-complement-dark-green:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-dark-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 11, 13, 0.5);
}

.btn-outline-darken-complement-darker-blue {
  color: #281815;
  border-color: #281815;
}

.btn-outline-darken-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-darker-blue.paginate_button:hover {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-outline-darken-complement-darker-blue:focus, .btn-outline-darken-complement-darker-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 24, 21, 0.5);
}

.btn-outline-darken-complement-darker-blue.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-darker-blue.paginate_button.disabled, .btn-outline-darken-complement-darker-blue:disabled {
  color: #281815;
  background-color: transparent;
}

.btn-outline-darken-complement-darker-blue:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-darker-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-darker-blue.dropdown-toggle {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-outline-darken-complement-darker-blue:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-darker-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-darker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 24, 21, 0.5);
}

.btn-outline-darken-complement-dark {
  color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-outline-darken-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-dark.paginate_button:hover {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-outline-darken-complement-dark:focus, .btn-outline-darken-complement-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
}

.btn-outline-darken-complement-dark.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-dark.paginate_button.disabled, .btn-outline-darken-complement-dark:disabled {
  color: #0c0c0c;
  background-color: transparent;
}

.btn-outline-darken-complement-dark:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.btn-outline-darken-complement-dark:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
}

.btn-outline-darken-complement-light {
  color: #636363;
  border-color: #636363;
}

.btn-outline-darken-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-light.paginate_button:hover {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-outline-darken-complement-light:focus, .btn-outline-darken-complement-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-outline-darken-complement-light.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-light.paginate_button.disabled, .btn-outline-darken-complement-light:disabled {
  color: #636363;
  background-color: transparent;
}

.btn-outline-darken-complement-light:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-light.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-light.dropdown-toggle {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.btn-outline-darken-complement-light:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-outline-darken-complement-primary {
  color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-primary.paginate_button:hover {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-primary:focus, .btn-outline-darken-complement-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-primary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-primary.paginate_button.disabled, .btn-outline-darken-complement-primary:disabled {
  color: #261f30;
  background-color: transparent;
}

.btn-outline-darken-complement-primary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-primary.dropdown-toggle {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-primary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-secondary {
  color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-secondary.paginate_button:hover {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-secondary:focus, .btn-outline-darken-complement-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-secondary.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-secondary.paginate_button.disabled, .btn-outline-darken-complement-secondary:disabled {
  color: #261f30;
  background-color: transparent;
}

.btn-outline-darken-complement-secondary:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-secondary.dropdown-toggle {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-secondary:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-success {
  color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-success.paginate_button:hover {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-success:focus, .btn-outline-darken-complement-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-success.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-success.paginate_button.disabled, .btn-outline-darken-complement-success:disabled {
  color: #261f30;
  background-color: transparent;
}

.btn-outline-darken-complement-success:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-success.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-success.dropdown-toggle {
  color: #fff;
  background-color: #261f30;
  border-color: #261f30;
}

.btn-outline-darken-complement-success:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.btn-outline-darken-complement-warning {
  color: #1e283f;
  border-color: #1e283f;
}

.btn-outline-darken-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-warning.paginate_button:hover {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-outline-darken-complement-warning:focus, .btn-outline-darken-complement-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 40, 63, 0.5);
}

.btn-outline-darken-complement-warning.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-warning.paginate_button.disabled, .btn-outline-darken-complement-warning:disabled {
  color: #1e283f;
  background-color: transparent;
}

.btn-outline-darken-complement-warning:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-warning.dropdown-toggle {
  color: #fff;
  background-color: #1e283f;
  border-color: #1e283f;
}

.btn-outline-darken-complement-warning:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 40, 63, 0.5);
}

.btn-outline-darken-complement-danger {
  color: #274441;
  border-color: #274441;
}

.btn-outline-darken-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-danger.paginate_button:hover {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-outline-darken-complement-danger:focus, .btn-outline-darken-complement-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 68, 65, 0.5);
}

.btn-outline-darken-complement-danger.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-danger.paginate_button.disabled, .btn-outline-darken-complement-danger:disabled {
  color: #274441;
  background-color: transparent;
}

.btn-outline-darken-complement-danger:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-danger.dropdown-toggle {
  color: #fff;
  background-color: #274441;
  border-color: #274441;
}

.btn-outline-darken-complement-danger:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 68, 65, 0.5);
}

.btn-outline-darken-complement-info {
  color: #281815;
  border-color: #281815;
}

.btn-outline-darken-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-info.paginate_button:hover {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-outline-darken-complement-info:focus, .btn-outline-darken-complement-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 24, 21, 0.5);
}

.btn-outline-darken-complement-info.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-darken-complement-info.paginate_button.disabled, .btn-outline-darken-complement-info:disabled {
  color: #281815;
  background-color: transparent;
}

.btn-outline-darken-complement-info:not(:disabled):not(.disabled):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):active, .btn-outline-darken-complement-info.active:not(:disabled):not(.disabled), .show > .btn-outline-darken-complement-info.dropdown-toggle {
  color: #fff;
  background-color: #281815;
  border-color: #281815;
}

.btn-outline-darken-complement-info:not(:disabled):not(.disabled):active:focus, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):focus:active, .btn-outline-darken-complement-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darken-complement-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 24, 21, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #729e2e;
  text-decoration: none;
}

.btn-link:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-link.paginate_button:hover {
  color: #47631d;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-link.paginate_button.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .activitylogs .dataTables_wrapper .dt-buttons .btn-group-lg > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-lg > .paginate_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .activitylogs .dataTables_wrapper .dt-buttons .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.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;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #f8f9fa;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.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;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.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;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dropdown-item.paginate_button:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #dee2e6;
}

.dropdown-item.active, .dropdown-item:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dropdown-item.paginate_button:active {
  color: #fff;
  text-decoration: none;
  background-color: #729e2e;
}

.dropdown-item.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dropdown-item.paginate_button.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .paginate_button,
.btn-group-vertical > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .dt-button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .paginate_button:hover,
.btn-group-vertical > .btn:hover,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .dt-button:focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .paginate_button:focus, .btn-group > .btn:active, .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .dt-button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .paginate_button:active, .btn-group > .btn.active, .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .active.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .active.paginate_button,
.btn-group-vertical > .btn:focus,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button:focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button:focus,
.btn-group-vertical > .btn:active,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button:active,
.btn-group-vertical > .btn.active,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .active.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .active.paginate_button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .dt-button:not(:first-child),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .paginate_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .dt-button:not(:last-child):not(.dropdown-toggle),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .paginate_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group > .btn-group:not(:last-child) > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .btn-group:not(:last-child) > .paginate_button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .activitylogs .dataTables_wrapper .dt-buttons .btn-group > .dt-button:not(:first-child),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .paginate_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group > .btn-group:not(:first-child) > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group > .btn-group:not(:first-child) > .paginate_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .activitylogs .dataTables_wrapper .dt-buttons .dt-button + .dropdown-toggle-split,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .activitylogs .dataTables_wrapper .dt-buttons .btn-group-sm > .dt-button + .dropdown-toggle-split,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-sm > .paginate_button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .activitylogs .dataTables_wrapper .dt-buttons .btn-group-lg > .dt-button + .dropdown-toggle-split,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-lg > .paginate_button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button:not(:first-child),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button:not(:last-child):not(.dropdown-toggle),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .btn-group:not(:last-child) > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .btn-group:not(:last-child) > .paginate_button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .dt-button:not(:first-child),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .paginate_button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical > .btn-group:not(:first-child) > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical > .btn-group:not(:first-child) > .paginate_button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .activitylogs .dataTables_wrapper .dt-buttons .btn-group-toggle > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-toggle > .paginate_button,
.btn-group-toggle > .btn-group > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-toggle > .btn-group > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-toggle > .btn-group > .paginate_button {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .activitylogs .dataTables_wrapper .dt-buttons .btn-group-toggle > .dt-button input[type="radio"],
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-toggle > .paginate_button input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.activitylogs .dataTables_wrapper .dt-buttons .btn-group-toggle > .dt-button input[type="checkbox"],
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-toggle > .paginate_button input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.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;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button,
.input-group-append .btn,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dt-button:focus, .activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dt-button:focus,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:focus,
.input-group-append .btn:focus,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dt-button:focus,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dt-button:focus,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:focus,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dt-button + .btn, .activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dt-button + .btn,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button + .btn,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .btn,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .btn,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .btn,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .btn, .input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .btn + .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .btn + .dt-button, .input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dt-button + .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dt-button + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .dt-buttons .paginate_button + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-prepend .paginate_button + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:hover + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:hover + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:hover + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .dt-buttons .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .dt-buttons .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:active + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:active + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:active + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .dt-buttons .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .dt-buttons .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .btn + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dataTables_paginate .pagination .dt-button + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-prepend .dt-button + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .btn + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .btn + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-prepend .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-prepend .dt-button + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .btn + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .btn + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-prepend .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-prepend .dt-button + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .paginate_button:active,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .dt-button + .input-group-text,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .dt-button + .input-group-text,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button + .input-group-text,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .input-group-text,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:hover + .input-group-text,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .input-group-text,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .paginate_button:active + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .activitylogs .dataTables_wrapper .dt-buttons .input-group-text + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-prepend .input-group-text + .dt-button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .input-group-text + .paginate_button,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .input-group-text + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .input-group-text + .paginate_button:hover,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:active,
.input-group-prepend .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .input-group-text + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-prepend .input-group-text + .paginate_button:active,
.input-group-append .btn + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dt-button + .btn,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dt-button + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .btn,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .btn + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .btn + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dt-button + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dt-button + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .dt-buttons .paginate_button + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-append .paginate_button + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:hover + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:hover + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:hover + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .dt-buttons .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .dt-buttons .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:active + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .paginate_button:active + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:active + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .dt-buttons .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .dt-buttons .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-append .paginate_button:active + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .input-group-append .paginate_button:active + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .btn + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dataTables_paginate .pagination .dt-button + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-append .dt-button + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .btn + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .btn + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dataTables_paginate .pagination .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-append .dt-button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-append .dt-button + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .btn + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .btn + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dataTables_paginate .pagination .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-append .dt-button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dt-buttons .input-group-append .dt-button + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .paginate_button:active,
.input-group-append .btn + .input-group-text,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .dt-button + .input-group-text,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .dt-button + .input-group-text,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button + .input-group-text,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .input-group-text,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:hover + .input-group-text,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .input-group-text,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .input-group-text,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .paginate_button:active + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .activitylogs .dataTables_wrapper .dt-buttons .input-group-text + .dt-button,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-append .input-group-text + .dt-button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .input-group-text + .paginate_button,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .input-group-text + .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .input-group-text + .paginate_button:hover,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:active,
.input-group-append .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-text + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .input-group-text + .paginate_button:active,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-append .input-group-text + .paginate_button:active {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 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;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.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,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-lg > .input-group-prepend > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-lg > .input-group-prepend > .paginate_button,
.input-group-lg > .input-group-append > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-lg > .input-group-append > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-lg > .input-group-append > .paginate_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.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,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-sm > .input-group-prepend > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-sm > .input-group-prepend > .paginate_button,
.input-group-sm > .input-group-append > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .input-group-sm > .input-group-append > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group-sm > .input-group-append > .paginate_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .activitylogs .dataTables_wrapper .dt-buttons .input-group > .input-group-prepend > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group > .input-group-prepend > .paginate_button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .paginate_button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .paginate_button,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.activitylogs .dataTables_wrapper .dt-buttons .input-group > .input-group-append:last-child > .dt-button:not(:last-child):not(.dropdown-toggle),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group > .input-group-append:last-child > .paginate_button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .activitylogs .dataTables_wrapper .dt-buttons .input-group > .input-group-append > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group > .input-group-append > .paginate_button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.activitylogs .dataTables_wrapper .dt-buttons .input-group > .input-group-prepend:not(:first-child) > .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group > .input-group-prepend:not(:first-child) > .paginate_button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.activitylogs .dataTables_wrapper .dt-buttons .input-group > .input-group-prepend:first-child > .dt-button:not(:first-child),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .input-group > .input-group-prepend:first-child > .paginate_button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #009ee3;
  background-color: #009ee3;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b0d775;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #c7e29c;
  border-color: #c7e29c;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #729e2e;
  background-color: #729e2e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(114, 158, 46, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(114, 158, 46, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(114, 158, 46, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.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: 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;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(114, 158, 46, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #b0d775;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #b0d775;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  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;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #35313c, 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #35313c, 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #35313c, 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #729e2e;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active::-webkit-slider-thumb {
  background-color: #c7e29c;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #729e2e;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active::-moz-range-thumb {
  background-color: #c7e29c;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #729e2e;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active::-ms-thumb {
  background-color: #c7e29c;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-tabs .nav-link.paginate_button:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled, .nav-tabs .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-tabs .nav-link.paginate_button.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #35313c;
  border-color: #dee2e6 #dee2e6 #35313c;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #729e2e;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-brand.paginate_button:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-toggler.paginate_button:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .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) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.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) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.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) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.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) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-brand.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-light .navbar-brand.paginate_button:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-light .navbar-nav .nav-link.paginate_button:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-light .navbar-nav .nav-link.paginate_button.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text .activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-light .navbar-text a.paginate_button:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-brand.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-dark .navbar-brand.paginate_button:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-dark .navbar-nav .nav-link.paginate_button:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-dark .navbar-nav .nav-link.paginate_button.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text .activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navbar-dark .navbar-text a.paginate_button:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .guide, .challenge, .challenge-solution, .medalla {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr, .guide > hr, .challenge > hr, .challenge-solution > hr, .medalla > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group, .guide > .list-group, .challenge > .list-group, .challenge-solution > .list-group, .medalla > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child, .guide > .list-group:first-child, .challenge > .list-group:first-child, .challenge-solution > .list-group:first-child, .medalla > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child, .guide > .list-group:last-child, .challenge > .list-group:last-child, .challenge-solution > .list-group:last-child, .medalla > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .guide > .card-header + .list-group, .challenge > .card-header + .list-group, .challenge-solution > .card-header + .list-group, .medalla > .card-header + .list-group,
.card > .list-group + .card-footer,
.guide > .list-group + .card-footer,
.challenge > .list-group + .card-footer,
.challenge-solution > .list-group + .card-footer,
.medalla > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .card-link.paginate_button:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card, .card-deck .guide, .card-deck .challenge, .card-deck .challenge-solution, .card-deck .medalla {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .guide, .card-deck .challenge, .card-deck .challenge-solution, .card-deck .medalla {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card, .card-group > .guide, .card-group > .challenge, .card-group > .challenge-solution, .card-group > .medalla {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .guide, .card-group > .challenge, .card-group > .challenge-solution, .card-group > .medalla {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .guide + .card, .card-group > .challenge + .card, .card-group > .challenge-solution + .card, .card-group > .card + .guide, .card-group > .guide + .guide, .card-group > .challenge + .guide, .card-group > .challenge-solution + .guide, .card-group > .card + .challenge, .card-group > .guide + .challenge, .card-group > .challenge + .challenge, .card-group > .challenge-solution + .challenge, .card-group > .card + .challenge-solution, .card-group > .guide + .challenge-solution, .card-group > .challenge + .challenge-solution, .card-group > .challenge-solution + .challenge-solution, .card-group > .medalla + .card, .card-group > .medalla + .guide, .card-group > .medalla + .challenge, .card-group > .medalla + .challenge-solution, .card-group > .card + .medalla, .card-group > .guide + .medalla, .card-group > .challenge + .medalla, .card-group > .challenge-solution + .medalla, .card-group > .medalla + .medalla {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > .guide:not(:last-child), .card-group > .challenge:not(:last-child), .card-group > .challenge-solution:not(:last-child), .card-group > .medalla:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .guide:not(:last-child) .card-img-top, .card-group > .challenge:not(:last-child) .card-img-top, .card-group > .challenge-solution:not(:last-child) .card-img-top, .card-group > .medalla:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.card-group > .guide:not(:last-child) .card-header,
.card-group > .challenge:not(:last-child) .card-header,
.card-group > .challenge-solution:not(:last-child) .card-header,
.card-group > .medalla:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .guide:not(:last-child) .card-img-bottom, .card-group > .challenge:not(:last-child) .card-img-bottom, .card-group > .challenge-solution:not(:last-child) .card-img-bottom, .card-group > .medalla:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.card-group > .guide:not(:last-child) .card-footer,
.card-group > .challenge:not(:last-child) .card-footer,
.card-group > .challenge-solution:not(:last-child) .card-footer,
.card-group > .medalla:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > .guide:not(:first-child), .card-group > .challenge:not(:first-child), .card-group > .challenge-solution:not(:first-child), .card-group > .medalla:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .guide:not(:first-child) .card-img-top, .card-group > .challenge:not(:first-child) .card-img-top, .card-group > .challenge-solution:not(:first-child) .card-img-top, .card-group > .medalla:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.card-group > .guide:not(:first-child) .card-header,
.card-group > .challenge:not(:first-child) .card-header,
.card-group > .challenge-solution:not(:first-child) .card-header,
.card-group > .medalla:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .guide:not(:first-child) .card-img-bottom, .card-group > .challenge:not(:first-child) .card-img-bottom, .card-group > .challenge-solution:not(:first-child) .card-img-bottom, .card-group > .medalla:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.card-group > .guide:not(:first-child) .card-footer,
.card-group > .challenge:not(:first-child) .card-footer,
.card-group > .challenge-solution:not(:first-child) .card-footer,
.card-group > .medalla:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns .guide, .card-columns .challenge, .card-columns .challenge-solution, .card-columns .medalla {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .guide, .card-columns .challenge, .card-columns .challenge-solution, .card-columns .medalla {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card, .accordion > .guide, .accordion > .challenge, .accordion > .challenge-solution, .accordion > .medalla {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type), .accordion > .guide:not(:last-of-type), .accordion > .challenge:not(:last-of-type), .accordion > .challenge-solution:not(:last-of-type), .accordion > .medalla:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type), .accordion > .guide:not(:first-of-type), .accordion > .challenge:not(:first-of-type), .accordion > .challenge-solution:not(:first-of-type), .accordion > .medalla:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header, .accordion > .guide > .card-header, .accordion > .challenge > .card-header, .accordion > .challenge-solution > .card-header, .accordion > .medalla > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .breadcrumb-item + .breadcrumb-item.paginate_button:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .breadcrumb-item + .breadcrumb-item.paginate_button:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #729e2e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .page-link.paginate_button:hover {
  z-index: 2;
  color: #47631d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.page-item.disabled .page-link, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .page-item.paginate_button.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}

a.badge:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge.paginate_button:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .activitylogs .dataTables_wrapper .dt-buttons .dt-button .badge,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #729e2e;
}

a.badge-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-primary.paginate_button:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #567723;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #729e2e;
}

a.badge-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-secondary.paginate_button:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #567723;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #729e2e;
}

a.badge-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-success.paginate_button:hover, a.badge-success:focus {
  color: #fff;
  background-color: #567723;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #107e8e;
}

a.badge-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-info.paginate_button:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0b5560;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 126, 142, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #e3a30b;
}

a.badge-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-warning.paginate_button:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #b28009;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 163, 11, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-danger.paginate_button:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #fff;
}

a.badge-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-light.paginate_button:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #1C1D21;
}

a.badge-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-dark.paginate_button:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #050505;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-white.paginate_button:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-gray-100:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-100.paginate_button:hover, a.badge-gray-100:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-gray-100:focus, a.badge-gray-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-gray-200 {
  color: #212529;
  background-color: #e9ecef;
}

a.badge-gray-200:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-200.paginate_button:hover, a.badge-gray-200:focus {
  color: #212529;
  background-color: #cbd3da;
}

a.badge-gray-200:focus, a.badge-gray-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.badge-gray-300 {
  color: #212529;
  background-color: #dee2e6;
}

a.badge-gray-300:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-300.paginate_button:hover, a.badge-gray-300:focus {
  color: #212529;
  background-color: #c1c9d0;
}

a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-gray-400 {
  color: #212529;
  background-color: #ced4da;
}

a.badge-gray-400:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-400.paginate_button:hover, a.badge-gray-400:focus {
  color: #212529;
  background-color: #b1bbc4;
}

a.badge-gray-400:focus, a.badge-gray-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.badge-gray-500 {
  color: #212529;
  background-color: #adb5bd;
}

a.badge-gray-500:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-500.paginate_button:hover, a.badge-gray-500:focus {
  color: #212529;
  background-color: #919ca6;
}

a.badge-gray-500:focus, a.badge-gray-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.badge-gray-600 {
  color: #fff;
  background-color: #6c757d;
}

a.badge-gray-600:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-600.paginate_button:hover, a.badge-gray-600:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-gray-600:focus, a.badge-gray-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-gray-700 {
  color: #fff;
  background-color: #495057;
}

a.badge-gray-700:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-700.paginate_button:hover, a.badge-gray-700:focus {
  color: #fff;
  background-color: #32373b;
}

a.badge-gray-700:focus, a.badge-gray-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.badge-gray-800 {
  color: #fff;
  background-color: #343a40;
}

a.badge-gray-800:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-800.paginate_button:hover, a.badge-gray-800:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-gray-800:focus, a.badge-gray-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-gray-900 {
  color: #fff;
  background-color: #212529;
}

a.badge-gray-900:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-900.paginate_button:hover, a.badge-gray-900:focus {
  color: #fff;
  background-color: #0a0c0d;
}

a.badge-gray-900:focus, a.badge-gray-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.badge-gray-950 {
  color: #fff;
  background-color: #101214;
}

a.badge-gray-950:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-gray-950.paginate_button:hover, a.badge-gray-950:focus {
  color: #fff;
  background-color: black;
}

a.badge-gray-950:focus, a.badge-gray-950.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 18, 20, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}

a.badge-black:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-black.paginate_button:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}

a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #009ee3;
}

a.badge-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-blue.paginate_button:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #007bb0;
}

a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 227, 0.5);
}

.badge-indigo {
  color: #fff;
  background-color: #6610f2;
}

a.badge-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-indigo.paginate_button:hover, a.badge-indigo:focus {
  color: #fff;
  background-color: #510bc4;
}

a.badge-indigo:focus, a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}

a.badge-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-purple.paginate_button:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #59339d;
}

a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.badge-pink {
  color: #fff;
  background-color: #e83e8c;
}

a.badge-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-pink.paginate_button:hover, a.badge-pink:focus {
  color: #fff;
  background-color: #d91a72;
}

a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #dc3545;
}

a.badge-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-red.paginate_button:hover, a.badge-red:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-dark-red {
  color: #fff;
  background-color: #990000;
}

a.badge-dark-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-dark-red.paginate_button:hover, a.badge-dark-red:focus {
  color: #fff;
  background-color: #660000;
}

a.badge-dark-red:focus, a.badge-dark-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5);
}

.badge-reder {
  color: #fff;
  background-color: #f40000;
}

a.badge-reder:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-reder.paginate_button:hover, a.badge-reder:focus {
  color: #fff;
  background-color: #c10000;
}

a.badge-reder:focus, a.badge-reder.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 0, 0, 0.5);
}

.badge-orange {
  color: #fff;
  background-color: #e9501d;
}

a.badge-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-orange.paginate_button:hover, a.badge-orange:focus {
  color: #fff;
  background-color: #c03e13;
}

a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 80, 29, 0.5);
}

.badge-yellow {
  color: #212529;
  background-color: #e3a30b;
}

a.badge-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-yellow.paginate_button:hover, a.badge-yellow:focus {
  color: #212529;
  background-color: #b28009;
}

a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 163, 11, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #729e2e;
}

a.badge-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-green.paginate_button:hover, a.badge-green:focus {
  color: #fff;
  background-color: #567723;
}

a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 158, 46, 0.5);
}

.badge-greener {
  color: #fff;
  background-color: #009639;
}

a.badge-greener:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-greener.paginate_button:hover, a.badge-greener:focus {
  color: #fff;
  background-color: #006326;
}

a.badge-greener:focus, a.badge-greener.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 57, 0.5);
}

.badge-teal {
  color: #fff;
  background-color: #20c997;
}

a.badge-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-teal.paginate_button:hover, a.badge-teal:focus {
  color: #fff;
  background-color: #199d76;
}

a.badge-teal:focus, a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.badge-cyan {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-cyan.paginate_button:hover, a.badge-cyan:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-cyan:focus, a.badge-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-brown {
  color: #fff;
  background-color: #61250c;
}

a.badge-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-brown.paginate_button:hover, a.badge-brown:focus {
  color: #fff;
  background-color: #341406;
}

a.badge-brown:focus, a.badge-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(97, 37, 12, 0.5);
}

.badge-negro {
  color: #212529;
  background-color: #d4cbba;
}

a.badge-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-negro.paginate_button:hover, a.badge-negro:focus {
  color: #212529;
  background-color: #c0b39b;
}

a.badge-negro:focus, a.badge-negro.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 203, 186, 0.5);
}

.badge-dark-blue {
  color: #fff;
  background-color: #35313c;
}

a.badge-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-dark-blue.paginate_button:hover, a.badge-dark-blue:focus {
  color: #fff;
  background-color: #1c1a20;
}

a.badge-dark-blue:focus, a.badge-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 49, 60, 0.5);
}

.badge-dark-green {
  color: #fff;
  background-color: #152D23;
}

a.badge-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-dark-green.paginate_button:hover, a.badge-dark-green:focus {
  color: #fff;
  background-color: #050a08;
}

a.badge-dark-green:focus, a.badge-dark-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 45, 35, 0.5);
}

.badge-darker-blue {
  color: #fff;
  background-color: #107e8e;
}

a.badge-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darker-blue.paginate_button:hover, a.badge-darker-blue:focus {
  color: #fff;
  background-color: #0b5560;
}

a.badge-darker-blue:focus, a.badge-darker-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 126, 142, 0.5);
}

.badge-pinkish {
  color: #212529;
  background-color: #F2ADA7;
}

a.badge-pinkish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-pinkish.paginate_button:hover, a.badge-pinkish:focus {
  color: #212529;
  background-color: #eb847b;
}

a.badge-pinkish:focus, a.badge-pinkish.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 173, 167, 0.5);
}

.badge-cyanish {
  color: #212529;
  background-color: #6BBFB7;
}

a.badge-cyanish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-cyanish.paginate_button:hover, a.badge-cyanish:focus {
  color: #212529;
  background-color: #4baca3;
}

a.badge-cyanish:focus, a.badge-cyanish.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 191, 183, 0.5);
}

.badge-complement-blue {
  color: #fff;
  background-color: #e34500;
}

a.badge-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-blue.paginate_button:hover, a.badge-complement-blue:focus {
  color: #fff;
  background-color: #b03500;
}

a.badge-complement-blue:focus, a.badge-complement-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 69, 0, 0.5);
}

.badge-complement-indigo {
  color: #212529;
  background-color: #9cf210;
}

a.badge-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-indigo.paginate_button:hover, a.badge-complement-indigo:focus {
  color: #212529;
  background-color: #7ec40b;
}

a.badge-complement-indigo:focus, a.badge-complement-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 242, 16, 0.5);
}

.badge-complement-purple {
  color: #212529;
  background-color: #94c142;
}

a.badge-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-purple.paginate_button:hover, a.badge-complement-purple:focus {
  color: #212529;
  background-color: #779d33;
}

a.badge-complement-purple:focus, a.badge-complement-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(148, 193, 66, 0.5);
}

.badge-complement-pink {
  color: #212529;
  background-color: #3ee89a;
}

a.badge-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-pink.paginate_button:hover, a.badge-complement-pink:focus {
  color: #212529;
  background-color: #1ad981;
}

a.badge-complement-pink:focus, a.badge-complement-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 232, 154, 0.5);
}

.badge-complement-red {
  color: #212529;
  background-color: #35dccc;
}

a.badge-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-red.paginate_button:hover, a.badge-complement-red:focus {
  color: #212529;
  background-color: #21bdae;
}

a.badge-complement-red:focus, a.badge-complement-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 220, 204, 0.5);
}

.badge-complement-orange {
  color: #fff;
  background-color: #1db6e9;
}

a.badge-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-orange.paginate_button:hover, a.badge-complement-orange:focus {
  color: #fff;
  background-color: #1395c0;
}

a.badge-complement-orange:focus, a.badge-complement-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 182, 233, 0.5);
}

.badge-complement-yellow {
  color: #fff;
  background-color: #0b4be3;
}

a.badge-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-yellow.paginate_button:hover, a.badge-complement-yellow:focus {
  color: #fff;
  background-color: #093bb2;
}

a.badge-complement-yellow:focus, a.badge-complement-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 75, 227, 0.5);
}

.badge-complement-green {
  color: #fff;
  background-color: #5a2e9e;
}

a.badge-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-green.paginate_button:hover, a.badge-complement-green:focus {
  color: #fff;
  background-color: #442377;
}

a.badge-complement-green:focus, a.badge-complement-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.badge-complement-teal {
  color: #fff;
  background-color: #c92052;
}

a.badge-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-teal.paginate_button:hover, a.badge-complement-teal:focus {
  color: #fff;
  background-color: #9d1940;
}

a.badge-complement-teal:focus, a.badge-complement-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 32, 82, 0.5);
}

.badge-complement-cyan {
  color: #fff;
  background-color: #b82d17;
}

a.badge-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-cyan.paginate_button:hover, a.badge-complement-cyan:focus {
  color: #fff;
  background-color: #8b2211;
}

a.badge-complement-cyan:focus, a.badge-complement-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(184, 45, 23, 0.5);
}

.badge-complement-brown {
  color: #fff;
  background-color: #0c4861;
}

a.badge-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-brown.paginate_button:hover, a.badge-complement-brown:focus {
  color: #fff;
  background-color: #062634;
}

a.badge-complement-brown:focus, a.badge-complement-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 72, 97, 0.5);
}

.badge-complement-negro {
  color: #212529;
  background-color: #bac3d4;
}

a.badge-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-negro.paginate_button:hover, a.badge-complement-negro:focus {
  color: #212529;
  background-color: #9ba8c0;
}

a.badge-complement-negro:focus, a.badge-complement-negro.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 195, 212, 0.5);
}

.badge-complement-dark-blue {
  color: #fff;
  background-color: #383c31;
}

a.badge-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-dark-blue.paginate_button:hover, a.badge-complement-dark-blue:focus {
  color: #fff;
  background-color: #1e201a;
}

a.badge-complement-dark-blue:focus, a.badge-complement-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 60, 49, 0.5);
}

.badge-complement-dark-green {
  color: #fff;
  background-color: #2d151f;
}

a.badge-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-dark-green.paginate_button:hover, a.badge-complement-dark-green:focus {
  color: #fff;
  background-color: #0a0507;
}

a.badge-complement-dark-green:focus, a.badge-complement-dark-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 31, 0.5);
}

.badge-complement-darker-blue {
  color: #fff;
  background-color: #8e2010;
}

a.badge-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-darker-blue.paginate_button:hover, a.badge-complement-darker-blue:focus {
  color: #fff;
  background-color: #60160b;
}

a.badge-complement-darker-blue:focus, a.badge-complement-darker-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 32, 16, 0.5);
}

.badge-complement-dark {
  color: #fff;
  background-color: #21201c;
}

a.badge-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-dark.paginate_button:hover, a.badge-complement-dark:focus {
  color: #fff;
  background-color: #050505;
}

a.badge-complement-dark:focus, a.badge-complement-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 32, 28, 0.5);
}

.badge-complement-light {
  color: #212529;
  background-color: white;
}

a.badge-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-light.paginate_button:hover, a.badge-complement-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-complement-light:focus, a.badge-complement-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-complement-primary {
  color: #fff;
  background-color: #5a2e9e;
}

a.badge-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-primary.paginate_button:hover, a.badge-complement-primary:focus {
  color: #fff;
  background-color: #442377;
}

a.badge-complement-primary:focus, a.badge-complement-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.badge-complement-secondary {
  color: #fff;
  background-color: #5a2e9e;
}

a.badge-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-secondary.paginate_button:hover, a.badge-complement-secondary:focus {
  color: #fff;
  background-color: #442377;
}

a.badge-complement-secondary:focus, a.badge-complement-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.badge-complement-success {
  color: #fff;
  background-color: #5a2e9e;
}

a.badge-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-success.paginate_button:hover, a.badge-complement-success:focus {
  color: #fff;
  background-color: #442377;
}

a.badge-complement-success:focus, a.badge-complement-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 46, 158, 0.5);
}

.badge-complement-warning {
  color: #fff;
  background-color: #0b4be3;
}

a.badge-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-warning.paginate_button:hover, a.badge-complement-warning:focus {
  color: #fff;
  background-color: #093bb2;
}

a.badge-complement-warning:focus, a.badge-complement-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 75, 227, 0.5);
}

.badge-complement-danger {
  color: #212529;
  background-color: #35dccc;
}

a.badge-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-danger.paginate_button:hover, a.badge-complement-danger:focus {
  color: #212529;
  background-color: #21bdae;
}

a.badge-complement-danger:focus, a.badge-complement-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 220, 204, 0.5);
}

.badge-complement-info {
  color: #fff;
  background-color: #8e2010;
}

a.badge-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-complement-info.paginate_button:hover, a.badge-complement-info:focus {
  color: #fff;
  background-color: #60160b;
}

a.badge-complement-info:focus, a.badge-complement-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 32, 16, 0.5);
}

.badge-lighten-blue {
  color: #212529;
  background-color: #8eddff;
}

a.badge-lighten-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-blue.paginate_button:hover, a.badge-lighten-blue:focus {
  color: #212529;
  background-color: #5bcdff;
}

a.badge-lighten-blue:focus, a.badge-lighten-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 221, 255, 0.5);
}

.badge-lighten-indigo {
  color: #212529;
  background-color: #c29ffa;
}

a.badge-lighten-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-indigo.paginate_button:hover, a.badge-lighten-indigo:focus {
  color: #212529;
  background-color: #a36ff7;
}

a.badge-lighten-indigo:focus, a.badge-lighten-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 159, 250, 0.5);
}

.badge-lighten-purple {
  color: #212529;
  background-color: #c5b3e6;
}

a.badge-lighten-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-purple.paginate_button:hover, a.badge-lighten-purple:focus {
  color: #212529;
  background-color: #a88dda;
}

a.badge-lighten-purple:focus, a.badge-lighten-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 179, 230, 0.5);
}

.badge-lighten-pink {
  color: #212529;
  background-color: #f6b2d1;
}

a.badge-lighten-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-pink.paginate_button:hover, a.badge-lighten-pink:focus {
  color: #212529;
  background-color: #f084b6;
}

a.badge-lighten-pink:focus, a.badge-lighten-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 178, 209, 0.5);
}

.badge-lighten-red {
  color: #212529;
  background-color: #f1aeb5;
}

a.badge-lighten-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-red.paginate_button:hover, a.badge-lighten-red:focus {
  color: #212529;
  background-color: #e9838d;
}

a.badge-lighten-red:focus, a.badge-lighten-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 174, 181, 0.5);
}

.badge-lighten-orange {
  color: #212529;
  background-color: #f6b9a5;
}

a.badge-lighten-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-orange.paginate_button:hover, a.badge-lighten-orange:focus {
  color: #212529;
  background-color: #f29576;
}

a.badge-lighten-orange:focus, a.badge-lighten-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 185, 165, 0.5);
}

.badge-lighten-yellow {
  color: #212529;
  background-color: #fadd97;
}

a.badge-lighten-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-yellow.paginate_button:hover, a.badge-lighten-yellow:focus {
  color: #212529;
  background-color: #f8cd67;
}

a.badge-lighten-yellow:focus, a.badge-lighten-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 221, 151, 0.5);
}

.badge-lighten-green {
  color: #212529;
  background-color: #c9e3a0;
}

a.badge-lighten-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-green.paginate_button:hover, a.badge-lighten-green:focus {
  color: #212529;
  background-color: #b3d879;
}

a.badge-lighten-green:focus, a.badge-lighten-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.badge-lighten-teal {
  color: #212529;
  background-color: #9ff0d8;
}

a.badge-lighten-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-teal.paginate_button:hover, a.badge-lighten-teal:focus {
  color: #212529;
  background-color: #73e9c6;
}

a.badge-lighten-teal:focus, a.badge-lighten-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(159, 240, 216, 0.5);
}

.badge-lighten-cyan {
  color: #212529;
  background-color: #93e5f2;
}

a.badge-lighten-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-cyan.paginate_button:hover, a.badge-lighten-cyan:focus {
  color: #212529;
  background-color: #66daec;
}

a.badge-lighten-cyan:focus, a.badge-lighten-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(147, 229, 242, 0.5);
}

.badge-lighten-brown {
  color: #212529;
  background-color: #ed9570;
}

a.badge-lighten-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-brown.paginate_button:hover, a.badge-lighten-brown:focus {
  color: #212529;
  background-color: #e87343;
}

a.badge-lighten-brown:focus, a.badge-lighten-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 149, 112, 0.5);
}

.badge-lighten-negro {
  color: #212529;
  background-color: #eeeae3;
}

a.badge-lighten-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-negro.paginate_button:hover, a.badge-lighten-negro:focus {
  color: #212529;
  background-color: #dad3c4;
}

a.badge-lighten-negro:focus, a.badge-lighten-negro.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 234, 227, 0.5);
}

.badge-lighten-dark-blue {
  color: #212529;
  background-color: #ada7b7;
}

a.badge-lighten-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-dark-blue.paginate_button:hover, a.badge-lighten-dark-blue:focus {
  color: #212529;
  background-color: #928ba0;
}

a.badge-lighten-dark-blue:focus, a.badge-lighten-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 167, 183, 0.5);
}

.badge-lighten-dark-green {
  color: #212529;
  background-color: #86c6ac;
}

a.badge-lighten-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-dark-green.paginate_button:hover, a.badge-lighten-dark-green:focus {
  color: #212529;
  background-color: #63b694;
}

a.badge-lighten-dark-green:focus, a.badge-lighten-dark-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 198, 172, 0.5);
}

.badge-lighten-darker-blue {
  color: #212529;
  background-color: #80e2f1;
}

a.badge-lighten-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-darker-blue.paginate_button:hover, a.badge-lighten-darker-blue:focus {
  color: #212529;
  background-color: #53d8ec;
}

a.badge-lighten-darker-blue:focus, a.badge-lighten-darker-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 226, 241, 0.5);
}

.badge-lighten-dark {
  color: #212529;
  background-color: #9ea1ad;
}

a.badge-lighten-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-dark.paginate_button:hover, a.badge-lighten-dark:focus {
  color: #212529;
  background-color: #828695;
}

a.badge-lighten-dark:focus, a.badge-lighten-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 161, 173, 0.5);
}

.badge-lighten-light {
  color: #212529;
  background-color: white;
}

a.badge-lighten-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-light.paginate_button:hover, a.badge-lighten-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-lighten-light:focus, a.badge-lighten-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-lighten-primary {
  color: #212529;
  background-color: #c9e3a0;
}

a.badge-lighten-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-primary.paginate_button:hover, a.badge-lighten-primary:focus {
  color: #212529;
  background-color: #b3d879;
}

a.badge-lighten-primary:focus, a.badge-lighten-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.badge-lighten-secondary {
  color: #212529;
  background-color: #c9e3a0;
}

a.badge-lighten-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-secondary.paginate_button:hover, a.badge-lighten-secondary:focus {
  color: #212529;
  background-color: #b3d879;
}

a.badge-lighten-secondary:focus, a.badge-lighten-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.badge-lighten-success {
  color: #212529;
  background-color: #c9e3a0;
}

a.badge-lighten-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-success.paginate_button:hover, a.badge-lighten-success:focus {
  color: #212529;
  background-color: #b3d879;
}

a.badge-lighten-success:focus, a.badge-lighten-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 227, 160, 0.5);
}

.badge-lighten-warning {
  color: #212529;
  background-color: #fadd97;
}

a.badge-lighten-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-warning.paginate_button:hover, a.badge-lighten-warning:focus {
  color: #212529;
  background-color: #f8cd67;
}

a.badge-lighten-warning:focus, a.badge-lighten-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 221, 151, 0.5);
}

.badge-lighten-danger {
  color: #212529;
  background-color: #f1aeb5;
}

a.badge-lighten-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-danger.paginate_button:hover, a.badge-lighten-danger:focus {
  color: #212529;
  background-color: #e9838d;
}

a.badge-lighten-danger:focus, a.badge-lighten-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 174, 181, 0.5);
}

.badge-lighten-info {
  color: #212529;
  background-color: #80e2f1;
}

a.badge-lighten-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-info.paginate_button:hover, a.badge-lighten-info:focus {
  color: #212529;
  background-color: #53d8ec;
}

a.badge-lighten-info:focus, a.badge-lighten-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 226, 241, 0.5);
}

.badge-lighten-complement-blue {
  color: #212529;
  background-color: #ffb08e;
}

a.badge-lighten-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-blue.paginate_button:hover, a.badge-lighten-complement-blue:focus {
  color: #212529;
  background-color: #ff8d5b;
}

a.badge-lighten-complement-blue:focus, a.badge-lighten-complement-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 176, 142, 0.5);
}

.badge-lighten-complement-indigo {
  color: #212529;
  background-color: #d7fa9f;
}

a.badge-lighten-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-indigo.paginate_button:hover, a.badge-lighten-complement-indigo:focus {
  color: #212529;
  background-color: #c3f76f;
}

a.badge-lighten-complement-indigo:focus, a.badge-lighten-complement-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 250, 159, 0.5);
}

.badge-lighten-complement-purple {
  color: #212529;
  background-color: #d4e6b3;
}

a.badge-lighten-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-purple.paginate_button:hover, a.badge-lighten-complement-purple:focus {
  color: #212529;
  background-color: #beda8d;
}

a.badge-lighten-complement-purple:focus, a.badge-lighten-complement-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 230, 179, 0.5);
}

.badge-lighten-complement-pink {
  color: #212529;
  background-color: #b2f6d7;
}

a.badge-lighten-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-pink.paginate_button:hover, a.badge-lighten-complement-pink:focus {
  color: #212529;
  background-color: #84f0bf;
}

a.badge-lighten-complement-pink:focus, a.badge-lighten-complement-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(178, 246, 215, 0.5);
}

.badge-lighten-complement-red {
  color: #212529;
  background-color: #aef1eb;
}

a.badge-lighten-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-red.paginate_button:hover, a.badge-lighten-complement-red:focus {
  color: #212529;
  background-color: #83e9e0;
}

a.badge-lighten-complement-red:focus, a.badge-lighten-complement-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 241, 235, 0.5);
}

.badge-lighten-complement-orange {
  color: #212529;
  background-color: #a5e2f6;
}

a.badge-lighten-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-orange.paginate_button:hover, a.badge-lighten-complement-orange:focus {
  color: #212529;
  background-color: #76d3f2;
}

a.badge-lighten-complement-orange:focus, a.badge-lighten-complement-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 226, 246, 0.5);
}

.badge-lighten-complement-yellow {
  color: #212529;
  background-color: #97b4fa;
}

a.badge-lighten-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-yellow.paginate_button:hover, a.badge-lighten-complement-yellow:focus {
  color: #212529;
  background-color: #6792f8;
}

a.badge-lighten-complement-yellow:focus, a.badge-lighten-complement-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(151, 180, 250, 0.5);
}

.badge-lighten-complement-green {
  color: #212529;
  background-color: #bba0e3;
}

a.badge-lighten-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-green.paginate_button:hover, a.badge-lighten-complement-green:focus {
  color: #212529;
  background-color: #9e79d8;
}

a.badge-lighten-complement-green:focus, a.badge-lighten-complement-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.badge-lighten-complement-teal {
  color: #212529;
  background-color: #f09fb7;
}

a.badge-lighten-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-teal.paginate_button:hover, a.badge-lighten-complement-teal:focus {
  color: #212529;
  background-color: #e97396;
}

a.badge-lighten-complement-teal:focus, a.badge-lighten-complement-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 159, 183, 0.5);
}

.badge-lighten-complement-cyan {
  color: #212529;
  background-color: #f2a093;
}

a.badge-lighten-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-cyan.paginate_button:hover, a.badge-lighten-complement-cyan:focus {
  color: #212529;
  background-color: #ec7866;
}

a.badge-lighten-complement-cyan:focus, a.badge-lighten-complement-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 160, 147, 0.5);
}

.badge-lighten-complement-brown {
  color: #212529;
  background-color: #70c9ed;
}

a.badge-lighten-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-brown.paginate_button:hover, a.badge-lighten-complement-brown:focus {
  color: #212529;
  background-color: #43b7e8;
}

a.badge-lighten-complement-brown:focus, a.badge-lighten-complement-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 201, 237, 0.5);
}

.badge-lighten-complement-negro {
  color: #212529;
  background-color: #e3e7ee;
}

a.badge-lighten-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-negro.paginate_button:hover, a.badge-lighten-complement-negro:focus {
  color: #212529;
  background-color: #c4ccda;
}

a.badge-lighten-complement-negro:focus, a.badge-lighten-complement-negro.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 231, 238, 0.5);
}

.badge-lighten-complement-dark-blue {
  color: #212529;
  background-color: #b1b7a7;
}

a.badge-lighten-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-dark-blue.paginate_button:hover, a.badge-lighten-complement-dark-blue:focus {
  color: #212529;
  background-color: #98a08b;
}

a.badge-lighten-complement-dark-blue:focus, a.badge-lighten-complement-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(177, 183, 167, 0.5);
}

.badge-lighten-complement-dark-green {
  color: #212529;
  background-color: #c686a1;
}

a.badge-lighten-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-dark-green.paginate_button:hover, a.badge-lighten-complement-dark-green:focus {
  color: #212529;
  background-color: #b66386;
}

a.badge-lighten-complement-dark-green:focus, a.badge-lighten-complement-dark-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(198, 134, 161, 0.5);
}

.badge-lighten-complement-darker-blue {
  color: #212529;
  background-color: #f18f80;
}

a.badge-lighten-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-darker-blue.paginate_button:hover, a.badge-lighten-complement-darker-blue:focus {
  color: #212529;
  background-color: #ec6653;
}

a.badge-lighten-complement-darker-blue:focus, a.badge-lighten-complement-darker-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 143, 128, 0.5);
}

.badge-lighten-complement-dark {
  color: #212529;
  background-color: #adaa9e;
}

a.badge-lighten-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-dark.paginate_button:hover, a.badge-lighten-complement-dark:focus {
  color: #212529;
  background-color: #959182;
}

a.badge-lighten-complement-dark:focus, a.badge-lighten-complement-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 170, 158, 0.5);
}

.badge-lighten-complement-light {
  color: #212529;
  background-color: white;
}

a.badge-lighten-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-light.paginate_button:hover, a.badge-lighten-complement-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-lighten-complement-light:focus, a.badge-lighten-complement-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-lighten-complement-primary {
  color: #212529;
  background-color: #bba0e3;
}

a.badge-lighten-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-primary.paginate_button:hover, a.badge-lighten-complement-primary:focus {
  color: #212529;
  background-color: #9e79d8;
}

a.badge-lighten-complement-primary:focus, a.badge-lighten-complement-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.badge-lighten-complement-secondary {
  color: #212529;
  background-color: #bba0e3;
}

a.badge-lighten-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-secondary.paginate_button:hover, a.badge-lighten-complement-secondary:focus {
  color: #212529;
  background-color: #9e79d8;
}

a.badge-lighten-complement-secondary:focus, a.badge-lighten-complement-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.badge-lighten-complement-success {
  color: #212529;
  background-color: #bba0e3;
}

a.badge-lighten-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-success.paginate_button:hover, a.badge-lighten-complement-success:focus {
  color: #212529;
  background-color: #9e79d8;
}

a.badge-lighten-complement-success:focus, a.badge-lighten-complement-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 160, 227, 0.5);
}

.badge-lighten-complement-warning {
  color: #212529;
  background-color: #97b4fa;
}

a.badge-lighten-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-warning.paginate_button:hover, a.badge-lighten-complement-warning:focus {
  color: #212529;
  background-color: #6792f8;
}

a.badge-lighten-complement-warning:focus, a.badge-lighten-complement-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(151, 180, 250, 0.5);
}

.badge-lighten-complement-danger {
  color: #212529;
  background-color: #aef1eb;
}

a.badge-lighten-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-danger.paginate_button:hover, a.badge-lighten-complement-danger:focus {
  color: #212529;
  background-color: #83e9e0;
}

a.badge-lighten-complement-danger:focus, a.badge-lighten-complement-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 241, 235, 0.5);
}

.badge-lighten-complement-info {
  color: #212529;
  background-color: #f18f80;
}

a.badge-lighten-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-lighten-complement-info.paginate_button:hover, a.badge-lighten-complement-info:focus {
  color: #212529;
  background-color: #ec6653;
}

a.badge-lighten-complement-info:focus, a.badge-lighten-complement-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 143, 128, 0.5);
}

.badge-darken-blue {
  color: #fff;
  background-color: #1b333e;
}

a.badge-darken-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-blue.paginate_button:hover, a.badge-darken-blue:focus {
  color: #fff;
  background-color: #0b161a;
}

a.badge-darken-blue:focus, a.badge-darken-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 51, 62, 0.5);
}

.badge-darken-indigo {
  color: #fff;
  background-color: #2e2144;
}

a.badge-darken-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-indigo.paginate_button:hover, a.badge-darken-indigo:focus {
  color: #fff;
  background-color: #171021;
}

a.badge-darken-indigo:focus, a.badge-darken-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 33, 68, 0.5);
}

.badge-darken-purple {
  color: #fff;
  background-color: #30293c;
}

a.badge-darken-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-purple.paginate_button:hover, a.badge-darken-purple:focus {
  color: #fff;
  background-color: #18141e;
}

a.badge-darken-purple:focus, a.badge-darken-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 41, 60, 0.5);
}

.badge-darken-pink {
  color: #fff;
  background-color: #4b2838;
}

a.badge-darken-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-pink.paginate_button:hover, a.badge-darken-pink:focus {
  color: #fff;
  background-color: #2a161f;
}

a.badge-darken-pink:focus, a.badge-darken-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(75, 40, 56, 0.5);
}

.badge-darken-red {
  color: #fff;
  background-color: #442729;
}

a.badge-darken-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-red.paginate_button:hover, a.badge-darken-red:focus {
  color: #fff;
  background-color: #231416;
}

a.badge-darken-red:focus, a.badge-darken-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 39, 41, 0.5);
}

.badge-darken-orange {
  color: #fff;
  background-color: #432b23;
}

a.badge-darken-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-orange.paginate_button:hover, a.badge-darken-orange:focus {
  color: #fff;
  background-color: #221511;
}

a.badge-darken-orange:focus, a.badge-darken-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 43, 35, 0.5);
}

.badge-darken-yellow {
  color: #fff;
  background-color: #3f351e;
}

a.badge-darken-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-yellow.paginate_button:hover, a.badge-darken-yellow:focus {
  color: #fff;
  background-color: #1c180e;
}

a.badge-darken-yellow:focus, a.badge-darken-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 53, 30, 0.5);
}

.badge-darken-green {
  color: #fff;
  background-color: #2a301f;
}

a.badge-darken-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-green.paginate_button:hover, a.badge-darken-green:focus {
  color: #fff;
  background-color: #0f110b;
}

a.badge-darken-green:focus, a.badge-darken-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.badge-darken-teal {
  color: #fff;
  background-color: #213a33;
}

a.badge-darken-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-teal.paginate_button:hover, a.badge-darken-teal:focus {
  color: #fff;
  background-color: #0e1a16;
}

a.badge-darken-teal:focus, a.badge-darken-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 58, 51, 0.5);
}

.badge-darken-cyan {
  color: #fff;
  background-color: #1c3135;
}

a.badge-darken-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-cyan.paginate_button:hover, a.badge-darken-cyan:focus {
  color: #fff;
  background-color: #0a1213;
}

a.badge-darken-cyan:focus, a.badge-darken-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 49, 53, 0.5);
}

.badge-darken-brown {
  color: #fff;
  background-color: #1c130f;
}

a.badge-darken-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-brown.paginate_button:hover, a.badge-darken-brown:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-brown:focus, a.badge-darken-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 19, 15, 0.5);
}

.badge-darken-negro {
  color: #fff;
  background-color: #555047;
}

a.badge-darken-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-negro.paginate_button:hover, a.badge-darken-negro:focus {
  color: #fff;
  background-color: #39362f;
}

a.badge-darken-negro:focus, a.badge-darken-negro.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 80, 71, 0.5);
}

.badge-darken-dark-blue {
  color: #fff;
  background-color: #151416;
}

a.badge-darken-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-dark-blue.paginate_button:hover, a.badge-darken-dark-blue:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-dark-blue:focus, a.badge-darken-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 20, 22, 0.5);
}

.badge-darken-dark-green {
  color: #fff;
  background-color: #0b0f0d;
}

a.badge-darken-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-dark-green.paginate_button:hover, a.badge-darken-dark-green:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-dark-green:focus, a.badge-darken-dark-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 15, 13, 0.5);
}

.badge-darken-darker-blue {
  color: #fff;
  background-color: #152628;
}

a.badge-darken-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-darker-blue.paginate_button:hover, a.badge-darken-darker-blue:focus {
  color: #fff;
  background-color: #040707;
}

a.badge-darken-darker-blue:focus, a.badge-darken-darker-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 38, 40, 0.5);
}

.badge-darken-dark {
  color: #fff;
  background-color: #0c0c0c;
}

a.badge-darken-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-dark.paginate_button:hover, a.badge-darken-dark:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-dark:focus, a.badge-darken-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
}

.badge-darken-light {
  color: #fff;
  background-color: #636363;
}

a.badge-darken-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-light.paginate_button:hover, a.badge-darken-light:focus {
  color: #fff;
  background-color: #4a4a4a;
}

a.badge-darken-light:focus, a.badge-darken-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.badge-darken-primary {
  color: #fff;
  background-color: #2a301f;
}

a.badge-darken-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-primary.paginate_button:hover, a.badge-darken-primary:focus {
  color: #fff;
  background-color: #0f110b;
}

a.badge-darken-primary:focus, a.badge-darken-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.badge-darken-secondary {
  color: #fff;
  background-color: #2a301f;
}

a.badge-darken-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-secondary.paginate_button:hover, a.badge-darken-secondary:focus {
  color: #fff;
  background-color: #0f110b;
}

a.badge-darken-secondary:focus, a.badge-darken-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.badge-darken-success {
  color: #fff;
  background-color: #2a301f;
}

a.badge-darken-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-success.paginate_button:hover, a.badge-darken-success:focus {
  color: #fff;
  background-color: #0f110b;
}

a.badge-darken-success:focus, a.badge-darken-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 48, 31, 0.5);
}

.badge-darken-warning {
  color: #fff;
  background-color: #3f351e;
}

a.badge-darken-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-warning.paginate_button:hover, a.badge-darken-warning:focus {
  color: #fff;
  background-color: #1c180e;
}

a.badge-darken-warning:focus, a.badge-darken-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 53, 30, 0.5);
}

.badge-darken-danger {
  color: #fff;
  background-color: #442729;
}

a.badge-darken-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-danger.paginate_button:hover, a.badge-darken-danger:focus {
  color: #fff;
  background-color: #231416;
}

a.badge-darken-danger:focus, a.badge-darken-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 39, 41, 0.5);
}

.badge-darken-info {
  color: #fff;
  background-color: #152628;
}

a.badge-darken-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-info.paginate_button:hover, a.badge-darken-info:focus {
  color: #fff;
  background-color: #040707;
}

a.badge-darken-info:focus, a.badge-darken-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 38, 40, 0.5);
}

.badge-darken-complement-blue {
  color: #fff;
  background-color: #3e251b;
}

a.badge-darken-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-blue.paginate_button:hover, a.badge-darken-complement-blue:focus {
  color: #fff;
  background-color: #1a100b;
}

a.badge-darken-complement-blue:focus, a.badge-darken-complement-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 37, 27, 0.5);
}

.badge-darken-complement-indigo {
  color: #fff;
  background-color: #374421;
}

a.badge-darken-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-indigo.paginate_button:hover, a.badge-darken-complement-indigo:focus {
  color: #fff;
  background-color: #1b2110;
}

a.badge-darken-complement-indigo:focus, a.badge-darken-complement-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 68, 33, 0.5);
}

.badge-darken-complement-purple {
  color: #fff;
  background-color: #353c29;
}

a.badge-darken-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-purple.paginate_button:hover, a.badge-darken-complement-purple:focus {
  color: #fff;
  background-color: #1a1e14;
}

a.badge-darken-complement-purple:focus, a.badge-darken-complement-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 60, 41, 0.5);
}

.badge-darken-complement-pink {
  color: #fff;
  background-color: #284b3b;
}

a.badge-darken-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-pink.paginate_button:hover, a.badge-darken-complement-pink:focus {
  color: #fff;
  background-color: #162a21;
}

a.badge-darken-complement-pink:focus, a.badge-darken-complement-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 75, 59, 0.5);
}

.badge-darken-complement-red {
  color: #fff;
  background-color: #274441;
}

a.badge-darken-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-red.paginate_button:hover, a.badge-darken-complement-red:focus {
  color: #fff;
  background-color: #142322;
}

a.badge-darken-complement-red:focus, a.badge-darken-complement-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 68, 65, 0.5);
}

.badge-darken-complement-orange {
  color: #fff;
  background-color: #233b43;
}

a.badge-darken-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-orange.paginate_button:hover, a.badge-darken-complement-orange:focus {
  color: #fff;
  background-color: #111e22;
}

a.badge-darken-complement-orange:focus, a.badge-darken-complement-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 59, 67, 0.5);
}

.badge-darken-complement-yellow {
  color: #fff;
  background-color: #1e283f;
}

a.badge-darken-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-yellow.paginate_button:hover, a.badge-darken-complement-yellow:focus {
  color: #fff;
  background-color: #0e121c;
}

a.badge-darken-complement-yellow:focus, a.badge-darken-complement-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 40, 63, 0.5);
}

.badge-darken-complement-green {
  color: #fff;
  background-color: #261f30;
}

a.badge-darken-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-green.paginate_button:hover, a.badge-darken-complement-green:focus {
  color: #fff;
  background-color: #0e0b11;
}

a.badge-darken-complement-green:focus, a.badge-darken-complement-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.badge-darken-complement-teal {
  color: #fff;
  background-color: #3a2128;
}

a.badge-darken-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-teal.paginate_button:hover, a.badge-darken-complement-teal:focus {
  color: #fff;
  background-color: #1a0e12;
}

a.badge-darken-complement-teal:focus, a.badge-darken-complement-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 33, 40, 0.5);
}

.badge-darken-complement-cyan {
  color: #fff;
  background-color: #351f1c;
}

a.badge-darken-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-cyan.paginate_button:hover, a.badge-darken-complement-cyan:focus {
  color: #fff;
  background-color: #130c0a;
}

a.badge-darken-complement-cyan:focus, a.badge-darken-complement-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 31, 28, 0.5);
}

.badge-darken-complement-brown {
  color: #fff;
  background-color: #0f181c;
}

a.badge-darken-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-brown.paginate_button:hover, a.badge-darken-complement-brown:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-complement-brown:focus, a.badge-darken-complement-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 24, 28, 0.5);
}

.badge-darken-complement-negro {
  color: #fff;
  background-color: #474b55;
}

a.badge-darken-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-negro.paginate_button:hover, a.badge-darken-complement-negro:focus {
  color: #fff;
  background-color: #2f3339;
}

a.badge-darken-complement-negro:focus, a.badge-darken-complement-negro.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(71, 75, 85, 0.5);
}

.badge-darken-complement-dark-blue {
  color: #fff;
  background-color: #151614;
}

a.badge-darken-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-dark-blue.paginate_button:hover, a.badge-darken-complement-dark-blue:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-complement-dark-blue:focus, a.badge-darken-complement-dark-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 22, 20, 0.5);
}

.badge-darken-complement-dark-green {
  color: #fff;
  background-color: #0f0b0d;
}

a.badge-darken-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-dark-green.paginate_button:hover, a.badge-darken-complement-dark-green:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-complement-dark-green:focus, a.badge-darken-complement-dark-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 11, 13, 0.5);
}

.badge-darken-complement-darker-blue {
  color: #fff;
  background-color: #281815;
}

a.badge-darken-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-darker-blue.paginate_button:hover, a.badge-darken-complement-darker-blue:focus {
  color: #fff;
  background-color: #070404;
}

a.badge-darken-complement-darker-blue:focus, a.badge-darken-complement-darker-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 24, 21, 0.5);
}

.badge-darken-complement-dark {
  color: #fff;
  background-color: #0c0c0c;
}

a.badge-darken-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-dark.paginate_button:hover, a.badge-darken-complement-dark:focus {
  color: #fff;
  background-color: black;
}

a.badge-darken-complement-dark:focus, a.badge-darken-complement-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
}

.badge-darken-complement-light {
  color: #fff;
  background-color: #636363;
}

a.badge-darken-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-light.paginate_button:hover, a.badge-darken-complement-light:focus {
  color: #fff;
  background-color: #4a4a4a;
}

a.badge-darken-complement-light:focus, a.badge-darken-complement-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.badge-darken-complement-primary {
  color: #fff;
  background-color: #261f30;
}

a.badge-darken-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-primary.paginate_button:hover, a.badge-darken-complement-primary:focus {
  color: #fff;
  background-color: #0e0b11;
}

a.badge-darken-complement-primary:focus, a.badge-darken-complement-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.badge-darken-complement-secondary {
  color: #fff;
  background-color: #261f30;
}

a.badge-darken-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-secondary.paginate_button:hover, a.badge-darken-complement-secondary:focus {
  color: #fff;
  background-color: #0e0b11;
}

a.badge-darken-complement-secondary:focus, a.badge-darken-complement-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.badge-darken-complement-success {
  color: #fff;
  background-color: #261f30;
}

a.badge-darken-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-success.paginate_button:hover, a.badge-darken-complement-success:focus {
  color: #fff;
  background-color: #0e0b11;
}

a.badge-darken-complement-success:focus, a.badge-darken-complement-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 31, 48, 0.5);
}

.badge-darken-complement-warning {
  color: #fff;
  background-color: #1e283f;
}

a.badge-darken-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-warning.paginate_button:hover, a.badge-darken-complement-warning:focus {
  color: #fff;
  background-color: #0e121c;
}

a.badge-darken-complement-warning:focus, a.badge-darken-complement-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 40, 63, 0.5);
}

.badge-darken-complement-danger {
  color: #fff;
  background-color: #274441;
}

a.badge-darken-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-danger.paginate_button:hover, a.badge-darken-complement-danger:focus {
  color: #fff;
  background-color: #142322;
}

a.badge-darken-complement-danger:focus, a.badge-darken-complement-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 68, 65, 0.5);
}

.badge-darken-complement-info {
  color: #fff;
  background-color: #281815;
}

a.badge-darken-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .badge-darken-complement-info.paginate_button:hover, a.badge-darken-complement-info:focus {
  color: #fff;
  background-color: #070404;
}

a.badge-darken-complement-info:focus, a.badge-darken-complement-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 24, 21, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #3b5218;
  background-color: #e3ecd5;
  border-color: #d8e4c4;
}

.alert-primary hr {
  border-top-color: #ccdcb3;
}

.alert-primary .alert-link {
  color: #1f2b0c;
}

.alert-secondary {
  color: #3b5218;
  background-color: #e3ecd5;
  border-color: #d8e4c4;
}

.alert-secondary hr {
  border-top-color: #ccdcb3;
}

.alert-secondary .alert-link {
  color: #1f2b0c;
}

.alert-success {
  color: #3b5218;
  background-color: #e3ecd5;
  border-color: #d8e4c4;
}

.alert-success hr {
  border-top-color: #ccdcb3;
}

.alert-success .alert-link {
  color: #1f2b0c;
}

.alert-info {
  color: #08424a;
  background-color: #cfe5e8;
  border-color: #bcdbdf;
}

.alert-info hr {
  border-top-color: #abd2d7;
}

.alert-info .alert-link {
  color: #03191c;
}

.alert-warning {
  color: #765506;
  background-color: #f9edce;
  border-color: #f7e5bb;
}

.alert-warning hr {
  border-top-color: #f4dca4;
}

.alert-warning .alert-link {
  color: #453204;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-light hr {
  border-top-color: #f2f2f2;
}

.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: #0f0f11;
  background-color: #d2d2d3;
  border-color: #bfc0c1;
}

.alert-dark hr {
  border-top-color: #b2b3b4;
}

.alert-dark .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-gray-100 {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-gray-100 hr {
  border-top-color: #ececf6;
}

.alert-gray-100 .alert-link {
  color: #686868;
}

.alert-gray-200 {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}

.alert-gray-200 hr {
  border-top-color: #eaedf1;
}

.alert-gray-200 .alert-link {
  color: #606162;
}

.alert-gray-300 {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}

.alert-gray-300 hr {
  border-top-color: #e8eaed;
}

.alert-gray-300 .alert-link {
  color: #5a5c5e;
}

.alert-gray-400 {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}

.alert-gray-400 hr {
  border-top-color: #e2e6ea;
}

.alert-gray-400 .alert-link {
  color: #525557;
}

.alert-gray-500 {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}

.alert-gray-500 hr {
  border-top-color: #dadde2;
}

.alert-gray-500 .alert-link {
  color: #424547;
}

.alert-gray-600 {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-gray-600 hr {
  border-top-color: #c8cbcf;
}

.alert-gray-600 .alert-link {
  color: #202326;
}

.alert-gray-700 {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}

.alert-gray-700 hr {
  border-top-color: #bfc1c4;
}

.alert-gray-700 .alert-link {
  color: #0f1011;
}

.alert-gray-800 {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-gray-800 hr {
  border-top-color: #b9bbbe;
}

.alert-gray-800 .alert-link {
  color: #040505;
}

.alert-gray-900 {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}

.alert-gray-900 hr {
  border-top-color: #b4b5b6;
}

.alert-gray-900 .alert-link {
  color: black;
}

.alert-gray-950 {
  color: #08090a;
  background-color: #cfd0d0;
  border-color: #bcbdbd;
}

.alert-gray-950 hr {
  border-top-color: #afb0b0;
}

.alert-gray-950 .alert-link {
  color: black;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-black hr {
  border-top-color: #ababab;
}

.alert-black .alert-link {
  color: black;
}

.alert-blue {
  color: #005276;
  background-color: #ccecf9;
  border-color: #b8e4f7;
}

.alert-blue hr {
  border-top-color: #a1dbf4;
}

.alert-blue .alert-link {
  color: #002f43;
}

.alert-indigo {
  color: #35087e;
  background-color: #e0cffc;
  border-color: #d4bcfb;
}

.alert-indigo hr {
  border-top-color: #c5a4fa;
}

.alert-indigo .alert-link {
  color: #21054e;
}

.alert-purple {
  color: #3a2264;
  background-color: #e2d9f3;
  border-color: #d7caee;
}

.alert-purple hr {
  border-top-color: #c8b7e8;
}

.alert-purple .alert-link {
  color: #24153e;
}

.alert-pink {
  color: #792049;
  background-color: #fad8e8;
  border-color: #f9c9df;
}

.alert-pink hr {
  border-top-color: #f6b2d1;
}

.alert-pink .alert-link {
  color: #511531;
}

.alert-red {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-red hr {
  border-top-color: #f1b0b7;
}

.alert-red .alert-link {
  color: #491217;
}

.alert-dark-red {
  color: #500000;
  background-color: #ebcccc;
  border-color: #e2b8b8;
}

.alert-dark-red hr {
  border-top-color: #dba6a6;
}

.alert-dark-red .alert-link {
  color: #1d0000;
}

.alert-reder {
  color: #7f0000;
  background-color: #fdcccc;
  border-color: #fcb8b8;
}

.alert-reder hr {
  border-top-color: #fba0a0;
}

.alert-reder .alert-link {
  color: #4c0000;
}

.alert-orange {
  color: #792a0f;
  background-color: #fbdcd2;
  border-color: #f9cec0;
}

.alert-orange hr {
  border-top-color: #f7bca9;
}

.alert-orange .alert-link {
  color: #4c1a09;
}

.alert-yellow {
  color: #765506;
  background-color: #f9edce;
  border-color: #f7e5bb;
}

.alert-yellow hr {
  border-top-color: #f4dca4;
}

.alert-yellow .alert-link {
  color: #453204;
}

.alert-green {
  color: #3b5218;
  background-color: #e3ecd5;
  border-color: #d8e4c4;
}

.alert-green hr {
  border-top-color: #ccdcb3;
}

.alert-green .alert-link {
  color: #1f2b0c;
}

.alert-greener {
  color: #004e1e;
  background-color: #ccead7;
  border-color: #b8e2c8;
}

.alert-greener hr {
  border-top-color: #a6dbba;
}

.alert-greener .alert-link {
  color: #001b0a;
}

.alert-teal {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}

.alert-teal hr {
  border-top-color: #acebd8;
}

.alert-teal .alert-link {
  color: #0a3d2e;
}

.alert-cyan {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-cyan hr {
  border-top-color: #abdde5;
}

.alert-cyan .alert-link {
  color: #062c33;
}

.alert-brown {
  color: #321306;
  background-color: #dfd3ce;
  border-color: #d3c2bb;
}

.alert-brown hr {
  border-top-color: #c9b4ac;
}

.alert-brown .alert-link {
  color: #040201;
}

.alert-negro {
  color: #6e6a61;
  background-color: #f6f5f1;
  border-color: #f3f0ec;
}

.alert-negro hr {
  border-top-color: #e9e4dc;
}

.alert-negro .alert-link {
  color: #535049;
}

.alert-dark-blue {
  color: #1c191f;
  background-color: #d7d6d8;
  border-color: #c6c5c8;
}

.alert-dark-blue hr {
  border-top-color: #b9b8bc;
}

.alert-dark-blue .alert-link {
  color: #030203;
}

.alert-dark-green {
  color: #0b1712;
  background-color: #d0d5d3;
  border-color: #bdc4c1;
}

.alert-dark-green hr {
  border-top-color: #b0b8b4;
}

.alert-dark-green .alert-link {
  color: black;
}

.alert-darker-blue {
  color: #08424a;
  background-color: #cfe5e8;
  border-color: #bcdbdf;
}

.alert-darker-blue hr {
  border-top-color: #abd2d7;
}

.alert-darker-blue .alert-link {
  color: #03191c;
}

.alert-pinkish {
  color: #7e5a57;
  background-color: #fcefed;
  border-color: #fbe8e6;
}

.alert-pinkish hr {
  border-top-color: #f7d4d0;
}

.alert-pinkish .alert-link {
  color: #604442;
}

.alert-cyanish {
  color: #38635f;
  background-color: #e1f2f1;
  border-color: #d6edeb;
}

.alert-cyanish hr {
  border-top-color: #c4e5e2;
}

.alert-cyanish .alert-link {
  color: #264240;
}

.alert-complement-blue {
  color: #762400;
  background-color: #f9dacc;
  border-color: #f7cbb8;
}

.alert-complement-blue hr {
  border-top-color: #f4baa1;
}

.alert-complement-blue .alert-link {
  color: #431400;
}

.alert-complement-indigo {
  color: #517e08;
  background-color: #ebfccf;
  border-color: #e3fbbc;
}

.alert-complement-indigo hr {
  border-top-color: #d9faa4;
}

.alert-complement-indigo .alert-link {
  color: #324e05;
}

.alert-complement-purple {
  color: #4d6422;
  background-color: #eaf3d9;
  border-color: #e1eeca;
}

.alert-complement-purple hr {
  border-top-color: #d6e8b7;
}

.alert-complement-purple .alert-link {
  color: #303e15;
}

.alert-complement-pink {
  color: #207950;
  background-color: #d8faeb;
  border-color: #c9f9e3;
}

.alert-complement-pink hr {
  border-top-color: #b2f6d7;
}

.alert-complement-pink .alert-link {
  color: #155135;
}

.alert-complement-red {
  color: #1c726a;
  background-color: #d7f8f5;
  border-color: #c6f5f1;
}

.alert-complement-red hr {
  border-top-color: #b0f1ec;
}

.alert-complement-red .alert-link {
  color: #124944;
}

.alert-complement-orange {
  color: #0f5f79;
  background-color: #d2f0fb;
  border-color: #c0ebf9;
}

.alert-complement-orange hr {
  border-top-color: #a9e4f7;
}

.alert-complement-orange .alert-link {
  color: #093b4c;
}

.alert-complement-yellow {
  color: #062776;
  background-color: #cedbf9;
  border-color: #bbcdf7;
}

.alert-complement-yellow hr {
  border-top-color: #a4bcf4;
}

.alert-complement-yellow .alert-link {
  color: #041745;
}

.alert-complement-green {
  color: #2f1852;
  background-color: #ded5ec;
  border-color: #d1c4e4;
}

.alert-complement-green hr {
  border-top-color: #c3b3dc;
}

.alert-complement-green .alert-link {
  color: #180c2b;
}

.alert-complement-teal {
  color: #69112b;
  background-color: #f4d2dc;
  border-color: #f0c1cf;
}

.alert-complement-teal hr {
  border-top-color: #ebacbf;
}

.alert-complement-teal .alert-link {
  color: #3d0a19;
}

.alert-complement-cyan {
  color: #60170c;
  background-color: #f1d5d1;
  border-color: #ebc4be;
}

.alert-complement-cyan hr {
  border-top-color: #e5b2ab;
}

.alert-complement-cyan .alert-link {
  color: #330c06;
}

.alert-complement-brown {
  color: #062532;
  background-color: #cedadf;
  border-color: #bbccd3;
}

.alert-complement-brown hr {
  border-top-color: #acc0c9;
}

.alert-complement-brown .alert-link {
  color: #010304;
}

.alert-complement-negro {
  color: #61656e;
  background-color: #f1f3f6;
  border-color: #eceef3;
}

.alert-complement-negro hr {
  border-top-color: #dce0e9;
}

.alert-complement-negro .alert-link {
  color: #494c53;
}

.alert-complement-dark-blue {
  color: #1d1f19;
  background-color: #d7d8d6;
  border-color: #c7c8c5;
}

.alert-complement-dark-blue hr {
  border-top-color: #babcb8;
}

.alert-complement-dark-blue .alert-link {
  color: #030302;
}

.alert-complement-dark-green {
  color: #170b10;
  background-color: #d5d0d2;
  border-color: #c4bdc0;
}

.alert-complement-dark-green hr {
  border-top-color: #b8b0b3;
}

.alert-complement-dark-green .alert-link {
  color: black;
}

.alert-complement-darker-blue {
  color: #4a1108;
  background-color: #e8d2cf;
  border-color: #dfc1bc;
}

.alert-complement-darker-blue hr {
  border-top-color: #d7b1ab;
}

.alert-complement-darker-blue .alert-link {
  color: #1c0603;
}

.alert-complement-dark {
  color: #11110f;
  background-color: #d3d2d2;
  border-color: #c1c1bf;
}

.alert-complement-dark hr {
  border-top-color: #b4b4b2;
}

.alert-complement-dark .alert-link {
  color: black;
}

.alert-complement-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-complement-light hr {
  border-top-color: #f2f2f2;
}

.alert-complement-light .alert-link {
  color: #6c6c6c;
}

.alert-complement-primary {
  color: #2f1852;
  background-color: #ded5ec;
  border-color: #d1c4e4;
}

.alert-complement-primary hr {
  border-top-color: #c3b3dc;
}

.alert-complement-primary .alert-link {
  color: #180c2b;
}

.alert-complement-secondary {
  color: #2f1852;
  background-color: #ded5ec;
  border-color: #d1c4e4;
}

.alert-complement-secondary hr {
  border-top-color: #c3b3dc;
}

.alert-complement-secondary .alert-link {
  color: #180c2b;
}

.alert-complement-success {
  color: #2f1852;
  background-color: #ded5ec;
  border-color: #d1c4e4;
}

.alert-complement-success hr {
  border-top-color: #c3b3dc;
}

.alert-complement-success .alert-link {
  color: #180c2b;
}

.alert-complement-warning {
  color: #062776;
  background-color: #cedbf9;
  border-color: #bbcdf7;
}

.alert-complement-warning hr {
  border-top-color: #a4bcf4;
}

.alert-complement-warning .alert-link {
  color: #041745;
}

.alert-complement-danger {
  color: #1c726a;
  background-color: #d7f8f5;
  border-color: #c6f5f1;
}

.alert-complement-danger hr {
  border-top-color: #b0f1ec;
}

.alert-complement-danger .alert-link {
  color: #124944;
}

.alert-complement-info {
  color: #4a1108;
  background-color: #e8d2cf;
  border-color: #dfc1bc;
}

.alert-complement-info hr {
  border-top-color: #d7b1ab;
}

.alert-complement-info .alert-link {
  color: #1c0603;
}

.alert-lighten-blue {
  color: #4a7385;
  background-color: #e8f8ff;
  border-color: #dff5ff;
}

.alert-lighten-blue hr {
  border-top-color: #c6edff;
}

.alert-lighten-blue .alert-link {
  color: #385764;
}

.alert-lighten-indigo {
  color: #655382;
  background-color: #f3ecfe;
  border-color: #eee4fe;
}

.alert-lighten-indigo hr {
  border-top-color: #dfcbfd;
}

.alert-lighten-indigo .alert-link {
  color: #4d3f63;
}

.alert-lighten-purple {
  color: #675d78;
  background-color: #f3f0fa;
  border-color: #efeaf8;
}

.alert-lighten-purple hr {
  border-top-color: #e0d7f2;
}

.alert-lighten-purple .alert-link {
  color: #4e475b;
}

.alert-lighten-pink {
  color: #805c6d;
  background-color: #fdf0f6;
  border-color: #fce9f2;
}

.alert-lighten-pink hr {
  border-top-color: #f9d3e5;
}

.alert-lighten-pink .alert-link {
  color: #624754;
}

.alert-lighten-red {
  color: #7d5b5e;
  background-color: #fceff0;
  border-color: #fbe8ea;
}

.alert-lighten-red hr {
  border-top-color: #f7d2d6;
}

.alert-lighten-red .alert-link {
  color: #5f4648;
}

.alert-lighten-orange {
  color: #806056;
  background-color: #fdf1ed;
  border-color: #fdebe6;
}

.alert-lighten-orange hr {
  border-top-color: #fbd8ce;
}

.alert-lighten-orange .alert-link {
  color: #614942;
}

.alert-lighten-yellow {
  color: #82734f;
  background-color: #fef8ea;
  border-color: #fef5e2;
}

.alert-lighten-yellow hr {
  border-top-color: #fdedc9;
}

.alert-lighten-yellow .alert-link {
  color: #62573c;
}

.alert-lighten-green {
  color: #697653;
  background-color: #f4f9ec;
  border-color: #f0f7e4;
}

.alert-lighten-green hr {
  border-top-color: #e5f1d0;
}

.alert-lighten-green .alert-link {
  color: #4e583e;
}

.alert-lighten-teal {
  color: #537d70;
  background-color: #ecfcf7;
  border-color: #e4fbf4;
}

.alert-lighten-teal hr {
  border-top-color: #cef8eb;
}

.alert-lighten-teal .alert-link {
  color: #3f5e55;
}

.alert-lighten-cyan {
  color: #4d777e;
  background-color: #e9fafc;
  border-color: #e1f8fb;
}

.alert-lighten-cyan hr {
  border-top-color: #cbf3f8;
}

.alert-lighten-cyan .alert-link {
  color: #3a595e;
}

.alert-lighten-brown {
  color: #7b4e3a;
  background-color: #fbeae2;
  border-color: #fae1d7;
}

.alert-lighten-brown hr {
  border-top-color: #f7d0c0;
}

.alert-lighten-brown .alert-link {
  color: #58382a;
}

.alert-lighten-negro {
  color: #7c7a76;
  background-color: #fcfbf9;
  border-color: #faf9f7;
}

.alert-lighten-negro hr {
  border-top-color: #f0ede7;
}

.alert-lighten-negro .alert-link {
  color: #62605d;
}

.alert-lighten-dark-blue {
  color: #5a575f;
  background-color: #efedf1;
  border-color: #e8e6eb;
}

.alert-lighten-dark-blue hr {
  border-top-color: #dbd8e0;
}

.alert-lighten-dark-blue .alert-link {
  color: #413f44;
}

.alert-lighten-dark-green {
  color: #466759;
  background-color: #e7f4ee;
  border-color: #ddefe8;
}

.alert-lighten-dark-green hr {
  border-top-color: #cce7dc;
}

.alert-lighten-dark-green .alert-link {
  color: #31493f;
}

.alert-lighten-darker-blue {
  color: #43767d;
  background-color: #e6f9fc;
  border-color: #dcf7fb;
}

.alert-lighten-darker-blue hr {
  border-top-color: #c5f2f8;
}

.alert-lighten-darker-blue .alert-link {
  color: #31575c;
}

.alert-lighten-dark {
  color: #52545a;
  background-color: #ececef;
  border-color: #e4e5e8;
}

.alert-lighten-dark hr {
  border-top-color: #d6d8dc;
}

.alert-lighten-dark .alert-link {
  color: #3a3b3f;
}

.alert-lighten-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-lighten-light hr {
  border-top-color: #f2f2f2;
}

.alert-lighten-light .alert-link {
  color: #6c6c6c;
}

.alert-lighten-primary {
  color: #697653;
  background-color: #f4f9ec;
  border-color: #f0f7e4;
}

.alert-lighten-primary hr {
  border-top-color: #e5f1d0;
}

.alert-lighten-primary .alert-link {
  color: #4e583e;
}

.alert-lighten-secondary {
  color: #697653;
  background-color: #f4f9ec;
  border-color: #f0f7e4;
}

.alert-lighten-secondary hr {
  border-top-color: #e5f1d0;
}

.alert-lighten-secondary .alert-link {
  color: #4e583e;
}

.alert-lighten-success {
  color: #697653;
  background-color: #f4f9ec;
  border-color: #f0f7e4;
}

.alert-lighten-success hr {
  border-top-color: #e5f1d0;
}

.alert-lighten-success .alert-link {
  color: #4e583e;
}

.alert-lighten-warning {
  color: #82734f;
  background-color: #fef8ea;
  border-color: #fef5e2;
}

.alert-lighten-warning hr {
  border-top-color: #fdedc9;
}

.alert-lighten-warning .alert-link {
  color: #62573c;
}

.alert-lighten-danger {
  color: #7d5b5e;
  background-color: #fceff0;
  border-color: #fbe8ea;
}

.alert-lighten-danger hr {
  border-top-color: #f7d2d6;
}

.alert-lighten-danger .alert-link {
  color: #5f4648;
}

.alert-lighten-info {
  color: #43767d;
  background-color: #e6f9fc;
  border-color: #dcf7fb;
}

.alert-lighten-info hr {
  border-top-color: #c5f2f8;
}

.alert-lighten-info .alert-link {
  color: #31575c;
}

.alert-lighten-complement-blue {
  color: #855c4a;
  background-color: #ffefe8;
  border-color: #ffe9df;
}

.alert-lighten-complement-blue hr {
  border-top-color: #ffd7c6;
}

.alert-lighten-complement-blue .alert-link {
  color: #644538;
}

.alert-lighten-complement-indigo {
  color: #708253;
  background-color: #f7feec;
  border-color: #f4fee4;
}

.alert-lighten-complement-indigo hr {
  border-top-color: #eafdcb;
}

.alert-lighten-complement-indigo .alert-link {
  color: #55633f;
}

.alert-lighten-complement-purple {
  color: #6e785d;
  background-color: #f6faf0;
  border-color: #f3f8ea;
}

.alert-lighten-complement-purple hr {
  border-top-color: #e8f2d7;
}

.alert-lighten-complement-purple .alert-link {
  color: #545b47;
}

.alert-lighten-complement-pink {
  color: #5c8070;
  background-color: #f0fdf7;
  border-color: #e9fcf4;
}

.alert-lighten-complement-pink hr {
  border-top-color: #d3f9e9;
}

.alert-lighten-complement-pink .alert-link {
  color: #476256;
}

.alert-lighten-complement-red {
  color: #5b7d7a;
  background-color: #effcfb;
  border-color: #e8fbf9;
}

.alert-lighten-complement-red hr {
  border-top-color: #d2f7f3;
}

.alert-lighten-complement-red .alert-link {
  color: #465f5d;
}

.alert-lighten-complement-orange {
  color: #567580;
  background-color: #edf9fd;
  border-color: #e6f7fd;
}

.alert-lighten-complement-orange hr {
  border-top-color: #ceeffb;
}

.alert-lighten-complement-orange .alert-link {
  color: #425961;
}

.alert-lighten-complement-yellow {
  color: #4f5e82;
  background-color: #eaf0fe;
  border-color: #e2eafe;
}

.alert-lighten-complement-yellow hr {
  border-top-color: #c9d8fd;
}

.alert-lighten-complement-yellow .alert-link {
  color: #3c4762;
}

.alert-lighten-complement-green {
  color: #615376;
  background-color: #f1ecf9;
  border-color: #ece4f7;
}

.alert-lighten-complement-green hr {
  border-top-color: #ded0f1;
}

.alert-lighten-complement-green .alert-link {
  color: #483e58;
}

.alert-lighten-complement-teal {
  color: #7d535f;
  background-color: #fcecf1;
  border-color: #fbe4eb;
}

.alert-lighten-complement-teal hr {
  border-top-color: #f8cedb;
}

.alert-lighten-complement-teal .alert-link {
  color: #5e3f48;
}

.alert-lighten-complement-cyan {
  color: #7e534d;
  background-color: #fcece9;
  border-color: #fbe4e1;
}

.alert-lighten-complement-cyan hr {
  border-top-color: #f8d0cb;
}

.alert-lighten-complement-cyan .alert-link {
  color: #5e3e3a;
}

.alert-lighten-complement-brown {
  color: #3a687b;
  background-color: #e2f4fb;
  border-color: #d7f0fa;
}

.alert-lighten-complement-brown hr {
  border-top-color: #c0e8f7;
}

.alert-lighten-complement-brown .alert-link {
  color: #2a4b58;
}

.alert-lighten-complement-negro {
  color: #76787c;
  background-color: #f9fafc;
  border-color: #f7f8fa;
}

.alert-lighten-complement-negro hr {
  border-top-color: #e7eaf0;
}

.alert-lighten-complement-negro .alert-link {
  color: #5d5f62;
}

.alert-lighten-complement-dark-blue {
  color: #5c5f57;
  background-color: #eff1ed;
  border-color: #e9ebe6;
}

.alert-lighten-complement-dark-blue hr {
  border-top-color: #dde0d8;
}

.alert-lighten-complement-dark-blue .alert-link {
  color: #42443f;
}

.alert-lighten-complement-dark-green {
  color: #674654;
  background-color: #f4e7ec;
  border-color: #efdde5;
}

.alert-lighten-complement-dark-green hr {
  border-top-color: #e7ccd8;
}

.alert-lighten-complement-dark-green .alert-link {
  color: #49313b;
}

.alert-lighten-complement-darker-blue {
  color: #7d4a43;
  background-color: #fce9e6;
  border-color: #fbe0dc;
}

.alert-lighten-complement-darker-blue hr {
  border-top-color: #f8ccc5;
}

.alert-lighten-complement-darker-blue .alert-link {
  color: #5c3631;
}

.alert-lighten-complement-dark {
  color: #5a5852;
  background-color: #efeeec;
  border-color: #e8e7e4;
}

.alert-lighten-complement-dark hr {
  border-top-color: #dcdbd6;
}

.alert-lighten-complement-dark .alert-link {
  color: #3f3e3a;
}

.alert-lighten-complement-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-lighten-complement-light hr {
  border-top-color: #f2f2f2;
}

.alert-lighten-complement-light .alert-link {
  color: #6c6c6c;
}

.alert-lighten-complement-primary {
  color: #615376;
  background-color: #f1ecf9;
  border-color: #ece4f7;
}

.alert-lighten-complement-primary hr {
  border-top-color: #ded0f1;
}

.alert-lighten-complement-primary .alert-link {
  color: #483e58;
}

.alert-lighten-complement-secondary {
  color: #615376;
  background-color: #f1ecf9;
  border-color: #ece4f7;
}

.alert-lighten-complement-secondary hr {
  border-top-color: #ded0f1;
}

.alert-lighten-complement-secondary .alert-link {
  color: #483e58;
}

.alert-lighten-complement-success {
  color: #615376;
  background-color: #f1ecf9;
  border-color: #ece4f7;
}

.alert-lighten-complement-success hr {
  border-top-color: #ded0f1;
}

.alert-lighten-complement-success .alert-link {
  color: #483e58;
}

.alert-lighten-complement-warning {
  color: #4f5e82;
  background-color: #eaf0fe;
  border-color: #e2eafe;
}

.alert-lighten-complement-warning hr {
  border-top-color: #c9d8fd;
}

.alert-lighten-complement-warning .alert-link {
  color: #3c4762;
}

.alert-lighten-complement-danger {
  color: #5b7d7a;
  background-color: #effcfb;
  border-color: #e8fbf9;
}

.alert-lighten-complement-danger hr {
  border-top-color: #d2f7f3;
}

.alert-lighten-complement-danger .alert-link {
  color: #465f5d;
}

.alert-lighten-complement-info {
  color: #7d4a43;
  background-color: #fce9e6;
  border-color: #fbe0dc;
}

.alert-lighten-complement-info hr {
  border-top-color: #f8ccc5;
}

.alert-lighten-complement-info .alert-link {
  color: #5c3631;
}

.alert-darken-blue {
  color: #0e1b20;
  background-color: #d1d6d8;
  border-color: #bfc6c9;
}

.alert-darken-blue hr {
  border-top-color: #b1babd;
}

.alert-darken-blue .alert-link {
  color: black;
}

.alert-darken-indigo {
  color: #181123;
  background-color: #d5d3da;
  border-color: #c5c1cb;
}

.alert-darken-indigo hr {
  border-top-color: #b8b3bf;
}

.alert-darken-indigo .alert-link {
  color: #000001;
}

.alert-darken-purple {
  color: #19151f;
  background-color: #d6d4d8;
  border-color: #c5c3c9;
}

.alert-darken-purple hr {
  border-top-color: #b8b6bd;
}

.alert-darken-purple .alert-link {
  color: #000001;
}

.alert-darken-pink {
  color: #27151d;
  background-color: #dbd4d7;
  border-color: #cdc3c7;
}

.alert-darken-pink hr {
  border-top-color: #c1b5ba;
}

.alert-darken-pink .alert-link {
  color: #060304;
}

.alert-darken-red {
  color: #231416;
  background-color: #dad4d4;
  border-color: #cbc2c3;
}

.alert-darken-red hr {
  border-top-color: #bfb4b5;
}

.alert-darken-red .alert-link {
  color: #030102;
}

.alert-darken-orange {
  color: #231612;
  background-color: #d9d5d3;
  border-color: #cac4c1;
}

.alert-darken-orange hr {
  border-top-color: #beb7b3;
}

.alert-darken-orange .alert-link {
  color: #010101;
}

.alert-darken-yellow {
  color: #211c10;
  background-color: #d9d7d2;
  border-color: #c9c6c0;
}

.alert-darken-yellow hr {
  border-top-color: #bdbab2;
}

.alert-darken-yellow .alert-link {
  color: black;
}

.alert-darken-green {
  color: #161910;
  background-color: #d4d6d2;
  border-color: #c3c5c0;
}

.alert-darken-green hr {
  border-top-color: #b6b9b3;
}

.alert-darken-green .alert-link {
  color: black;
}

.alert-darken-teal {
  color: #111e1a;
  background-color: #d3d8d6;
  border-color: #c1c8c6;
}

.alert-darken-teal hr {
  border-top-color: #b3bcba;
}

.alert-darken-teal .alert-link {
  color: black;
}

.alert-darken-cyan {
  color: #0f1a1b;
  background-color: #d2d6d7;
  border-color: #bfc5c6;
}

.alert-darken-cyan hr {
  border-top-color: #b2b9ba;
}

.alert-darken-cyan .alert-link {
  color: black;
}

.alert-darken-brown {
  color: #0e0a08;
  background-color: #d2d0cf;
  border-color: #bfbdbc;
}

.alert-darken-brown hr {
  border-top-color: #b3b0af;
}

.alert-darken-brown .alert-link {
  color: black;
}

.alert-darken-negro {
  color: #2c2925;
  background-color: #dddcda;
  border-color: #cfcecb;
}

.alert-darken-negro hr {
  border-top-color: #c3c2be;
}

.alert-darken-negro .alert-link {
  color: #100f0e;
}

.alert-darken-dark-blue {
  color: #0b0b0b;
  background-color: #d0d0d0;
  border-color: #bdbdbe;
}

.alert-darken-dark-blue hr {
  border-top-color: #b0b0b1;
}

.alert-darken-dark-blue .alert-link {
  color: black;
}

.alert-darken-dark-green {
  color: #060807;
  background-color: #cecfcf;
  border-color: #bbbcbb;
}

.alert-darken-dark-green hr {
  border-top-color: #aeafae;
}

.alert-darken-dark-green .alert-link {
  color: black;
}

.alert-darken-darker-blue {
  color: #0b1415;
  background-color: #d0d4d4;
  border-color: #bec2c3;
}

.alert-darken-darker-blue hr {
  border-top-color: #b1b6b7;
}

.alert-darken-darker-blue .alert-link {
  color: black;
}

.alert-darken-dark {
  color: #060606;
  background-color: #cecece;
  border-color: #bbbbbb;
}

.alert-darken-dark hr {
  border-top-color: #aeaeae;
}

.alert-darken-dark .alert-link {
  color: black;
}

.alert-darken-light {
  color: #343434;
  background-color: #e0e0e0;
  border-color: lightgray;
}

.alert-darken-light hr {
  border-top-color: #c6c6c6;
}

.alert-darken-light .alert-link {
  color: #1b1b1b;
}

.alert-darken-primary {
  color: #161910;
  background-color: #d4d6d2;
  border-color: #c3c5c0;
}

.alert-darken-primary hr {
  border-top-color: #b6b9b3;
}

.alert-darken-primary .alert-link {
  color: black;
}

.alert-darken-secondary {
  color: #161910;
  background-color: #d4d6d2;
  border-color: #c3c5c0;
}

.alert-darken-secondary hr {
  border-top-color: #b6b9b3;
}

.alert-darken-secondary .alert-link {
  color: black;
}

.alert-darken-success {
  color: #161910;
  background-color: #d4d6d2;
  border-color: #c3c5c0;
}

.alert-darken-success hr {
  border-top-color: #b6b9b3;
}

.alert-darken-success .alert-link {
  color: black;
}

.alert-darken-warning {
  color: #211c10;
  background-color: #d9d7d2;
  border-color: #c9c6c0;
}

.alert-darken-warning hr {
  border-top-color: #bdbab2;
}

.alert-darken-warning .alert-link {
  color: black;
}

.alert-darken-danger {
  color: #231416;
  background-color: #dad4d4;
  border-color: #cbc2c3;
}

.alert-darken-danger hr {
  border-top-color: #bfb4b5;
}

.alert-darken-danger .alert-link {
  color: #030102;
}

.alert-darken-info {
  color: #0b1415;
  background-color: #d0d4d4;
  border-color: #bec2c3;
}

.alert-darken-info hr {
  border-top-color: #b1b6b7;
}

.alert-darken-info .alert-link {
  color: black;
}

.alert-darken-complement-blue {
  color: #20130e;
  background-color: #d8d3d1;
  border-color: #c9c2bf;
}

.alert-darken-complement-blue hr {
  border-top-color: #bdb5b1;
}

.alert-darken-complement-blue .alert-link {
  color: black;
}

.alert-darken-complement-indigo {
  color: #1c2311;
  background-color: #d7dad3;
  border-color: #c7cbc1;
}

.alert-darken-complement-indigo hr {
  border-top-color: #babfb3;
}

.alert-darken-complement-indigo .alert-link {
  color: #010100;
}

.alert-darken-complement-purple {
  color: #1c1f15;
  background-color: #d7d8d4;
  border-color: #c7c9c3;
}

.alert-darken-complement-purple hr {
  border-top-color: #babdb6;
}

.alert-darken-complement-purple .alert-link {
  color: #010100;
}

.alert-darken-complement-pink {
  color: #15271f;
  background-color: #d4dbd8;
  border-color: #c3cdc8;
}

.alert-darken-complement-pink hr {
  border-top-color: #b5c1bb;
}

.alert-darken-complement-pink .alert-link {
  color: #030605;
}

.alert-darken-complement-red {
  color: #142322;
  background-color: #d4dad9;
  border-color: #c2cbca;
}

.alert-darken-complement-red hr {
  border-top-color: #b4bfbe;
}

.alert-darken-complement-red .alert-link {
  color: #010302;
}

.alert-darken-complement-orange {
  color: #121f23;
  background-color: #d3d8d9;
  border-color: #c1c8ca;
}

.alert-darken-complement-orange hr {
  border-top-color: #b3bcbe;
}

.alert-darken-complement-orange .alert-link {
  color: #010101;
}

.alert-darken-complement-yellow {
  color: #101521;
  background-color: #d2d4d9;
  border-color: #c0c3c9;
}

.alert-darken-complement-yellow hr {
  border-top-color: #b2b6bd;
}

.alert-darken-complement-yellow .alert-link {
  color: black;
}

.alert-darken-complement-green {
  color: #141019;
  background-color: #d4d2d6;
  border-color: #c2c0c5;
}

.alert-darken-complement-green hr {
  border-top-color: #b5b3b9;
}

.alert-darken-complement-green .alert-link {
  color: black;
}

.alert-darken-complement-teal {
  color: #1e1115;
  background-color: #d8d3d4;
  border-color: #c8c1c3;
}

.alert-darken-complement-teal hr {
  border-top-color: #bcb3b6;
}

.alert-darken-complement-teal .alert-link {
  color: black;
}

.alert-darken-complement-cyan {
  color: #1b100f;
  background-color: #d7d2d2;
  border-color: #c6c0bf;
}

.alert-darken-complement-cyan hr {
  border-top-color: #bab3b2;
}

.alert-darken-complement-cyan .alert-link {
  color: black;
}

.alert-darken-complement-brown {
  color: #080c0e;
  background-color: #cfd1d2;
  border-color: #bcbebf;
}

.alert-darken-complement-brown hr {
  border-top-color: #afb1b3;
}

.alert-darken-complement-brown .alert-link {
  color: black;
}

.alert-darken-complement-negro {
  color: #25272c;
  background-color: #dadbdd;
  border-color: #cbcdcf;
}

.alert-darken-complement-negro hr {
  border-top-color: #bec0c3;
}

.alert-darken-complement-negro .alert-link {
  color: #0e0e10;
}

.alert-darken-complement-dark-blue {
  color: #0b0b0b;
  background-color: #d0d0d0;
  border-color: #bebebd;
}

.alert-darken-complement-dark-blue hr {
  border-top-color: #b1b1b0;
}

.alert-darken-complement-dark-blue .alert-link {
  color: black;
}

.alert-darken-complement-dark-green {
  color: #080607;
  background-color: #cfcecf;
  border-color: #bcbbbb;
}

.alert-darken-complement-dark-green hr {
  border-top-color: #afaeae;
}

.alert-darken-complement-dark-green .alert-link {
  color: black;
}

.alert-darken-complement-darker-blue {
  color: #150c0b;
  background-color: #d4d1d0;
  border-color: #c3bebe;
}

.alert-darken-complement-darker-blue hr {
  border-top-color: #b7b1b1;
}

.alert-darken-complement-darker-blue .alert-link {
  color: black;
}

.alert-darken-complement-dark {
  color: #060606;
  background-color: #cecece;
  border-color: #bbbbbb;
}

.alert-darken-complement-dark hr {
  border-top-color: #aeaeae;
}

.alert-darken-complement-dark .alert-link {
  color: black;
}

.alert-darken-complement-light {
  color: #343434;
  background-color: #e0e0e0;
  border-color: lightgray;
}

.alert-darken-complement-light hr {
  border-top-color: #c6c6c6;
}

.alert-darken-complement-light .alert-link {
  color: #1b1b1b;
}

.alert-darken-complement-primary {
  color: #141019;
  background-color: #d4d2d6;
  border-color: #c2c0c5;
}

.alert-darken-complement-primary hr {
  border-top-color: #b5b3b9;
}

.alert-darken-complement-primary .alert-link {
  color: black;
}

.alert-darken-complement-secondary {
  color: #141019;
  background-color: #d4d2d6;
  border-color: #c2c0c5;
}

.alert-darken-complement-secondary hr {
  border-top-color: #b5b3b9;
}

.alert-darken-complement-secondary .alert-link {
  color: black;
}

.alert-darken-complement-success {
  color: #141019;
  background-color: #d4d2d6;
  border-color: #c2c0c5;
}

.alert-darken-complement-success hr {
  border-top-color: #b5b3b9;
}

.alert-darken-complement-success .alert-link {
  color: black;
}

.alert-darken-complement-warning {
  color: #101521;
  background-color: #d2d4d9;
  border-color: #c0c3c9;
}

.alert-darken-complement-warning hr {
  border-top-color: #b2b6bd;
}

.alert-darken-complement-warning .alert-link {
  color: black;
}

.alert-darken-complement-danger {
  color: #142322;
  background-color: #d4dad9;
  border-color: #c2cbca;
}

.alert-darken-complement-danger hr {
  border-top-color: #b4bfbe;
}

.alert-darken-complement-danger .alert-link {
  color: #010302;
}

.alert-darken-complement-info {
  color: #150c0b;
  background-color: #d4d1d0;
  border-color: #c3bebe;
}

.alert-darken-complement-info hr {
  border-top-color: #b7b1b1;
}

.alert-darken-complement-info .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #729e2e;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:active {
  color: #f8f9fa;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item.paginate_button.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #729e2e;
  border-color: #729e2e;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #3b5218;
  background-color: #d8e4c4;
}

.list-group-item-primary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #3b5218;
  background-color: #ccdcb3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3b5218;
  border-color: #3b5218;
}

.list-group-item-secondary {
  color: #3b5218;
  background-color: #d8e4c4;
}

.list-group-item-secondary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #3b5218;
  background-color: #ccdcb3;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3b5218;
  border-color: #3b5218;
}

.list-group-item-success {
  color: #3b5218;
  background-color: #d8e4c4;
}

.list-group-item-success.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3b5218;
  background-color: #ccdcb3;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3b5218;
  border-color: #3b5218;
}

.list-group-item-info {
  color: #08424a;
  background-color: #bcdbdf;
}

.list-group-item-info.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-info.list-group-item-action:focus {
  color: #08424a;
  background-color: #abd2d7;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #08424a;
  border-color: #08424a;
}

.list-group-item-warning {
  color: #765506;
  background-color: #f7e5bb;
}

.list-group-item-warning.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #765506;
  background-color: #f4dca4;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #765506;
  border-color: #765506;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}

.list-group-item-light.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #0f0f11;
  background-color: #bfc0c1;
}

.list-group-item-dark.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0f0f11;
  background-color: #b2b3b4;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0f0f11;
  border-color: #0f0f11;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-gray-100 {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-gray-100.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-gray-200 {
  color: #797b7c;
  background-color: #f9fafb;
}

.list-group-item-gray-200.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}

.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-gray-300 {
  color: #737678;
  background-color: #f6f7f8;
}

.list-group-item-gray-300.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}

.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-gray-400 {
  color: #6b6e71;
  background-color: #f1f3f5;
}

.list-group-item-gray-400.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}

.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-gray-500 {
  color: #5a5e62;
  background-color: #e8eaed;
}

.list-group-item-gray-500.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}

.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

.list-group-item-gray-600 {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-gray-600.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-gray-700 {
  color: #262a2d;
  background-color: #ccced0;
}

.list-group-item-gray-700.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #262a2d;
  background-color: #bfc1c4;
}

.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #262a2d;
  border-color: #262a2d;
}

.list-group-item-gray-800 {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-gray-800.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-gray-900 {
  color: #111315;
  background-color: #c1c2c3;
}

.list-group-item-gray-900.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}

.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

.list-group-item-gray-950 {
  color: #08090a;
  background-color: #bcbdbd;
}

.list-group-item-gray-950.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-gray-950.list-group-item-action:focus {
  color: #08090a;
  background-color: #afb0b0;
}

.list-group-item-gray-950.list-group-item-action.active {
  color: #fff;
  background-color: #08090a;
  border-color: #08090a;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-black.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-blue {
  color: #005276;
  background-color: #b8e4f7;
}

.list-group-item-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #005276;
  background-color: #a1dbf4;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #005276;
  border-color: #005276;
}

.list-group-item-indigo {
  color: #35087e;
  background-color: #d4bcfb;
}

.list-group-item-indigo.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #35087e;
  background-color: #c5a4fa;
}

.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #35087e;
  border-color: #35087e;
}

.list-group-item-purple {
  color: #3a2264;
  background-color: #d7caee;
}

.list-group-item-purple.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #3a2264;
  background-color: #c8b7e8;
}

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #3a2264;
  border-color: #3a2264;
}

.list-group-item-pink {
  color: #792049;
  background-color: #f9c9df;
}

.list-group-item-pink.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #792049;
  background-color: #f6b2d1;
}

.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #792049;
  border-color: #792049;
}

.list-group-item-red {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-red.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-red.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-dark-red {
  color: #500000;
  background-color: #e2b8b8;
}

.list-group-item-dark-red.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-dark-red.list-group-item-action:focus {
  color: #500000;
  background-color: #dba6a6;
}

.list-group-item-dark-red.list-group-item-action.active {
  color: #fff;
  background-color: #500000;
  border-color: #500000;
}

.list-group-item-reder {
  color: #7f0000;
  background-color: #fcb8b8;
}

.list-group-item-reder.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-reder.list-group-item-action:focus {
  color: #7f0000;
  background-color: #fba0a0;
}

.list-group-item-reder.list-group-item-action.active {
  color: #fff;
  background-color: #7f0000;
  border-color: #7f0000;
}

.list-group-item-orange {
  color: #792a0f;
  background-color: #f9cec0;
}

.list-group-item-orange.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #792a0f;
  background-color: #f7bca9;
}

.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #792a0f;
  border-color: #792a0f;
}

.list-group-item-yellow {
  color: #765506;
  background-color: #f7e5bb;
}

.list-group-item-yellow.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #765506;
  background-color: #f4dca4;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #765506;
  border-color: #765506;
}

.list-group-item-green {
  color: #3b5218;
  background-color: #d8e4c4;
}

.list-group-item-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-green.list-group-item-action:focus {
  color: #3b5218;
  background-color: #ccdcb3;
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #3b5218;
  border-color: #3b5218;
}

.list-group-item-greener {
  color: #004e1e;
  background-color: #b8e2c8;
}

.list-group-item-greener.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-greener.list-group-item-action:focus {
  color: #004e1e;
  background-color: #a6dbba;
}

.list-group-item-greener.list-group-item-action.active {
  color: #fff;
  background-color: #004e1e;
  border-color: #004e1e;
}

.list-group-item-teal {
  color: #11694f;
  background-color: #c1f0e2;
}

.list-group-item-teal.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #11694f;
  background-color: #acebd8;
}

.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #11694f;
  border-color: #11694f;
}

.list-group-item-cyan {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-cyan.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-cyan.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-brown {
  color: #321306;
  background-color: #d3c2bb;
}

.list-group-item-brown.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-brown.list-group-item-action:focus {
  color: #321306;
  background-color: #c9b4ac;
}

.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: #321306;
  border-color: #321306;
}

.list-group-item-negro {
  color: #6e6a61;
  background-color: #f3f0ec;
}

.list-group-item-negro.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-negro.list-group-item-action:focus {
  color: #6e6a61;
  background-color: #e9e4dc;
}

.list-group-item-negro.list-group-item-action.active {
  color: #fff;
  background-color: #6e6a61;
  border-color: #6e6a61;
}

.list-group-item-dark-blue {
  color: #1c191f;
  background-color: #c6c5c8;
}

.list-group-item-dark-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-dark-blue.list-group-item-action:focus {
  color: #1c191f;
  background-color: #b9b8bc;
}

.list-group-item-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1c191f;
  border-color: #1c191f;
}

.list-group-item-dark-green {
  color: #0b1712;
  background-color: #bdc4c1;
}

.list-group-item-dark-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-dark-green.list-group-item-action:focus {
  color: #0b1712;
  background-color: #b0b8b4;
}

.list-group-item-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #0b1712;
  border-color: #0b1712;
}

.list-group-item-darker-blue {
  color: #08424a;
  background-color: #bcdbdf;
}

.list-group-item-darker-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darker-blue.list-group-item-action:focus {
  color: #08424a;
  background-color: #abd2d7;
}

.list-group-item-darker-blue.list-group-item-action.active {
  color: #fff;
  background-color: #08424a;
  border-color: #08424a;
}

.list-group-item-pinkish {
  color: #7e5a57;
  background-color: #fbe8e6;
}

.list-group-item-pinkish.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-pinkish.list-group-item-action:focus {
  color: #7e5a57;
  background-color: #f7d4d0;
}

.list-group-item-pinkish.list-group-item-action.active {
  color: #fff;
  background-color: #7e5a57;
  border-color: #7e5a57;
}

.list-group-item-cyanish {
  color: #38635f;
  background-color: #d6edeb;
}

.list-group-item-cyanish.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-cyanish.list-group-item-action:focus {
  color: #38635f;
  background-color: #c4e5e2;
}

.list-group-item-cyanish.list-group-item-action.active {
  color: #fff;
  background-color: #38635f;
  border-color: #38635f;
}

.list-group-item-complement-blue {
  color: #762400;
  background-color: #f7cbb8;
}

.list-group-item-complement-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-blue.list-group-item-action:focus {
  color: #762400;
  background-color: #f4baa1;
}

.list-group-item-complement-blue.list-group-item-action.active {
  color: #fff;
  background-color: #762400;
  border-color: #762400;
}

.list-group-item-complement-indigo {
  color: #517e08;
  background-color: #e3fbbc;
}

.list-group-item-complement-indigo.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-indigo.list-group-item-action:focus {
  color: #517e08;
  background-color: #d9faa4;
}

.list-group-item-complement-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #517e08;
  border-color: #517e08;
}

.list-group-item-complement-purple {
  color: #4d6422;
  background-color: #e1eeca;
}

.list-group-item-complement-purple.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-purple.list-group-item-action:focus {
  color: #4d6422;
  background-color: #d6e8b7;
}

.list-group-item-complement-purple.list-group-item-action.active {
  color: #fff;
  background-color: #4d6422;
  border-color: #4d6422;
}

.list-group-item-complement-pink {
  color: #207950;
  background-color: #c9f9e3;
}

.list-group-item-complement-pink.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-pink.list-group-item-action:focus {
  color: #207950;
  background-color: #b2f6d7;
}

.list-group-item-complement-pink.list-group-item-action.active {
  color: #fff;
  background-color: #207950;
  border-color: #207950;
}

.list-group-item-complement-red {
  color: #1c726a;
  background-color: #c6f5f1;
}

.list-group-item-complement-red.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-red.list-group-item-action:focus {
  color: #1c726a;
  background-color: #b0f1ec;
}

.list-group-item-complement-red.list-group-item-action.active {
  color: #fff;
  background-color: #1c726a;
  border-color: #1c726a;
}

.list-group-item-complement-orange {
  color: #0f5f79;
  background-color: #c0ebf9;
}

.list-group-item-complement-orange.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-orange.list-group-item-action:focus {
  color: #0f5f79;
  background-color: #a9e4f7;
}

.list-group-item-complement-orange.list-group-item-action.active {
  color: #fff;
  background-color: #0f5f79;
  border-color: #0f5f79;
}

.list-group-item-complement-yellow {
  color: #062776;
  background-color: #bbcdf7;
}

.list-group-item-complement-yellow.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-yellow.list-group-item-action:focus {
  color: #062776;
  background-color: #a4bcf4;
}

.list-group-item-complement-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #062776;
  border-color: #062776;
}

.list-group-item-complement-green {
  color: #2f1852;
  background-color: #d1c4e4;
}

.list-group-item-complement-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-green.list-group-item-action:focus {
  color: #2f1852;
  background-color: #c3b3dc;
}

.list-group-item-complement-green.list-group-item-action.active {
  color: #fff;
  background-color: #2f1852;
  border-color: #2f1852;
}

.list-group-item-complement-teal {
  color: #69112b;
  background-color: #f0c1cf;
}

.list-group-item-complement-teal.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-teal.list-group-item-action:focus {
  color: #69112b;
  background-color: #ebacbf;
}

.list-group-item-complement-teal.list-group-item-action.active {
  color: #fff;
  background-color: #69112b;
  border-color: #69112b;
}

.list-group-item-complement-cyan {
  color: #60170c;
  background-color: #ebc4be;
}

.list-group-item-complement-cyan.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-cyan.list-group-item-action:focus {
  color: #60170c;
  background-color: #e5b2ab;
}

.list-group-item-complement-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #60170c;
  border-color: #60170c;
}

.list-group-item-complement-brown {
  color: #062532;
  background-color: #bbccd3;
}

.list-group-item-complement-brown.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-brown.list-group-item-action:focus {
  color: #062532;
  background-color: #acc0c9;
}

.list-group-item-complement-brown.list-group-item-action.active {
  color: #fff;
  background-color: #062532;
  border-color: #062532;
}

.list-group-item-complement-negro {
  color: #61656e;
  background-color: #eceef3;
}

.list-group-item-complement-negro.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-negro.list-group-item-action:focus {
  color: #61656e;
  background-color: #dce0e9;
}

.list-group-item-complement-negro.list-group-item-action.active {
  color: #fff;
  background-color: #61656e;
  border-color: #61656e;
}

.list-group-item-complement-dark-blue {
  color: #1d1f19;
  background-color: #c7c8c5;
}

.list-group-item-complement-dark-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-dark-blue.list-group-item-action:focus {
  color: #1d1f19;
  background-color: #babcb8;
}

.list-group-item-complement-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1d1f19;
  border-color: #1d1f19;
}

.list-group-item-complement-dark-green {
  color: #170b10;
  background-color: #c4bdc0;
}

.list-group-item-complement-dark-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-dark-green.list-group-item-action:focus {
  color: #170b10;
  background-color: #b8b0b3;
}

.list-group-item-complement-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #170b10;
  border-color: #170b10;
}

.list-group-item-complement-darker-blue {
  color: #4a1108;
  background-color: #dfc1bc;
}

.list-group-item-complement-darker-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-darker-blue.list-group-item-action:focus {
  color: #4a1108;
  background-color: #d7b1ab;
}

.list-group-item-complement-darker-blue.list-group-item-action.active {
  color: #fff;
  background-color: #4a1108;
  border-color: #4a1108;
}

.list-group-item-complement-dark {
  color: #11110f;
  background-color: #c1c1bf;
}

.list-group-item-complement-dark.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-dark.list-group-item-action:focus {
  color: #11110f;
  background-color: #b4b4b2;
}

.list-group-item-complement-dark.list-group-item-action.active {
  color: #fff;
  background-color: #11110f;
  border-color: #11110f;
}

.list-group-item-complement-light {
  color: #858585;
  background-color: white;
}

.list-group-item-complement-light.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-complement-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-complement-primary {
  color: #2f1852;
  background-color: #d1c4e4;
}

.list-group-item-complement-primary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-primary.list-group-item-action:focus {
  color: #2f1852;
  background-color: #c3b3dc;
}

.list-group-item-complement-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2f1852;
  border-color: #2f1852;
}

.list-group-item-complement-secondary {
  color: #2f1852;
  background-color: #d1c4e4;
}

.list-group-item-complement-secondary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-secondary.list-group-item-action:focus {
  color: #2f1852;
  background-color: #c3b3dc;
}

.list-group-item-complement-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2f1852;
  border-color: #2f1852;
}

.list-group-item-complement-success {
  color: #2f1852;
  background-color: #d1c4e4;
}

.list-group-item-complement-success.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-success.list-group-item-action:focus {
  color: #2f1852;
  background-color: #c3b3dc;
}

.list-group-item-complement-success.list-group-item-action.active {
  color: #fff;
  background-color: #2f1852;
  border-color: #2f1852;
}

.list-group-item-complement-warning {
  color: #062776;
  background-color: #bbcdf7;
}

.list-group-item-complement-warning.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-warning.list-group-item-action:focus {
  color: #062776;
  background-color: #a4bcf4;
}

.list-group-item-complement-warning.list-group-item-action.active {
  color: #fff;
  background-color: #062776;
  border-color: #062776;
}

.list-group-item-complement-danger {
  color: #1c726a;
  background-color: #c6f5f1;
}

.list-group-item-complement-danger.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-danger.list-group-item-action:focus {
  color: #1c726a;
  background-color: #b0f1ec;
}

.list-group-item-complement-danger.list-group-item-action.active {
  color: #fff;
  background-color: #1c726a;
  border-color: #1c726a;
}

.list-group-item-complement-info {
  color: #4a1108;
  background-color: #dfc1bc;
}

.list-group-item-complement-info.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-complement-info.list-group-item-action:focus {
  color: #4a1108;
  background-color: #d7b1ab;
}

.list-group-item-complement-info.list-group-item-action.active {
  color: #fff;
  background-color: #4a1108;
  border-color: #4a1108;
}

.list-group-item-lighten-blue {
  color: #4a7385;
  background-color: #dff5ff;
}

.list-group-item-lighten-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-blue.list-group-item-action:focus {
  color: #4a7385;
  background-color: #c6edff;
}

.list-group-item-lighten-blue.list-group-item-action.active {
  color: #fff;
  background-color: #4a7385;
  border-color: #4a7385;
}

.list-group-item-lighten-indigo {
  color: #655382;
  background-color: #eee4fe;
}

.list-group-item-lighten-indigo.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-indigo.list-group-item-action:focus {
  color: #655382;
  background-color: #dfcbfd;
}

.list-group-item-lighten-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #655382;
  border-color: #655382;
}

.list-group-item-lighten-purple {
  color: #675d78;
  background-color: #efeaf8;
}

.list-group-item-lighten-purple.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-purple.list-group-item-action:focus {
  color: #675d78;
  background-color: #e0d7f2;
}

.list-group-item-lighten-purple.list-group-item-action.active {
  color: #fff;
  background-color: #675d78;
  border-color: #675d78;
}

.list-group-item-lighten-pink {
  color: #805c6d;
  background-color: #fce9f2;
}

.list-group-item-lighten-pink.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-pink.list-group-item-action:focus {
  color: #805c6d;
  background-color: #f9d3e5;
}

.list-group-item-lighten-pink.list-group-item-action.active {
  color: #fff;
  background-color: #805c6d;
  border-color: #805c6d;
}

.list-group-item-lighten-red {
  color: #7d5b5e;
  background-color: #fbe8ea;
}

.list-group-item-lighten-red.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-red.list-group-item-action:focus {
  color: #7d5b5e;
  background-color: #f7d2d6;
}

.list-group-item-lighten-red.list-group-item-action.active {
  color: #fff;
  background-color: #7d5b5e;
  border-color: #7d5b5e;
}

.list-group-item-lighten-orange {
  color: #806056;
  background-color: #fdebe6;
}

.list-group-item-lighten-orange.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-orange.list-group-item-action:focus {
  color: #806056;
  background-color: #fbd8ce;
}

.list-group-item-lighten-orange.list-group-item-action.active {
  color: #fff;
  background-color: #806056;
  border-color: #806056;
}

.list-group-item-lighten-yellow {
  color: #82734f;
  background-color: #fef5e2;
}

.list-group-item-lighten-yellow.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-yellow.list-group-item-action:focus {
  color: #82734f;
  background-color: #fdedc9;
}

.list-group-item-lighten-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #82734f;
  border-color: #82734f;
}

.list-group-item-lighten-green {
  color: #697653;
  background-color: #f0f7e4;
}

.list-group-item-lighten-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-green.list-group-item-action:focus {
  color: #697653;
  background-color: #e5f1d0;
}

.list-group-item-lighten-green.list-group-item-action.active {
  color: #fff;
  background-color: #697653;
  border-color: #697653;
}

.list-group-item-lighten-teal {
  color: #537d70;
  background-color: #e4fbf4;
}

.list-group-item-lighten-teal.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-teal.list-group-item-action:focus {
  color: #537d70;
  background-color: #cef8eb;
}

.list-group-item-lighten-teal.list-group-item-action.active {
  color: #fff;
  background-color: #537d70;
  border-color: #537d70;
}

.list-group-item-lighten-cyan {
  color: #4d777e;
  background-color: #e1f8fb;
}

.list-group-item-lighten-cyan.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-cyan.list-group-item-action:focus {
  color: #4d777e;
  background-color: #cbf3f8;
}

.list-group-item-lighten-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #4d777e;
  border-color: #4d777e;
}

.list-group-item-lighten-brown {
  color: #7b4e3a;
  background-color: #fae1d7;
}

.list-group-item-lighten-brown.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-brown.list-group-item-action:focus {
  color: #7b4e3a;
  background-color: #f7d0c0;
}

.list-group-item-lighten-brown.list-group-item-action.active {
  color: #fff;
  background-color: #7b4e3a;
  border-color: #7b4e3a;
}

.list-group-item-lighten-negro {
  color: #7c7a76;
  background-color: #faf9f7;
}

.list-group-item-lighten-negro.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-negro.list-group-item-action:focus {
  color: #7c7a76;
  background-color: #f0ede7;
}

.list-group-item-lighten-negro.list-group-item-action.active {
  color: #fff;
  background-color: #7c7a76;
  border-color: #7c7a76;
}

.list-group-item-lighten-dark-blue {
  color: #5a575f;
  background-color: #e8e6eb;
}

.list-group-item-lighten-dark-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-dark-blue.list-group-item-action:focus {
  color: #5a575f;
  background-color: #dbd8e0;
}

.list-group-item-lighten-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #5a575f;
  border-color: #5a575f;
}

.list-group-item-lighten-dark-green {
  color: #466759;
  background-color: #ddefe8;
}

.list-group-item-lighten-dark-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-dark-green.list-group-item-action:focus {
  color: #466759;
  background-color: #cce7dc;
}

.list-group-item-lighten-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #466759;
  border-color: #466759;
}

.list-group-item-lighten-darker-blue {
  color: #43767d;
  background-color: #dcf7fb;
}

.list-group-item-lighten-darker-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-darker-blue.list-group-item-action:focus {
  color: #43767d;
  background-color: #c5f2f8;
}

.list-group-item-lighten-darker-blue.list-group-item-action.active {
  color: #fff;
  background-color: #43767d;
  border-color: #43767d;
}

.list-group-item-lighten-dark {
  color: #52545a;
  background-color: #e4e5e8;
}

.list-group-item-lighten-dark.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-dark.list-group-item-action:focus {
  color: #52545a;
  background-color: #d6d8dc;
}

.list-group-item-lighten-dark.list-group-item-action.active {
  color: #fff;
  background-color: #52545a;
  border-color: #52545a;
}

.list-group-item-lighten-light {
  color: #858585;
  background-color: white;
}

.list-group-item-lighten-light.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-lighten-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-lighten-primary {
  color: #697653;
  background-color: #f0f7e4;
}

.list-group-item-lighten-primary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-primary.list-group-item-action:focus {
  color: #697653;
  background-color: #e5f1d0;
}

.list-group-item-lighten-primary.list-group-item-action.active {
  color: #fff;
  background-color: #697653;
  border-color: #697653;
}

.list-group-item-lighten-secondary {
  color: #697653;
  background-color: #f0f7e4;
}

.list-group-item-lighten-secondary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-secondary.list-group-item-action:focus {
  color: #697653;
  background-color: #e5f1d0;
}

.list-group-item-lighten-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #697653;
  border-color: #697653;
}

.list-group-item-lighten-success {
  color: #697653;
  background-color: #f0f7e4;
}

.list-group-item-lighten-success.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-success.list-group-item-action:focus {
  color: #697653;
  background-color: #e5f1d0;
}

.list-group-item-lighten-success.list-group-item-action.active {
  color: #fff;
  background-color: #697653;
  border-color: #697653;
}

.list-group-item-lighten-warning {
  color: #82734f;
  background-color: #fef5e2;
}

.list-group-item-lighten-warning.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-warning.list-group-item-action:focus {
  color: #82734f;
  background-color: #fdedc9;
}

.list-group-item-lighten-warning.list-group-item-action.active {
  color: #fff;
  background-color: #82734f;
  border-color: #82734f;
}

.list-group-item-lighten-danger {
  color: #7d5b5e;
  background-color: #fbe8ea;
}

.list-group-item-lighten-danger.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-danger.list-group-item-action:focus {
  color: #7d5b5e;
  background-color: #f7d2d6;
}

.list-group-item-lighten-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7d5b5e;
  border-color: #7d5b5e;
}

.list-group-item-lighten-info {
  color: #43767d;
  background-color: #dcf7fb;
}

.list-group-item-lighten-info.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-info.list-group-item-action:focus {
  color: #43767d;
  background-color: #c5f2f8;
}

.list-group-item-lighten-info.list-group-item-action.active {
  color: #fff;
  background-color: #43767d;
  border-color: #43767d;
}

.list-group-item-lighten-complement-blue {
  color: #855c4a;
  background-color: #ffe9df;
}

.list-group-item-lighten-complement-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-blue.list-group-item-action:focus {
  color: #855c4a;
  background-color: #ffd7c6;
}

.list-group-item-lighten-complement-blue.list-group-item-action.active {
  color: #fff;
  background-color: #855c4a;
  border-color: #855c4a;
}

.list-group-item-lighten-complement-indigo {
  color: #708253;
  background-color: #f4fee4;
}

.list-group-item-lighten-complement-indigo.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-indigo.list-group-item-action:focus {
  color: #708253;
  background-color: #eafdcb;
}

.list-group-item-lighten-complement-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #708253;
  border-color: #708253;
}

.list-group-item-lighten-complement-purple {
  color: #6e785d;
  background-color: #f3f8ea;
}

.list-group-item-lighten-complement-purple.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-purple.list-group-item-action:focus {
  color: #6e785d;
  background-color: #e8f2d7;
}

.list-group-item-lighten-complement-purple.list-group-item-action.active {
  color: #fff;
  background-color: #6e785d;
  border-color: #6e785d;
}

.list-group-item-lighten-complement-pink {
  color: #5c8070;
  background-color: #e9fcf4;
}

.list-group-item-lighten-complement-pink.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-pink.list-group-item-action:focus {
  color: #5c8070;
  background-color: #d3f9e9;
}

.list-group-item-lighten-complement-pink.list-group-item-action.active {
  color: #fff;
  background-color: #5c8070;
  border-color: #5c8070;
}

.list-group-item-lighten-complement-red {
  color: #5b7d7a;
  background-color: #e8fbf9;
}

.list-group-item-lighten-complement-red.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-red.list-group-item-action:focus {
  color: #5b7d7a;
  background-color: #d2f7f3;
}

.list-group-item-lighten-complement-red.list-group-item-action.active {
  color: #fff;
  background-color: #5b7d7a;
  border-color: #5b7d7a;
}

.list-group-item-lighten-complement-orange {
  color: #567580;
  background-color: #e6f7fd;
}

.list-group-item-lighten-complement-orange.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-orange.list-group-item-action:focus {
  color: #567580;
  background-color: #ceeffb;
}

.list-group-item-lighten-complement-orange.list-group-item-action.active {
  color: #fff;
  background-color: #567580;
  border-color: #567580;
}

.list-group-item-lighten-complement-yellow {
  color: #4f5e82;
  background-color: #e2eafe;
}

.list-group-item-lighten-complement-yellow.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-yellow.list-group-item-action:focus {
  color: #4f5e82;
  background-color: #c9d8fd;
}

.list-group-item-lighten-complement-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #4f5e82;
  border-color: #4f5e82;
}

.list-group-item-lighten-complement-green {
  color: #615376;
  background-color: #ece4f7;
}

.list-group-item-lighten-complement-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-green.list-group-item-action:focus {
  color: #615376;
  background-color: #ded0f1;
}

.list-group-item-lighten-complement-green.list-group-item-action.active {
  color: #fff;
  background-color: #615376;
  border-color: #615376;
}

.list-group-item-lighten-complement-teal {
  color: #7d535f;
  background-color: #fbe4eb;
}

.list-group-item-lighten-complement-teal.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-teal.list-group-item-action:focus {
  color: #7d535f;
  background-color: #f8cedb;
}

.list-group-item-lighten-complement-teal.list-group-item-action.active {
  color: #fff;
  background-color: #7d535f;
  border-color: #7d535f;
}

.list-group-item-lighten-complement-cyan {
  color: #7e534d;
  background-color: #fbe4e1;
}

.list-group-item-lighten-complement-cyan.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-cyan.list-group-item-action:focus {
  color: #7e534d;
  background-color: #f8d0cb;
}

.list-group-item-lighten-complement-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #7e534d;
  border-color: #7e534d;
}

.list-group-item-lighten-complement-brown {
  color: #3a687b;
  background-color: #d7f0fa;
}

.list-group-item-lighten-complement-brown.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-brown.list-group-item-action:focus {
  color: #3a687b;
  background-color: #c0e8f7;
}

.list-group-item-lighten-complement-brown.list-group-item-action.active {
  color: #fff;
  background-color: #3a687b;
  border-color: #3a687b;
}

.list-group-item-lighten-complement-negro {
  color: #76787c;
  background-color: #f7f8fa;
}

.list-group-item-lighten-complement-negro.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-negro.list-group-item-action:focus {
  color: #76787c;
  background-color: #e7eaf0;
}

.list-group-item-lighten-complement-negro.list-group-item-action.active {
  color: #fff;
  background-color: #76787c;
  border-color: #76787c;
}

.list-group-item-lighten-complement-dark-blue {
  color: #5c5f57;
  background-color: #e9ebe6;
}

.list-group-item-lighten-complement-dark-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-dark-blue.list-group-item-action:focus {
  color: #5c5f57;
  background-color: #dde0d8;
}

.list-group-item-lighten-complement-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #5c5f57;
  border-color: #5c5f57;
}

.list-group-item-lighten-complement-dark-green {
  color: #674654;
  background-color: #efdde5;
}

.list-group-item-lighten-complement-dark-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-dark-green.list-group-item-action:focus {
  color: #674654;
  background-color: #e7ccd8;
}

.list-group-item-lighten-complement-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #674654;
  border-color: #674654;
}

.list-group-item-lighten-complement-darker-blue {
  color: #7d4a43;
  background-color: #fbe0dc;
}

.list-group-item-lighten-complement-darker-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-darker-blue.list-group-item-action:focus {
  color: #7d4a43;
  background-color: #f8ccc5;
}

.list-group-item-lighten-complement-darker-blue.list-group-item-action.active {
  color: #fff;
  background-color: #7d4a43;
  border-color: #7d4a43;
}

.list-group-item-lighten-complement-dark {
  color: #5a5852;
  background-color: #e8e7e4;
}

.list-group-item-lighten-complement-dark.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-dark.list-group-item-action:focus {
  color: #5a5852;
  background-color: #dcdbd6;
}

.list-group-item-lighten-complement-dark.list-group-item-action.active {
  color: #fff;
  background-color: #5a5852;
  border-color: #5a5852;
}

.list-group-item-lighten-complement-light {
  color: #858585;
  background-color: white;
}

.list-group-item-lighten-complement-light.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-lighten-complement-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-lighten-complement-primary {
  color: #615376;
  background-color: #ece4f7;
}

.list-group-item-lighten-complement-primary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-primary.list-group-item-action:focus {
  color: #615376;
  background-color: #ded0f1;
}

.list-group-item-lighten-complement-primary.list-group-item-action.active {
  color: #fff;
  background-color: #615376;
  border-color: #615376;
}

.list-group-item-lighten-complement-secondary {
  color: #615376;
  background-color: #ece4f7;
}

.list-group-item-lighten-complement-secondary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-secondary.list-group-item-action:focus {
  color: #615376;
  background-color: #ded0f1;
}

.list-group-item-lighten-complement-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #615376;
  border-color: #615376;
}

.list-group-item-lighten-complement-success {
  color: #615376;
  background-color: #ece4f7;
}

.list-group-item-lighten-complement-success.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-success.list-group-item-action:focus {
  color: #615376;
  background-color: #ded0f1;
}

.list-group-item-lighten-complement-success.list-group-item-action.active {
  color: #fff;
  background-color: #615376;
  border-color: #615376;
}

.list-group-item-lighten-complement-warning {
  color: #4f5e82;
  background-color: #e2eafe;
}

.list-group-item-lighten-complement-warning.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-warning.list-group-item-action:focus {
  color: #4f5e82;
  background-color: #c9d8fd;
}

.list-group-item-lighten-complement-warning.list-group-item-action.active {
  color: #fff;
  background-color: #4f5e82;
  border-color: #4f5e82;
}

.list-group-item-lighten-complement-danger {
  color: #5b7d7a;
  background-color: #e8fbf9;
}

.list-group-item-lighten-complement-danger.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-danger.list-group-item-action:focus {
  color: #5b7d7a;
  background-color: #d2f7f3;
}

.list-group-item-lighten-complement-danger.list-group-item-action.active {
  color: #fff;
  background-color: #5b7d7a;
  border-color: #5b7d7a;
}

.list-group-item-lighten-complement-info {
  color: #7d4a43;
  background-color: #fbe0dc;
}

.list-group-item-lighten-complement-info.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-lighten-complement-info.list-group-item-action:focus {
  color: #7d4a43;
  background-color: #f8ccc5;
}

.list-group-item-lighten-complement-info.list-group-item-action.active {
  color: #fff;
  background-color: #7d4a43;
  border-color: #7d4a43;
}

.list-group-item-darken-blue {
  color: #0e1b20;
  background-color: #bfc6c9;
}

.list-group-item-darken-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-blue.list-group-item-action:focus {
  color: #0e1b20;
  background-color: #b1babd;
}

.list-group-item-darken-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0e1b20;
  border-color: #0e1b20;
}

.list-group-item-darken-indigo {
  color: #181123;
  background-color: #c5c1cb;
}

.list-group-item-darken-indigo.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-indigo.list-group-item-action:focus {
  color: #181123;
  background-color: #b8b3bf;
}

.list-group-item-darken-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #181123;
  border-color: #181123;
}

.list-group-item-darken-purple {
  color: #19151f;
  background-color: #c5c3c9;
}

.list-group-item-darken-purple.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-purple.list-group-item-action:focus {
  color: #19151f;
  background-color: #b8b6bd;
}

.list-group-item-darken-purple.list-group-item-action.active {
  color: #fff;
  background-color: #19151f;
  border-color: #19151f;
}

.list-group-item-darken-pink {
  color: #27151d;
  background-color: #cdc3c7;
}

.list-group-item-darken-pink.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-pink.list-group-item-action:focus {
  color: #27151d;
  background-color: #c1b5ba;
}

.list-group-item-darken-pink.list-group-item-action.active {
  color: #fff;
  background-color: #27151d;
  border-color: #27151d;
}

.list-group-item-darken-red {
  color: #231416;
  background-color: #cbc2c3;
}

.list-group-item-darken-red.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-red.list-group-item-action:focus {
  color: #231416;
  background-color: #bfb4b5;
}

.list-group-item-darken-red.list-group-item-action.active {
  color: #fff;
  background-color: #231416;
  border-color: #231416;
}

.list-group-item-darken-orange {
  color: #231612;
  background-color: #cac4c1;
}

.list-group-item-darken-orange.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-orange.list-group-item-action:focus {
  color: #231612;
  background-color: #beb7b3;
}

.list-group-item-darken-orange.list-group-item-action.active {
  color: #fff;
  background-color: #231612;
  border-color: #231612;
}

.list-group-item-darken-yellow {
  color: #211c10;
  background-color: #c9c6c0;
}

.list-group-item-darken-yellow.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-yellow.list-group-item-action:focus {
  color: #211c10;
  background-color: #bdbab2;
}

.list-group-item-darken-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #211c10;
  border-color: #211c10;
}

.list-group-item-darken-green {
  color: #161910;
  background-color: #c3c5c0;
}

.list-group-item-darken-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-green.list-group-item-action:focus {
  color: #161910;
  background-color: #b6b9b3;
}

.list-group-item-darken-green.list-group-item-action.active {
  color: #fff;
  background-color: #161910;
  border-color: #161910;
}

.list-group-item-darken-teal {
  color: #111e1a;
  background-color: #c1c8c6;
}

.list-group-item-darken-teal.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-teal.list-group-item-action:focus {
  color: #111e1a;
  background-color: #b3bcba;
}

.list-group-item-darken-teal.list-group-item-action.active {
  color: #fff;
  background-color: #111e1a;
  border-color: #111e1a;
}

.list-group-item-darken-cyan {
  color: #0f1a1b;
  background-color: #bfc5c6;
}

.list-group-item-darken-cyan.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-cyan.list-group-item-action:focus {
  color: #0f1a1b;
  background-color: #b2b9ba;
}

.list-group-item-darken-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #0f1a1b;
  border-color: #0f1a1b;
}

.list-group-item-darken-brown {
  color: #0e0a08;
  background-color: #bfbdbc;
}

.list-group-item-darken-brown.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-brown.list-group-item-action:focus {
  color: #0e0a08;
  background-color: #b3b0af;
}

.list-group-item-darken-brown.list-group-item-action.active {
  color: #fff;
  background-color: #0e0a08;
  border-color: #0e0a08;
}

.list-group-item-darken-negro {
  color: #2c2925;
  background-color: #cfcecb;
}

.list-group-item-darken-negro.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-negro.list-group-item-action:focus {
  color: #2c2925;
  background-color: #c3c2be;
}

.list-group-item-darken-negro.list-group-item-action.active {
  color: #fff;
  background-color: #2c2925;
  border-color: #2c2925;
}

.list-group-item-darken-dark-blue {
  color: #0b0b0b;
  background-color: #bdbdbe;
}

.list-group-item-darken-dark-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-dark-blue.list-group-item-action:focus {
  color: #0b0b0b;
  background-color: #b0b0b1;
}

.list-group-item-darken-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}

.list-group-item-darken-dark-green {
  color: #060807;
  background-color: #bbbcbb;
}

.list-group-item-darken-dark-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-dark-green.list-group-item-action:focus {
  color: #060807;
  background-color: #aeafae;
}

.list-group-item-darken-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #060807;
  border-color: #060807;
}

.list-group-item-darken-darker-blue {
  color: #0b1415;
  background-color: #bec2c3;
}

.list-group-item-darken-darker-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-darker-blue.list-group-item-action:focus {
  color: #0b1415;
  background-color: #b1b6b7;
}

.list-group-item-darken-darker-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0b1415;
  border-color: #0b1415;
}

.list-group-item-darken-dark {
  color: #060606;
  background-color: #bbbbbb;
}

.list-group-item-darken-dark.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-dark.list-group-item-action:focus {
  color: #060606;
  background-color: #aeaeae;
}

.list-group-item-darken-dark.list-group-item-action.active {
  color: #fff;
  background-color: #060606;
  border-color: #060606;
}

.list-group-item-darken-light {
  color: #343434;
  background-color: lightgray;
}

.list-group-item-darken-light.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-light.list-group-item-action:focus {
  color: #343434;
  background-color: #c6c6c6;
}

.list-group-item-darken-light.list-group-item-action.active {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

.list-group-item-darken-primary {
  color: #161910;
  background-color: #c3c5c0;
}

.list-group-item-darken-primary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-primary.list-group-item-action:focus {
  color: #161910;
  background-color: #b6b9b3;
}

.list-group-item-darken-primary.list-group-item-action.active {
  color: #fff;
  background-color: #161910;
  border-color: #161910;
}

.list-group-item-darken-secondary {
  color: #161910;
  background-color: #c3c5c0;
}

.list-group-item-darken-secondary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-secondary.list-group-item-action:focus {
  color: #161910;
  background-color: #b6b9b3;
}

.list-group-item-darken-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #161910;
  border-color: #161910;
}

.list-group-item-darken-success {
  color: #161910;
  background-color: #c3c5c0;
}

.list-group-item-darken-success.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-success.list-group-item-action:focus {
  color: #161910;
  background-color: #b6b9b3;
}

.list-group-item-darken-success.list-group-item-action.active {
  color: #fff;
  background-color: #161910;
  border-color: #161910;
}

.list-group-item-darken-warning {
  color: #211c10;
  background-color: #c9c6c0;
}

.list-group-item-darken-warning.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-warning.list-group-item-action:focus {
  color: #211c10;
  background-color: #bdbab2;
}

.list-group-item-darken-warning.list-group-item-action.active {
  color: #fff;
  background-color: #211c10;
  border-color: #211c10;
}

.list-group-item-darken-danger {
  color: #231416;
  background-color: #cbc2c3;
}

.list-group-item-darken-danger.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-danger.list-group-item-action:focus {
  color: #231416;
  background-color: #bfb4b5;
}

.list-group-item-darken-danger.list-group-item-action.active {
  color: #fff;
  background-color: #231416;
  border-color: #231416;
}

.list-group-item-darken-info {
  color: #0b1415;
  background-color: #bec2c3;
}

.list-group-item-darken-info.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-info.list-group-item-action:focus {
  color: #0b1415;
  background-color: #b1b6b7;
}

.list-group-item-darken-info.list-group-item-action.active {
  color: #fff;
  background-color: #0b1415;
  border-color: #0b1415;
}

.list-group-item-darken-complement-blue {
  color: #20130e;
  background-color: #c9c2bf;
}

.list-group-item-darken-complement-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-blue.list-group-item-action:focus {
  color: #20130e;
  background-color: #bdb5b1;
}

.list-group-item-darken-complement-blue.list-group-item-action.active {
  color: #fff;
  background-color: #20130e;
  border-color: #20130e;
}

.list-group-item-darken-complement-indigo {
  color: #1c2311;
  background-color: #c7cbc1;
}

.list-group-item-darken-complement-indigo.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-indigo.list-group-item-action:focus {
  color: #1c2311;
  background-color: #babfb3;
}

.list-group-item-darken-complement-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #1c2311;
  border-color: #1c2311;
}

.list-group-item-darken-complement-purple {
  color: #1c1f15;
  background-color: #c7c9c3;
}

.list-group-item-darken-complement-purple.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-purple.list-group-item-action:focus {
  color: #1c1f15;
  background-color: #babdb6;
}

.list-group-item-darken-complement-purple.list-group-item-action.active {
  color: #fff;
  background-color: #1c1f15;
  border-color: #1c1f15;
}

.list-group-item-darken-complement-pink {
  color: #15271f;
  background-color: #c3cdc8;
}

.list-group-item-darken-complement-pink.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-pink.list-group-item-action:focus {
  color: #15271f;
  background-color: #b5c1bb;
}

.list-group-item-darken-complement-pink.list-group-item-action.active {
  color: #fff;
  background-color: #15271f;
  border-color: #15271f;
}

.list-group-item-darken-complement-red {
  color: #142322;
  background-color: #c2cbca;
}

.list-group-item-darken-complement-red.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-red.list-group-item-action:focus {
  color: #142322;
  background-color: #b4bfbe;
}

.list-group-item-darken-complement-red.list-group-item-action.active {
  color: #fff;
  background-color: #142322;
  border-color: #142322;
}

.list-group-item-darken-complement-orange {
  color: #121f23;
  background-color: #c1c8ca;
}

.list-group-item-darken-complement-orange.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-orange.list-group-item-action:focus {
  color: #121f23;
  background-color: #b3bcbe;
}

.list-group-item-darken-complement-orange.list-group-item-action.active {
  color: #fff;
  background-color: #121f23;
  border-color: #121f23;
}

.list-group-item-darken-complement-yellow {
  color: #101521;
  background-color: #c0c3c9;
}

.list-group-item-darken-complement-yellow.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-yellow.list-group-item-action:focus {
  color: #101521;
  background-color: #b2b6bd;
}

.list-group-item-darken-complement-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #101521;
  border-color: #101521;
}

.list-group-item-darken-complement-green {
  color: #141019;
  background-color: #c2c0c5;
}

.list-group-item-darken-complement-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-green.list-group-item-action:focus {
  color: #141019;
  background-color: #b5b3b9;
}

.list-group-item-darken-complement-green.list-group-item-action.active {
  color: #fff;
  background-color: #141019;
  border-color: #141019;
}

.list-group-item-darken-complement-teal {
  color: #1e1115;
  background-color: #c8c1c3;
}

.list-group-item-darken-complement-teal.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-teal.list-group-item-action:focus {
  color: #1e1115;
  background-color: #bcb3b6;
}

.list-group-item-darken-complement-teal.list-group-item-action.active {
  color: #fff;
  background-color: #1e1115;
  border-color: #1e1115;
}

.list-group-item-darken-complement-cyan {
  color: #1b100f;
  background-color: #c6c0bf;
}

.list-group-item-darken-complement-cyan.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-cyan.list-group-item-action:focus {
  color: #1b100f;
  background-color: #bab3b2;
}

.list-group-item-darken-complement-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #1b100f;
  border-color: #1b100f;
}

.list-group-item-darken-complement-brown {
  color: #080c0e;
  background-color: #bcbebf;
}

.list-group-item-darken-complement-brown.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-brown.list-group-item-action:focus {
  color: #080c0e;
  background-color: #afb1b3;
}

.list-group-item-darken-complement-brown.list-group-item-action.active {
  color: #fff;
  background-color: #080c0e;
  border-color: #080c0e;
}

.list-group-item-darken-complement-negro {
  color: #25272c;
  background-color: #cbcdcf;
}

.list-group-item-darken-complement-negro.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-negro.list-group-item-action:focus {
  color: #25272c;
  background-color: #bec0c3;
}

.list-group-item-darken-complement-negro.list-group-item-action.active {
  color: #fff;
  background-color: #25272c;
  border-color: #25272c;
}

.list-group-item-darken-complement-dark-blue {
  color: #0b0b0b;
  background-color: #bebebd;
}

.list-group-item-darken-complement-dark-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-dark-blue.list-group-item-action:focus {
  color: #0b0b0b;
  background-color: #b1b1b0;
}

.list-group-item-darken-complement-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}

.list-group-item-darken-complement-dark-green {
  color: #080607;
  background-color: #bcbbbb;
}

.list-group-item-darken-complement-dark-green.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-dark-green.list-group-item-action:focus {
  color: #080607;
  background-color: #afaeae;
}

.list-group-item-darken-complement-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #080607;
  border-color: #080607;
}

.list-group-item-darken-complement-darker-blue {
  color: #150c0b;
  background-color: #c3bebe;
}

.list-group-item-darken-complement-darker-blue.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-darker-blue.list-group-item-action:focus {
  color: #150c0b;
  background-color: #b7b1b1;
}

.list-group-item-darken-complement-darker-blue.list-group-item-action.active {
  color: #fff;
  background-color: #150c0b;
  border-color: #150c0b;
}

.list-group-item-darken-complement-dark {
  color: #060606;
  background-color: #bbbbbb;
}

.list-group-item-darken-complement-dark.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-dark.list-group-item-action:focus {
  color: #060606;
  background-color: #aeaeae;
}

.list-group-item-darken-complement-dark.list-group-item-action.active {
  color: #fff;
  background-color: #060606;
  border-color: #060606;
}

.list-group-item-darken-complement-light {
  color: #343434;
  background-color: lightgray;
}

.list-group-item-darken-complement-light.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-light.list-group-item-action:focus {
  color: #343434;
  background-color: #c6c6c6;
}

.list-group-item-darken-complement-light.list-group-item-action.active {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

.list-group-item-darken-complement-primary {
  color: #141019;
  background-color: #c2c0c5;
}

.list-group-item-darken-complement-primary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-primary.list-group-item-action:focus {
  color: #141019;
  background-color: #b5b3b9;
}

.list-group-item-darken-complement-primary.list-group-item-action.active {
  color: #fff;
  background-color: #141019;
  border-color: #141019;
}

.list-group-item-darken-complement-secondary {
  color: #141019;
  background-color: #c2c0c5;
}

.list-group-item-darken-complement-secondary.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-secondary.list-group-item-action:focus {
  color: #141019;
  background-color: #b5b3b9;
}

.list-group-item-darken-complement-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #141019;
  border-color: #141019;
}

.list-group-item-darken-complement-success {
  color: #141019;
  background-color: #c2c0c5;
}

.list-group-item-darken-complement-success.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-success.list-group-item-action:focus {
  color: #141019;
  background-color: #b5b3b9;
}

.list-group-item-darken-complement-success.list-group-item-action.active {
  color: #fff;
  background-color: #141019;
  border-color: #141019;
}

.list-group-item-darken-complement-warning {
  color: #101521;
  background-color: #c0c3c9;
}

.list-group-item-darken-complement-warning.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-warning.list-group-item-action:focus {
  color: #101521;
  background-color: #b2b6bd;
}

.list-group-item-darken-complement-warning.list-group-item-action.active {
  color: #fff;
  background-color: #101521;
  border-color: #101521;
}

.list-group-item-darken-complement-danger {
  color: #142322;
  background-color: #c2cbca;
}

.list-group-item-darken-complement-danger.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-danger.list-group-item-action:focus {
  color: #142322;
  background-color: #b4bfbe;
}

.list-group-item-darken-complement-danger.list-group-item-action.active {
  color: #fff;
  background-color: #142322;
  border-color: #142322;
}

.list-group-item-darken-complement-info {
  color: #150c0b;
  background-color: #c3bebe;
}

.list-group-item-darken-complement-info.list-group-item-action:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .list-group-item-action.paginate_button:hover, .list-group-item-darken-complement-info.list-group-item-action:focus {
  color: #150c0b;
  background-color: #b7b1b1;
}

.list-group-item-darken-complement-info.list-group-item-action.active {
  color: #fff;
  background-color: #150c0b;
  border-color: #150c0b;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.close:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .close.paginate_button:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .close.paginate_button.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  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);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "unineue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "unineue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.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);
}

.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: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.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);
}

.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: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.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);
}

.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: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.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);
}

.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: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #f8f9fa;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .carousel-control-prev.paginate_button:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .carousel-control-next.paginate_button:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #729e2e !important;
}

a.bg-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-primary.paginate_button:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #567723 !important;
}

.bg-secondary {
  background-color: #729e2e !important;
}

a.bg-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-secondary.paginate_button:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #567723 !important;
}

.bg-success {
  background-color: #729e2e !important;
}

a.bg-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-success.paginate_button:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #567723 !important;
}

.bg-info {
  background-color: #107e8e !important;
}

a.bg-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-info.paginate_button:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0b5560 !important;
}

.bg-warning {
  background-color: #e3a30b !important;
}

a.bg-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-warning.paginate_button:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b28009 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-danger.paginate_button:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-light.paginate_button:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #1C1D21 !important;
}

a.bg-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-dark.paginate_button:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #050505 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-white.paginate_button:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

a.bg-gray-100:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-100.paginate_button:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #dae0e5 !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

a.bg-gray-200:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-200.paginate_button:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cbd3da !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-300.paginate_button:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-400.paginate_button:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-gray-500:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-500.paginate_button:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #919ca6 !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

a.bg-gray-600:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-600.paginate_button:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #545b62 !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-700.paginate_button:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #32373b !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

a.bg-gray-800:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-800.paginate_button:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #1d2124 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

a.bg-gray-900:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-900.paginate_button:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0a0c0d !important;
}

.bg-gray-950 {
  background-color: #101214 !important;
}

a.bg-gray-950:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-gray-950.paginate_button:hover, a.bg-gray-950:focus,
button.bg-gray-950:hover,
button.bg-gray-950:focus {
  background-color: black !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-black.paginate_button:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-blue {
  background-color: #009ee3 !important;
}

a.bg-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-blue.paginate_button:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #007bb0 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-indigo.paginate_button:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-purple.paginate_button:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

a.bg-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-pink.paginate_button:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

a.bg-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-red.paginate_button:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #bd2130 !important;
}

.bg-dark-red {
  background-color: #990000 !important;
}

a.bg-dark-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-dark-red.paginate_button:hover, a.bg-dark-red:focus,
button.bg-dark-red:hover,
button.bg-dark-red:focus {
  background-color: #660000 !important;
}

.bg-reder {
  background-color: #f40000 !important;
}

a.bg-reder:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-reder.paginate_button:hover, a.bg-reder:focus,
button.bg-reder:hover,
button.bg-reder:focus {
  background-color: #c10000 !important;
}

.bg-orange {
  background-color: #e9501d !important;
}

a.bg-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-orange.paginate_button:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c03e13 !important;
}

.bg-yellow {
  background-color: #e3a30b !important;
}

a.bg-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-yellow.paginate_button:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #b28009 !important;
}

.bg-green {
  background-color: #729e2e !important;
}

a.bg-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-green.paginate_button:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #567723 !important;
}

.bg-greener {
  background-color: #009639 !important;
}

a.bg-greener:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-greener.paginate_button:hover, a.bg-greener:focus,
button.bg-greener:hover,
button.bg-greener:focus {
  background-color: #006326 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-teal.paginate_button:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

a.bg-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-cyan.paginate_button:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.bg-brown {
  background-color: #61250c !important;
}

a.bg-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-brown.paginate_button:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #341406 !important;
}

.bg-negro {
  background-color: #d4cbba !important;
}

a.bg-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-negro.paginate_button:hover, a.bg-negro:focus,
button.bg-negro:hover,
button.bg-negro:focus {
  background-color: #c0b39b !important;
}

.bg-dark-blue {
  background-color: #35313c !important;
}

a.bg-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-dark-blue.paginate_button:hover, a.bg-dark-blue:focus,
button.bg-dark-blue:hover,
button.bg-dark-blue:focus {
  background-color: #1c1a20 !important;
}

.bg-dark-green {
  background-color: #152D23 !important;
}

a.bg-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-dark-green.paginate_button:hover, a.bg-dark-green:focus,
button.bg-dark-green:hover,
button.bg-dark-green:focus {
  background-color: #050a08 !important;
}

.bg-darker-blue {
  background-color: #107e8e !important;
}

a.bg-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darker-blue.paginate_button:hover, a.bg-darker-blue:focus,
button.bg-darker-blue:hover,
button.bg-darker-blue:focus {
  background-color: #0b5560 !important;
}

.bg-pinkish {
  background-color: #F2ADA7 !important;
}

a.bg-pinkish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-pinkish.paginate_button:hover, a.bg-pinkish:focus,
button.bg-pinkish:hover,
button.bg-pinkish:focus {
  background-color: #eb847b !important;
}

.bg-cyanish {
  background-color: #6BBFB7 !important;
}

a.bg-cyanish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-cyanish.paginate_button:hover, a.bg-cyanish:focus,
button.bg-cyanish:hover,
button.bg-cyanish:focus {
  background-color: #4baca3 !important;
}

.bg-complement-blue {
  background-color: #e34500 !important;
}

a.bg-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-blue.paginate_button:hover, a.bg-complement-blue:focus,
button.bg-complement-blue:hover,
button.bg-complement-blue:focus {
  background-color: #b03500 !important;
}

.bg-complement-indigo {
  background-color: #9cf210 !important;
}

a.bg-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-indigo.paginate_button:hover, a.bg-complement-indigo:focus,
button.bg-complement-indigo:hover,
button.bg-complement-indigo:focus {
  background-color: #7ec40b !important;
}

.bg-complement-purple {
  background-color: #94c142 !important;
}

a.bg-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-purple.paginate_button:hover, a.bg-complement-purple:focus,
button.bg-complement-purple:hover,
button.bg-complement-purple:focus {
  background-color: #779d33 !important;
}

.bg-complement-pink {
  background-color: #3ee89a !important;
}

a.bg-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-pink.paginate_button:hover, a.bg-complement-pink:focus,
button.bg-complement-pink:hover,
button.bg-complement-pink:focus {
  background-color: #1ad981 !important;
}

.bg-complement-red {
  background-color: #35dccc !important;
}

a.bg-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-red.paginate_button:hover, a.bg-complement-red:focus,
button.bg-complement-red:hover,
button.bg-complement-red:focus {
  background-color: #21bdae !important;
}

.bg-complement-orange {
  background-color: #1db6e9 !important;
}

a.bg-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-orange.paginate_button:hover, a.bg-complement-orange:focus,
button.bg-complement-orange:hover,
button.bg-complement-orange:focus {
  background-color: #1395c0 !important;
}

.bg-complement-yellow {
  background-color: #0b4be3 !important;
}

a.bg-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-yellow.paginate_button:hover, a.bg-complement-yellow:focus,
button.bg-complement-yellow:hover,
button.bg-complement-yellow:focus {
  background-color: #093bb2 !important;
}

.bg-complement-green {
  background-color: #5a2e9e !important;
}

a.bg-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-green.paginate_button:hover, a.bg-complement-green:focus,
button.bg-complement-green:hover,
button.bg-complement-green:focus {
  background-color: #442377 !important;
}

.bg-complement-teal {
  background-color: #c92052 !important;
}

a.bg-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-teal.paginate_button:hover, a.bg-complement-teal:focus,
button.bg-complement-teal:hover,
button.bg-complement-teal:focus {
  background-color: #9d1940 !important;
}

.bg-complement-cyan {
  background-color: #b82d17 !important;
}

a.bg-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-cyan.paginate_button:hover, a.bg-complement-cyan:focus,
button.bg-complement-cyan:hover,
button.bg-complement-cyan:focus {
  background-color: #8b2211 !important;
}

.bg-complement-brown {
  background-color: #0c4861 !important;
}

a.bg-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-brown.paginate_button:hover, a.bg-complement-brown:focus,
button.bg-complement-brown:hover,
button.bg-complement-brown:focus {
  background-color: #062634 !important;
}

.bg-complement-negro {
  background-color: #bac3d4 !important;
}

a.bg-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-negro.paginate_button:hover, a.bg-complement-negro:focus,
button.bg-complement-negro:hover,
button.bg-complement-negro:focus {
  background-color: #9ba8c0 !important;
}

.bg-complement-dark-blue {
  background-color: #383c31 !important;
}

a.bg-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-dark-blue.paginate_button:hover, a.bg-complement-dark-blue:focus,
button.bg-complement-dark-blue:hover,
button.bg-complement-dark-blue:focus {
  background-color: #1e201a !important;
}

.bg-complement-dark-green {
  background-color: #2d151f !important;
}

a.bg-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-dark-green.paginate_button:hover, a.bg-complement-dark-green:focus,
button.bg-complement-dark-green:hover,
button.bg-complement-dark-green:focus {
  background-color: #0a0507 !important;
}

.bg-complement-darker-blue {
  background-color: #8e2010 !important;
}

a.bg-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-darker-blue.paginate_button:hover, a.bg-complement-darker-blue:focus,
button.bg-complement-darker-blue:hover,
button.bg-complement-darker-blue:focus {
  background-color: #60160b !important;
}

.bg-complement-dark {
  background-color: #21201c !important;
}

a.bg-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-dark.paginate_button:hover, a.bg-complement-dark:focus,
button.bg-complement-dark:hover,
button.bg-complement-dark:focus {
  background-color: #050505 !important;
}

.bg-complement-light {
  background-color: white !important;
}

a.bg-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-light.paginate_button:hover, a.bg-complement-light:focus,
button.bg-complement-light:hover,
button.bg-complement-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-complement-primary {
  background-color: #5a2e9e !important;
}

a.bg-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-primary.paginate_button:hover, a.bg-complement-primary:focus,
button.bg-complement-primary:hover,
button.bg-complement-primary:focus {
  background-color: #442377 !important;
}

.bg-complement-secondary {
  background-color: #5a2e9e !important;
}

a.bg-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-secondary.paginate_button:hover, a.bg-complement-secondary:focus,
button.bg-complement-secondary:hover,
button.bg-complement-secondary:focus {
  background-color: #442377 !important;
}

.bg-complement-success {
  background-color: #5a2e9e !important;
}

a.bg-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-success.paginate_button:hover, a.bg-complement-success:focus,
button.bg-complement-success:hover,
button.bg-complement-success:focus {
  background-color: #442377 !important;
}

.bg-complement-warning {
  background-color: #0b4be3 !important;
}

a.bg-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-warning.paginate_button:hover, a.bg-complement-warning:focus,
button.bg-complement-warning:hover,
button.bg-complement-warning:focus {
  background-color: #093bb2 !important;
}

.bg-complement-danger {
  background-color: #35dccc !important;
}

a.bg-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-danger.paginate_button:hover, a.bg-complement-danger:focus,
button.bg-complement-danger:hover,
button.bg-complement-danger:focus {
  background-color: #21bdae !important;
}

.bg-complement-info {
  background-color: #8e2010 !important;
}

a.bg-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-complement-info.paginate_button:hover, a.bg-complement-info:focus,
button.bg-complement-info:hover,
button.bg-complement-info:focus {
  background-color: #60160b !important;
}

.bg-lighten-blue {
  background-color: #8eddff !important;
}

a.bg-lighten-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-blue.paginate_button:hover, a.bg-lighten-blue:focus,
button.bg-lighten-blue:hover,
button.bg-lighten-blue:focus {
  background-color: #5bcdff !important;
}

.bg-lighten-indigo {
  background-color: #c29ffa !important;
}

a.bg-lighten-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-indigo.paginate_button:hover, a.bg-lighten-indigo:focus,
button.bg-lighten-indigo:hover,
button.bg-lighten-indigo:focus {
  background-color: #a36ff7 !important;
}

.bg-lighten-purple {
  background-color: #c5b3e6 !important;
}

a.bg-lighten-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-purple.paginate_button:hover, a.bg-lighten-purple:focus,
button.bg-lighten-purple:hover,
button.bg-lighten-purple:focus {
  background-color: #a88dda !important;
}

.bg-lighten-pink {
  background-color: #f6b2d1 !important;
}

a.bg-lighten-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-pink.paginate_button:hover, a.bg-lighten-pink:focus,
button.bg-lighten-pink:hover,
button.bg-lighten-pink:focus {
  background-color: #f084b6 !important;
}

.bg-lighten-red {
  background-color: #f1aeb5 !important;
}

a.bg-lighten-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-red.paginate_button:hover, a.bg-lighten-red:focus,
button.bg-lighten-red:hover,
button.bg-lighten-red:focus {
  background-color: #e9838d !important;
}

.bg-lighten-orange {
  background-color: #f6b9a5 !important;
}

a.bg-lighten-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-orange.paginate_button:hover, a.bg-lighten-orange:focus,
button.bg-lighten-orange:hover,
button.bg-lighten-orange:focus {
  background-color: #f29576 !important;
}

.bg-lighten-yellow {
  background-color: #fadd97 !important;
}

a.bg-lighten-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-yellow.paginate_button:hover, a.bg-lighten-yellow:focus,
button.bg-lighten-yellow:hover,
button.bg-lighten-yellow:focus {
  background-color: #f8cd67 !important;
}

.bg-lighten-green {
  background-color: #c9e3a0 !important;
}

a.bg-lighten-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-green.paginate_button:hover, a.bg-lighten-green:focus,
button.bg-lighten-green:hover,
button.bg-lighten-green:focus {
  background-color: #b3d879 !important;
}

.bg-lighten-teal {
  background-color: #9ff0d8 !important;
}

a.bg-lighten-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-teal.paginate_button:hover, a.bg-lighten-teal:focus,
button.bg-lighten-teal:hover,
button.bg-lighten-teal:focus {
  background-color: #73e9c6 !important;
}

.bg-lighten-cyan {
  background-color: #93e5f2 !important;
}

a.bg-lighten-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-cyan.paginate_button:hover, a.bg-lighten-cyan:focus,
button.bg-lighten-cyan:hover,
button.bg-lighten-cyan:focus {
  background-color: #66daec !important;
}

.bg-lighten-brown {
  background-color: #ed9570 !important;
}

a.bg-lighten-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-brown.paginate_button:hover, a.bg-lighten-brown:focus,
button.bg-lighten-brown:hover,
button.bg-lighten-brown:focus {
  background-color: #e87343 !important;
}

.bg-lighten-negro {
  background-color: #eeeae3 !important;
}

a.bg-lighten-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-negro.paginate_button:hover, a.bg-lighten-negro:focus,
button.bg-lighten-negro:hover,
button.bg-lighten-negro:focus {
  background-color: #dad3c4 !important;
}

.bg-lighten-dark-blue {
  background-color: #ada7b7 !important;
}

a.bg-lighten-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-dark-blue.paginate_button:hover, a.bg-lighten-dark-blue:focus,
button.bg-lighten-dark-blue:hover,
button.bg-lighten-dark-blue:focus {
  background-color: #928ba0 !important;
}

.bg-lighten-dark-green {
  background-color: #86c6ac !important;
}

a.bg-lighten-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-dark-green.paginate_button:hover, a.bg-lighten-dark-green:focus,
button.bg-lighten-dark-green:hover,
button.bg-lighten-dark-green:focus {
  background-color: #63b694 !important;
}

.bg-lighten-darker-blue {
  background-color: #80e2f1 !important;
}

a.bg-lighten-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-darker-blue.paginate_button:hover, a.bg-lighten-darker-blue:focus,
button.bg-lighten-darker-blue:hover,
button.bg-lighten-darker-blue:focus {
  background-color: #53d8ec !important;
}

.bg-lighten-dark {
  background-color: #9ea1ad !important;
}

a.bg-lighten-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-dark.paginate_button:hover, a.bg-lighten-dark:focus,
button.bg-lighten-dark:hover,
button.bg-lighten-dark:focus {
  background-color: #828695 !important;
}

.bg-lighten-light {
  background-color: white !important;
}

a.bg-lighten-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-light.paginate_button:hover, a.bg-lighten-light:focus,
button.bg-lighten-light:hover,
button.bg-lighten-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-lighten-primary {
  background-color: #c9e3a0 !important;
}

a.bg-lighten-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-primary.paginate_button:hover, a.bg-lighten-primary:focus,
button.bg-lighten-primary:hover,
button.bg-lighten-primary:focus {
  background-color: #b3d879 !important;
}

.bg-lighten-secondary {
  background-color: #c9e3a0 !important;
}

a.bg-lighten-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-secondary.paginate_button:hover, a.bg-lighten-secondary:focus,
button.bg-lighten-secondary:hover,
button.bg-lighten-secondary:focus {
  background-color: #b3d879 !important;
}

.bg-lighten-success {
  background-color: #c9e3a0 !important;
}

a.bg-lighten-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-success.paginate_button:hover, a.bg-lighten-success:focus,
button.bg-lighten-success:hover,
button.bg-lighten-success:focus {
  background-color: #b3d879 !important;
}

.bg-lighten-warning {
  background-color: #fadd97 !important;
}

a.bg-lighten-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-warning.paginate_button:hover, a.bg-lighten-warning:focus,
button.bg-lighten-warning:hover,
button.bg-lighten-warning:focus {
  background-color: #f8cd67 !important;
}

.bg-lighten-danger {
  background-color: #f1aeb5 !important;
}

a.bg-lighten-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-danger.paginate_button:hover, a.bg-lighten-danger:focus,
button.bg-lighten-danger:hover,
button.bg-lighten-danger:focus {
  background-color: #e9838d !important;
}

.bg-lighten-info {
  background-color: #80e2f1 !important;
}

a.bg-lighten-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-info.paginate_button:hover, a.bg-lighten-info:focus,
button.bg-lighten-info:hover,
button.bg-lighten-info:focus {
  background-color: #53d8ec !important;
}

.bg-lighten-complement-blue {
  background-color: #ffb08e !important;
}

a.bg-lighten-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-blue.paginate_button:hover, a.bg-lighten-complement-blue:focus,
button.bg-lighten-complement-blue:hover,
button.bg-lighten-complement-blue:focus {
  background-color: #ff8d5b !important;
}

.bg-lighten-complement-indigo {
  background-color: #d7fa9f !important;
}

a.bg-lighten-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-indigo.paginate_button:hover, a.bg-lighten-complement-indigo:focus,
button.bg-lighten-complement-indigo:hover,
button.bg-lighten-complement-indigo:focus {
  background-color: #c3f76f !important;
}

.bg-lighten-complement-purple {
  background-color: #d4e6b3 !important;
}

a.bg-lighten-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-purple.paginate_button:hover, a.bg-lighten-complement-purple:focus,
button.bg-lighten-complement-purple:hover,
button.bg-lighten-complement-purple:focus {
  background-color: #beda8d !important;
}

.bg-lighten-complement-pink {
  background-color: #b2f6d7 !important;
}

a.bg-lighten-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-pink.paginate_button:hover, a.bg-lighten-complement-pink:focus,
button.bg-lighten-complement-pink:hover,
button.bg-lighten-complement-pink:focus {
  background-color: #84f0bf !important;
}

.bg-lighten-complement-red {
  background-color: #aef1eb !important;
}

a.bg-lighten-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-red.paginate_button:hover, a.bg-lighten-complement-red:focus,
button.bg-lighten-complement-red:hover,
button.bg-lighten-complement-red:focus {
  background-color: #83e9e0 !important;
}

.bg-lighten-complement-orange {
  background-color: #a5e2f6 !important;
}

a.bg-lighten-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-orange.paginate_button:hover, a.bg-lighten-complement-orange:focus,
button.bg-lighten-complement-orange:hover,
button.bg-lighten-complement-orange:focus {
  background-color: #76d3f2 !important;
}

.bg-lighten-complement-yellow {
  background-color: #97b4fa !important;
}

a.bg-lighten-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-yellow.paginate_button:hover, a.bg-lighten-complement-yellow:focus,
button.bg-lighten-complement-yellow:hover,
button.bg-lighten-complement-yellow:focus {
  background-color: #6792f8 !important;
}

.bg-lighten-complement-green {
  background-color: #bba0e3 !important;
}

a.bg-lighten-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-green.paginate_button:hover, a.bg-lighten-complement-green:focus,
button.bg-lighten-complement-green:hover,
button.bg-lighten-complement-green:focus {
  background-color: #9e79d8 !important;
}

.bg-lighten-complement-teal {
  background-color: #f09fb7 !important;
}

a.bg-lighten-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-teal.paginate_button:hover, a.bg-lighten-complement-teal:focus,
button.bg-lighten-complement-teal:hover,
button.bg-lighten-complement-teal:focus {
  background-color: #e97396 !important;
}

.bg-lighten-complement-cyan {
  background-color: #f2a093 !important;
}

a.bg-lighten-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-cyan.paginate_button:hover, a.bg-lighten-complement-cyan:focus,
button.bg-lighten-complement-cyan:hover,
button.bg-lighten-complement-cyan:focus {
  background-color: #ec7866 !important;
}

.bg-lighten-complement-brown {
  background-color: #70c9ed !important;
}

a.bg-lighten-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-brown.paginate_button:hover, a.bg-lighten-complement-brown:focus,
button.bg-lighten-complement-brown:hover,
button.bg-lighten-complement-brown:focus {
  background-color: #43b7e8 !important;
}

.bg-lighten-complement-negro {
  background-color: #e3e7ee !important;
}

a.bg-lighten-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-negro.paginate_button:hover, a.bg-lighten-complement-negro:focus,
button.bg-lighten-complement-negro:hover,
button.bg-lighten-complement-negro:focus {
  background-color: #c4ccda !important;
}

.bg-lighten-complement-dark-blue {
  background-color: #b1b7a7 !important;
}

a.bg-lighten-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-dark-blue.paginate_button:hover, a.bg-lighten-complement-dark-blue:focus,
button.bg-lighten-complement-dark-blue:hover,
button.bg-lighten-complement-dark-blue:focus {
  background-color: #98a08b !important;
}

.bg-lighten-complement-dark-green {
  background-color: #c686a1 !important;
}

a.bg-lighten-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-dark-green.paginate_button:hover, a.bg-lighten-complement-dark-green:focus,
button.bg-lighten-complement-dark-green:hover,
button.bg-lighten-complement-dark-green:focus {
  background-color: #b66386 !important;
}

.bg-lighten-complement-darker-blue {
  background-color: #f18f80 !important;
}

a.bg-lighten-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-darker-blue.paginate_button:hover, a.bg-lighten-complement-darker-blue:focus,
button.bg-lighten-complement-darker-blue:hover,
button.bg-lighten-complement-darker-blue:focus {
  background-color: #ec6653 !important;
}

.bg-lighten-complement-dark {
  background-color: #adaa9e !important;
}

a.bg-lighten-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-dark.paginate_button:hover, a.bg-lighten-complement-dark:focus,
button.bg-lighten-complement-dark:hover,
button.bg-lighten-complement-dark:focus {
  background-color: #959182 !important;
}

.bg-lighten-complement-light {
  background-color: white !important;
}

a.bg-lighten-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-light.paginate_button:hover, a.bg-lighten-complement-light:focus,
button.bg-lighten-complement-light:hover,
button.bg-lighten-complement-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-lighten-complement-primary {
  background-color: #bba0e3 !important;
}

a.bg-lighten-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-primary.paginate_button:hover, a.bg-lighten-complement-primary:focus,
button.bg-lighten-complement-primary:hover,
button.bg-lighten-complement-primary:focus {
  background-color: #9e79d8 !important;
}

.bg-lighten-complement-secondary {
  background-color: #bba0e3 !important;
}

a.bg-lighten-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-secondary.paginate_button:hover, a.bg-lighten-complement-secondary:focus,
button.bg-lighten-complement-secondary:hover,
button.bg-lighten-complement-secondary:focus {
  background-color: #9e79d8 !important;
}

.bg-lighten-complement-success {
  background-color: #bba0e3 !important;
}

a.bg-lighten-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-success.paginate_button:hover, a.bg-lighten-complement-success:focus,
button.bg-lighten-complement-success:hover,
button.bg-lighten-complement-success:focus {
  background-color: #9e79d8 !important;
}

.bg-lighten-complement-warning {
  background-color: #97b4fa !important;
}

a.bg-lighten-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-warning.paginate_button:hover, a.bg-lighten-complement-warning:focus,
button.bg-lighten-complement-warning:hover,
button.bg-lighten-complement-warning:focus {
  background-color: #6792f8 !important;
}

.bg-lighten-complement-danger {
  background-color: #aef1eb !important;
}

a.bg-lighten-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-danger.paginate_button:hover, a.bg-lighten-complement-danger:focus,
button.bg-lighten-complement-danger:hover,
button.bg-lighten-complement-danger:focus {
  background-color: #83e9e0 !important;
}

.bg-lighten-complement-info {
  background-color: #f18f80 !important;
}

a.bg-lighten-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-lighten-complement-info.paginate_button:hover, a.bg-lighten-complement-info:focus,
button.bg-lighten-complement-info:hover,
button.bg-lighten-complement-info:focus {
  background-color: #ec6653 !important;
}

.bg-darken-blue {
  background-color: #1b333e !important;
}

a.bg-darken-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-blue.paginate_button:hover, a.bg-darken-blue:focus,
button.bg-darken-blue:hover,
button.bg-darken-blue:focus {
  background-color: #0b161a !important;
}

.bg-darken-indigo {
  background-color: #2e2144 !important;
}

a.bg-darken-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-indigo.paginate_button:hover, a.bg-darken-indigo:focus,
button.bg-darken-indigo:hover,
button.bg-darken-indigo:focus {
  background-color: #171021 !important;
}

.bg-darken-purple {
  background-color: #30293c !important;
}

a.bg-darken-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-purple.paginate_button:hover, a.bg-darken-purple:focus,
button.bg-darken-purple:hover,
button.bg-darken-purple:focus {
  background-color: #18141e !important;
}

.bg-darken-pink {
  background-color: #4b2838 !important;
}

a.bg-darken-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-pink.paginate_button:hover, a.bg-darken-pink:focus,
button.bg-darken-pink:hover,
button.bg-darken-pink:focus {
  background-color: #2a161f !important;
}

.bg-darken-red {
  background-color: #442729 !important;
}

a.bg-darken-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-red.paginate_button:hover, a.bg-darken-red:focus,
button.bg-darken-red:hover,
button.bg-darken-red:focus {
  background-color: #231416 !important;
}

.bg-darken-orange {
  background-color: #432b23 !important;
}

a.bg-darken-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-orange.paginate_button:hover, a.bg-darken-orange:focus,
button.bg-darken-orange:hover,
button.bg-darken-orange:focus {
  background-color: #221511 !important;
}

.bg-darken-yellow {
  background-color: #3f351e !important;
}

a.bg-darken-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-yellow.paginate_button:hover, a.bg-darken-yellow:focus,
button.bg-darken-yellow:hover,
button.bg-darken-yellow:focus {
  background-color: #1c180e !important;
}

.bg-darken-green {
  background-color: #2a301f !important;
}

a.bg-darken-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-green.paginate_button:hover, a.bg-darken-green:focus,
button.bg-darken-green:hover,
button.bg-darken-green:focus {
  background-color: #0f110b !important;
}

.bg-darken-teal {
  background-color: #213a33 !important;
}

a.bg-darken-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-teal.paginate_button:hover, a.bg-darken-teal:focus,
button.bg-darken-teal:hover,
button.bg-darken-teal:focus {
  background-color: #0e1a16 !important;
}

.bg-darken-cyan {
  background-color: #1c3135 !important;
}

a.bg-darken-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-cyan.paginate_button:hover, a.bg-darken-cyan:focus,
button.bg-darken-cyan:hover,
button.bg-darken-cyan:focus {
  background-color: #0a1213 !important;
}

.bg-darken-brown {
  background-color: #1c130f !important;
}

a.bg-darken-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-brown.paginate_button:hover, a.bg-darken-brown:focus,
button.bg-darken-brown:hover,
button.bg-darken-brown:focus {
  background-color: black !important;
}

.bg-darken-negro {
  background-color: #555047 !important;
}

a.bg-darken-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-negro.paginate_button:hover, a.bg-darken-negro:focus,
button.bg-darken-negro:hover,
button.bg-darken-negro:focus {
  background-color: #39362f !important;
}

.bg-darken-dark-blue {
  background-color: #151416 !important;
}

a.bg-darken-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-dark-blue.paginate_button:hover, a.bg-darken-dark-blue:focus,
button.bg-darken-dark-blue:hover,
button.bg-darken-dark-blue:focus {
  background-color: black !important;
}

.bg-darken-dark-green {
  background-color: #0b0f0d !important;
}

a.bg-darken-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-dark-green.paginate_button:hover, a.bg-darken-dark-green:focus,
button.bg-darken-dark-green:hover,
button.bg-darken-dark-green:focus {
  background-color: black !important;
}

.bg-darken-darker-blue {
  background-color: #152628 !important;
}

a.bg-darken-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-darker-blue.paginate_button:hover, a.bg-darken-darker-blue:focus,
button.bg-darken-darker-blue:hover,
button.bg-darken-darker-blue:focus {
  background-color: #040707 !important;
}

.bg-darken-dark {
  background-color: #0c0c0c !important;
}

a.bg-darken-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-dark.paginate_button:hover, a.bg-darken-dark:focus,
button.bg-darken-dark:hover,
button.bg-darken-dark:focus {
  background-color: black !important;
}

.bg-darken-light {
  background-color: #636363 !important;
}

a.bg-darken-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-light.paginate_button:hover, a.bg-darken-light:focus,
button.bg-darken-light:hover,
button.bg-darken-light:focus {
  background-color: #4a4a4a !important;
}

.bg-darken-primary {
  background-color: #2a301f !important;
}

a.bg-darken-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-primary.paginate_button:hover, a.bg-darken-primary:focus,
button.bg-darken-primary:hover,
button.bg-darken-primary:focus {
  background-color: #0f110b !important;
}

.bg-darken-secondary {
  background-color: #2a301f !important;
}

a.bg-darken-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-secondary.paginate_button:hover, a.bg-darken-secondary:focus,
button.bg-darken-secondary:hover,
button.bg-darken-secondary:focus {
  background-color: #0f110b !important;
}

.bg-darken-success {
  background-color: #2a301f !important;
}

a.bg-darken-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-success.paginate_button:hover, a.bg-darken-success:focus,
button.bg-darken-success:hover,
button.bg-darken-success:focus {
  background-color: #0f110b !important;
}

.bg-darken-warning {
  background-color: #3f351e !important;
}

a.bg-darken-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-warning.paginate_button:hover, a.bg-darken-warning:focus,
button.bg-darken-warning:hover,
button.bg-darken-warning:focus {
  background-color: #1c180e !important;
}

.bg-darken-danger {
  background-color: #442729 !important;
}

a.bg-darken-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-danger.paginate_button:hover, a.bg-darken-danger:focus,
button.bg-darken-danger:hover,
button.bg-darken-danger:focus {
  background-color: #231416 !important;
}

.bg-darken-info {
  background-color: #152628 !important;
}

a.bg-darken-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-info.paginate_button:hover, a.bg-darken-info:focus,
button.bg-darken-info:hover,
button.bg-darken-info:focus {
  background-color: #040707 !important;
}

.bg-darken-complement-blue {
  background-color: #3e251b !important;
}

a.bg-darken-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-blue.paginate_button:hover, a.bg-darken-complement-blue:focus,
button.bg-darken-complement-blue:hover,
button.bg-darken-complement-blue:focus {
  background-color: #1a100b !important;
}

.bg-darken-complement-indigo {
  background-color: #374421 !important;
}

a.bg-darken-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-indigo.paginate_button:hover, a.bg-darken-complement-indigo:focus,
button.bg-darken-complement-indigo:hover,
button.bg-darken-complement-indigo:focus {
  background-color: #1b2110 !important;
}

.bg-darken-complement-purple {
  background-color: #353c29 !important;
}

a.bg-darken-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-purple.paginate_button:hover, a.bg-darken-complement-purple:focus,
button.bg-darken-complement-purple:hover,
button.bg-darken-complement-purple:focus {
  background-color: #1a1e14 !important;
}

.bg-darken-complement-pink {
  background-color: #284b3b !important;
}

a.bg-darken-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-pink.paginate_button:hover, a.bg-darken-complement-pink:focus,
button.bg-darken-complement-pink:hover,
button.bg-darken-complement-pink:focus {
  background-color: #162a21 !important;
}

.bg-darken-complement-red {
  background-color: #274441 !important;
}

a.bg-darken-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-red.paginate_button:hover, a.bg-darken-complement-red:focus,
button.bg-darken-complement-red:hover,
button.bg-darken-complement-red:focus {
  background-color: #142322 !important;
}

.bg-darken-complement-orange {
  background-color: #233b43 !important;
}

a.bg-darken-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-orange.paginate_button:hover, a.bg-darken-complement-orange:focus,
button.bg-darken-complement-orange:hover,
button.bg-darken-complement-orange:focus {
  background-color: #111e22 !important;
}

.bg-darken-complement-yellow {
  background-color: #1e283f !important;
}

a.bg-darken-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-yellow.paginate_button:hover, a.bg-darken-complement-yellow:focus,
button.bg-darken-complement-yellow:hover,
button.bg-darken-complement-yellow:focus {
  background-color: #0e121c !important;
}

.bg-darken-complement-green {
  background-color: #261f30 !important;
}

a.bg-darken-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-green.paginate_button:hover, a.bg-darken-complement-green:focus,
button.bg-darken-complement-green:hover,
button.bg-darken-complement-green:focus {
  background-color: #0e0b11 !important;
}

.bg-darken-complement-teal {
  background-color: #3a2128 !important;
}

a.bg-darken-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-teal.paginate_button:hover, a.bg-darken-complement-teal:focus,
button.bg-darken-complement-teal:hover,
button.bg-darken-complement-teal:focus {
  background-color: #1a0e12 !important;
}

.bg-darken-complement-cyan {
  background-color: #351f1c !important;
}

a.bg-darken-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-cyan.paginate_button:hover, a.bg-darken-complement-cyan:focus,
button.bg-darken-complement-cyan:hover,
button.bg-darken-complement-cyan:focus {
  background-color: #130c0a !important;
}

.bg-darken-complement-brown {
  background-color: #0f181c !important;
}

a.bg-darken-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-brown.paginate_button:hover, a.bg-darken-complement-brown:focus,
button.bg-darken-complement-brown:hover,
button.bg-darken-complement-brown:focus {
  background-color: black !important;
}

.bg-darken-complement-negro {
  background-color: #474b55 !important;
}

a.bg-darken-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-negro.paginate_button:hover, a.bg-darken-complement-negro:focus,
button.bg-darken-complement-negro:hover,
button.bg-darken-complement-negro:focus {
  background-color: #2f3339 !important;
}

.bg-darken-complement-dark-blue {
  background-color: #151614 !important;
}

a.bg-darken-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-dark-blue.paginate_button:hover, a.bg-darken-complement-dark-blue:focus,
button.bg-darken-complement-dark-blue:hover,
button.bg-darken-complement-dark-blue:focus {
  background-color: black !important;
}

.bg-darken-complement-dark-green {
  background-color: #0f0b0d !important;
}

a.bg-darken-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-dark-green.paginate_button:hover, a.bg-darken-complement-dark-green:focus,
button.bg-darken-complement-dark-green:hover,
button.bg-darken-complement-dark-green:focus {
  background-color: black !important;
}

.bg-darken-complement-darker-blue {
  background-color: #281815 !important;
}

a.bg-darken-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-darker-blue.paginate_button:hover, a.bg-darken-complement-darker-blue:focus,
button.bg-darken-complement-darker-blue:hover,
button.bg-darken-complement-darker-blue:focus {
  background-color: #070404 !important;
}

.bg-darken-complement-dark {
  background-color: #0c0c0c !important;
}

a.bg-darken-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-dark.paginate_button:hover, a.bg-darken-complement-dark:focus,
button.bg-darken-complement-dark:hover,
button.bg-darken-complement-dark:focus {
  background-color: black !important;
}

.bg-darken-complement-light {
  background-color: #636363 !important;
}

a.bg-darken-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-light.paginate_button:hover, a.bg-darken-complement-light:focus,
button.bg-darken-complement-light:hover,
button.bg-darken-complement-light:focus {
  background-color: #4a4a4a !important;
}

.bg-darken-complement-primary {
  background-color: #261f30 !important;
}

a.bg-darken-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-primary.paginate_button:hover, a.bg-darken-complement-primary:focus,
button.bg-darken-complement-primary:hover,
button.bg-darken-complement-primary:focus {
  background-color: #0e0b11 !important;
}

.bg-darken-complement-secondary {
  background-color: #261f30 !important;
}

a.bg-darken-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-secondary.paginate_button:hover, a.bg-darken-complement-secondary:focus,
button.bg-darken-complement-secondary:hover,
button.bg-darken-complement-secondary:focus {
  background-color: #0e0b11 !important;
}

.bg-darken-complement-success {
  background-color: #261f30 !important;
}

a.bg-darken-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-success.paginate_button:hover, a.bg-darken-complement-success:focus,
button.bg-darken-complement-success:hover,
button.bg-darken-complement-success:focus {
  background-color: #0e0b11 !important;
}

.bg-darken-complement-warning {
  background-color: #1e283f !important;
}

a.bg-darken-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-warning.paginate_button:hover, a.bg-darken-complement-warning:focus,
button.bg-darken-complement-warning:hover,
button.bg-darken-complement-warning:focus {
  background-color: #0e121c !important;
}

.bg-darken-complement-danger {
  background-color: #274441 !important;
}

a.bg-darken-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-danger.paginate_button:hover, a.bg-darken-complement-danger:focus,
button.bg-darken-complement-danger:hover,
button.bg-darken-complement-danger:focus {
  background-color: #142322 !important;
}

.bg-darken-complement-info {
  background-color: #281815 !important;
}

a.bg-darken-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .bg-darken-complement-info.paginate_button:hover, a.bg-darken-complement-info:focus,
button.bg-darken-complement-info:hover,
button.bg-darken-complement-info:focus {
  background-color: #070404 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #729e2e !important;
}

.border-secondary {
  border-color: #729e2e !important;
}

.border-success {
  border-color: #729e2e !important;
}

.border-info {
  border-color: #107e8e !important;
}

.border-warning {
  border-color: #e3a30b !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #fff !important;
}

.border-dark {
  border-color: #1C1D21 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray-100 {
  border-color: #f8f9fa !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.border-gray-600 {
  border-color: #6c757d !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

.border-gray-950 {
  border-color: #101214 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-blue {
  border-color: #009ee3 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-red {
  border-color: #dc3545 !important;
}

.border-dark-red {
  border-color: #990000 !important;
}

.border-reder {
  border-color: #f40000 !important;
}

.border-orange {
  border-color: #e9501d !important;
}

.border-yellow {
  border-color: #e3a30b !important;
}

.border-green {
  border-color: #729e2e !important;
}

.border-greener {
  border-color: #009639 !important;
}

.border-teal {
  border-color: #20c997 !important;
}

.border-cyan {
  border-color: #17a2b8 !important;
}

.border-brown {
  border-color: #61250c !important;
}

.border-negro {
  border-color: #d4cbba !important;
}

.border-dark-blue {
  border-color: #35313c !important;
}

.border-dark-green {
  border-color: #152D23 !important;
}

.border-darker-blue {
  border-color: #107e8e !important;
}

.border-pinkish {
  border-color: #F2ADA7 !important;
}

.border-cyanish {
  border-color: #6BBFB7 !important;
}

.border-complement-blue {
  border-color: #e34500 !important;
}

.border-complement-indigo {
  border-color: #9cf210 !important;
}

.border-complement-purple {
  border-color: #94c142 !important;
}

.border-complement-pink {
  border-color: #3ee89a !important;
}

.border-complement-red {
  border-color: #35dccc !important;
}

.border-complement-orange {
  border-color: #1db6e9 !important;
}

.border-complement-yellow {
  border-color: #0b4be3 !important;
}

.border-complement-green {
  border-color: #5a2e9e !important;
}

.border-complement-teal {
  border-color: #c92052 !important;
}

.border-complement-cyan {
  border-color: #b82d17 !important;
}

.border-complement-brown {
  border-color: #0c4861 !important;
}

.border-complement-negro {
  border-color: #bac3d4 !important;
}

.border-complement-dark-blue {
  border-color: #383c31 !important;
}

.border-complement-dark-green {
  border-color: #2d151f !important;
}

.border-complement-darker-blue {
  border-color: #8e2010 !important;
}

.border-complement-dark {
  border-color: #21201c !important;
}

.border-complement-light {
  border-color: white !important;
}

.border-complement-primary {
  border-color: #5a2e9e !important;
}

.border-complement-secondary {
  border-color: #5a2e9e !important;
}

.border-complement-success {
  border-color: #5a2e9e !important;
}

.border-complement-warning {
  border-color: #0b4be3 !important;
}

.border-complement-danger {
  border-color: #35dccc !important;
}

.border-complement-info {
  border-color: #8e2010 !important;
}

.border-lighten-blue {
  border-color: #8eddff !important;
}

.border-lighten-indigo {
  border-color: #c29ffa !important;
}

.border-lighten-purple {
  border-color: #c5b3e6 !important;
}

.border-lighten-pink {
  border-color: #f6b2d1 !important;
}

.border-lighten-red {
  border-color: #f1aeb5 !important;
}

.border-lighten-orange {
  border-color: #f6b9a5 !important;
}

.border-lighten-yellow {
  border-color: #fadd97 !important;
}

.border-lighten-green {
  border-color: #c9e3a0 !important;
}

.border-lighten-teal {
  border-color: #9ff0d8 !important;
}

.border-lighten-cyan {
  border-color: #93e5f2 !important;
}

.border-lighten-brown {
  border-color: #ed9570 !important;
}

.border-lighten-negro {
  border-color: #eeeae3 !important;
}

.border-lighten-dark-blue {
  border-color: #ada7b7 !important;
}

.border-lighten-dark-green {
  border-color: #86c6ac !important;
}

.border-lighten-darker-blue {
  border-color: #80e2f1 !important;
}

.border-lighten-dark {
  border-color: #9ea1ad !important;
}

.border-lighten-light {
  border-color: white !important;
}

.border-lighten-primary {
  border-color: #c9e3a0 !important;
}

.border-lighten-secondary {
  border-color: #c9e3a0 !important;
}

.border-lighten-success {
  border-color: #c9e3a0 !important;
}

.border-lighten-warning {
  border-color: #fadd97 !important;
}

.border-lighten-danger {
  border-color: #f1aeb5 !important;
}

.border-lighten-info {
  border-color: #80e2f1 !important;
}

.border-lighten-complement-blue {
  border-color: #ffb08e !important;
}

.border-lighten-complement-indigo {
  border-color: #d7fa9f !important;
}

.border-lighten-complement-purple {
  border-color: #d4e6b3 !important;
}

.border-lighten-complement-pink {
  border-color: #b2f6d7 !important;
}

.border-lighten-complement-red {
  border-color: #aef1eb !important;
}

.border-lighten-complement-orange {
  border-color: #a5e2f6 !important;
}

.border-lighten-complement-yellow {
  border-color: #97b4fa !important;
}

.border-lighten-complement-green {
  border-color: #bba0e3 !important;
}

.border-lighten-complement-teal {
  border-color: #f09fb7 !important;
}

.border-lighten-complement-cyan {
  border-color: #f2a093 !important;
}

.border-lighten-complement-brown {
  border-color: #70c9ed !important;
}

.border-lighten-complement-negro {
  border-color: #e3e7ee !important;
}

.border-lighten-complement-dark-blue {
  border-color: #b1b7a7 !important;
}

.border-lighten-complement-dark-green {
  border-color: #c686a1 !important;
}

.border-lighten-complement-darker-blue {
  border-color: #f18f80 !important;
}

.border-lighten-complement-dark {
  border-color: #adaa9e !important;
}

.border-lighten-complement-light {
  border-color: white !important;
}

.border-lighten-complement-primary {
  border-color: #bba0e3 !important;
}

.border-lighten-complement-secondary {
  border-color: #bba0e3 !important;
}

.border-lighten-complement-success {
  border-color: #bba0e3 !important;
}

.border-lighten-complement-warning {
  border-color: #97b4fa !important;
}

.border-lighten-complement-danger {
  border-color: #aef1eb !important;
}

.border-lighten-complement-info {
  border-color: #f18f80 !important;
}

.border-darken-blue {
  border-color: #1b333e !important;
}

.border-darken-indigo {
  border-color: #2e2144 !important;
}

.border-darken-purple {
  border-color: #30293c !important;
}

.border-darken-pink {
  border-color: #4b2838 !important;
}

.border-darken-red {
  border-color: #442729 !important;
}

.border-darken-orange {
  border-color: #432b23 !important;
}

.border-darken-yellow {
  border-color: #3f351e !important;
}

.border-darken-green {
  border-color: #2a301f !important;
}

.border-darken-teal {
  border-color: #213a33 !important;
}

.border-darken-cyan {
  border-color: #1c3135 !important;
}

.border-darken-brown {
  border-color: #1c130f !important;
}

.border-darken-negro {
  border-color: #555047 !important;
}

.border-darken-dark-blue {
  border-color: #151416 !important;
}

.border-darken-dark-green {
  border-color: #0b0f0d !important;
}

.border-darken-darker-blue {
  border-color: #152628 !important;
}

.border-darken-dark {
  border-color: #0c0c0c !important;
}

.border-darken-light {
  border-color: #636363 !important;
}

.border-darken-primary {
  border-color: #2a301f !important;
}

.border-darken-secondary {
  border-color: #2a301f !important;
}

.border-darken-success {
  border-color: #2a301f !important;
}

.border-darken-warning {
  border-color: #3f351e !important;
}

.border-darken-danger {
  border-color: #442729 !important;
}

.border-darken-info {
  border-color: #152628 !important;
}

.border-darken-complement-blue {
  border-color: #3e251b !important;
}

.border-darken-complement-indigo {
  border-color: #374421 !important;
}

.border-darken-complement-purple {
  border-color: #353c29 !important;
}

.border-darken-complement-pink {
  border-color: #284b3b !important;
}

.border-darken-complement-red {
  border-color: #274441 !important;
}

.border-darken-complement-orange {
  border-color: #233b43 !important;
}

.border-darken-complement-yellow {
  border-color: #1e283f !important;
}

.border-darken-complement-green {
  border-color: #261f30 !important;
}

.border-darken-complement-teal {
  border-color: #3a2128 !important;
}

.border-darken-complement-cyan {
  border-color: #351f1c !important;
}

.border-darken-complement-brown {
  border-color: #0f181c !important;
}

.border-darken-complement-negro {
  border-color: #474b55 !important;
}

.border-darken-complement-dark-blue {
  border-color: #151614 !important;
}

.border-darken-complement-dark-green {
  border-color: #0f0b0d !important;
}

.border-darken-complement-darker-blue {
  border-color: #281815 !important;
}

.border-darken-complement-dark {
  border-color: #0c0c0c !important;
}

.border-darken-complement-light {
  border-color: #636363 !important;
}

.border-darken-complement-primary {
  border-color: #261f30 !important;
}

.border-darken-complement-secondary {
  border-color: #261f30 !important;
}

.border-darken-complement-success {
  border-color: #261f30 !important;
}

.border-darken-complement-warning {
  border-color: #1e283f !important;
}

.border-darken-complement-danger {
  border-color: #274441 !important;
}

.border-darken-complement-info {
  border-color: #281815 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded, .workshop .embed-container iframe, .workable .embed-container, .dataTable {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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;
}

.sr-only-focusable:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .sr-only-focusable.paginate_button:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm, .medalla .medalla-title {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1875) !important;
}

.shadow, .workshop .embed-container iframe, .guide .embed-container, .challenge .embed-container, .challenge-solution .embed-container, .dataTable, .pagination, .card, .guide, .challenge, .challenge-solution, .medalla {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875) !important;
}

.shadow-lg, .modal-content {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25), 0 0.5rem 1rem rgba(0, 0, 0, 0.1875) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0, .list-group-item.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

.p-2, .list-group-item {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: "Source Code Pro", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #729e2e !important;
}

a.text-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-primary.paginate_button:hover, a.text-primary:focus {
  color: #47631d !important;
}

.text-secondary {
  color: #729e2e !important;
}

a.text-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-secondary.paginate_button:hover, a.text-secondary:focus {
  color: #47631d !important;
}

.text-success {
  color: #729e2e !important;
}

a.text-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-success.paginate_button:hover, a.text-success:focus {
  color: #47631d !important;
}

.text-info {
  color: #107e8e !important;
}

a.text-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-info.paginate_button:hover, a.text-info:focus {
  color: #084149 !important;
}

.text-warning {
  color: #e3a30b !important;
}

a.text-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-warning.paginate_button:hover, a.text-warning:focus {
  color: #9a6f07 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-danger.paginate_button:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-light.paginate_button:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #1C1D21 !important;
}

a.text-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-dark.paginate_button:hover, a.text-dark:focus {
  color: black !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-white.paginate_button:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

a.text-gray-100:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-100.paginate_button:hover, a.text-gray-100:focus {
  color: #cbd3da !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

a.text-gray-200:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-200.paginate_button:hover, a.text-gray-200:focus {
  color: #bdc6cf !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

a.text-gray-300:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-300.paginate_button:hover, a.text-gray-300:focus {
  color: #b2bcc5 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

a.text-gray-400:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-400.paginate_button:hover, a.text-gray-400:focus {
  color: #a2aeb9 !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

a.text-gray-500:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-500.paginate_button:hover, a.text-gray-500:focus {
  color: #838f9b !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

a.text-gray-600:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-600.paginate_button:hover, a.text-gray-600:focus {
  color: #494f54 !important;
}

.text-gray-700 {
  color: #495057 !important;
}

a.text-gray-700:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-700.paginate_button:hover, a.text-gray-700:focus {
  color: #262a2d !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

a.text-gray-800:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-800.paginate_button:hover, a.text-gray-800:focus {
  color: #121416 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

a.text-gray-900:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-900.paginate_button:hover, a.text-gray-900:focus {
  color: black !important;
}

.text-gray-950 {
  color: #101214 !important;
}

a.text-gray-950:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-gray-950.paginate_button:hover, a.text-gray-950:focus {
  color: black !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-black.paginate_button:hover, a.text-black:focus {
  color: black !important;
}

.text-blue {
  color: #009ee3 !important;
}

a.text-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-blue.paginate_button:hover, a.text-blue:focus {
  color: #006997 !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-indigo.paginate_button:hover, a.text-indigo:focus {
  color: #4709ac !important;
}

.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-purple.paginate_button:hover, a.text-purple:focus {
  color: #4e2d89 !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-pink.paginate_button:hover, a.text-pink:focus {
  color: #c21766 !important;
}

.text-red {
  color: #dc3545 !important;
}

a.text-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-red.paginate_button:hover, a.text-red:focus {
  color: #a71d2a !important;
}

.text-dark-red {
  color: #990000 !important;
}

a.text-dark-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-dark-red.paginate_button:hover, a.text-dark-red:focus {
  color: #4d0000 !important;
}

.text-reder {
  color: #f40000 !important;
}

a.text-reder:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-reder.paginate_button:hover, a.text-reder:focus {
  color: #a80000 !important;
}

.text-orange {
  color: #e9501d !important;
}

a.text-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-orange.paginate_button:hover, a.text-orange:focus {
  color: #a93710 !important;
}

.text-yellow {
  color: #e3a30b !important;
}

a.text-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-yellow.paginate_button:hover, a.text-yellow:focus {
  color: #9a6f07 !important;
}

.text-green {
  color: #729e2e !important;
}

a.text-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-green.paginate_button:hover, a.text-green:focus {
  color: #47631d !important;
}

.text-greener {
  color: #009639 !important;
}

a.text-greener:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-greener.paginate_button:hover, a.text-greener:focus {
  color: #004a1c !important;
}

.text-teal {
  color: #20c997 !important;
}

a.text-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-teal.paginate_button:hover, a.text-teal:focus {
  color: #158765 !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

a.text-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-cyan.paginate_button:hover, a.text-cyan:focus {
  color: #0f6674 !important;
}

.text-brown {
  color: #61250c !important;
}

a.text-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-brown.paginate_button:hover, a.text-brown:focus {
  color: #1d0b04 !important;
}

.text-negro {
  color: #d4cbba !important;
}

a.text-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-negro.paginate_button:hover, a.text-negro:focus {
  color: #b7a78b !important;
}

.text-dark-blue {
  color: #35313c !important;
}

a.text-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-dark-blue.paginate_button:hover, a.text-dark-blue:focus {
  color: #100f12 !important;
}

.text-dark-green {
  color: #152D23 !important;
}

a.text-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-dark-green.paginate_button:hover, a.text-dark-green:focus {
  color: black !important;
}

.text-darker-blue {
  color: #107e8e !important;
}

a.text-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darker-blue.paginate_button:hover, a.text-darker-blue:focus {
  color: #084149 !important;
}

.text-pinkish {
  color: #F2ADA7 !important;
}

a.text-pinkish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-pinkish.paginate_button:hover, a.text-pinkish:focus {
  color: #e86f64 !important;
}

.text-cyanish {
  color: #6BBFB7 !important;
}

a.text-cyanish:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-cyanish.paginate_button:hover, a.text-cyanish:focus {
  color: #439b92 !important;
}

.text-complement-blue {
  color: #e34500 !important;
}

a.text-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-blue.paginate_button:hover, a.text-complement-blue:focus {
  color: #972e00 !important;
}

.text-complement-indigo {
  color: #9cf210 !important;
}

a.text-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-indigo.paginate_button:hover, a.text-complement-indigo:focus {
  color: #6eac09 !important;
}

.text-complement-purple {
  color: #94c142 !important;
}

a.text-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-purple.paginate_button:hover, a.text-complement-purple:focus {
  color: #69892d !important;
}

.text-complement-pink {
  color: #3ee89a !important;
}

a.text-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-pink.paginate_button:hover, a.text-complement-pink:focus {
  color: #17c274 !important;
}

.text-complement-red {
  color: #35dccc !important;
}

a.text-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-red.paginate_button:hover, a.text-complement-red:focus {
  color: #1da79a !important;
}

.text-complement-orange {
  color: #1db6e9 !important;
}

a.text-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-orange.paginate_button:hover, a.text-complement-orange:focus {
  color: #1083a9 !important;
}

.text-complement-yellow {
  color: #0b4be3 !important;
}

a.text-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-yellow.paginate_button:hover, a.text-complement-yellow:focus {
  color: #07339a !important;
}

.text-complement-green {
  color: #5a2e9e !important;
}

a.text-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-green.paginate_button:hover, a.text-complement-green:focus {
  color: #381d63 !important;
}

.text-complement-teal {
  color: #c92052 !important;
}

a.text-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-teal.paginate_button:hover, a.text-complement-teal:focus {
  color: #871537 !important;
}

.text-complement-cyan {
  color: #b82d17 !important;
}

a.text-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-cyan.paginate_button:hover, a.text-complement-cyan:focus {
  color: #741c0f !important;
}

.text-complement-brown {
  color: #0c4861 !important;
}

a.text-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-brown.paginate_button:hover, a.text-complement-brown:focus {
  color: #04151d !important;
}

.text-complement-negro {
  color: #bac3d4 !important;
}

a.text-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-negro.paginate_button:hover, a.text-complement-negro:focus {
  color: #8b9ab7 !important;
}

.text-complement-dark-blue {
  color: #383c31 !important;
}

a.text-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-dark-blue.paginate_button:hover, a.text-complement-dark-blue:focus {
  color: #11120f !important;
}

.text-complement-dark-green {
  color: #2d151f !important;
}

a.text-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-dark-green.paginate_button:hover, a.text-complement-dark-green:focus {
  color: black !important;
}

.text-complement-darker-blue {
  color: #8e2010 !important;
}

a.text-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-darker-blue.paginate_button:hover, a.text-complement-darker-blue:focus {
  color: #491108 !important;
}

.text-complement-dark {
  color: #21201c !important;
}

a.text-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-dark.paginate_button:hover, a.text-complement-dark:focus {
  color: black !important;
}

.text-complement-light {
  color: white !important;
}

a.text-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-light.paginate_button:hover, a.text-complement-light:focus {
  color: #d9d9d9 !important;
}

.text-complement-primary {
  color: #5a2e9e !important;
}

a.text-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-primary.paginate_button:hover, a.text-complement-primary:focus {
  color: #381d63 !important;
}

.text-complement-secondary {
  color: #5a2e9e !important;
}

a.text-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-secondary.paginate_button:hover, a.text-complement-secondary:focus {
  color: #381d63 !important;
}

.text-complement-success {
  color: #5a2e9e !important;
}

a.text-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-success.paginate_button:hover, a.text-complement-success:focus {
  color: #381d63 !important;
}

.text-complement-warning {
  color: #0b4be3 !important;
}

a.text-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-warning.paginate_button:hover, a.text-complement-warning:focus {
  color: #07339a !important;
}

.text-complement-danger {
  color: #35dccc !important;
}

a.text-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-danger.paginate_button:hover, a.text-complement-danger:focus {
  color: #1da79a !important;
}

.text-complement-info {
  color: #8e2010 !important;
}

a.text-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-complement-info.paginate_button:hover, a.text-complement-info:focus {
  color: #491108 !important;
}

.text-lighten-blue {
  color: #8eddff !important;
}

a.text-lighten-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-blue.paginate_button:hover, a.text-lighten-blue:focus {
  color: #41c5ff !important;
}

.text-lighten-indigo {
  color: #c29ffa !important;
}

a.text-lighten-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-indigo.paginate_button:hover, a.text-lighten-indigo:focus {
  color: #9357f6 !important;
}

.text-lighten-purple {
  color: #c5b3e6 !important;
}

a.text-lighten-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-purple.paginate_button:hover, a.text-lighten-purple:focus {
  color: #9a7ad3 !important;
}

.text-lighten-pink {
  color: #f6b2d1 !important;
}

a.text-lighten-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-pink.paginate_button:hover, a.text-lighten-pink:focus {
  color: #ee6da8 !important;
}

.text-lighten-red {
  color: #f1aeb5 !important;
}

a.text-lighten-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-red.paginate_button:hover, a.text-lighten-red:focus {
  color: #e66d79 !important;
}

.text-lighten-orange {
  color: #f6b9a5 !important;
}

a.text-lighten-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-orange.paginate_button:hover, a.text-lighten-orange:focus {
  color: #ef835f !important;
}

.text-lighten-yellow {
  color: #fadd97 !important;
}

a.text-lighten-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-yellow.paginate_button:hover, a.text-lighten-yellow:focus {
  color: #f6c54e !important;
}

.text-lighten-green {
  color: #c9e3a0 !important;
}

a.text-lighten-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-green.paginate_button:hover, a.text-lighten-green:focus {
  color: #a7d265 !important;
}

.text-lighten-teal {
  color: #9ff0d8 !important;
}

a.text-lighten-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-teal.paginate_button:hover, a.text-lighten-teal:focus {
  color: #5de5bd !important;
}

.text-lighten-cyan {
  color: #93e5f2 !important;
}

a.text-lighten-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-cyan.paginate_button:hover, a.text-lighten-cyan:focus {
  color: #4fd4e9 !important;
}

.text-lighten-brown {
  color: #ed9570 !important;
}

a.text-lighten-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-brown.paginate_button:hover, a.text-lighten-brown:focus {
  color: #e5632c !important;
}

.text-lighten-negro {
  color: #eeeae3 !important;
}

a.text-lighten-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-negro.paginate_button:hover, a.text-lighten-negro:focus {
  color: #d0c7b4 !important;
}

.text-lighten-dark-blue {
  color: #ada7b7 !important;
}

a.text-lighten-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-dark-blue.paginate_button:hover, a.text-lighten-dark-blue:focus {
  color: #857d95 !important;
}

.text-lighten-dark-green {
  color: #86c6ac !important;
}

a.text-lighten-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-dark-green.paginate_button:hover, a.text-lighten-dark-green:focus {
  color: #52ae88 !important;
}

.text-lighten-darker-blue {
  color: #80e2f1 !important;
}

a.text-lighten-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-darker-blue.paginate_button:hover, a.text-lighten-darker-blue:focus {
  color: #3cd3e9 !important;
}

.text-lighten-dark {
  color: #9ea1ad !important;
}

a.text-lighten-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-dark.paginate_button:hover, a.text-lighten-dark:focus {
  color: #757989 !important;
}

.text-lighten-light {
  color: white !important;
}

a.text-lighten-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-light.paginate_button:hover, a.text-lighten-light:focus {
  color: #d9d9d9 !important;
}

.text-lighten-primary {
  color: #c9e3a0 !important;
}

a.text-lighten-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-primary.paginate_button:hover, a.text-lighten-primary:focus {
  color: #a7d265 !important;
}

.text-lighten-secondary {
  color: #c9e3a0 !important;
}

a.text-lighten-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-secondary.paginate_button:hover, a.text-lighten-secondary:focus {
  color: #a7d265 !important;
}

.text-lighten-success {
  color: #c9e3a0 !important;
}

a.text-lighten-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-success.paginate_button:hover, a.text-lighten-success:focus {
  color: #a7d265 !important;
}

.text-lighten-warning {
  color: #fadd97 !important;
}

a.text-lighten-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-warning.paginate_button:hover, a.text-lighten-warning:focus {
  color: #f6c54e !important;
}

.text-lighten-danger {
  color: #f1aeb5 !important;
}

a.text-lighten-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-danger.paginate_button:hover, a.text-lighten-danger:focus {
  color: #e66d79 !important;
}

.text-lighten-info {
  color: #80e2f1 !important;
}

a.text-lighten-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-info.paginate_button:hover, a.text-lighten-info:focus {
  color: #3cd3e9 !important;
}

.text-lighten-complement-blue {
  color: #ffb08e !important;
}

a.text-lighten-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-blue.paginate_button:hover, a.text-lighten-complement-blue:focus {
  color: #ff7b41 !important;
}

.text-lighten-complement-indigo {
  color: #d7fa9f !important;
}

a.text-lighten-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-indigo.paginate_button:hover, a.text-lighten-complement-indigo:focus {
  color: #b9f657 !important;
}

.text-lighten-complement-purple {
  color: #d4e6b3 !important;
}

a.text-lighten-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-purple.paginate_button:hover, a.text-lighten-complement-purple:focus {
  color: #b4d37a !important;
}

.text-lighten-complement-pink {
  color: #b2f6d7 !important;
}

a.text-lighten-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-pink.paginate_button:hover, a.text-lighten-complement-pink:focus {
  color: #6deeb3 !important;
}

.text-lighten-complement-red {
  color: #aef1eb !important;
}

a.text-lighten-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-red.paginate_button:hover, a.text-lighten-complement-red:focus {
  color: #6de6da !important;
}

.text-lighten-complement-orange {
  color: #a5e2f6 !important;
}

a.text-lighten-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-orange.paginate_button:hover, a.text-lighten-complement-orange:focus {
  color: #5fcbef !important;
}

.text-lighten-complement-yellow {
  color: #97b4fa !important;
}

a.text-lighten-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-yellow.paginate_button:hover, a.text-lighten-complement-yellow:focus {
  color: #4e80f6 !important;
}

.text-lighten-complement-green {
  color: #bba0e3 !important;
}

a.text-lighten-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-green.paginate_button:hover, a.text-lighten-complement-green:focus {
  color: #9065d2 !important;
}

.text-lighten-complement-teal {
  color: #f09fb7 !important;
}

a.text-lighten-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-teal.paginate_button:hover, a.text-lighten-complement-teal:focus {
  color: #e55d86 !important;
}

.text-lighten-complement-cyan {
  color: #f2a093 !important;
}

a.text-lighten-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-cyan.paginate_button:hover, a.text-lighten-complement-cyan:focus {
  color: #e9644f !important;
}

.text-lighten-complement-brown {
  color: #70c9ed !important;
}

a.text-lighten-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-brown.paginate_button:hover, a.text-lighten-complement-brown:focus {
  color: #2cafe5 !important;
}

.text-lighten-complement-negro {
  color: #e3e7ee !important;
}

a.text-lighten-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-negro.paginate_button:hover, a.text-lighten-complement-negro:focus {
  color: #b4bed0 !important;
}

.text-lighten-complement-dark-blue {
  color: #b1b7a7 !important;
}

a.text-lighten-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-dark-blue.paginate_button:hover, a.text-lighten-complement-dark-blue:focus {
  color: #8c957d !important;
}

.text-lighten-complement-dark-green {
  color: #c686a1 !important;
}

a.text-lighten-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-dark-green.paginate_button:hover, a.text-lighten-complement-dark-green:focus {
  color: #ae5278 !important;
}

.text-lighten-complement-darker-blue {
  color: #f18f80 !important;
}

a.text-lighten-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-darker-blue.paginate_button:hover, a.text-lighten-complement-darker-blue:focus {
  color: #e9523c !important;
}

.text-lighten-complement-dark {
  color: #adaa9e !important;
}

a.text-lighten-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-dark.paginate_button:hover, a.text-lighten-complement-dark:focus {
  color: #898575 !important;
}

.text-lighten-complement-light {
  color: white !important;
}

a.text-lighten-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-light.paginate_button:hover, a.text-lighten-complement-light:focus {
  color: #d9d9d9 !important;
}

.text-lighten-complement-primary {
  color: #bba0e3 !important;
}

a.text-lighten-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-primary.paginate_button:hover, a.text-lighten-complement-primary:focus {
  color: #9065d2 !important;
}

.text-lighten-complement-secondary {
  color: #bba0e3 !important;
}

a.text-lighten-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-secondary.paginate_button:hover, a.text-lighten-complement-secondary:focus {
  color: #9065d2 !important;
}

.text-lighten-complement-success {
  color: #bba0e3 !important;
}

a.text-lighten-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-success.paginate_button:hover, a.text-lighten-complement-success:focus {
  color: #9065d2 !important;
}

.text-lighten-complement-warning {
  color: #97b4fa !important;
}

a.text-lighten-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-warning.paginate_button:hover, a.text-lighten-complement-warning:focus {
  color: #4e80f6 !important;
}

.text-lighten-complement-danger {
  color: #aef1eb !important;
}

a.text-lighten-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-danger.paginate_button:hover, a.text-lighten-complement-danger:focus {
  color: #6de6da !important;
}

.text-lighten-complement-info {
  color: #f18f80 !important;
}

a.text-lighten-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-lighten-complement-info.paginate_button:hover, a.text-lighten-complement-info:focus {
  color: #e9523c !important;
}

.text-darken-blue {
  color: #1b333e !important;
}

a.text-darken-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-blue.paginate_button:hover, a.text-darken-blue:focus {
  color: #040708 !important;
}

.text-darken-indigo {
  color: #2e2144 !important;
}

a.text-darken-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-indigo.paginate_button:hover, a.text-darken-indigo:focus {
  color: #0b0810 !important;
}

.text-darken-purple {
  color: #30293c !important;
}

a.text-darken-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-purple.paginate_button:hover, a.text-darken-purple:focus {
  color: #0c0a0f !important;
}

.text-darken-pink {
  color: #4b2838 !important;
}

a.text-darken-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-pink.paginate_button:hover, a.text-darken-pink:focus {
  color: #190d13 !important;
}

.text-darken-red {
  color: #442729 !important;
}

a.text-darken-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-red.paginate_button:hover, a.text-darken-red:focus {
  color: #130b0c !important;
}

.text-darken-orange {
  color: #432b23 !important;
}

a.text-darken-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-orange.paginate_button:hover, a.text-darken-orange:focus {
  color: #110b09 !important;
}

.text-darken-yellow {
  color: #3f351e !important;
}

a.text-darken-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-yellow.paginate_button:hover, a.text-darken-yellow:focus {
  color: #0b0905 !important;
}

.text-darken-green {
  color: #2a301f !important;
}

a.text-darken-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-green.paginate_button:hover, a.text-darken-green:focus {
  color: #020201 !important;
}

.text-darken-teal {
  color: #213a33 !important;
}

a.text-darken-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-teal.paginate_button:hover, a.text-darken-teal:focus {
  color: #050908 !important;
}

.text-darken-cyan {
  color: #1c3135 !important;
}

a.text-darken-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-cyan.paginate_button:hover, a.text-darken-cyan:focus {
  color: #010303 !important;
}

.text-darken-brown {
  color: #1c130f !important;
}

a.text-darken-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-brown.paginate_button:hover, a.text-darken-brown:focus {
  color: black !important;
}

.text-darken-negro {
  color: #555047 !important;
}

a.text-darken-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-negro.paginate_button:hover, a.text-darken-negro:focus {
  color: #2b2824 !important;
}

.text-darken-dark-blue {
  color: #151416 !important;
}

a.text-darken-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-dark-blue.paginate_button:hover, a.text-darken-dark-blue:focus {
  color: black !important;
}

.text-darken-dark-green {
  color: #0b0f0d !important;
}

a.text-darken-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-dark-green.paginate_button:hover, a.text-darken-dark-green:focus {
  color: black !important;
}

.text-darken-darker-blue {
  color: #152628 !important;
}

a.text-darken-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-darker-blue.paginate_button:hover, a.text-darken-darker-blue:focus {
  color: black !important;
}

.text-darken-dark {
  color: #0c0c0c !important;
}

a.text-darken-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-dark.paginate_button:hover, a.text-darken-dark:focus {
  color: black !important;
}

.text-darken-light {
  color: #636363 !important;
}

a.text-darken-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-light.paginate_button:hover, a.text-darken-light:focus {
  color: #3d3d3d !important;
}

.text-darken-primary {
  color: #2a301f !important;
}

a.text-darken-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-primary.paginate_button:hover, a.text-darken-primary:focus {
  color: #020201 !important;
}

.text-darken-secondary {
  color: #2a301f !important;
}

a.text-darken-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-secondary.paginate_button:hover, a.text-darken-secondary:focus {
  color: #020201 !important;
}

.text-darken-success {
  color: #2a301f !important;
}

a.text-darken-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-success.paginate_button:hover, a.text-darken-success:focus {
  color: #020201 !important;
}

.text-darken-warning {
  color: #3f351e !important;
}

a.text-darken-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-warning.paginate_button:hover, a.text-darken-warning:focus {
  color: #0b0905 !important;
}

.text-darken-danger {
  color: #442729 !important;
}

a.text-darken-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-danger.paginate_button:hover, a.text-darken-danger:focus {
  color: #130b0c !important;
}

.text-darken-info {
  color: #152628 !important;
}

a.text-darken-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-info.paginate_button:hover, a.text-darken-info:focus {
  color: black !important;
}

.text-darken-complement-blue {
  color: #3e251b !important;
}

a.text-darken-complement-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-blue.paginate_button:hover, a.text-darken-complement-blue:focus {
  color: #080504 !important;
}

.text-darken-complement-indigo {
  color: #374421 !important;
}

a.text-darken-complement-indigo:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-indigo.paginate_button:hover, a.text-darken-complement-indigo:focus {
  color: #0d1008 !important;
}

.text-darken-complement-purple {
  color: #353c29 !important;
}

a.text-darken-complement-purple:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-purple.paginate_button:hover, a.text-darken-complement-purple:focus {
  color: #0d0f0a !important;
}

.text-darken-complement-pink {
  color: #284b3b !important;
}

a.text-darken-complement-pink:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-pink.paginate_button:hover, a.text-darken-complement-pink:focus {
  color: #0d1914 !important;
}

.text-darken-complement-red {
  color: #274441 !important;
}

a.text-darken-complement-red:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-red.paginate_button:hover, a.text-darken-complement-red:focus {
  color: #0b1312 !important;
}

.text-darken-complement-orange {
  color: #233b43 !important;
}

a.text-darken-complement-orange:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-orange.paginate_button:hover, a.text-darken-complement-orange:focus {
  color: #090f11 !important;
}

.text-darken-complement-yellow {
  color: #1e283f !important;
}

a.text-darken-complement-yellow:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-yellow.paginate_button:hover, a.text-darken-complement-yellow:focus {
  color: #05070b !important;
}

.text-darken-complement-green {
  color: #261f30 !important;
}

a.text-darken-complement-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-green.paginate_button:hover, a.text-darken-complement-green:focus {
  color: #010102 !important;
}

.text-darken-complement-teal {
  color: #3a2128 !important;
}

a.text-darken-complement-teal:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-teal.paginate_button:hover, a.text-darken-complement-teal:focus {
  color: #090506 !important;
}

.text-darken-complement-cyan {
  color: #351f1c !important;
}

a.text-darken-complement-cyan:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-cyan.paginate_button:hover, a.text-darken-complement-cyan:focus {
  color: #030201 !important;
}

.text-darken-complement-brown {
  color: #0f181c !important;
}

a.text-darken-complement-brown:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-brown.paginate_button:hover, a.text-darken-complement-brown:focus {
  color: black !important;
}

.text-darken-complement-negro {
  color: #474b55 !important;
}

a.text-darken-complement-negro:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-negro.paginate_button:hover, a.text-darken-complement-negro:focus {
  color: #24262b !important;
}

.text-darken-complement-dark-blue {
  color: #151614 !important;
}

a.text-darken-complement-dark-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-dark-blue.paginate_button:hover, a.text-darken-complement-dark-blue:focus {
  color: black !important;
}

.text-darken-complement-dark-green {
  color: #0f0b0d !important;
}

a.text-darken-complement-dark-green:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-dark-green.paginate_button:hover, a.text-darken-complement-dark-green:focus {
  color: black !important;
}

.text-darken-complement-darker-blue {
  color: #281815 !important;
}

a.text-darken-complement-darker-blue:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-darker-blue.paginate_button:hover, a.text-darken-complement-darker-blue:focus {
  color: black !important;
}

.text-darken-complement-dark {
  color: #0c0c0c !important;
}

a.text-darken-complement-dark:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-dark.paginate_button:hover, a.text-darken-complement-dark:focus {
  color: black !important;
}

.text-darken-complement-light {
  color: #636363 !important;
}

a.text-darken-complement-light:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-light.paginate_button:hover, a.text-darken-complement-light:focus {
  color: #3d3d3d !important;
}

.text-darken-complement-primary {
  color: #261f30 !important;
}

a.text-darken-complement-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-primary.paginate_button:hover, a.text-darken-complement-primary:focus {
  color: #010102 !important;
}

.text-darken-complement-secondary {
  color: #261f30 !important;
}

a.text-darken-complement-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-secondary.paginate_button:hover, a.text-darken-complement-secondary:focus {
  color: #010102 !important;
}

.text-darken-complement-success {
  color: #261f30 !important;
}

a.text-darken-complement-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-success.paginate_button:hover, a.text-darken-complement-success:focus {
  color: #010102 !important;
}

.text-darken-complement-warning {
  color: #1e283f !important;
}

a.text-darken-complement-warning:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-warning.paginate_button:hover, a.text-darken-complement-warning:focus {
  color: #05070b !important;
}

.text-darken-complement-danger {
  color: #274441 !important;
}

a.text-darken-complement-danger:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-danger.paginate_button:hover, a.text-darken-complement-danger:focus {
  color: #0b1312 !important;
}

.text-darken-complement-info {
  color: #281815 !important;
}

a.text-darken-complement-info:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-darken-complement-info.paginate_button:hover, a.text-darken-complement-info:focus {
  color: black !important;
}

.text-body {
  color: #f8f9fa !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .dataTable {
    border-collapse: collapse !important;
  }
  .table td, .dataTable td,
.table th,
.dataTable th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th, .dataTable .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

* {
  animation-timing-function: ease-in-out;
  transition: 0.05s;
}

.medalla {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 75%;
  padding: 0.25rem;
}

.medalla .medalla-title {
  position: absolute;
  margin: 0 auto;
  padding: 0.25rem 0.125rem;
  text-align: center;
  top: 0.75rem;
  line-height: 1;
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  top: 2.5rem;
}

.medalla .medalla-icon {
  position: absolute;
  top: 1rem;
}

.medalla .svg {
  filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.25));
}

.fill-primary {
  fill: #729e2e !important;
}

.fill-secondary {
  fill: #729e2e !important;
}

.fill-success {
  fill: #729e2e !important;
}

.fill-info {
  fill: #107e8e !important;
}

.fill-warning {
  fill: #e3a30b !important;
}

.fill-danger {
  fill: #dc3545 !important;
}

.fill-light {
  fill: #fff !important;
}

.fill-dark {
  fill: #1C1D21 !important;
}

.fill-white {
  fill: #fff !important;
}

.fill-gray-100 {
  fill: #f8f9fa !important;
}

.fill-gray-200 {
  fill: #e9ecef !important;
}

.fill-gray-300 {
  fill: #dee2e6 !important;
}

.fill-gray-400 {
  fill: #ced4da !important;
}

.fill-gray-500 {
  fill: #adb5bd !important;
}

.fill-gray-600 {
  fill: #6c757d !important;
}

.fill-gray-700 {
  fill: #495057 !important;
}

.fill-gray-800 {
  fill: #343a40 !important;
}

.fill-gray-900 {
  fill: #212529 !important;
}

.fill-gray-950 {
  fill: #101214 !important;
}

.fill-black {
  fill: #000 !important;
}

.fill-blue {
  fill: #009ee3 !important;
}

.fill-indigo {
  fill: #6610f2 !important;
}

.fill-purple {
  fill: #6f42c1 !important;
}

.fill-pink {
  fill: #e83e8c !important;
}

.fill-red {
  fill: #dc3545 !important;
}

.fill-dark-red {
  fill: #990000 !important;
}

.fill-reder {
  fill: #f40000 !important;
}

.fill-orange {
  fill: #e9501d !important;
}

.fill-yellow {
  fill: #e3a30b !important;
}

.fill-green {
  fill: #729e2e !important;
}

.fill-greener {
  fill: #009639 !important;
}

.fill-teal {
  fill: #20c997 !important;
}

.fill-cyan {
  fill: #17a2b8 !important;
}

.fill-brown {
  fill: #61250c !important;
}

.fill-negro {
  fill: #d4cbba !important;
}

.fill-dark-blue {
  fill: #35313c !important;
}

.fill-dark-green {
  fill: #152D23 !important;
}

.fill-darker-blue {
  fill: #107e8e !important;
}

.fill-pinkish {
  fill: #F2ADA7 !important;
}

.fill-cyanish {
  fill: #6BBFB7 !important;
}

.fill-complement-blue {
  fill: #e34500 !important;
}

.fill-complement-indigo {
  fill: #9cf210 !important;
}

.fill-complement-purple {
  fill: #94c142 !important;
}

.fill-complement-pink {
  fill: #3ee89a !important;
}

.fill-complement-red {
  fill: #35dccc !important;
}

.fill-complement-orange {
  fill: #1db6e9 !important;
}

.fill-complement-yellow {
  fill: #0b4be3 !important;
}

.fill-complement-green {
  fill: #5a2e9e !important;
}

.fill-complement-teal {
  fill: #c92052 !important;
}

.fill-complement-cyan {
  fill: #b82d17 !important;
}

.fill-complement-brown {
  fill: #0c4861 !important;
}

.fill-complement-negro {
  fill: #bac3d4 !important;
}

.fill-complement-dark-blue {
  fill: #383c31 !important;
}

.fill-complement-dark-green {
  fill: #2d151f !important;
}

.fill-complement-darker-blue {
  fill: #8e2010 !important;
}

.fill-complement-dark {
  fill: #21201c !important;
}

.fill-complement-light {
  fill: white !important;
}

.fill-complement-primary {
  fill: #5a2e9e !important;
}

.fill-complement-secondary {
  fill: #5a2e9e !important;
}

.fill-complement-success {
  fill: #5a2e9e !important;
}

.fill-complement-warning {
  fill: #0b4be3 !important;
}

.fill-complement-danger {
  fill: #35dccc !important;
}

.fill-complement-info {
  fill: #8e2010 !important;
}

.fill-lighten-blue {
  fill: #8eddff !important;
}

.fill-lighten-indigo {
  fill: #c29ffa !important;
}

.fill-lighten-purple {
  fill: #c5b3e6 !important;
}

.fill-lighten-pink {
  fill: #f6b2d1 !important;
}

.fill-lighten-red {
  fill: #f1aeb5 !important;
}

.fill-lighten-orange {
  fill: #f6b9a5 !important;
}

.fill-lighten-yellow {
  fill: #fadd97 !important;
}

.fill-lighten-green {
  fill: #c9e3a0 !important;
}

.fill-lighten-teal {
  fill: #9ff0d8 !important;
}

.fill-lighten-cyan {
  fill: #93e5f2 !important;
}

.fill-lighten-brown {
  fill: #ed9570 !important;
}

.fill-lighten-negro {
  fill: #eeeae3 !important;
}

.fill-lighten-dark-blue {
  fill: #ada7b7 !important;
}

.fill-lighten-dark-green {
  fill: #86c6ac !important;
}

.fill-lighten-darker-blue {
  fill: #80e2f1 !important;
}

.fill-lighten-dark {
  fill: #9ea1ad !important;
}

.fill-lighten-light {
  fill: white !important;
}

.fill-lighten-primary {
  fill: #c9e3a0 !important;
}

.fill-lighten-secondary {
  fill: #c9e3a0 !important;
}

.fill-lighten-success {
  fill: #c9e3a0 !important;
}

.fill-lighten-warning {
  fill: #fadd97 !important;
}

.fill-lighten-danger {
  fill: #f1aeb5 !important;
}

.fill-lighten-info {
  fill: #80e2f1 !important;
}

.fill-lighten-complement-blue {
  fill: #ffb08e !important;
}

.fill-lighten-complement-indigo {
  fill: #d7fa9f !important;
}

.fill-lighten-complement-purple {
  fill: #d4e6b3 !important;
}

.fill-lighten-complement-pink {
  fill: #b2f6d7 !important;
}

.fill-lighten-complement-red {
  fill: #aef1eb !important;
}

.fill-lighten-complement-orange {
  fill: #a5e2f6 !important;
}

.fill-lighten-complement-yellow {
  fill: #97b4fa !important;
}

.fill-lighten-complement-green {
  fill: #bba0e3 !important;
}

.fill-lighten-complement-teal {
  fill: #f09fb7 !important;
}

.fill-lighten-complement-cyan {
  fill: #f2a093 !important;
}

.fill-lighten-complement-brown {
  fill: #70c9ed !important;
}

.fill-lighten-complement-negro {
  fill: #e3e7ee !important;
}

.fill-lighten-complement-dark-blue {
  fill: #b1b7a7 !important;
}

.fill-lighten-complement-dark-green {
  fill: #c686a1 !important;
}

.fill-lighten-complement-darker-blue {
  fill: #f18f80 !important;
}

.fill-lighten-complement-dark {
  fill: #adaa9e !important;
}

.fill-lighten-complement-light {
  fill: white !important;
}

.fill-lighten-complement-primary {
  fill: #bba0e3 !important;
}

.fill-lighten-complement-secondary {
  fill: #bba0e3 !important;
}

.fill-lighten-complement-success {
  fill: #bba0e3 !important;
}

.fill-lighten-complement-warning {
  fill: #97b4fa !important;
}

.fill-lighten-complement-danger {
  fill: #aef1eb !important;
}

.fill-lighten-complement-info {
  fill: #f18f80 !important;
}

.fill-darken-blue {
  fill: #1b333e !important;
}

.fill-darken-indigo {
  fill: #2e2144 !important;
}

.fill-darken-purple {
  fill: #30293c !important;
}

.fill-darken-pink {
  fill: #4b2838 !important;
}

.fill-darken-red {
  fill: #442729 !important;
}

.fill-darken-orange {
  fill: #432b23 !important;
}

.fill-darken-yellow {
  fill: #3f351e !important;
}

.fill-darken-green {
  fill: #2a301f !important;
}

.fill-darken-teal {
  fill: #213a33 !important;
}

.fill-darken-cyan {
  fill: #1c3135 !important;
}

.fill-darken-brown {
  fill: #1c130f !important;
}

.fill-darken-negro {
  fill: #555047 !important;
}

.fill-darken-dark-blue {
  fill: #151416 !important;
}

.fill-darken-dark-green {
  fill: #0b0f0d !important;
}

.fill-darken-darker-blue {
  fill: #152628 !important;
}

.fill-darken-dark {
  fill: #0c0c0c !important;
}

.fill-darken-light {
  fill: #636363 !important;
}

.fill-darken-primary {
  fill: #2a301f !important;
}

.fill-darken-secondary {
  fill: #2a301f !important;
}

.fill-darken-success {
  fill: #2a301f !important;
}

.fill-darken-warning {
  fill: #3f351e !important;
}

.fill-darken-danger {
  fill: #442729 !important;
}

.fill-darken-info {
  fill: #152628 !important;
}

.fill-darken-complement-blue {
  fill: #3e251b !important;
}

.fill-darken-complement-indigo {
  fill: #374421 !important;
}

.fill-darken-complement-purple {
  fill: #353c29 !important;
}

.fill-darken-complement-pink {
  fill: #284b3b !important;
}

.fill-darken-complement-red {
  fill: #274441 !important;
}

.fill-darken-complement-orange {
  fill: #233b43 !important;
}

.fill-darken-complement-yellow {
  fill: #1e283f !important;
}

.fill-darken-complement-green {
  fill: #261f30 !important;
}

.fill-darken-complement-teal {
  fill: #3a2128 !important;
}

.fill-darken-complement-cyan {
  fill: #351f1c !important;
}

.fill-darken-complement-brown {
  fill: #0f181c !important;
}

.fill-darken-complement-negro {
  fill: #474b55 !important;
}

.fill-darken-complement-dark-blue {
  fill: #151614 !important;
}

.fill-darken-complement-dark-green {
  fill: #0f0b0d !important;
}

.fill-darken-complement-darker-blue {
  fill: #281815 !important;
}

.fill-darken-complement-dark {
  fill: #0c0c0c !important;
}

.fill-darken-complement-light {
  fill: #636363 !important;
}

.fill-darken-complement-primary {
  fill: #261f30 !important;
}

.fill-darken-complement-secondary {
  fill: #261f30 !important;
}

.fill-darken-complement-success {
  fill: #261f30 !important;
}

.fill-darken-complement-warning {
  fill: #1e283f !important;
}

.fill-darken-complement-danger {
  fill: #274441 !important;
}

.fill-darken-complement-info {
  fill: #281815 !important;
}

.bg-primary-gradient {
  background-color: #729e2e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-secondary-gradient {
  background-color: #729e2e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-success-gradient {
  background-color: #729e2e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-info-gradient {
  background-color: #107e8e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-warning-gradient {
  background-color: #e3a30b !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-danger-gradient {
  background-color: #dc3545 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-light-gradient {
  background-color: #fff !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-dark-gradient {
  background-color: #1C1D21 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-white-gradient {
  background-color: #fff !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-100-gradient {
  background-color: #f8f9fa !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-200-gradient {
  background-color: #e9ecef !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-300-gradient {
  background-color: #dee2e6 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-400-gradient {
  background-color: #ced4da !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-500-gradient {
  background-color: #adb5bd !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-600-gradient {
  background-color: #6c757d !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-700-gradient {
  background-color: #495057 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-800-gradient {
  background-color: #343a40 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-900-gradient {
  background-color: #212529 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-gray-950-gradient {
  background-color: #101214 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-black-gradient {
  background-color: #000 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-blue-gradient {
  background-color: #009ee3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-indigo-gradient {
  background-color: #6610f2 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-purple-gradient {
  background-color: #6f42c1 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-pink-gradient {
  background-color: #e83e8c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-red-gradient {
  background-color: #dc3545 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-dark-red-gradient {
  background-color: #990000 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-reder-gradient {
  background-color: #f40000 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-orange-gradient {
  background-color: #e9501d !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-yellow-gradient {
  background-color: #e3a30b !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-green-gradient {
  background-color: #729e2e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-greener-gradient {
  background-color: #009639 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-teal-gradient {
  background-color: #20c997 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-cyan-gradient {
  background-color: #17a2b8 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-brown-gradient {
  background-color: #61250c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-negro-gradient {
  background-color: #d4cbba !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-dark-blue-gradient {
  background-color: #35313c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-dark-green-gradient {
  background-color: #152D23 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darker-blue-gradient {
  background-color: #107e8e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-pinkish-gradient {
  background-color: #F2ADA7 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-cyanish-gradient {
  background-color: #6BBFB7 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-blue-gradient {
  background-color: #e34500 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-indigo-gradient {
  background-color: #9cf210 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-purple-gradient {
  background-color: #94c142 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-pink-gradient {
  background-color: #3ee89a !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-red-gradient {
  background-color: #35dccc !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-orange-gradient {
  background-color: #1db6e9 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-yellow-gradient {
  background-color: #0b4be3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-green-gradient {
  background-color: #5a2e9e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-teal-gradient {
  background-color: #c92052 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-cyan-gradient {
  background-color: #b82d17 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-brown-gradient {
  background-color: #0c4861 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-negro-gradient {
  background-color: #bac3d4 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-dark-blue-gradient {
  background-color: #383c31 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-dark-green-gradient {
  background-color: #2d151f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-darker-blue-gradient {
  background-color: #8e2010 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-dark-gradient {
  background-color: #21201c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-light-gradient {
  background-color: white !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-primary-gradient {
  background-color: #5a2e9e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-secondary-gradient {
  background-color: #5a2e9e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-success-gradient {
  background-color: #5a2e9e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-warning-gradient {
  background-color: #0b4be3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-danger-gradient {
  background-color: #35dccc !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-complement-info-gradient {
  background-color: #8e2010 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-blue-gradient {
  background-color: #8eddff !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-indigo-gradient {
  background-color: #c29ffa !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-purple-gradient {
  background-color: #c5b3e6 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-pink-gradient {
  background-color: #f6b2d1 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-red-gradient {
  background-color: #f1aeb5 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-orange-gradient {
  background-color: #f6b9a5 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-yellow-gradient {
  background-color: #fadd97 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-green-gradient {
  background-color: #c9e3a0 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-teal-gradient {
  background-color: #9ff0d8 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-cyan-gradient {
  background-color: #93e5f2 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-brown-gradient {
  background-color: #ed9570 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-negro-gradient {
  background-color: #eeeae3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-dark-blue-gradient {
  background-color: #ada7b7 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-dark-green-gradient {
  background-color: #86c6ac !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-darker-blue-gradient {
  background-color: #80e2f1 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-dark-gradient {
  background-color: #9ea1ad !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-light-gradient {
  background-color: white !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-primary-gradient {
  background-color: #c9e3a0 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-secondary-gradient {
  background-color: #c9e3a0 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-success-gradient {
  background-color: #c9e3a0 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-warning-gradient {
  background-color: #fadd97 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-danger-gradient {
  background-color: #f1aeb5 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-info-gradient {
  background-color: #80e2f1 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-blue-gradient {
  background-color: #ffb08e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-indigo-gradient {
  background-color: #d7fa9f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-purple-gradient {
  background-color: #d4e6b3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-pink-gradient {
  background-color: #b2f6d7 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-red-gradient {
  background-color: #aef1eb !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-orange-gradient {
  background-color: #a5e2f6 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-yellow-gradient {
  background-color: #97b4fa !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-green-gradient {
  background-color: #bba0e3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-teal-gradient {
  background-color: #f09fb7 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-cyan-gradient {
  background-color: #f2a093 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-brown-gradient {
  background-color: #70c9ed !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-negro-gradient {
  background-color: #e3e7ee !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-dark-blue-gradient {
  background-color: #b1b7a7 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-dark-green-gradient {
  background-color: #c686a1 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-darker-blue-gradient {
  background-color: #f18f80 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-dark-gradient {
  background-color: #adaa9e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-light-gradient {
  background-color: white !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-primary-gradient {
  background-color: #bba0e3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-secondary-gradient {
  background-color: #bba0e3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-success-gradient {
  background-color: #bba0e3 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-warning-gradient {
  background-color: #97b4fa !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-danger-gradient {
  background-color: #aef1eb !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-lighten-complement-info-gradient {
  background-color: #f18f80 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-blue-gradient {
  background-color: #1b333e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-indigo-gradient {
  background-color: #2e2144 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-purple-gradient {
  background-color: #30293c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-pink-gradient {
  background-color: #4b2838 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-red-gradient {
  background-color: #442729 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-orange-gradient {
  background-color: #432b23 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-yellow-gradient {
  background-color: #3f351e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-green-gradient {
  background-color: #2a301f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-teal-gradient {
  background-color: #213a33 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-cyan-gradient {
  background-color: #1c3135 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-brown-gradient {
  background-color: #1c130f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-negro-gradient {
  background-color: #555047 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-dark-blue-gradient {
  background-color: #151416 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-dark-green-gradient {
  background-color: #0b0f0d !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-darker-blue-gradient {
  background-color: #152628 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-dark-gradient {
  background-color: #0c0c0c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-light-gradient {
  background-color: #636363 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-primary-gradient {
  background-color: #2a301f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-secondary-gradient {
  background-color: #2a301f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-success-gradient {
  background-color: #2a301f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-warning-gradient {
  background-color: #3f351e !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-danger-gradient {
  background-color: #442729 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-info-gradient {
  background-color: #152628 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-blue-gradient {
  background-color: #3e251b !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-indigo-gradient {
  background-color: #374421 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-purple-gradient {
  background-color: #353c29 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-pink-gradient {
  background-color: #284b3b !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-red-gradient {
  background-color: #274441 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-orange-gradient {
  background-color: #233b43 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-yellow-gradient {
  background-color: #1e283f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-green-gradient {
  background-color: #261f30 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-teal-gradient {
  background-color: #3a2128 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-cyan-gradient {
  background-color: #351f1c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-brown-gradient {
  background-color: #0f181c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-negro-gradient {
  background-color: #474b55 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-dark-blue-gradient {
  background-color: #151614 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-dark-green-gradient {
  background-color: #0f0b0d !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-darker-blue-gradient {
  background-color: #281815 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-dark-gradient {
  background-color: #0c0c0c !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-light-gradient {
  background-color: #636363 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-primary-gradient {
  background-color: #261f30 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-secondary-gradient {
  background-color: #261f30 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-success-gradient {
  background-color: #261f30 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-warning-gradient {
  background-color: #1e283f !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-danger-gradient {
  background-color: #274441 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

.bg-darken-complement-info-gradient {
  background-color: #281815 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.33), transparent);
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
}

.border-primary-opacity {
  border-color: rgba(114, 158, 46, 0.2) !important;
}

.border-secondary-opacity {
  border-color: rgba(114, 158, 46, 0.2) !important;
}

.border-success-opacity {
  border-color: rgba(114, 158, 46, 0.2) !important;
}

.border-info-opacity {
  border-color: rgba(16, 126, 142, 0.2) !important;
}

.border-warning-opacity {
  border-color: rgba(227, 163, 11, 0.2) !important;
}

.border-danger-opacity {
  border-color: rgba(220, 53, 69, 0.2) !important;
}

.border-light-opacity {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-dark-opacity {
  border-color: rgba(28, 29, 33, 0.2) !important;
}

.border-white-opacity {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-gray-100-opacity {
  border-color: rgba(248, 249, 250, 0.2) !important;
}

.border-gray-200-opacity {
  border-color: rgba(233, 236, 239, 0.2) !important;
}

.border-gray-300-opacity {
  border-color: rgba(222, 226, 230, 0.2) !important;
}

.border-gray-400-opacity {
  border-color: rgba(206, 212, 218, 0.2) !important;
}

.border-gray-500-opacity {
  border-color: rgba(173, 181, 189, 0.2) !important;
}

.border-gray-600-opacity {
  border-color: rgba(108, 117, 125, 0.2) !important;
}

.border-gray-700-opacity {
  border-color: rgba(73, 80, 87, 0.2) !important;
}

.border-gray-800-opacity {
  border-color: rgba(52, 58, 64, 0.2) !important;
}

.border-gray-900-opacity {
  border-color: rgba(33, 37, 41, 0.2) !important;
}

.border-gray-950-opacity {
  border-color: rgba(16, 18, 20, 0.2) !important;
}

.border-black-opacity {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.border-blue-opacity {
  border-color: rgba(0, 158, 227, 0.2) !important;
}

.border-indigo-opacity {
  border-color: rgba(102, 16, 242, 0.2) !important;
}

.border-purple-opacity {
  border-color: rgba(111, 66, 193, 0.2) !important;
}

.border-pink-opacity {
  border-color: rgba(232, 62, 140, 0.2) !important;
}

.border-red-opacity {
  border-color: rgba(220, 53, 69, 0.2) !important;
}

.border-dark-red-opacity {
  border-color: rgba(153, 0, 0, 0.2) !important;
}

.border-reder-opacity {
  border-color: rgba(244, 0, 0, 0.2) !important;
}

.border-orange-opacity {
  border-color: rgba(233, 80, 29, 0.2) !important;
}

.border-yellow-opacity {
  border-color: rgba(227, 163, 11, 0.2) !important;
}

.border-green-opacity {
  border-color: rgba(114, 158, 46, 0.2) !important;
}

.border-greener-opacity {
  border-color: rgba(0, 150, 57, 0.2) !important;
}

.border-teal-opacity {
  border-color: rgba(32, 201, 151, 0.2) !important;
}

.border-cyan-opacity {
  border-color: rgba(23, 162, 184, 0.2) !important;
}

.border-brown-opacity {
  border-color: rgba(97, 37, 12, 0.2) !important;
}

.border-negro-opacity {
  border-color: rgba(212, 203, 186, 0.2) !important;
}

.border-dark-blue-opacity {
  border-color: rgba(53, 49, 60, 0.2) !important;
}

.border-dark-green-opacity {
  border-color: rgba(21, 45, 35, 0.2) !important;
}

.border-darker-blue-opacity {
  border-color: rgba(16, 126, 142, 0.2) !important;
}

.border-pinkish-opacity {
  border-color: rgba(242, 173, 167, 0.2) !important;
}

.border-cyanish-opacity {
  border-color: rgba(107, 191, 183, 0.2) !important;
}

.border-complement-blue-opacity {
  border-color: rgba(227, 69, 0, 0.2) !important;
}

.border-complement-indigo-opacity {
  border-color: rgba(156, 242, 16, 0.2) !important;
}

.border-complement-purple-opacity {
  border-color: rgba(148, 193, 66, 0.2) !important;
}

.border-complement-pink-opacity {
  border-color: rgba(62, 232, 154, 0.2) !important;
}

.border-complement-red-opacity {
  border-color: rgba(53, 220, 204, 0.2) !important;
}

.border-complement-orange-opacity {
  border-color: rgba(29, 182, 233, 0.2) !important;
}

.border-complement-yellow-opacity {
  border-color: rgba(11, 75, 227, 0.2) !important;
}

.border-complement-green-opacity {
  border-color: rgba(90, 46, 158, 0.2) !important;
}

.border-complement-teal-opacity {
  border-color: rgba(201, 32, 82, 0.2) !important;
}

.border-complement-cyan-opacity {
  border-color: rgba(184, 45, 23, 0.2) !important;
}

.border-complement-brown-opacity {
  border-color: rgba(12, 72, 97, 0.2) !important;
}

.border-complement-negro-opacity {
  border-color: rgba(186, 195, 212, 0.2) !important;
}

.border-complement-dark-blue-opacity {
  border-color: rgba(56, 60, 49, 0.2) !important;
}

.border-complement-dark-green-opacity {
  border-color: rgba(45, 21, 31, 0.2) !important;
}

.border-complement-darker-blue-opacity {
  border-color: rgba(142, 32, 16, 0.2) !important;
}

.border-complement-dark-opacity {
  border-color: rgba(33, 32, 28, 0.2) !important;
}

.border-complement-light-opacity {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-complement-primary-opacity {
  border-color: rgba(90, 46, 158, 0.2) !important;
}

.border-complement-secondary-opacity {
  border-color: rgba(90, 46, 158, 0.2) !important;
}

.border-complement-success-opacity {
  border-color: rgba(90, 46, 158, 0.2) !important;
}

.border-complement-warning-opacity {
  border-color: rgba(11, 75, 227, 0.2) !important;
}

.border-complement-danger-opacity {
  border-color: rgba(53, 220, 204, 0.2) !important;
}

.border-complement-info-opacity {
  border-color: rgba(142, 32, 16, 0.2) !important;
}

.border-lighten-blue-opacity {
  border-color: rgba(142, 221, 255, 0.2) !important;
}

.border-lighten-indigo-opacity {
  border-color: rgba(194, 159, 250, 0.2) !important;
}

.border-lighten-purple-opacity {
  border-color: rgba(197, 179, 230, 0.2) !important;
}

.border-lighten-pink-opacity {
  border-color: rgba(246, 178, 209, 0.2) !important;
}

.border-lighten-red-opacity {
  border-color: rgba(241, 174, 181, 0.2) !important;
}

.border-lighten-orange-opacity {
  border-color: rgba(246, 185, 165, 0.2) !important;
}

.border-lighten-yellow-opacity {
  border-color: rgba(250, 221, 151, 0.2) !important;
}

.border-lighten-green-opacity {
  border-color: rgba(201, 227, 160, 0.2) !important;
}

.border-lighten-teal-opacity {
  border-color: rgba(159, 240, 216, 0.2) !important;
}

.border-lighten-cyan-opacity {
  border-color: rgba(147, 229, 242, 0.2) !important;
}

.border-lighten-brown-opacity {
  border-color: rgba(237, 149, 112, 0.2) !important;
}

.border-lighten-negro-opacity {
  border-color: rgba(238, 234, 227, 0.2) !important;
}

.border-lighten-dark-blue-opacity {
  border-color: rgba(173, 167, 183, 0.2) !important;
}

.border-lighten-dark-green-opacity {
  border-color: rgba(134, 198, 172, 0.2) !important;
}

.border-lighten-darker-blue-opacity {
  border-color: rgba(128, 226, 241, 0.2) !important;
}

.border-lighten-dark-opacity {
  border-color: rgba(158, 161, 173, 0.2) !important;
}

.border-lighten-light-opacity {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-lighten-primary-opacity {
  border-color: rgba(201, 227, 160, 0.2) !important;
}

.border-lighten-secondary-opacity {
  border-color: rgba(201, 227, 160, 0.2) !important;
}

.border-lighten-success-opacity {
  border-color: rgba(201, 227, 160, 0.2) !important;
}

.border-lighten-warning-opacity {
  border-color: rgba(250, 221, 151, 0.2) !important;
}

.border-lighten-danger-opacity {
  border-color: rgba(241, 174, 181, 0.2) !important;
}

.border-lighten-info-opacity {
  border-color: rgba(128, 226, 241, 0.2) !important;
}

.border-lighten-complement-blue-opacity {
  border-color: rgba(255, 176, 142, 0.2) !important;
}

.border-lighten-complement-indigo-opacity {
  border-color: rgba(215, 250, 159, 0.2) !important;
}

.border-lighten-complement-purple-opacity {
  border-color: rgba(212, 230, 179, 0.2) !important;
}

.border-lighten-complement-pink-opacity {
  border-color: rgba(178, 246, 215, 0.2) !important;
}

.border-lighten-complement-red-opacity {
  border-color: rgba(174, 241, 235, 0.2) !important;
}

.border-lighten-complement-orange-opacity {
  border-color: rgba(165, 226, 246, 0.2) !important;
}

.border-lighten-complement-yellow-opacity {
  border-color: rgba(151, 180, 250, 0.2) !important;
}

.border-lighten-complement-green-opacity {
  border-color: rgba(187, 160, 227, 0.2) !important;
}

.border-lighten-complement-teal-opacity {
  border-color: rgba(240, 159, 183, 0.2) !important;
}

.border-lighten-complement-cyan-opacity {
  border-color: rgba(242, 160, 147, 0.2) !important;
}

.border-lighten-complement-brown-opacity {
  border-color: rgba(112, 201, 237, 0.2) !important;
}

.border-lighten-complement-negro-opacity {
  border-color: rgba(227, 231, 238, 0.2) !important;
}

.border-lighten-complement-dark-blue-opacity {
  border-color: rgba(177, 183, 167, 0.2) !important;
}

.border-lighten-complement-dark-green-opacity {
  border-color: rgba(198, 134, 161, 0.2) !important;
}

.border-lighten-complement-darker-blue-opacity {
  border-color: rgba(241, 143, 128, 0.2) !important;
}

.border-lighten-complement-dark-opacity {
  border-color: rgba(173, 170, 158, 0.2) !important;
}

.border-lighten-complement-light-opacity {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-lighten-complement-primary-opacity {
  border-color: rgba(187, 160, 227, 0.2) !important;
}

.border-lighten-complement-secondary-opacity {
  border-color: rgba(187, 160, 227, 0.2) !important;
}

.border-lighten-complement-success-opacity {
  border-color: rgba(187, 160, 227, 0.2) !important;
}

.border-lighten-complement-warning-opacity {
  border-color: rgba(151, 180, 250, 0.2) !important;
}

.border-lighten-complement-danger-opacity {
  border-color: rgba(174, 241, 235, 0.2) !important;
}

.border-lighten-complement-info-opacity {
  border-color: rgba(241, 143, 128, 0.2) !important;
}

.border-darken-blue-opacity {
  border-color: rgba(27, 51, 62, 0.2) !important;
}

.border-darken-indigo-opacity {
  border-color: rgba(46, 33, 68, 0.2) !important;
}

.border-darken-purple-opacity {
  border-color: rgba(48, 41, 60, 0.2) !important;
}

.border-darken-pink-opacity {
  border-color: rgba(75, 40, 56, 0.2) !important;
}

.border-darken-red-opacity {
  border-color: rgba(68, 39, 41, 0.2) !important;
}

.border-darken-orange-opacity {
  border-color: rgba(67, 43, 35, 0.2) !important;
}

.border-darken-yellow-opacity {
  border-color: rgba(63, 53, 30, 0.2) !important;
}

.border-darken-green-opacity {
  border-color: rgba(42, 48, 31, 0.2) !important;
}

.border-darken-teal-opacity {
  border-color: rgba(33, 58, 51, 0.2) !important;
}

.border-darken-cyan-opacity {
  border-color: rgba(28, 49, 53, 0.2) !important;
}

.border-darken-brown-opacity {
  border-color: rgba(28, 19, 15, 0.2) !important;
}

.border-darken-negro-opacity {
  border-color: rgba(85, 80, 71, 0.2) !important;
}

.border-darken-dark-blue-opacity {
  border-color: rgba(21, 20, 22, 0.2) !important;
}

.border-darken-dark-green-opacity {
  border-color: rgba(11, 15, 13, 0.2) !important;
}

.border-darken-darker-blue-opacity {
  border-color: rgba(21, 38, 40, 0.2) !important;
}

.border-darken-dark-opacity {
  border-color: rgba(12, 12, 12, 0.2) !important;
}

.border-darken-light-opacity {
  border-color: rgba(99, 99, 99, 0.2) !important;
}

.border-darken-primary-opacity {
  border-color: rgba(42, 48, 31, 0.2) !important;
}

.border-darken-secondary-opacity {
  border-color: rgba(42, 48, 31, 0.2) !important;
}

.border-darken-success-opacity {
  border-color: rgba(42, 48, 31, 0.2) !important;
}

.border-darken-warning-opacity {
  border-color: rgba(63, 53, 30, 0.2) !important;
}

.border-darken-danger-opacity {
  border-color: rgba(68, 39, 41, 0.2) !important;
}

.border-darken-info-opacity {
  border-color: rgba(21, 38, 40, 0.2) !important;
}

.border-darken-complement-blue-opacity {
  border-color: rgba(62, 37, 27, 0.2) !important;
}

.border-darken-complement-indigo-opacity {
  border-color: rgba(55, 68, 33, 0.2) !important;
}

.border-darken-complement-purple-opacity {
  border-color: rgba(53, 60, 41, 0.2) !important;
}

.border-darken-complement-pink-opacity {
  border-color: rgba(40, 75, 59, 0.2) !important;
}

.border-darken-complement-red-opacity {
  border-color: rgba(39, 68, 65, 0.2) !important;
}

.border-darken-complement-orange-opacity {
  border-color: rgba(35, 59, 67, 0.2) !important;
}

.border-darken-complement-yellow-opacity {
  border-color: rgba(30, 40, 63, 0.2) !important;
}

.border-darken-complement-green-opacity {
  border-color: rgba(38, 31, 48, 0.2) !important;
}

.border-darken-complement-teal-opacity {
  border-color: rgba(58, 33, 40, 0.2) !important;
}

.border-darken-complement-cyan-opacity {
  border-color: rgba(53, 31, 28, 0.2) !important;
}

.border-darken-complement-brown-opacity {
  border-color: rgba(15, 24, 28, 0.2) !important;
}

.border-darken-complement-negro-opacity {
  border-color: rgba(71, 75, 85, 0.2) !important;
}

.border-darken-complement-dark-blue-opacity {
  border-color: rgba(21, 22, 20, 0.2) !important;
}

.border-darken-complement-dark-green-opacity {
  border-color: rgba(15, 11, 13, 0.2) !important;
}

.border-darken-complement-darker-blue-opacity {
  border-color: rgba(40, 24, 21, 0.2) !important;
}

.border-darken-complement-dark-opacity {
  border-color: rgba(12, 12, 12, 0.2) !important;
}

.border-darken-complement-light-opacity {
  border-color: rgba(99, 99, 99, 0.2) !important;
}

.border-darken-complement-primary-opacity {
  border-color: rgba(38, 31, 48, 0.2) !important;
}

.border-darken-complement-secondary-opacity {
  border-color: rgba(38, 31, 48, 0.2) !important;
}

.border-darken-complement-success-opacity {
  border-color: rgba(38, 31, 48, 0.2) !important;
}

.border-darken-complement-warning-opacity {
  border-color: rgba(30, 40, 63, 0.2) !important;
}

.border-darken-complement-danger-opacity {
  border-color: rgba(39, 68, 65, 0.2) !important;
}

.border-darken-complement-info-opacity {
  border-color: rgba(40, 24, 21, 0.2) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-md {
  border-width: 2px !important;
}

@media (max-width: 991.98px) {
  .border-none-md-down {
    border: none !important;
  }
}

#notificaciones .btn-group input[type=submit], #notificaciones .btn-group input[type=reset] {
  all: unset;
}

.btn-group .btn-primary, .btn-group .activitylogs .dataTables_wrapper .dt-buttons .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .btn-group .dt-button,
.btn-group .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group .paginate_button, .btn-group-vertical .btn-primary, .btn-group-vertical .activitylogs .dataTables_wrapper .dt-buttons .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical .dt-button,
.btn-group-vertical .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical .paginate_button {
  border-color: #69922b !important;
}

.btn-group .btn-secondary, .btn-group-vertical .btn-secondary {
  border-color: #69922b !important;
}

.btn-group .btn-success, .btn-group-vertical .btn-success {
  border-color: #69922b !important;
}

.btn-group .btn-info, .btn-group-vertical .btn-info {
  border-color: #0f7583 !important;
}

.btn-group .btn-warning, .btn-group-vertical .btn-warning {
  border-color: #d2970a !important;
}

.btn-group .btn-danger, .btn-group-vertical .btn-danger {
  border-color: #d72536 !important;
}

.btn-group .btn-light, .btn-group-vertical .btn-light {
  border-color: #ececec !important;
}

.btn-group .btn-dark, .btn-group-vertical .btn-dark {
  border-color: #1a1b1f !important;
}

.btn-group .btn-white, .btn-group-vertical .btn-white {
  border-color: #ececec !important;
}

.btn-group .btn-gray-100, .btn-group-vertical .btn-gray-100 {
  border-color: #e2e6ea !important;
}

.btn-group .btn-gray-200, .btn-group-vertical .btn-gray-200 {
  border-color: #d5dae0 !important;
}

.btn-group .btn-gray-300, .btn-group-vertical .btn-gray-300 {
  border-color: #cbd1d7 !important;
}

.btn-group .btn-gray-400, .btn-group-vertical .btn-gray-400 {
  border-color: #bcc4cc !important;
}

.btn-group .btn-gray-500, .btn-group-vertical .btn-gray-500 {
  border-color: #9ea7b1 !important;
}

.btn-group .btn-gray-600, .btn-group-vertical .btn-gray-600 {
  border-color: #646c74 !important;
}

.btn-group .btn-gray-700, .btn-group-vertical .btn-gray-700 {
  border-color: #444a50 !important;
}

.btn-group .btn-gray-800, .btn-group-vertical .btn-gray-800 {
  border-color: #30363b !important;
}

.btn-group .btn-gray-900, .btn-group-vertical .btn-gray-900 {
  border-color: #1f2226 !important;
}

.btn-group .btn-gray-950, .btn-group-vertical .btn-gray-950 {
  border-color: #0f1113 !important;
}

.btn-group .btn-black, .btn-group-vertical .btn-black {
  border-color: black !important;
}

.btn-group .btn-blue, .btn-group-vertical .btn-blue {
  border-color: #0092d2 !important;
}

.btn-group .btn-indigo, .btn-group-vertical .btn-indigo {
  border-color: #5e0ce2 !important;
}

.btn-group .btn-purple, .btn-group-vertical .btn-purple {
  border-color: #663bb4 !important;
}

.btn-group .btn-pink, .btn-group-vertical .btn-pink {
  border-color: #e62a80 !important;
}

.btn-group .btn-red, .btn-group-vertical .btn-red {
  border-color: #d72536 !important;
}

.btn-group .btn-dark-red, .btn-group-vertical .btn-dark-red {
  border-color: #8e0000 !important;
}

.btn-group .btn-reder, .btn-group-vertical .btn-reder {
  border-color: #e20000 !important;
}

.btn-group .btn-orange, .btn-group-vertical .btn-orange {
  border-color: #dd4715 !important;
}

.btn-group .btn-yellow, .btn-group-vertical .btn-yellow {
  border-color: #d2970a !important;
}

.btn-group .btn-green, .btn-group-vertical .btn-green {
  border-color: #69922b !important;
}

.btn-group .btn-greener, .btn-group-vertical .btn-greener {
  border-color: #008b35 !important;
}

.btn-group .btn-teal, .btn-group-vertical .btn-teal {
  border-color: #1eba8c !important;
}

.btn-group .btn-cyan, .btn-group-vertical .btn-cyan {
  border-color: #1596aa !important;
}

.btn-group .btn-brown, .btn-group-vertical .btn-brown {
  border-color: #5a220b !important;
}

.btn-group .btn-negro, .btn-group-vertical .btn-negro {
  border-color: #c9bda8 !important;
}

.btn-group .btn-dark-blue, .btn-group-vertical .btn-dark-blue {
  border-color: #312d38 !important;
}

.btn-group .btn-dark-green, .btn-group-vertical .btn-dark-green {
  border-color: #132a20 !important;
}

.btn-group .btn-darker-blue, .btn-group-vertical .btn-darker-blue {
  border-color: #0f7583 !important;
}

.btn-group .btn-pinkish, .btn-group-vertical .btn-pinkish {
  border-color: #ee948c !important;
}

.btn-group .btn-cyanish, .btn-group-vertical .btn-cyanish {
  border-color: #5bb8af !important;
}

.btn-group .btn-complement-blue, .btn-group-vertical .btn-complement-blue {
  border-color: #d24000 !important;
}

.btn-group .btn-complement-indigo, .btn-group-vertical .btn-complement-indigo {
  border-color: #91e20c !important;
}

.btn-group .btn-complement-purple, .btn-group-vertical .btn-complement-purple {
  border-color: #89b43b !important;
}

.btn-group .btn-complement-pink, .btn-group-vertical .btn-complement-pink {
  border-color: #2ae690 !important;
}

.btn-group .btn-complement-red, .btn-group-vertical .btn-complement-red {
  border-color: #25d7c6 !important;
}

.btn-group .btn-complement-orange, .btn-group-vertical .btn-complement-orange {
  border-color: #15abdd !important;
}

.btn-group .btn-complement-yellow, .btn-group-vertical .btn-complement-yellow {
  border-color: #0a45d2 !important;
}

.btn-group .btn-complement-green, .btn-group-vertical .btn-complement-green {
  border-color: #532b92 !important;
}

.btn-group .btn-complement-teal, .btn-group-vertical .btn-complement-teal {
  border-color: #ba1e4c !important;
}

.btn-group .btn-complement-cyan, .btn-group-vertical .btn-complement-cyan {
  border-color: #aa2a15 !important;
}

.btn-group .btn-complement-brown, .btn-group-vertical .btn-complement-brown {
  border-color: #0b435a !important;
}

.btn-group .btn-complement-negro, .btn-group-vertical .btn-complement-negro {
  border-color: #a8b3c9 !important;
}

.btn-group .btn-complement-dark-blue, .btn-group-vertical .btn-complement-dark-blue {
  border-color: #34382d !important;
}

.btn-group .btn-complement-dark-green, .btn-group-vertical .btn-complement-dark-green {
  border-color: #2a131d !important;
}

.btn-group .btn-complement-darker-blue, .btn-group-vertical .btn-complement-darker-blue {
  border-color: #831e0f !important;
}

.btn-group .btn-complement-dark, .btn-group-vertical .btn-complement-dark {
  border-color: #1f1e1a !important;
}

.btn-group .btn-complement-light, .btn-group-vertical .btn-complement-light {
  border-color: #ececec !important;
}

.btn-group .btn-complement-primary, .btn-group-vertical .btn-complement-primary {
  border-color: #532b92 !important;
}

.btn-group .btn-complement-secondary, .btn-group-vertical .btn-complement-secondary {
  border-color: #532b92 !important;
}

.btn-group .btn-complement-success, .btn-group-vertical .btn-complement-success {
  border-color: #532b92 !important;
}

.btn-group .btn-complement-warning, .btn-group-vertical .btn-complement-warning {
  border-color: #0a45d2 !important;
}

.btn-group .btn-complement-danger, .btn-group-vertical .btn-complement-danger {
  border-color: #25d7c6 !important;
}

.btn-group .btn-complement-info, .btn-group-vertical .btn-complement-info {
  border-color: #831e0f !important;
}

.btn-group .btn-lighten-blue, .btn-group-vertical .btn-lighten-blue {
  border-color: #70d4ff !important;
}

.btn-group .btn-lighten-indigo, .btn-group-vertical .btn-lighten-indigo {
  border-color: #af82f8 !important;
}

.btn-group .btn-lighten-purple, .btn-group-vertical .btn-lighten-purple {
  border-color: #b49cdf !important;
}

.btn-group .btn-lighten-pink, .btn-group-vertical .btn-lighten-pink {
  border-color: #f295c0 !important;
}

.btn-group .btn-lighten-red, .btn-group-vertical .btn-lighten-red {
  border-color: #ec949c !important;
}

.btn-group .btn-lighten-orange, .btn-group-vertical .btn-lighten-orange {
  border-color: #f3a389 !important;
}

.btn-group .btn-lighten-yellow, .btn-group-vertical .btn-lighten-yellow {
  border-color: #f9d37b !important;
}

.btn-group .btn-lighten-green, .btn-group-vertical .btn-lighten-green {
  border-color: #bcdd8a !important;
}

.btn-group .btn-lighten-teal, .btn-group-vertical .btn-lighten-teal {
  border-color: #86eccd !important;
}

.btn-group .btn-lighten-cyan, .btn-group-vertical .btn-lighten-cyan {
  border-color: #79deee !important;
}

.btn-group .btn-lighten-brown, .btn-group-vertical .btn-lighten-brown {
  border-color: #ea8459 !important;
}

.btn-group .btn-lighten-negro, .btn-group-vertical .btn-lighten-negro {
  border-color: #e0dace !important;
}

.btn-group .btn-lighten-dark-blue, .btn-group-vertical .btn-lighten-dark-blue {
  border-color: #9f98ab !important;
}

.btn-group .btn-lighten-dark-green, .btn-group-vertical .btn-lighten-dark-green {
  border-color: #75bfa0 !important;
}

.btn-group .btn-lighten-darker-blue, .btn-group-vertical .btn-lighten-darker-blue {
  border-color: #68ddee !important;
}

.btn-group .btn-lighten-dark, .btn-group-vertical .btn-lighten-dark {
  border-color: #9094a1 !important;
}

.btn-group .btn-lighten-light, .btn-group-vertical .btn-lighten-light {
  border-color: #ececec !important;
}

.btn-group .btn-lighten-primary, .btn-group-vertical .btn-lighten-primary {
  border-color: #bcdd8a !important;
}

.btn-group .btn-lighten-secondary, .btn-group-vertical .btn-lighten-secondary {
  border-color: #bcdd8a !important;
}

.btn-group .btn-lighten-success, .btn-group-vertical .btn-lighten-success {
  border-color: #bcdd8a !important;
}

.btn-group .btn-lighten-warning, .btn-group-vertical .btn-lighten-warning {
  border-color: #f9d37b !important;
}

.btn-group .btn-lighten-danger, .btn-group-vertical .btn-lighten-danger {
  border-color: #ec949c !important;
}

.btn-group .btn-lighten-info, .btn-group-vertical .btn-lighten-info {
  border-color: #68ddee !important;
}

.btn-group .btn-lighten-complement-blue, .btn-group-vertical .btn-lighten-complement-blue {
  border-color: #ff9b70 !important;
}

.btn-group .btn-lighten-complement-indigo, .btn-group-vertical .btn-lighten-complement-indigo {
  border-color: #cbf882 !important;
}

.btn-group .btn-lighten-complement-purple, .btn-group-vertical .btn-lighten-complement-purple {
  border-color: #c7df9c !important;
}

.btn-group .btn-lighten-complement-pink, .btn-group-vertical .btn-lighten-complement-pink {
  border-color: #95f2c8 !important;
}

.btn-group .btn-lighten-complement-red, .btn-group-vertical .btn-lighten-complement-red {
  border-color: #94ece4 !important;
}

.btn-group .btn-lighten-complement-orange, .btn-group-vertical .btn-lighten-complement-orange {
  border-color: #89d9f3 !important;
}

.btn-group .btn-lighten-complement-yellow, .btn-group-vertical .btn-lighten-complement-yellow {
  border-color: #7ba0f9 !important;
}

.btn-group .btn-lighten-complement-green, .btn-group-vertical .btn-lighten-complement-green {
  border-color: #aa8add !important;
}

.btn-group .btn-lighten-complement-teal, .btn-group-vertical .btn-lighten-complement-teal {
  border-color: #ec86a4 !important;
}

.btn-group .btn-lighten-complement-cyan, .btn-group-vertical .btn-lighten-complement-cyan {
  border-color: #ee8979 !important;
}

.btn-group .btn-lighten-complement-brown, .btn-group-vertical .btn-lighten-complement-brown {
  border-color: #59c0ea !important;
}

.btn-group .btn-lighten-complement-negro, .btn-group-vertical .btn-lighten-complement-negro {
  border-color: #ced4e0 !important;
}

.btn-group .btn-lighten-complement-dark-blue, .btn-group-vertical .btn-lighten-complement-dark-blue {
  border-color: #a4ab98 !important;
}

.btn-group .btn-lighten-complement-dark-green, .btn-group-vertical .btn-lighten-complement-dark-green {
  border-color: #bf7594 !important;
}

.btn-group .btn-lighten-complement-darker-blue, .btn-group-vertical .btn-lighten-complement-darker-blue {
  border-color: #ee7968 !important;
}

.btn-group .btn-lighten-complement-dark, .btn-group-vertical .btn-lighten-complement-dark {
  border-color: #a19e90 !important;
}

.btn-group .btn-lighten-complement-light, .btn-group-vertical .btn-lighten-complement-light {
  border-color: #ececec !important;
}

.btn-group .btn-lighten-complement-primary, .btn-group-vertical .btn-lighten-complement-primary {
  border-color: #aa8add !important;
}

.btn-group .btn-lighten-complement-secondary, .btn-group-vertical .btn-lighten-complement-secondary {
  border-color: #aa8add !important;
}

.btn-group .btn-lighten-complement-success, .btn-group-vertical .btn-lighten-complement-success {
  border-color: #aa8add !important;
}

.btn-group .btn-lighten-complement-warning, .btn-group-vertical .btn-lighten-complement-warning {
  border-color: #7ba0f9 !important;
}

.btn-group .btn-lighten-complement-danger, .btn-group-vertical .btn-lighten-complement-danger {
  border-color: #94ece4 !important;
}

.btn-group .btn-lighten-complement-info, .btn-group-vertical .btn-lighten-complement-info {
  border-color: #ee7968 !important;
}

.btn-group .btn-darken-blue, .btn-group-vertical .btn-darken-blue {
  border-color: #192f39 !important;
}

.btn-group .btn-darken-indigo, .btn-group-vertical .btn-darken-indigo {
  border-color: #2b1e3f !important;
}

.btn-group .btn-darken-purple, .btn-group-vertical .btn-darken-purple {
  border-color: #2c2538 !important;
}

.btn-group .btn-darken-pink, .btn-group-vertical .btn-darken-pink {
  border-color: #452534 !important;
}

.btn-group .btn-darken-red, .btn-group-vertical .btn-darken-red {
  border-color: #3f2426 !important;
}

.btn-group .btn-darken-orange, .btn-group-vertical .btn-darken-orange {
  border-color: #3e2820 !important;
}

.btn-group .btn-darken-yellow, .btn-group-vertical .btn-darken-yellow {
  border-color: #3a311c !important;
}

.btn-group .btn-darken-green, .btn-group-vertical .btn-darken-green {
  border-color: #262d1d !important;
}

.btn-group .btn-darken-teal, .btn-group-vertical .btn-darken-teal {
  border-color: #1e362f !important;
}

.btn-group .btn-darken-cyan, .btn-group-vertical .btn-darken-cyan {
  border-color: #1a2e31 !important;
}

.btn-group .btn-darken-brown, .btn-group-vertical .btn-darken-brown {
  border-color: #1a110e !important;
}

.btn-group .btn-darken-negro, .btn-group-vertical .btn-darken-negro {
  border-color: #4e4a41 !important;
}

.btn-group .btn-darken-dark-blue, .btn-group-vertical .btn-darken-dark-blue {
  border-color: #131314 !important;
}

.btn-group .btn-darken-dark-green, .btn-group-vertical .btn-darken-dark-green {
  border-color: #0a0e0c !important;
}

.btn-group .btn-darken-darker-blue, .btn-group-vertical .btn-darken-darker-blue {
  border-color: #142325 !important;
}

.btn-group .btn-darken-dark, .btn-group-vertical .btn-darken-dark {
  border-color: #0b0b0b !important;
}

.btn-group .btn-darken-light, .btn-group-vertical .btn-darken-light {
  border-color: #5c5c5c !important;
}

.btn-group .btn-darken-primary, .btn-group-vertical .btn-darken-primary {
  border-color: #262d1d !important;
}

.btn-group .btn-darken-secondary, .btn-group-vertical .btn-darken-secondary {
  border-color: #262d1d !important;
}

.btn-group .btn-darken-success, .btn-group-vertical .btn-darken-success {
  border-color: #262d1d !important;
}

.btn-group .btn-darken-warning, .btn-group-vertical .btn-darken-warning {
  border-color: #3a311c !important;
}

.btn-group .btn-darken-danger, .btn-group-vertical .btn-darken-danger {
  border-color: #3f2426 !important;
}

.btn-group .btn-darken-info, .btn-group-vertical .btn-darken-info {
  border-color: #142325 !important;
}

.btn-group .btn-darken-complement-blue, .btn-group-vertical .btn-darken-complement-blue {
  border-color: #392319 !important;
}

.btn-group .btn-darken-complement-indigo, .btn-group-vertical .btn-darken-complement-indigo {
  border-color: #323f1e !important;
}

.btn-group .btn-darken-complement-purple, .btn-group-vertical .btn-darken-complement-purple {
  border-color: #313825 !important;
}

.btn-group .btn-darken-complement-pink, .btn-group-vertical .btn-darken-complement-pink {
  border-color: #254536 !important;
}

.btn-group .btn-darken-complement-red, .btn-group-vertical .btn-darken-complement-red {
  border-color: #243f3c !important;
}

.btn-group .btn-darken-complement-orange, .btn-group-vertical .btn-darken-complement-orange {
  border-color: #20373e !important;
}

.btn-group .btn-darken-complement-yellow, .btn-group-vertical .btn-darken-complement-yellow {
  border-color: #1c253a !important;
}

.btn-group .btn-darken-complement-green, .btn-group-vertical .btn-darken-complement-green {
  border-color: #231d2d !important;
}

.btn-group .btn-darken-complement-teal, .btn-group-vertical .btn-darken-complement-teal {
  border-color: #361e25 !important;
}

.btn-group .btn-darken-complement-cyan, .btn-group-vertical .btn-darken-complement-cyan {
  border-color: #311d1a !important;
}

.btn-group .btn-darken-complement-brown, .btn-group-vertical .btn-darken-complement-brown {
  border-color: #0e161a !important;
}

.btn-group .btn-darken-complement-negro, .btn-group-vertical .btn-darken-complement-negro {
  border-color: #41464e !important;
}

.btn-group .btn-darken-complement-dark-blue, .btn-group-vertical .btn-darken-complement-dark-blue {
  border-color: #141413 !important;
}

.btn-group .btn-darken-complement-dark-green, .btn-group-vertical .btn-darken-complement-dark-green {
  border-color: #0e0a0c !important;
}

.btn-group .btn-darken-complement-darker-blue, .btn-group-vertical .btn-darken-complement-darker-blue {
  border-color: #251614 !important;
}

.btn-group .btn-darken-complement-dark, .btn-group-vertical .btn-darken-complement-dark {
  border-color: #0b0b0b !important;
}

.btn-group .btn-darken-complement-light, .btn-group-vertical .btn-darken-complement-light {
  border-color: #5c5c5c !important;
}

.btn-group .btn-darken-complement-primary, .btn-group-vertical .btn-darken-complement-primary {
  border-color: #231d2d !important;
}

.btn-group .btn-darken-complement-secondary, .btn-group-vertical .btn-darken-complement-secondary {
  border-color: #231d2d !important;
}

.btn-group .btn-darken-complement-success, .btn-group-vertical .btn-darken-complement-success {
  border-color: #231d2d !important;
}

.btn-group .btn-darken-complement-warning, .btn-group-vertical .btn-darken-complement-warning {
  border-color: #1c253a !important;
}

.btn-group .btn-darken-complement-danger, .btn-group-vertical .btn-darken-complement-danger {
  border-color: #243f3c !important;
}

.btn-group .btn-darken-complement-info, .btn-group-vertical .btn-darken-complement-info {
  border-color: #251614 !important;
}

@media only screen and (max-width: 768px) {
  #sectionContent .btn-group-vertical-md {
    flex-direction: row !important;
    margin: 0 auto;
  }
  #sectionContent .btn-group-vertical-md > .btn, #sectionContent .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical-md > .dt-button, .activitylogs .dataTables_wrapper .dt-buttons #sectionContent .btn-group-vertical-md > .dt-button,
#sectionContent .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical-md > .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination #sectionContent .btn-group-vertical-md > .paginate_button {
    border-radius: 0;
  }
  #sectionContent .btn-group-vertical-md > .btn:first-child, #sectionContent .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical-md > .dt-button:first-child, .activitylogs .dataTables_wrapper .dt-buttons #sectionContent .btn-group-vertical-md > .dt-button:first-child,
#sectionContent .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical-md > .paginate_button:first-child,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination #sectionContent .btn-group-vertical-md > .paginate_button:first-child {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  #sectionContent .btn-group-vertical-md > .btn:last-child, #sectionContent .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical-md > .dt-button:last-child, .activitylogs .dataTables_wrapper .dt-buttons #sectionContent .btn-group-vertical-md > .dt-button:last-child,
#sectionContent .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical-md > .paginate_button:last-child,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination #sectionContent .btn-group-vertical-md > .paginate_button:last-child {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #sectionContent .btn-group-vertical-md > .btn:not(:first-child), #sectionContent .activitylogs .dataTables_wrapper .dt-buttons .btn-group-vertical-md > .dt-button:not(:first-child), .activitylogs .dataTables_wrapper .dt-buttons #sectionContent .btn-group-vertical-md > .dt-button:not(:first-child),
#sectionContent .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-group-vertical-md > .paginate_button:not(:first-child),
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination #sectionContent .btn-group-vertical-md > .paginate_button:not(:first-child), #sectionContent .btn-group-vertical-md > .btn-group:not(:first-child) {
    margin-top: 0;
  }
}

.btn-block + .btn-block {
  margin-top: 0;
}

.filestyle {
  display: none;
}

.card .card-body, .guide .card-body, .challenge .card-body, .challenge-solution .card-body, .medalla .card-body {
  padding: 0.5rem 1rem;
}

.card .card-body + .card-body, .guide .card-body + .card-body, .challenge .card-body + .card-body, .challenge-solution .card-body + .card-body, .medalla .card-body + .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card .cohort-image, .guide .cohort-image, .challenge .cohort-image, .challenge-solution .cohort-image, .medalla .cohort-image {
  background-color: rgba(52, 58, 64, 0.33) !important;
}

.lateral-collapse.collapsing {
  position: relative;
  width: 0;
  overflow: hidden;
  transition: width 0s !important;
}

.list-group-item-current {
  background-color: rgba(114, 158, 46, 0.25);
}

@media (max-width: 767.98px) {
  .icon {
    width: 100%;
  }
}

.alias {
  cursor: alias;
}

.all-scroll {
  cursor: all-scroll;
}

.auto {
  cursor: auto;
}

.cell {
  cursor: cell;
}

.context-menu {
  cursor: context-menu;
}

.col-resize {
  cursor: col-resize;
}

.copy {
  cursor: copy;
}

.crosshair {
  cursor: crosshair;
}

.default {
  cursor: default;
}

.e-resize {
  cursor: e-resize;
}

.ew-resize {
  cursor: ew-resize;
}

.grab {
  cursor: grab;
}

.grabbing {
  cursor: grabbing;
}

.help {
  cursor: help;
}

.move {
  cursor: move;
}

.n-resize {
  cursor: n-resize;
}

.ne-resize {
  cursor: ne-resize;
}

.nesw-resize {
  cursor: nesw-resize;
}

.ns-resize {
  cursor: ns-resize;
}

.nw-resize {
  cursor: nw-resize;
}

.nwse-resize {
  cursor: nwse-resize;
}

.no-drop {
  cursor: no-drop;
}

.none {
  cursor: none;
}

.not-allowed {
  cursor: not-allowed;
}

.pointer {
  cursor: pointer;
}

.progress {
  cursor: progress;
}

.row-resize {
  cursor: row-resize;
}

.s-resize {
  cursor: s-resize;
}

.se-resize {
  cursor: se-resize;
}

.sw-resize {
  cursor: sw-resize;
}

.text {
  cursor: text;
}

.url {
  cursor: url(/myBall.cur), auto;
}

.w-resize {
  cursor: w-resize;
}

.wait {
  cursor: wait;
}

.zoom-in {
  cursor: zoom-in;
}

.zoom-out {
  cursor: zoom-out;
}

.dashboard {
  padding-bottom: 32px !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bootstrap-filestyle.input-group {
  justify-content: center;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 7rem;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .flip-card.paginate_button:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  cursor: help;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.font-petite-caps {
  font-variant: all-petite-caps;
}

.font-source-code-pro {
  font-family: 'Source Code Pro', monospace;
}

.font-source-serif-pro, .lecture {
  font-family: 'Source Serif Pro', serif;
}

.font-global {
  font-family: "unineue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-opendyslexic {
  font-family: 'opendyslexic' !important;
}

body {
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: common-ligatures;
  -webkit-font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.text-outline-green {
  color: transparent !important;
  -webkit-text-stroke: 1px #729e2e;
}

.text-gradient-green {
  background: -webkit-linear-gradient(#009ee3, #729e2e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

small, .small {
  font-weight: 300;
  font-size: 80% !important;
}

.text-small {
  font-size: 80% !important;
}

.text-shadow {
  text-decoration: none !important;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1875);
}

.text-shadow a {
  color: inherit !important;
}

.text-shadow a:hover, .text-shadow .activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .text-shadow a.paginate_button:hover {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow small, .text-shadow .small {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}

.text-shadow-arcade {
  text-shadow: 1px 0px 0px #dc3545, -1px 0px 0px #009ee3;
}

.text-shadow-arcade-primary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8fc63a, 4px 4px #394f17, 6px 6px #2b3b11, 8px 8px #1d280c, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-secondary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8fc63a, 4px 4px #394f17, 6px 6px #2b3b11, 8px 8px #1d280c, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-success {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8fc63a, 4px 4px #394f17, 6px 6px #2b3b11, 8px 8px #1d280c, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-info {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #15a7bc, 4px 4px #062d32, 6px 6px #03181b, 8px 8px #010404, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-warning {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f5b92c, 4px 4px #825d06, 6px 6px #694c05, 8px 8px #513a04, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-danger {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e4606d, 4px 4px #921925, 6px 6px #7c151f, 8px 8px #66121a, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-light {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #cccccc, 6px 6px #bfbfbf, 8px 8px #b3b3b3, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-dark {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #33353d, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-white {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #cccccc, 6px 6px #bfbfbf, 8px 8px #b3b3b3, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-100 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #bdc6d0, 6px 6px #aeb9c5, 8px 8px #9fadba, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-200 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #aeb9c4, 6px 6px #9facb9, 8px 8px #90a0af, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-300 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #fbfcfc, 4px 4px #a4afba, 6px 6px #95a2af, 8px 8px #8796a4, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-400 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #ebeef0, 4px 4px #94a1ae, 6px 6px #8594a3, 8px 8px #778898, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-500 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #c9cfd4, 4px 4px #748290, 6px 6px #697582, 8px 8px #5d6974, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-600 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #868e96, 4px 4px #3d4246, 6px 6px #313539, 8px 8px #25282b, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-700 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #606a73, 4px 4px #1a1d20, 6px 6px #0f1012, 8px 8px #030404, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-800 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #4b545c, 4px 4px #060708, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-900 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #383f45, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-gray-950 {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #272c30, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-black {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #1a1a1a, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #17b8ff, 4px 4px #00577d, 6px 6px #004564, 8px 8px #00344a, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-indigo {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8540f5, 4px 4px #3d0894, 6px 6px #33077c, 8px 8px #290564, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-purple {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8c68ce, 4px 4px #432776, 6px 6px #382063, 8px 8px #2d1a50, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-pink {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #ed6ca7, 4px 4px #ac145a, 6px 6px #95124e, 8px 8px #7e0f42, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-red {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e4606d, 4px 4px #921925, 6px 6px #7c151f, 8px 8px #66121a, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-dark-red {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #cc0000, 4px 4px #330000, 6px 6px #1a0000, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-reder {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #ff2828, 4px 4px #8e0000, 6px 6px #750000, 8px 8px #5b0000, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-orange {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #ee744b, 4px 4px #922f0e, 6px 6px #7b280c, 8px 8px #63200a, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-yellow {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f5b92c, 4px 4px #825d06, 6px 6px #694c05, 8px 8px #513a04, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8fc63a, 4px 4px #394f17, 6px 6px #2b3b11, 8px 8px #1d280c, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-greener {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #00c94c, 4px 4px #003012, 6px 6px #001709, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-teal {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #3ce0af, 4px 4px #127155, 6px 6px #0e5b44, 8px 8px #0b4534, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-cyan {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #1fc8e3, 4px 4px #0c525d, 6px 6px #093e47, 8px 8px #062a30, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-brown {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8e3612, 4px 4px #060201, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-negro {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e8e3d9, 4px 4px #ad9c7b, 6px 6px #a3906b, 8px 8px #97835e, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-dark-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #4e4858, 4px 4px #030304, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-dark-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #25503e, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darker-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #15a7bc, 4px 4px #062d32, 6px 6px #03181b, 8px 8px #010404, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-pinkish {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f9d6d3, 4px 4px #e55a4e, 6px 6px #e24538, 8px 8px #de3122, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-cyanish {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #8fcec8, 4px 4px #3b8981, 6px 6px #337771, 8px 8px #2c6560, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #ff5e17, 4px 4px #7d2600, 6px 6px #641e00, 8px 8px #4a1600, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-indigo {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #b0f540, 4px 4px #5f9408, 6px 6px #4f7c07, 8px 8px #406405, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-purple {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #aace68, 4px 4px #5a7627, 6px 6px #4b6320, 8px 8px #3d501a, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-pink {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #6cedb2, 4px 4px #14ac66, 6px 6px #129559, 8px 8px #0f7e4b, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-red {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #60e4d7, 4px 4px #199286, 6px 6px #157c72, 8px 8px #12665e, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-orange {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #4bc5ee, 4px 4px #0e7192, 6px 6px #0c5f7b, 8px 8px #0a4d63, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-yellow {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2c68f5, 4px 4px #062b82, 6px 6px #052369, 8px 8px #041b51, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #713ac6, 4px 4px #2d174f, 6px 6px #22113b, 8px 8px #170c28, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-teal {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e03c6d, 4px 4px #71122e, 6px 6px #5b0e25, 8px 8px #450b1c, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-cyan {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e33a1f, 4px 4px #5d170c, 6px 6px #471109, 8px 8px #300c06, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-brown {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #126a8e, 4px 4px #010506, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-negro {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #d9dee8, 4px 4px #7b8cad, 6px 6px #6b7fa3, 8px 8px #5e7297, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-dark-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #525848, 4px 4px #040403, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-dark-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #502537, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-darker-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #bc2a15, 4px 4px #320b06, 6px 6px #1b0603, 8px 8px #040101, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-dark {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #3d3b33, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-light {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #cccccc, 6px 6px #bfbfbf, 8px 8px #b3b3b3, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-primary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #713ac6, 4px 4px #2d174f, 6px 6px #22113b, 8px 8px #170c28, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-secondary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #713ac6, 4px 4px #2d174f, 6px 6px #22113b, 8px 8px #170c28, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-success {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #713ac6, 4px 4px #2d174f, 6px 6px #22113b, 8px 8px #170c28, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-warning {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2c68f5, 4px 4px #062b82, 6px 6px #052369, 8px 8px #041b51, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-danger {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #60e4d7, 4px 4px #199286, 6px 6px #157c72, 8px 8px #12665e, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-complement-info {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #bc2a15, 4px 4px #320b06, 6px 6px #1b0603, 8px 8px #040101, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #c1ecff, 4px 4px #28beff, 6px 6px #0eb6ff, 8px 8px #00aaf4, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-indigo {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e1d0fc, 4px 4px #843ff5, 6px 6px #7426f3, 8px 8px #650ef2, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-purple {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e3daf3, 4px 4px #8b67cd, 6px 6px #7c53c7, 8px 8px #6e40c0, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-pink {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #fbdfec, 4px 4px #eb579b, 6px 6px #e8408d, 8px 8px #e62980, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-red {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f9dadd, 4px 4px #e25765, 6px 6px #de4251, 8px 8px #da2c3d, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-orange {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #fbddd3, 4px 4px #ed7148, 6px 6px #eb5f30, 8px 8px #e94d19, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-yellow {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #fcedc8, 4px 4px #f5bd36, 6px 6px #f4b51e, 8px 8px #edaa0b, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e0efc8, 4px 4px #9ccc51, 6px 6px #91c73d, 8px 8px #83b635, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-teal {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #cbf7ea, 4px 4px #47e2b4, 6px 6px #31deab, 8px 8px #22d4a0, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-cyan {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #c1f0f7, 4px 4px #39cee6, 6px 6px #22c9e3, 8px 8px #1ab9d2, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-brown {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f3b79e, 4px 4px #dc541b, 6px 6px #c64b18, 8px 8px #af4316, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-negro {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #c7bba5, 6px 6px #bdaf95, 8px 8px #b3a385, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-dark-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #c7c3ce, 4px 4px #786f88, 6px 6px #6c647a, 8px 8px #60586c, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-dark-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #a9d7c4, 4px 4px #499d7a, 6px 6px #418c6d, 8px 8px #397a5f, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-darker-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #aeedf6, 4px 4px #25cee6, 6px 6px #18c1d9, 8px 8px #16acc2, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-dark {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #b9bcc4, 4px 4px #696d7c, 6px 6px #5d606e, 8px 8px #515460, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-light {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #cccccc, 6px 6px #bfbfbf, 8px 8px #b3b3b3, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-primary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e0efc8, 4px 4px #9ccc51, 6px 6px #91c73d, 8px 8px #83b635, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-secondary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e0efc8, 4px 4px #9ccc51, 6px 6px #91c73d, 8px 8px #83b635, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-success {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #e0efc8, 4px 4px #9ccc51, 6px 6px #91c73d, 8px 8px #83b635, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-warning {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #fcedc8, 4px 4px #f5bd36, 6px 6px #f4b51e, 8px 8px #edaa0b, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-danger {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f9dadd, 4px 4px #e25765, 6px 6px #de4251, 8px 8px #da2c3d, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-info {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #aeedf6, 4px 4px #25cee6, 6px 6px #18c1d9, 8px 8px #16acc2, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #ffd4c1, 4px 4px #ff6928, 6px 6px #ff570e, 8px 8px #f44a00, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-indigo {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #ebfcd0, 4px 4px #aff53f, 6px 6px #a5f326, 8px 8px #9bf20e, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-purple {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #eaf3da, 4px 4px #a9cd67, 6px 6px #9ec753, 8px 8px #93c040, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-pink {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #dffbee, 4px 4px #57eba7, 6px 6px #40e89b, 8px 8px #29e68f, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-red {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #daf9f6, 4px 4px #57e2d5, 6px 6px #42decf, 8px 8px #2cdaca, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-orange {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #d3f1fb, 4px 4px #48c4ed, 6px 6px #30bceb, 8px 8px #19b5e9, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-yellow {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #c8d7fc, 4px 4px #366ff5, 6px 6px #1e5df4, 8px 8px #0b4eed, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #d7c8ef, 4px 4px #8251cc, 6px 6px #733dc7, 8px 8px #6835b6, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-teal {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f7cbd8, 4px 4px #e24775, 6px 6px #de3165, 8px 8px #d42257, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-cyan {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f7c8c1, 4px 4px #e65039, 6px 6px #e33c22, 8px 8px #d2331a, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-brown {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #9edaf3, 4px 4px #1ba4dc, 6px 6px #1893c6, 8px 8px #1682af, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-negro {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #a5b0c7, 6px 6px #95a3bd, 8px 8px #8595b3, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-dark-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #cacec3, 4px 4px #7f886f, 6px 6px #727a64, 8px 8px #656c58, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-dark-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #d7a9bc, 4px 4px #9d496c, 6px 6px #8c4160, 8px 8px #7a3954, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-darker-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f6b7ae, 4px 4px #e63d25, 6px 6px #d93118, 8px 8px #c22c16, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-dark {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #c4c2b9, 4px 4px #7c7869, 6px 6px #6e6a5d, 8px 8px #605d51, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-light {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px white, 4px 4px #cccccc, 6px 6px #bfbfbf, 8px 8px #b3b3b3, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-primary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #d7c8ef, 4px 4px #8251cc, 6px 6px #733dc7, 8px 8px #6835b6, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-secondary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #d7c8ef, 4px 4px #8251cc, 6px 6px #733dc7, 8px 8px #6835b6, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-success {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #d7c8ef, 4px 4px #8251cc, 6px 6px #733dc7, 8px 8px #6835b6, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-warning {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #c8d7fc, 4px 4px #366ff5, 6px 6px #1e5df4, 8px 8px #0b4eed, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-danger {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #daf9f6, 4px 4px #57e2d5, 6px 6px #42decf, 8px 8px #2cdaca, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-lighten-complement-info {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #f6b7ae, 4px 4px #e63d25, 6px 6px #d93118, 8px 8px #c22c16, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2b5061, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-indigo {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #453166, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-purple {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #483d5b, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-pink {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #6c3951, 4px 4px #080406, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-red {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #64393d, 4px 4px #030202, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-orange {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #654034, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-yellow {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #61522e, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #444f33, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-teal {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #335b4f, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-cyan {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2e5056, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-brown {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #3d2921, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-negro {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #706a5e, 4px 4px #1d1b18, 6px 6px #0f0e0d, 8px 8px #010101, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-dark-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2e2d31, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-dark-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #212c27, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-darker-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #27454a, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-dark {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #242527, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-light {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #7d7d7d, 4px 4px #303030, 6px 6px #242424, 8px 8px #171717, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-primary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #444f33, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-secondary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #444f33, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-success {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #444f33, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-warning {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #61522e, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-danger {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #64393d, 4px 4px #030202, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-info {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #27454a, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #613b2b, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-indigo {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #526631, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-purple {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #505b3d, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-pink {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #396c55, 4px 4px #040806, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-red {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #396460, 4px 4px #020303, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-orange {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #345965, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-yellow {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2e3e61, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #3e334f, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-teal {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #5b333f, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-cyan {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #56332e, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-brown {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #21353d, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-negro {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #5e6470, 4px 4px #181a1d, 6px 6px #0d0d0f, 8px 8px #010101, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-dark-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2f312d, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-dark-green {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2c2125, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-darker-blue {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #4a2b27, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-dark {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #272624, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-light {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #7d7d7d, 4px 4px #303030, 6px 6px #242424, 8px 8px #171717, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-primary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #3e334f, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-secondary {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #3e334f, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-success {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #3e334f, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-warning {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #2e3e61, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-danger {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #396460, 4px 4px #020303, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.text-shadow-arcade-darken-complement-info {
  text-shadow: 1px 0px 0px red, -1px 0px 0px #009ee3, 0px 0px 1px #000, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), 2px 2px #4a2b27, 4px 4px black, 6px 6px black, 8px 8px black, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875);
}

.title {
  font-weight: bolder !important;
  font-style: italic !important;
}

.title strong::after {
  content: "_";
}

p + p, .p + .p, p + .p, .p + p {
  margin-bottom: 0.5rem;
}

.footer {
  right: 0;
  bottom: 0;
  left: 0;
}

.dashboard .footer .container-fluid, .dashboard .footer .container-sm, .dashboard .footer .container-md, .dashboard .footer .container-lg, .dashboard .footer .container-xl {
  padding-bottom: 10px;
}

.profile #footer-login {
  display: none;
}

@media (max-width: 769px) {
  .footer {
    position: relative;
  }
}

footer > :nth-child(1) {
  background-color: rgba(94, 94, 94, 0.125);
}

footer > :nth-child(2) {
  background-color: rgba(63, 63, 63, 0.125);
}

footer > :nth-child(3) {
  background-color: rgba(31, 31, 31, 0.125);
}

footer > :nth-child(4) {
  background-color: rgba(0, 0, 0, 0.125);
}

#seePassword {
  cursor: pointer;
}

#seePassword:hover {
  color: #107e8e;
}

.small label, .small input {
  font-size: 80% !important;
}

#login-recover {
  padding-top: 21px;
}

.form-group {
  margin-bottom: 0.5rem;
}

.list-group-item-current.bg-dark, .list-group-item-current.bg-light {
  background-color: #729e2e !important;
}

.list-group-item-current.bg-dark a, .list-group-item-current.bg-light a {
  color: #fff !important;
}

.introjs-tooltiptext {
  color: #000;
}

.introjs-disabled {
  color: #dee2e6 !important;
}

.text-light .introjs-showElement {
  color: #1C1D21;
}

a.introjs-showElement {
  color: #1C1D21 !important;
}

.introjs-donebutton {
  font-weight: bolder !important;
}

.introjs-progressbar {
  background-color: #729e2e !important;
}

.btn-primary.introjs-showElement, .activitylogs .dataTables_wrapper .dt-buttons .introjs-showElement.dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .introjs-showElement.paginate_button {
  color: #1C1D21 !important;
}

.btn-secondary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-success.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-info.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-warning.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-danger.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-light.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-dark.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-white.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-100.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-200.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-300.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-400.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-500.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-600.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-700.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-800.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-900.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-gray-950.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-black.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-indigo.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-purple.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-pink.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-red.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-dark-red.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-reder.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-orange.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-yellow.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-greener.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-teal.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-cyan.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-brown.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-negro.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-dark-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-dark-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darker-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-pinkish.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-cyanish.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-indigo.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-purple.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-pink.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-red.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-orange.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-yellow.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-teal.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-cyan.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-brown.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-negro.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-dark-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-dark-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-darker-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-dark.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-light.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-primary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-secondary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-success.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-warning.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-danger.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-complement-info.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-indigo.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-purple.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-pink.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-red.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-orange.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-yellow.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-teal.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-cyan.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-brown.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-negro.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-dark-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-dark-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-darker-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-dark.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-light.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-primary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-secondary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-success.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-warning.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-danger.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-info.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-indigo.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-purple.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-pink.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-red.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-orange.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-yellow.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-teal.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-cyan.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-brown.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-negro.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-dark-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-dark-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-darker-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-dark.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-light.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-primary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-secondary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-success.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-warning.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-danger.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-lighten-complement-info.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-indigo.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-purple.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-pink.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-red.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-orange.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-yellow.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-teal.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-cyan.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-brown.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-negro.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-dark-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-dark-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-darker-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-dark.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-light.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-primary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-secondary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-success.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-warning.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-danger.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-info.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-indigo.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-purple.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-pink.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-red.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-orange.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-yellow.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-teal.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-cyan.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-brown.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-negro.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-dark-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-dark-green.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-darker-blue.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-dark.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-light.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-primary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-secondary.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-success.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-warning.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-danger.introjs-showElement {
  color: #1C1D21 !important;
}

.btn-darken-complement-info.introjs-showElement {
  color: #1C1D21 !important;
}

.introjs-fixedTooltip {
  position: absolute;
}

.introjs-fixParent {
  position: static;
}

.challenge-activity {
  background-image: url(/assets/challenge-activity.png);
  background-size: cover;
}

.attempt-img {
  background-image: url(/assets/score-attempt.png);
  background-size: cover;
}

.far-hover:hover .far, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .far-hover.paginate_button:hover .far {
  font-weight: 900 !important;
}

a:not(.btn) {
  color: #729e2e;
}

a:not(.btn):hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.btn):hover, a:not(.btn):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.btn):active {
  color: #47631d;
}

a:not(.btn):hover svg, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.btn):hover svg, a:not(.btn):active svg, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.btn):active svg {
  text-decoration: none !important;
}

.dropdown-item:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .dropdown-item.paginate_button:hover, .dropdown-item:focus {
  color: #47631d !important;
}

.active a, .active .text-primary, .active .text-secondary {
  color: inherit !important;
}

.portfolio .active a.text-white {
  color: #fff !important;
}

/*
	.bg-light, .bg-gray-300, .table-light, .bg-dark .list-group-item-dark
	a:hover:not(.btn), a:active:not(.btn)
		color: darken($link-color, $emphasized-link-hover-darken-percentage)
	[class*='btn-outline-']
		&:hover
			color: $white

	.bg-dark, .table-dark
		a:hover:not(.btn), a:active:not(.btn)
			color: lighten($link-color, $emphasized-link-hover-darken-percentage)
		[class*='btn']
			&:hover
				color: $white */
@media (min-width: 768px) {
  #login-home-row {
    height: calc( 100vh - 281px) !important;
  }
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.typeahead {
  margin: 5px 0;
}

.breadcrumbs {
  color: unset !important;
}

.breadcrumbs div {
  z-index: 2;
}

.breadcrumbs a {
  color: unset !important;
}

.breadcrumbs div:last-child {
  z-index: 1;
  background-color: #e9501d;
  color: #fff !important;
  font-weight: bolder !important;
}

.breadcrumbs div:last-child a {
  color: #fff !important;
}

.nav-tabs {
  border-bottom: 1px solid #729e2e;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #729e2e;
  border-color: #729e2e #729e2e transparent;
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-link.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .nav-tabs .nav-link.paginate_button:hover,
.nav-tabs .nav-link:focus {
  border-color: #729e2e #729e2e transparent;
  color: #729e2e;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
}

.dropdown-menu {
  overflow: hidden;
}

.navbar .dropdown-item {
  white-space: unset !important;
}

.notifications p {
  margin-bottom: 0;
}

.notifications-sticky-bottom, .notifications-sticky-top {
  /*position: absolute;*/
  width: 100%;
  left: 0;
  z-index: 9;
  text-align: center;
}

.notifications-sticky-bottom {
  bottom: 0;
  position: fixed;
}

.sticky-fixed {
  position: fixed;
}

.sticky-fixed.notifications-sticky-top {
  width: calc( 100% - 1rem*2);
  margin: 0 1rem;
}

.alert.sticky {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  padding: 0.5rem 1rem;
}

.alert.notifications-sticky-bottom {
  margin-bottom: 0;
}

.test .alert.sticky {
  white-space: normal;
}

.test .sticky-fixed {
  position: relative;
}

.test .notifications-sticky-bottom, .test .notifications-sticky-top {
  z-index: 0;
}

.test .notifications-sticky-top {
  top: 0;
}

.test .notifications-sticky-bottom {
  bottom: 0;
  position: relative;
}

.test .close {
  display: none;
}

.test .alert {
  margin-bottom: 0;
}

.test .alert.sticky {
  padding: 5px 10px;
}

.color-radio [type="radio"]:checked,
.color-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.color-radio [type="radio"]:checked + label,
.color-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  padding-right: 14px;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  border-right: solid 1px grey;
}

.color-radio .radio:last-child [type="radio"]:checked + label,
.color-radio .radio:last-child [type="radio"]:not(:checked) + label {
  border-right: none !important;
}

.color-radio [type="radio"]:checked + label:before,
.color-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.color-radio #announcement_alert_type_info:checked + label:after,
.color-radio #announcement_alert_type_info:not(:checked) + label:after {
  background: #009ee3;
}

.color-radio #announcement_alert_type_info:checked + label:before,
.color-radio #announcement_alert_type_info:not(:checked) + label:before {
  border: 1px solid #009ee3;
  background: #64d0ff;
}

.color-radio #announcement_alert_type_success:checked + label:after,
.color-radio #announcement_alert_type_success:not(:checked) + label:after {
  background: #729e2e;
}

.color-radio #announcement_alert_type_success:checked + label:before,
.color-radio #announcement_alert_type_success:not(:checked) + label:before {
  border: 1px solid #729e2e;
  background: #b0d775;
}

.color-radio #announcement_alert_type_warning:checked + label:after,
.color-radio #announcement_alert_type_warning:not(:checked) + label:after {
  background: #e3a30b;
}

.color-radio #announcement_alert_type_warning:checked + label:before,
.color-radio #announcement_alert_type_warning:not(:checked) + label:before {
  border: 1px solid #e3a30b;
  background: #f8d175;
}

.color-radio #announcement_alert_type_danger:checked + label:after,
.color-radio #announcement_alert_type_danger:not(:checked) + label:after {
  background: #dc3545;
}

.color-radio #announcement_alert_type_danger:checked + label:before,
.color-radio #announcement_alert_type_danger:not(:checked) + label:before {
  border: 1px solid #dc3545;
  background: #efa2a9;
}

.color-radio [type="radio"]:checked + label:before {
  background: #fff !important;
}

.color-radio [type="radio"]:checked + label:after,
.color-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.color-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.color-radio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.rounded-top-pill {
  border-radius: 50rem 50rem 0 0 !important;
}

.rounded-right-pill {
  border-radius: 0 50rem 50rem  0 !important;
}

.rounded-bottom-pill {
  border-radius: 0 0 50rem 50rem  !important;
}

.rounded-left-pill {
  border-radius: 50rem 0 0 50rem !important;
}

::-moz-selection {
  color: #fff;
  background: #729e2e;
}

::selection {
  color: #fff;
  background: #729e2e;
}

.shadow-ambient {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
}

.shadow-hover-sm:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .shadow-hover-sm.paginate_button:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1875) !important;
}

.shadow-hover:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .shadow-hover.paginate_button:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25), 0 0.5rem 1rem rgba(0, 0, 0, 0.1875) !important;
}

.shadow-hover-lg:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .shadow-hover-lg.paginate_button:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.5rem 1rem rgba(0, 0, 0, 0.25), 0 1rem 2rem rgba(0, 0, 0, 0.1875) !important;
}

.shadow-right-sm {
  box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.125), 0.0625rem 0 0.125rem rgba(0, 0, 0, 0.25), 0.125rem 0 0.25rem rgba(0, 0, 0, 0.1875);
}

.shadow-right {
  box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.125), 0.125rem 0 0.25rem rgba(0, 0, 0, 0.25), 0.25rem 0 0.5rem rgba(0, 0, 0, 0.1875);
}

.shadow-right-lg {
  box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.125), 0.25rem 0 0.5rem rgba(0, 0, 0, 0.25), 0.5rem 0 1rem rgba(0, 0, 0, 0.1875);
}

.shadow-right-xl {
  box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.125), 0.5rem 0 1rem rgba(0, 0, 0, 0.25), 1rem 0 2rem rgba(0, 0, 0, 0.1875);
}

.spinner, .spinner-sm {
  position: relative;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(114, 158, 46, 0.2);
  border-right: 6px solid rgba(114, 158, 46, 0.2);
  border-bottom: 6px solid rgba(114, 158, 46, 0.2);
  border-top: 6px solid rgba(191, 231, 191, 0.15);
  border-radius: 100%;
  z-index: 9999;
}

.spinner-sm {
  height: 20px;
  width: 20px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.popover {
  color: #1C1D21;
}

.custom-control-label {
  padding-top: 0.15rem;
}

.table tr td, .dataTable tr td, .table tr th, .dataTable tr th {
  vertical-align: middle;
}

table.dataTable.hover.table-dark tbody tr:hover, table.dataTable.hover.table-dark tbody .activitylogs .dataTables_wrapper .dataTables_paginate .pagination tr.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination table.dataTable.hover.table-dark tbody tr.paginate_button:hover, table.dataTable.display.table-dark tbody tr:hover, table.dataTable.display.table-dark tbody .activitylogs .dataTables_wrapper .dataTables_paginate .pagination tr.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination table.dataTable.display.table-dark tbody tr.paginate_button:hover, table.dataTable tr {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

table.dataTable.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.dataTables_wrapper p {
  margin-bottom: 0;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 0.25rem 0.75rem;
}

.dataTables_filter {
  margin-bottom: 0.75rem;
}

.dataTable .sorting_asc, .dataTable .sorting_desc {
  color: #729e2e !important;
}

.dataTables_processing {
  margin-top: 50px !important;
  padding-top: 5px !important;
}

.activitylogs .dataTables_wrapper .dt-buttons .dt-button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active {
  opacity: 1 !important;
}

.activitylogs .dataTables_wrapper .dt-buttons .dt-button a,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button a,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover a,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:active a {
  color: #fff !important;
}

.table-striped tbody tr.bg-primary:nth-of-type(odd) {
  background-color: rgba(114, 158, 46, 0.8) !important;
}

.table-striped tbody tr.bg-secondary:nth-of-type(odd) {
  background-color: rgba(114, 158, 46, 0.8) !important;
}

.table-striped tbody tr.bg-success:nth-of-type(odd) {
  background-color: rgba(114, 158, 46, 0.8) !important;
}

.table-striped tbody tr.bg-info:nth-of-type(odd) {
  background-color: rgba(16, 126, 142, 0.8) !important;
}

.table-striped tbody tr.bg-warning:nth-of-type(odd) {
  background-color: rgba(227, 163, 11, 0.8) !important;
}

.table-striped tbody tr.bg-danger:nth-of-type(odd) {
  background-color: rgba(220, 53, 69, 0.8) !important;
}

.table-striped tbody tr.bg-light:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.table-striped tbody tr.bg-dark:nth-of-type(odd) {
  background-color: rgba(28, 29, 33, 0.8) !important;
}

.table-striped tbody tr.bg-white:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.table-striped tbody tr.bg-gray-100:nth-of-type(odd) {
  background-color: rgba(248, 249, 250, 0.8) !important;
}

.table-striped tbody tr.bg-gray-200:nth-of-type(odd) {
  background-color: rgba(233, 236, 239, 0.8) !important;
}

.table-striped tbody tr.bg-gray-300:nth-of-type(odd) {
  background-color: rgba(222, 226, 230, 0.8) !important;
}

.table-striped tbody tr.bg-gray-400:nth-of-type(odd) {
  background-color: rgba(206, 212, 218, 0.8) !important;
}

.table-striped tbody tr.bg-gray-500:nth-of-type(odd) {
  background-color: rgba(173, 181, 189, 0.8) !important;
}

.table-striped tbody tr.bg-gray-600:nth-of-type(odd) {
  background-color: rgba(108, 117, 125, 0.8) !important;
}

.table-striped tbody tr.bg-gray-700:nth-of-type(odd) {
  background-color: rgba(73, 80, 87, 0.8) !important;
}

.table-striped tbody tr.bg-gray-800:nth-of-type(odd) {
  background-color: rgba(52, 58, 64, 0.8) !important;
}

.table-striped tbody tr.bg-gray-900:nth-of-type(odd) {
  background-color: rgba(33, 37, 41, 0.8) !important;
}

.table-striped tbody tr.bg-gray-950:nth-of-type(odd) {
  background-color: rgba(16, 18, 20, 0.8) !important;
}

.table-striped tbody tr.bg-black:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.table-striped tbody tr.bg-blue:nth-of-type(odd) {
  background-color: rgba(0, 158, 227, 0.8) !important;
}

.table-striped tbody tr.bg-indigo:nth-of-type(odd) {
  background-color: rgba(102, 16, 242, 0.8) !important;
}

.table-striped tbody tr.bg-purple:nth-of-type(odd) {
  background-color: rgba(111, 66, 193, 0.8) !important;
}

.table-striped tbody tr.bg-pink:nth-of-type(odd) {
  background-color: rgba(232, 62, 140, 0.8) !important;
}

.table-striped tbody tr.bg-red:nth-of-type(odd) {
  background-color: rgba(220, 53, 69, 0.8) !important;
}

.table-striped tbody tr.bg-dark-red:nth-of-type(odd) {
  background-color: rgba(153, 0, 0, 0.8) !important;
}

.table-striped tbody tr.bg-reder:nth-of-type(odd) {
  background-color: rgba(244, 0, 0, 0.8) !important;
}

.table-striped tbody tr.bg-orange:nth-of-type(odd) {
  background-color: rgba(233, 80, 29, 0.8) !important;
}

.table-striped tbody tr.bg-yellow:nth-of-type(odd) {
  background-color: rgba(227, 163, 11, 0.8) !important;
}

.table-striped tbody tr.bg-green:nth-of-type(odd) {
  background-color: rgba(114, 158, 46, 0.8) !important;
}

.table-striped tbody tr.bg-greener:nth-of-type(odd) {
  background-color: rgba(0, 150, 57, 0.8) !important;
}

.table-striped tbody tr.bg-teal:nth-of-type(odd) {
  background-color: rgba(32, 201, 151, 0.8) !important;
}

.table-striped tbody tr.bg-cyan:nth-of-type(odd) {
  background-color: rgba(23, 162, 184, 0.8) !important;
}

.table-striped tbody tr.bg-brown:nth-of-type(odd) {
  background-color: rgba(97, 37, 12, 0.8) !important;
}

.table-striped tbody tr.bg-negro:nth-of-type(odd) {
  background-color: rgba(212, 203, 186, 0.8) !important;
}

.table-striped tbody tr.bg-dark-blue:nth-of-type(odd) {
  background-color: rgba(53, 49, 60, 0.8) !important;
}

.table-striped tbody tr.bg-dark-green:nth-of-type(odd) {
  background-color: rgba(21, 45, 35, 0.8) !important;
}

.table-striped tbody tr.bg-darker-blue:nth-of-type(odd) {
  background-color: rgba(16, 126, 142, 0.8) !important;
}

.table-striped tbody tr.bg-pinkish:nth-of-type(odd) {
  background-color: rgba(242, 173, 167, 0.8) !important;
}

.table-striped tbody tr.bg-cyanish:nth-of-type(odd) {
  background-color: rgba(107, 191, 183, 0.8) !important;
}

.table-striped tbody tr.bg-complement-blue:nth-of-type(odd) {
  background-color: rgba(227, 69, 0, 0.8) !important;
}

.table-striped tbody tr.bg-complement-indigo:nth-of-type(odd) {
  background-color: rgba(156, 242, 16, 0.8) !important;
}

.table-striped tbody tr.bg-complement-purple:nth-of-type(odd) {
  background-color: rgba(148, 193, 66, 0.8) !important;
}

.table-striped tbody tr.bg-complement-pink:nth-of-type(odd) {
  background-color: rgba(62, 232, 154, 0.8) !important;
}

.table-striped tbody tr.bg-complement-red:nth-of-type(odd) {
  background-color: rgba(53, 220, 204, 0.8) !important;
}

.table-striped tbody tr.bg-complement-orange:nth-of-type(odd) {
  background-color: rgba(29, 182, 233, 0.8) !important;
}

.table-striped tbody tr.bg-complement-yellow:nth-of-type(odd) {
  background-color: rgba(11, 75, 227, 0.8) !important;
}

.table-striped tbody tr.bg-complement-green:nth-of-type(odd) {
  background-color: rgba(90, 46, 158, 0.8) !important;
}

.table-striped tbody tr.bg-complement-teal:nth-of-type(odd) {
  background-color: rgba(201, 32, 82, 0.8) !important;
}

.table-striped tbody tr.bg-complement-cyan:nth-of-type(odd) {
  background-color: rgba(184, 45, 23, 0.8) !important;
}

.table-striped tbody tr.bg-complement-brown:nth-of-type(odd) {
  background-color: rgba(12, 72, 97, 0.8) !important;
}

.table-striped tbody tr.bg-complement-negro:nth-of-type(odd) {
  background-color: rgba(186, 195, 212, 0.8) !important;
}

.table-striped tbody tr.bg-complement-dark-blue:nth-of-type(odd) {
  background-color: rgba(56, 60, 49, 0.8) !important;
}

.table-striped tbody tr.bg-complement-dark-green:nth-of-type(odd) {
  background-color: rgba(45, 21, 31, 0.8) !important;
}

.table-striped tbody tr.bg-complement-darker-blue:nth-of-type(odd) {
  background-color: rgba(142, 32, 16, 0.8) !important;
}

.table-striped tbody tr.bg-complement-dark:nth-of-type(odd) {
  background-color: rgba(33, 32, 28, 0.8) !important;
}

.table-striped tbody tr.bg-complement-light:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.table-striped tbody tr.bg-complement-primary:nth-of-type(odd) {
  background-color: rgba(90, 46, 158, 0.8) !important;
}

.table-striped tbody tr.bg-complement-secondary:nth-of-type(odd) {
  background-color: rgba(90, 46, 158, 0.8) !important;
}

.table-striped tbody tr.bg-complement-success:nth-of-type(odd) {
  background-color: rgba(90, 46, 158, 0.8) !important;
}

.table-striped tbody tr.bg-complement-warning:nth-of-type(odd) {
  background-color: rgba(11, 75, 227, 0.8) !important;
}

.table-striped tbody tr.bg-complement-danger:nth-of-type(odd) {
  background-color: rgba(53, 220, 204, 0.8) !important;
}

.table-striped tbody tr.bg-complement-info:nth-of-type(odd) {
  background-color: rgba(142, 32, 16, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-blue:nth-of-type(odd) {
  background-color: rgba(142, 221, 255, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-indigo:nth-of-type(odd) {
  background-color: rgba(194, 159, 250, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-purple:nth-of-type(odd) {
  background-color: rgba(197, 179, 230, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-pink:nth-of-type(odd) {
  background-color: rgba(246, 178, 209, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-red:nth-of-type(odd) {
  background-color: rgba(241, 174, 181, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-orange:nth-of-type(odd) {
  background-color: rgba(246, 185, 165, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-yellow:nth-of-type(odd) {
  background-color: rgba(250, 221, 151, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-green:nth-of-type(odd) {
  background-color: rgba(201, 227, 160, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-teal:nth-of-type(odd) {
  background-color: rgba(159, 240, 216, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-cyan:nth-of-type(odd) {
  background-color: rgba(147, 229, 242, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-brown:nth-of-type(odd) {
  background-color: rgba(237, 149, 112, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-negro:nth-of-type(odd) {
  background-color: rgba(238, 234, 227, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-dark-blue:nth-of-type(odd) {
  background-color: rgba(173, 167, 183, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-dark-green:nth-of-type(odd) {
  background-color: rgba(134, 198, 172, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-darker-blue:nth-of-type(odd) {
  background-color: rgba(128, 226, 241, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-dark:nth-of-type(odd) {
  background-color: rgba(158, 161, 173, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-light:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-primary:nth-of-type(odd) {
  background-color: rgba(201, 227, 160, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-secondary:nth-of-type(odd) {
  background-color: rgba(201, 227, 160, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-success:nth-of-type(odd) {
  background-color: rgba(201, 227, 160, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-warning:nth-of-type(odd) {
  background-color: rgba(250, 221, 151, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-danger:nth-of-type(odd) {
  background-color: rgba(241, 174, 181, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-info:nth-of-type(odd) {
  background-color: rgba(128, 226, 241, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-blue:nth-of-type(odd) {
  background-color: rgba(255, 176, 142, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-indigo:nth-of-type(odd) {
  background-color: rgba(215, 250, 159, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-purple:nth-of-type(odd) {
  background-color: rgba(212, 230, 179, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-pink:nth-of-type(odd) {
  background-color: rgba(178, 246, 215, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-red:nth-of-type(odd) {
  background-color: rgba(174, 241, 235, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-orange:nth-of-type(odd) {
  background-color: rgba(165, 226, 246, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-yellow:nth-of-type(odd) {
  background-color: rgba(151, 180, 250, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-green:nth-of-type(odd) {
  background-color: rgba(187, 160, 227, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-teal:nth-of-type(odd) {
  background-color: rgba(240, 159, 183, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-cyan:nth-of-type(odd) {
  background-color: rgba(242, 160, 147, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-brown:nth-of-type(odd) {
  background-color: rgba(112, 201, 237, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-negro:nth-of-type(odd) {
  background-color: rgba(227, 231, 238, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-dark-blue:nth-of-type(odd) {
  background-color: rgba(177, 183, 167, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-dark-green:nth-of-type(odd) {
  background-color: rgba(198, 134, 161, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-darker-blue:nth-of-type(odd) {
  background-color: rgba(241, 143, 128, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-dark:nth-of-type(odd) {
  background-color: rgba(173, 170, 158, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-light:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-primary:nth-of-type(odd) {
  background-color: rgba(187, 160, 227, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-secondary:nth-of-type(odd) {
  background-color: rgba(187, 160, 227, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-success:nth-of-type(odd) {
  background-color: rgba(187, 160, 227, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-warning:nth-of-type(odd) {
  background-color: rgba(151, 180, 250, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-danger:nth-of-type(odd) {
  background-color: rgba(174, 241, 235, 0.8) !important;
}

.table-striped tbody tr.bg-lighten-complement-info:nth-of-type(odd) {
  background-color: rgba(241, 143, 128, 0.8) !important;
}

.table-striped tbody tr.bg-darken-blue:nth-of-type(odd) {
  background-color: rgba(27, 51, 62, 0.8) !important;
}

.table-striped tbody tr.bg-darken-indigo:nth-of-type(odd) {
  background-color: rgba(46, 33, 68, 0.8) !important;
}

.table-striped tbody tr.bg-darken-purple:nth-of-type(odd) {
  background-color: rgba(48, 41, 60, 0.8) !important;
}

.table-striped tbody tr.bg-darken-pink:nth-of-type(odd) {
  background-color: rgba(75, 40, 56, 0.8) !important;
}

.table-striped tbody tr.bg-darken-red:nth-of-type(odd) {
  background-color: rgba(68, 39, 41, 0.8) !important;
}

.table-striped tbody tr.bg-darken-orange:nth-of-type(odd) {
  background-color: rgba(67, 43, 35, 0.8) !important;
}

.table-striped tbody tr.bg-darken-yellow:nth-of-type(odd) {
  background-color: rgba(63, 53, 30, 0.8) !important;
}

.table-striped tbody tr.bg-darken-green:nth-of-type(odd) {
  background-color: rgba(42, 48, 31, 0.8) !important;
}

.table-striped tbody tr.bg-darken-teal:nth-of-type(odd) {
  background-color: rgba(33, 58, 51, 0.8) !important;
}

.table-striped tbody tr.bg-darken-cyan:nth-of-type(odd) {
  background-color: rgba(28, 49, 53, 0.8) !important;
}

.table-striped tbody tr.bg-darken-brown:nth-of-type(odd) {
  background-color: rgba(28, 19, 15, 0.8) !important;
}

.table-striped tbody tr.bg-darken-negro:nth-of-type(odd) {
  background-color: rgba(85, 80, 71, 0.8) !important;
}

.table-striped tbody tr.bg-darken-dark-blue:nth-of-type(odd) {
  background-color: rgba(21, 20, 22, 0.8) !important;
}

.table-striped tbody tr.bg-darken-dark-green:nth-of-type(odd) {
  background-color: rgba(11, 15, 13, 0.8) !important;
}

.table-striped tbody tr.bg-darken-darker-blue:nth-of-type(odd) {
  background-color: rgba(21, 38, 40, 0.8) !important;
}

.table-striped tbody tr.bg-darken-dark:nth-of-type(odd) {
  background-color: rgba(12, 12, 12, 0.8) !important;
}

.table-striped tbody tr.bg-darken-light:nth-of-type(odd) {
  background-color: rgba(99, 99, 99, 0.8) !important;
}

.table-striped tbody tr.bg-darken-primary:nth-of-type(odd) {
  background-color: rgba(42, 48, 31, 0.8) !important;
}

.table-striped tbody tr.bg-darken-secondary:nth-of-type(odd) {
  background-color: rgba(42, 48, 31, 0.8) !important;
}

.table-striped tbody tr.bg-darken-success:nth-of-type(odd) {
  background-color: rgba(42, 48, 31, 0.8) !important;
}

.table-striped tbody tr.bg-darken-warning:nth-of-type(odd) {
  background-color: rgba(63, 53, 30, 0.8) !important;
}

.table-striped tbody tr.bg-darken-danger:nth-of-type(odd) {
  background-color: rgba(68, 39, 41, 0.8) !important;
}

.table-striped tbody tr.bg-darken-info:nth-of-type(odd) {
  background-color: rgba(21, 38, 40, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-blue:nth-of-type(odd) {
  background-color: rgba(62, 37, 27, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-indigo:nth-of-type(odd) {
  background-color: rgba(55, 68, 33, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-purple:nth-of-type(odd) {
  background-color: rgba(53, 60, 41, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-pink:nth-of-type(odd) {
  background-color: rgba(40, 75, 59, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-red:nth-of-type(odd) {
  background-color: rgba(39, 68, 65, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-orange:nth-of-type(odd) {
  background-color: rgba(35, 59, 67, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-yellow:nth-of-type(odd) {
  background-color: rgba(30, 40, 63, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-green:nth-of-type(odd) {
  background-color: rgba(38, 31, 48, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-teal:nth-of-type(odd) {
  background-color: rgba(58, 33, 40, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-cyan:nth-of-type(odd) {
  background-color: rgba(53, 31, 28, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-brown:nth-of-type(odd) {
  background-color: rgba(15, 24, 28, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-negro:nth-of-type(odd) {
  background-color: rgba(71, 75, 85, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-dark-blue:nth-of-type(odd) {
  background-color: rgba(21, 22, 20, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-dark-green:nth-of-type(odd) {
  background-color: rgba(15, 11, 13, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-darker-blue:nth-of-type(odd) {
  background-color: rgba(40, 24, 21, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-dark:nth-of-type(odd) {
  background-color: rgba(12, 12, 12, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-light:nth-of-type(odd) {
  background-color: rgba(99, 99, 99, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-primary:nth-of-type(odd) {
  background-color: rgba(38, 31, 48, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-secondary:nth-of-type(odd) {
  background-color: rgba(38, 31, 48, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-success:nth-of-type(odd) {
  background-color: rgba(38, 31, 48, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-warning:nth-of-type(odd) {
  background-color: rgba(30, 40, 63, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-danger:nth-of-type(odd) {
  background-color: rgba(39, 68, 65, 0.8) !important;
}

.table-striped tbody tr.bg-darken-complement-info:nth-of-type(odd) {
  background-color: rgba(40, 24, 21, 0.8) !important;
}

.fixed-table {
  max-height: 65vh;
  display: block;
  overflow-x: auto;
  overflow-y: scroll;
}

.fixed-table thead.fixed-thead th {
  border-top: #343a40 solid 1px;
  z-index: 9;
  position: sticky;
  top: -1px;
}

.fixed-table tbody td.fixed-column {
  position: sticky;
  left: 0;
}

.students-approved .custom-control-input[disabled] ~ .custom-control-label,
.students-approved .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.675;
  color: unset;
}

.bad-score {
  color: #dc3545 !important;
}

.halloween .text-primary, .halloween .text-secondary {
  color: #e9501d !important;
}

.halloween .btn-black {
  border-color: #212529 !important;
}

.rosado .text-primary,
.rosado a:not(.btn) {
  color: #284D4A !important;
}

.rosado .text-secondary {
  color: #284D4A !important;
}

.rosado .text-muted, .rosado a:not(.btn), .rosado .table, .rosado .dataTable {
  color: #72352f !important;
}

.rosado .btn-primary, .rosado .activitylogs .dataTables_wrapper .dt-buttons .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .rosado .dt-button,
.rosado .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .rosado .paginate_button, .rosado .btn-outline-primary,
.rosado .btn-secondary, .rosado .btn-outline-secondary,
.rosado .btn-group .btn-primary, .rosado .btn-group .btn-outline-primary,
.rosado .btn-group .btn-secondary, .rosado .btn-group .btn-outline-secondary {
  border-color: #284D4A !important;
}

.rosado .btn-outline-primary,
.rosado .btn-outline-secondary {
  border-color: #284D4A !important;
  color: #fff !important;
}

.rosado .btn-outline-primary:hover, .rosado .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .rosado .btn-outline-primary.paginate_button:hover,
.rosado .btn-outline-secondary:hover,
.rosado .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-secondary.paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .rosado .btn-outline-secondary.paginate_button:hover {
  background-color: #284D4A !important;
  color: #fff !important;
}

.rosado .btn-primary, .rosado .activitylogs .dataTables_wrapper .dt-buttons .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .rosado .dt-button,
.rosado .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .rosado .paginate_button,
.rosado .btn-secondary {
  background-color: #284D4A !important;
  color: #fff;
}

.rosado #dashboard_info .card-body, .rosado #dashboard_info .card-footer, .rosado #cohort-list .card-body, .rosado #cohort-list .card-footer {
  color: #fff !important;
}

.rosado .table.text-white, .rosado .text-white.dataTable {
  color: #fff;
}

.rosado #dashboard_options {
  color: #72352f !important;
  font-weight: bold;
}

.navidad .text-primary,
.navidad a:not(.btn) {
  color: #009639 !important;
}

.navidad .text-secondary {
  color: #990000 !important;
}

.navidad .text-muted, .navidad a:not(.btn), .navidad .table, .navidad .dataTable {
  color: #009639 !important;
}

.navidad .btn-primary, .navidad .activitylogs .dataTables_wrapper .dt-buttons .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .navidad .dt-button,
.navidad .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navidad .paginate_button, .navidad .btn-outline-primary,
.navidad .btn-secondary, .navidad .btn-outline-secondary,
.navidad .btn-group .btn-primary, .navidad .btn-group .btn-outline-primary,
.navidad .btn-group .btn-secondary, .navidad .btn-group .btn-outline-secondary {
  border-color: #009639 !important;
}

.navidad .btn-outline-primary,
.navidad .btn-outline-secondary {
  border-color: #009639 !important;
  color: #009639 !important;
}

.navidad .btn-outline-primary:hover, .navidad .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-primary.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navidad .btn-outline-primary.paginate_button:hover,
.navidad .btn-outline-secondary:hover,
.navidad .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .btn-outline-secondary.paginate_button:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navidad .btn-outline-secondary.paginate_button:hover {
  background-color: #009639 !important;
  color: #fff !important;
}

.navidad .btn-primary, .navidad .activitylogs .dataTables_wrapper .dt-buttons .dt-button, .activitylogs .dataTables_wrapper .dt-buttons .navidad .dt-button,
.navidad .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .navidad .paginate_button,
.navidad .btn-secondary {
  background-color: #009639 !important;
  color: #fff;
}

.navidad #dashboard_info .card-body, .navidad #dashboard_info .card-footer, .navidad #cohort-list .card-body, .navidad #cohort-list .card-footer {
  color: #009639 !important;
}

.navidad .table.text-white, .navidad .text-white.dataTable {
  color: #009639;
}

.navidad #dashboard_options {
  color: #009639 !important;
  font-weight: bold;
}

.navidad .title {
  color: #fff !important;
}

.workable .embed-container {
  margin-bottom: 0.5rem;
  padding-bottom: calc( 100vh - 186px - 2rem - 0.5rem) !important;
}

@supports (height: 100dvh) {
  .workable .embed-container {
    padding-bottom: calc( 100dvh - 186px - 2rem - 0.5rem) !important;
  }
}

.show-guide {
  border: none;
  max-width: 100vw;
  min-height: 80vh;
}

.lecture {
  line-height: 1.2;
}

.lecture p {
  margin-bottom: 0.5rem;
}

code, pre {
  background-color: rgba(0, 0, 0, 0.2);
}

pre {
  white-space: normal !important;
  word-wrap: break-word;
  overflow: visible;
}

#chat-container {
  position: fixed;
  bottom: 45px;
  right: 10px;
  width: 24rem;
  height: 32rem;
  border-radius: 5px;
  border: 1px #374151 solid;
  --tw-border-opacity: 1;
  border-color: #374151;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease, height 0.3s ease, background-color 0.1s ease;
  background-color: #1F2937;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#chat-container.minimized {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #107e8e;
  box-shadow: inset 0 0 20px 4px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
}

#chat-window {
  flex: 1;
  max-height: calc(100% - 50px);
  overflow-y: auto;
  padding: 10px;
  margin-top: 90px;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

#chat-window::-webkit-scrollbar {
  -webkit-appearance: none;
}

#chat-window::-webkit-scrollbar:vertical {
  width: 10px;
}

#chat-window::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
  display: none;
}

#chat-window::-webkit-scrollbar:horizontal {
  height: 10px;
}

#chat-window::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

#chat-window::-webkit-scrollbar-track {
  border-radius: 10px;
}

#chat-messages {
  display: flex;
  flex-direction: column;
}

#chat-form {
  display: flex;
  justify-content: space-between;
}

#chat-input {
  padding: 16px;
  background-color: #1F2937;
  border-top: 1px solid #374151;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* Tiempo total para la transición */
}

#chat-input input[type="text"] {
  width: 70%;
  margin-right: 10px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #374151;
  background-color: #374151;
  color: #fff;
}

#chat-input input[type="submit"] {
  width: 30%;
  padding: 5px 10px;
  background-color: #729e2e;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

#chat-container.minimized #chat-input {
  opacity: 0;
  transition: opacity 0s ease-out;
}

#chat-container.minimized #chat-window {
  opacity: 0;
  transition: opacity 0s ease-out;
}

#chat-container.minimized #chat-messages {
  opacity: 0;
  transition: opacity 0s ease-out;
}

#chat-messages .chat {
  margin-bottom: 10px;
}

.message {
  padding: 10px;
  color: #729e2e;
}

.user {
  display: block;
  background-color: #1C1D21;
  color: white;
  width: 70%;
  border-radius: 10px 10px 0 10px;
  align-self: flex-end;
  margin-bottom: 0.5em;
}

.response {
  display: block;
  background-color: #374151;
  color: white;
  width: 90%;
  border-radius: 10px 10px 10px 0;
  align-self: flex-start;
  margin-bottom: 0.5em;
}

.rating-pre-message {
  margin-top: 50px;
}

#response-container {
  margin-top: 10px;
  padding: 10px;
  background-color: #1F2937;
  border: 1px solid #374151;
  border-radius: 5px;
}

#toggle-section {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  width: 24rem;
  padding: 1em;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #374151;
}

#toggle-section h5#toggle-text {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  align-self: center;
}

#chat-container.minimized #chat-input {
  opacity: 0;
  transition: opacity 0s ease-out;
}

#chat-toggle-button {
  background-color: #1F2937;
  color: #333;
  border: none;
  border-radius: 20px;
  background-color: #1F2937;
  color: #374151;
  padding: 0 12px;
  font-weight: bold;
  font-size: 25px;
  outline: none;
}

#chat-toggle-button:focus {
  outline: none;
}

#chat-toggle-button:hover {
  border-radius: 20px;
  border: none;
  color: #1F2937;
  background-color: #374151;
  transition: 0.1s ease-in;
}

#chat-container.minimized:hover ~ #hover-message, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .minimized.paginate_button:hover ~ #hover-message {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#hover-message {
  width: auto;
  position: fixed;
  bottom: 10.5rem;
  right: 10px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  pointer-events: none;
}

#chat-container.minimized #toggle-section {
  padding: 0;
  border-bottom: none;
}

#chat-container #chat-toggle-button::before {
  opacity: 1;
  content: 'x';
  transition: opacity 0.3s ease;
  /* Ajusta la duración y el tipo de transición */
}

#chat-container.minimized #chat-toggle-button::before {
  content: 'Tutor';
  font-size: 17px;
  display: flex;
  justify-content: center;
  height: 95px;
  color: #fff;
}

#chat-container.minimized #chat-toggle-button {
  opacity: 1;
  width: 7rem;
  height: 8rem;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMyMCAzMmMtOC4xIDAtMTYuMSAxLjQtMjMuNyA0LjFMMTUuOCAxMzcuNEM2LjMgMTQwLjkgMCAxNDkuOSAwIDE2MHM2LjMgMTkuMSAxNS44IDIyLjZsNTcuOSAyMC45QzU3LjMgMjI5LjMgNDggMjU5LjggNDggMjkxLjlsMCAyOC4xYzAgMjguNC0xMC44IDU3LjctMjIuMyA4MC44Yy02LjUgMTMtMTMuOSAyNS44LTIyLjUgMzcuNkMwIDQ0Mi43LS45IDQ0OC4zIC45IDQ1My40czYgOC45IDExLjIgMTAuMmw2NCAxNmM0LjIgMS4xIDguNyAuMyAxMi40LTJzNi4zLTYuMSA3LjEtMTAuNGM4LjYtNDIuOCA0LjMtODEuMi0yLjEtMTA4LjdDOTAuMyAzNDQuMyA4NiAzMjkuOCA4MCAzMTYuNWwwLTI0LjZjMC0zMC4yIDEwLjItNTguNyAyNy45LTgxLjVjMTIuOS0xNS41IDI5LjYtMjggNDkuMi0zNS43bDE1Ny02MS43YzguMi0zLjIgMTcuNSAuOCAyMC43IDlzLS44IDE3LjUtOSAyMC43bC0xNTcgNjEuN2MtMTIuNCA0LjktMjMuMyAxMi40LTMyLjIgMjEuNmwxNTkuNiA1Ny42YzcuNiAyLjcgMTUuNiA0LjEgMjMuNyA0LjFzMTYuMS0xLjQgMjMuNy00LjFMNjI0LjIgMTgyLjZjOS41LTMuNCAxNS44LTEyLjUgMTUuOC0yMi42cy02LjMtMTkuMS0xNS44LTIyLjZMMzQzLjcgMzYuMUMzMzYuMSAzMy40IDMyOC4xIDMyIDMyMCAzMnpNMTI4IDQwOGMwIDM1LjMgODYgNzIgMTkyIDcyczE5Mi0zNi43IDE5Mi03Mkw0OTYuNyAyNjIuNiAzNTQuNSAzMTRjLTExLjEgNC0yMi44IDYtMzQuNSA2cy0yMy41LTItMzQuNS02TDE0My4zIDI2Mi42IDEyOCA0MDh6Ii8+PC9zdmc+Cg==);
  background-size: 45%;
  transition: opacity 1s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
}

.rating .star {
  cursor: pointer;
}

.rating .star:hover, .rating .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .star.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .rating .star.paginate_button:hover {
  color: #729e2e;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxjaXJjbGUgY3g9IjE4IiBjeT0iMTIiIHI9IjAiIGZpbGw9ImN1cnJlbnRDb2xvciI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49Ii42NyIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIxLjVzIiBrZXlTcGxpbmVzPSIwLjIgMC4yIDAuNCAwLjg7MC4yIDAuMiAwLjQgMC44OzAuMiAwLjIgMC40IDAuOCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMDsyOzA7MCIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjAiIGZpbGw9ImN1cnJlbnRDb2xvciI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49Ii4zMyIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIxLjVzIiBrZXlTcGxpbmVzPSIwLjIgMC4yIDAuNCAwLjg7MC4yIDAuMiAwLjQgMC44OzAuMiAwLjIgMC40IDAuOCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMDsyOzA7MCIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjYiIGN5PSIxMiIgcj0iMCIgZmlsbD0iY3VycmVudENvbG9yIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iMCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIxLjVzIiBrZXlTcGxpbmVzPSIwLjIgMC4yIDAuNCAwLjg7MC4yIDAuMiAwLjQgMC44OzAuMiAwLjIgMC40IDAuOCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMDsyOzA7MCIvPjwvY2lyY2xlPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: cover;
}

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

.buttons-container {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.chat-button {
  padding: 10px 20px;
  background-color: #729e2e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.chat-button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .chat-button.paginate_button:hover {
  background-color: #567822;
}

#warning-logout-card {
  display: none;
}

/*
 * SurveyEngine Stylesheet
 * This file contains all the styles for the SurveyEngine gem.
 * It does not require any other files to avoid conflicts with the host application.
 *
 *= require_self
 */
/* SurveyEngine Styles */
/* =========================== */
/* CSS Variables - Compatible Color Palette */
:root {
  --survey-primary-color: #2563eb;
  --survey-success-color: #10b981;
  --survey-warning-color: #f59e0b;
  --survey-danger-color: #ef4444;
  --survey-info-color: #06b6d4;
  --survey-secondary-color: #7c3aed;
  --survey-light-gray: rgba(107, 107, 107, 0.15);
  --survey-border-color: rgba(120, 120, 120, 0.25);
  --survey-text-color: #ffffff;
  --survey-muted-color: #d1d5db;
  --survey-bg-color: rgba(63, 63, 63, 0.125);
  --survey-card-bg: rgba(94, 94, 94, 0.125);
  --survey-input-bg: rgba(107, 107, 107, 0.1);
  --survey-hover-bg: rgba(120, 120, 120, 0.15);
  --survey-border-radius: 5px;
  --survey-spacing: 20px;
  --survey-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Base Styles */
/* =========================== */
.survey-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: var(--survey-spacing);
  font-family: var(--survey-font-family);
  line-height: 1.6;
  color: var(--survey-text-color);
  background-color: var(--survey-bg-color);
}

.survey-breadcrumb {
  margin-bottom: var(--survey-spacing);
}

.survey-breadcrumb a {
  text-decoration: none;
  color: var(--survey-primary-color);
  font-weight: 500;
}

.survey-breadcrumb a:hover, .survey-breadcrumb .activitylogs .dataTables_wrapper .dataTables_paginate .pagination a.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-breadcrumb a.paginate_button:hover {
  text-decoration: underline;
}

/* Headers */
/* =========================== */
.survey-header h1 {
  color: var(--survey-text-color);
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 600;
}

.survey-header p {
  color: var(--survey-muted-color);
  font-size: 1.1rem;
  margin-bottom: var(--survey-spacing);
}

/* Alert Panels */
/* =========================== */
.survey-alert {
  padding: 15px var(--survey-spacing);
  margin: var(--survey-spacing) 0;
  border-radius: var(--survey-border-radius);
  border-left: 4px solid;
}

.survey-alert-info {
  background: rgba(96, 165, 250, 0.1);
  border-left-color: var(--survey-info-color);
  color: var(--survey-info-color);
}

.survey-alert-success {
  background: rgba(74, 222, 128, 0.1);
  border-left-color: var(--survey-success-color);
  color: var(--survey-success-color);
}

.survey-alert-warning {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-left-color: var(--survey-warning-color);
  color: var(--survey-warning-color);
}

.survey-alert-danger {
  background: rgba(248, 113, 113, 0.1);
  border-left-color: var(--survey-danger-color);
  color: var(--survey-danger-color);
}

.survey-alert h3 {
  margin: 0 0 15px 0;
  font-size: 1.2rem;
}

.survey-alert p {
  margin: 10px 0;
}

/* Form Styles */
/* =========================== */
.survey-form {
  margin: 15px 0;
}

.survey-form-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 15px 0;
}

.survey-email-input {
  padding: 10px;
  border: 1px solid var(--survey-border-color);
  border-radius: 3px;
  flex: 1;
  min-width: 250px;
  font-size: 16px;
  background-color: var(--survey-input-bg);
  color: var(--survey-text-color);
}

.survey-email-input:focus {
  border-color: var(--survey-primary-color);
  outline: none;
}

.survey-form-group {
  margin: 10px 0;
}

.survey-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--survey-text-color);
}

.survey-input,
.survey-textarea,
.survey-number-input {
  padding: 10px;
  border: 1px solid var(--survey-border-color);
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  background-color: var(--survey-input-bg);
  color: var(--survey-text-color);
}

.survey-input:focus,
.survey-textarea:focus,
.survey-number-input:focus {
  border-color: var(--survey-primary-color);
  outline: none;
}

.survey-textarea {
  height: 100px;
  resize: vertical;
}

.survey-number-input {
  width: 150px;
}

.survey-helper-text {
  font-size: 0.9em;
  color: var(--survey-muted-color);
  margin: 10px 0 0 0;
  font-style: italic;
}

/* Buttons */
/* =========================== */
.survey-btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.2s, transform 0.1s;
  margin: 5px;
}

.survey-btn:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-btn.paginate_button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.survey-btn-primary {
  background: var(--survey-primary-color) !important;
  color: #ffffff !important;
}

.survey-btn-primary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-btn-primary.paginate_button:hover {
  background: #5eb3e8 !important;
  color: #ffffff !important;
}

.survey-btn-success {
  background: var(--survey-success-color);
  color: #000000;
}

.survey-btn-success {
  background: var(--survey-success-color);
  color: #000000;
}

.survey-btn-success:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-btn-success.paginate_button:hover {
  background: #6ee7b7;
  color: #000000;
}

.survey-btn-secondary {
  background: var(--survey-secondary-color) !important;
  color: #ffffff !important;
}

.survey-btn-secondary:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-btn-secondary.paginate_button:hover {
  background: #c4b5fd !important;
  color: #000000 !important;
}

.survey-btn-completed {
  background: #4b5563;
  color: #ffffff;
  cursor: default;
}

.survey-btn-disabled {
  background: #374151;
  color: #d1d5db;
  cursor: not-allowed;
}

.survey-btn-large {
  padding: 12px 24px;
  font-size: 18px;
}

.survey-btn-submit {
  background: var(--survey-success-color);
  color: #000000;
  padding: 15px 30px;
  border-radius: var(--survey-border-radius);
  font-size: 16px;
  font-weight: bold;
}

.survey-btn-submit:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-btn-submit.paginate_button:hover {
  background: #6ee7b7;
  color: #000000;
}

/* Survey Lists */
/* =========================== */
.survey-list {
  margin: var(--survey-spacing) 0;
}

.survey-card {
  border: 1px solid var(--survey-border-color);
  padding: var(--survey-spacing);
  margin: 10px 0;
  border-radius: var(--survey-border-radius);
  background: var(--survey-card-bg);
}

.survey-card h2 {
  margin: 0 0 10px 0;
  color: var(--survey-text-color);
}

.survey-card p {
  color: var(--survey-muted-color);
  margin: 10px 0;
}

.survey-meta {
  color: var(--survey-muted-color);
  font-size: 0.9em;
  margin: 10px 0;
}

.survey-meta strong {
  color: var(--survey-text-color);
}

.survey-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.survey-status {
  color: var(--survey-success-color);
  font-weight: 500;
}

/* Survey Details */
/* =========================== */
.survey-details {
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  padding: 15px;
  border-radius: var(--survey-border-radius);
  margin: var(--survey-spacing) 0;
}

.survey-start-panel {
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  padding: var(--survey-spacing);
  border-radius: var(--survey-border-radius);
  margin: var(--survey-spacing) 0;
}

.survey-start-panel h3 {
  margin: 0 0 15px 0;
  color: var(--survey-text-color);
}

/* Survey Preview */
/* =========================== */
.survey-preview {
  margin: 30px 0;
}

.survey-preview h3 {
  color: var(--survey-text-color);
  margin-bottom: 10px;
}

.survey-preview-container {
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  padding: var(--survey-spacing);
  border-radius: var(--survey-border-radius);
}

.survey-preview-question {
  margin: var(--survey-spacing) 0;
  padding: 15px;
  background: var(--survey-hover-bg);
  border: 1px solid var(--survey-border-color);
  border-radius: 3px;
}

.survey-preview-question h4 {
  margin: 0 0 10px 0;
  color: var(--survey-text-color);
}

.survey-preview-question .survey-required {
  color: #e28f69;
}

.survey-question-description {
  color: var(--survey-muted-color);
  margin: 5px 0 15px 0;
  font-size: 0.9em;
}

.survey-question-meta {
  color: #888;
  font-size: 0.85em;
}

.survey-question-meta ul {
  margin: 5px 0;
  padding-left: 20px;
}

.survey-question-meta em {
  font-style: italic;
}

/* Question Answering */
/* =========================== */
.survey-progress {
  background: rgba(96, 165, 250, 0.1);
  color: var(--survey-info-color);
  border: 1px solid rgba(96, 165, 250, 0.3);
  padding: 15px;
  border-radius: var(--survey-border-radius);
  margin: var(--survey-spacing) 0;
}

.survey-question {
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  padding: var(--survey-spacing);
  margin: var(--survey-spacing) 0;
  border-radius: var(--survey-border-radius);
}

.survey-question h3 {
  margin: 0 0 15px 0;
  color: var(--survey-text-color);
}

.survey-question-required {
  color: #e28f69;
  font-size: 0.8em;
  font-weight: normal;
}

.survey-question-options {
  margin: 15px 0;
}

.survey-question-option {
  display: block;
  margin: 10px 0;
  cursor: pointer;
  color: var(--survey-text-color);
}

.survey-question-option input {
  margin-right: 8px;
}

.survey-other-input {
  margin-left: 25px;
  margin-top: 5px;
}

.survey-other-input input {
  padding: 8px;
  border: 1px solid var(--survey-border-color);
  border-radius: 3px;
  width: 300px;
  max-width: 100%;
}

.survey-other-input input {
  background-color: var(--survey-input-bg);
  color: var(--survey-text-color);
  border-color: var(--survey-border-color);
}

.survey-other-input input:focus {
  border-color: var(--survey-primary-color);
  outline: none;
}

.survey-scale-container {
  margin: 15px 0;
}

.survey-scale-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.survey-scale-labels span {
  font-size: 0.9em;
  color: var(--survey-muted-color);
}

.survey-scale-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.survey-scale-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.survey-scale-option input {
  margin-bottom: 5px;
}

.survey-scale-option span {
  font-size: 0.9em;
}

.survey-current-answer {
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.3);
  padding: 10px;
  border-radius: 3px;
  margin-top: 15px;
  font-size: 0.9em;
}

/* Survey Completion */
/* =========================== */
.survey-completion-panel {
  text-align: center;
  margin: 40px 0;
  padding: var(--survey-spacing);
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  border-radius: var(--survey-border-radius);
}

.survey-completion-panel h3 {
  color: var(--survey-text-color);
  margin-bottom: 15px;
}

.survey-completion-panel p {
  color: var(--survey-muted-color);
  margin: var(--survey-spacing) 0;
}

/* Completed Survey Page */
/* =========================== */
.survey-completed-container {
  text-align: center;
  padding: 40px 20px;
}

.survey-completed-title {
  color: var(--survey-success-color);
  margin-bottom: var(--survey-spacing);
  font-size: 2.5rem;
}

.survey-completed-card {
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.3);
  padding: 30px;
  border-radius: 10px;
  margin: var(--survey-spacing) auto;
  max-width: 600px;
}

.survey-completed-card h2 {
  margin: 0 0 15px 0;
  color: var(--survey-text-color);
}

.survey-completed-thank-you {
  font-size: 1.1em;
  margin: 15px 0;
}

.survey-response-summary {
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  padding: var(--survey-spacing);
  border-radius: var(--survey-border-radius);
  margin: var(--survey-spacing) 0;
  text-align: left;
}

.survey-response-summary h3 {
  margin: 0 0 15px 0;
}

.survey-response-summary ul {
  list-style: none;
  padding: 0;
}

.survey-response-summary li {
  margin: 8px 0;
}

.survey-answers-review {
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.survey-answer-card {
  background: var(--survey-hover-bg);
  border: 1px solid var(--survey-border-color);
  padding: var(--survey-spacing);
  margin: 15px 0;
  border-radius: var(--survey-border-radius);
}

.survey-answer-card h4 {
  margin: 0 0 10px 0;
  color: var(--survey-text-color);
}

.survey-answer-display {
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  padding: 15px;
  border-radius: 3px;
}

.survey-completed-footer {
  margin: 40px 0;
}

/* Empty States */
/* =========================== */
.survey-empty-state {
  text-align: center;
  padding: 40px;
  color: var(--survey-muted-color);
}

.survey-empty-state h3 {
  color: var(--survey-text-color);
}

.survey-empty-state p {
  margin: 10px 0;
}

/* Developer Info */
/* =========================== */
.survey-developer-info {
  margin-top: 40px;
  padding: var(--survey-spacing);
  background: var(--survey-card-bg);
  border: 1px solid var(--survey-border-color);
  border-radius: var(--survey-border-radius);
}

.survey-developer-info h3 {
  margin: 0 0 15px 0;
  color: var(--survey-text-color);
}

.survey-developer-info ul {
  margin: 10px 0;
  padding-left: 20px;
}

.survey-developer-info code {
  background: var(--survey-hover-bg);
  color: var(--survey-primary-color);
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}

/* Text Utilities */
/* =========================== */
.survey-text-muted {
  color: var(--survey-muted-color);
}

.survey-text-center {
  text-align: center;
}

.survey-font-italic {
  font-style: italic;
}

/* Matrix Questions */
/* =========================== */
.matrix-container {
  overflow-x: auto;
  background: var(--survey-card-bg);
}

.matrix-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.matrix-table th,
.matrix-table td {
  padding: 0.75rem;
  border-bottom: 1px solid var(--survey-border-color);
  vertical-align: middle;
}

.matrix-table th {
  background-color: var(--survey-hover-bg);
  color: var(--survey-text-color);
  border-right: 1px solid var(--survey-border-color);
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}

.matrix-row-header,
.matrix-row-label {
  text-align: left !important;
  background-color: var(--survey-hover-bg);
  border-right: 1px solid var(--survey-border-color);
  font-weight: 500;
  width: 40%;
  padding: 1rem 1.5rem;
}

.matrix-column-header {
  min-width: 80px;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}

.matrix-cell {
  width: 80px;
  border-right: 1px solid var(--survey-border-color);
  position: relative;
  padding: 12px;
  background: var(--survey-card-bg);
  transition: background-color 0.2s ease;
  text-align: center !important;
  vertical-align: middle;
}

.matrix-cell:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .matrix-cell.paginate_button:hover {
  background-color: var(--survey-hover-bg);
}

.matrix-radio {
  margin: 0;
  transform: scale(1.3);
  cursor: pointer;
}

.required-indicator,
.survey-question-required {
  color: #e28f69;
  font-weight: bold;
  margin-left: 0.25rem;
}

/* Conditional Flow */
/* =========================== */
.survey-question {
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.survey-question.conditional-hidden {
  /* Hide instantly - no transition for hiding */
  transition: none !important;
  opacity: 0;
  transform: translateY(0);
  margin-bottom: 0;
  margin-top: 0;
}

.survey-question.conditional-showing {
  /* Smooth show animation with slight delay applied via JavaScript */
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 1.5rem;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, margin 0.4s ease-out;
}

.survey-conditional-indicator {
  font-size: 0.8em;
  color: var(--survey-info-color);
  background: rgba(96, 165, 250, 0.2);
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  font-style: italic;
}

/* Scale question enhancements for conditional flow */
.survey-scale-container[data-triggers-conditionals="true"] .survey-scale-option input {
  cursor: pointer;
  transition: all 0.2s ease;
}

.survey-scale-container[data-triggers-conditionals="true"] .survey-scale-option:hover, .survey-scale-container[data-triggers-conditionals="true"] .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-scale-option.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-scale-container[data-triggers-conditionals="true"] .survey-scale-option.paginate_button:hover {
  background-color: var(--survey-hover-bg);
}

.survey-scale-container[data-triggers-conditionals="true"] .survey-scale-option input:checked + span {
  background-color: var(--survey-primary-color);
  color: white;
  font-weight: bold;
  border-radius: 3px;
  padding: 2px 6px;
}

/* Loading state for conditional questions */
.survey-conditional-loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.survey-conditional-loading::after {
  content: "Actualizando...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 123, 255, 0.9);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.8em;
  z-index: 10;
}

/* Responsive Design */
/* =========================== */
@media (max-width: 768px) {
  .survey-container {
    padding: 10px;
  }
  .survey-form-row {
    flex-direction: column;
    align-items: stretch;
  }
  .survey-email-input {
    min-width: auto;
    width: 100%;
  }
  .survey-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .survey-actions .survey-btn {
    margin: 5px 0;
    width: 100%;
  }
  /* Keep submit buttons full width on mobile */
  .survey-btn-submit {
    width: 100%;
  }
  /* Keep inline buttons at auto width */
  .survey-btn:not(.survey-btn-submit) {
    width: auto;
    display: inline-block;
  }
  .survey-scale-options {
    flex-wrap: wrap;
    gap: 10px;
  }
  .survey-other-input input {
    width: 100%;
  }
  .survey-completed-card {
    margin: 10px;
    padding: 20px;
  }
  .survey-answers-review {
    margin: 20px 10px;
  }
}

/* Additional improvements for dark theme as default */
.survey-container select,
.survey-container option {
  background-color: var(--survey-input-bg);
  color: var(--survey-text-color);
  border-color: var(--survey-border-color);
}

.survey-question-option {
  color: var(--survey-text-color);
}

.survey-question-option input[type="radio"],
.survey-question-option input[type="checkbox"] {
  accent-color: var(--survey-primary-color);
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--survey-card-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--survey-border-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover::-webkit-scrollbar-thumb {
  background: var(--survey-muted-color);
}

/* Ranking Question Styles - Demo Version */
/* ======================================== */
.survey-ranking-container {
  margin: var(--survey-spacing) 0;
}

.survey-ranking-instructions {
  margin-bottom: 20px;
  color: var(--survey-muted-color);
  font-style: italic;
  font-size: 14px;
}

.survey-ranking-lists {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .survey-ranking-lists {
    flex-direction: column;
    gap: 30px;
  }
}

.survey-ranking-available,
.survey-ranking-ranked {
  flex: 1;
}

.survey-ranking-available h4,
.survey-ranking-ranked h4 {
  margin: 0 0 20px 0;
  color: var(--survey-text-color);
  font-size: 18px;
  font-weight: 600;
}

.survey-ranking-list {
  min-height: 120px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  border: none;
}

.survey-ranking-list.drag-over {
  background-color: rgba(37, 99, 235, 0.05);
  border-radius: var(--survey-border-radius);
}

.survey-ranking-ranked .survey-ranking-list {
  counter-reset: ranking-counter;
}

.survey-ranking-item {
  background: var(--survey-card-bg, rgba(63, 63, 63, 0.125));
  border: 1px solid var(--survey-border-color, rgba(120, 120, 120, 0.25));
  border-radius: var(--survey-border-radius, 8px);
  padding: 16px 20px;
  margin-bottom: 12px;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: var(--survey-text-color, #ffffff);
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.survey-ranking-ranked .survey-ranking-item {
  padding-left: 60px;
  position: relative;
  display: flex;
  align-items: center;
}

/* Hide CSS counter - use JavaScript generated numbers instead */
.survey-ranking-ranked .survey-ranking-item::before {
  display: none;
}

/* Style for JavaScript-generated ranking numbers */
.survey-ranking-ranked .survey-ranking-item .ranking-number {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--survey-primary-color);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.survey-ranking-item:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-ranking-item.paginate_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-color: var(--survey-primary-color);
}

.survey-ranking-item.dragging {
  opacity: 0.5;
  transform: rotate(5deg);
}

.survey-ranking-item.selected-for-move {
  border-color: var(--survey-primary-color);
  background-color: rgba(37, 99, 235, 0.1);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.3);
}

/* Empty state styling - Hidden for demo version */
.survey-ranking-list:empty::after {
  display: none;
}

/* Hidden inputs container */
.survey-ranking-inputs {
  display: none;
}

/* Touch-friendly improvements for mobile */
@media (max-width: 768px) {
  .survey-ranking-item {
    padding: 15px;
    font-size: 16px;
    touch-action: none;
  }
  .survey-ranking-lists {
    gap: 15px;
  }
  .survey-ranking-list {
    min-height: 120px;
  }
}

/* Enhanced Ranking UI Improvements */
/* =================================== */
/* Enhanced dragging state */
.survey-ranking-item.dragging {
  opacity: 0.7 !important;
  transform: rotate(3deg) scale(1.02) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
  z-index: 1000 !important;
  border-color: var(--survey-primary-color) !important;
}

/* Hover state improvements */
.survey-ranking-item.hover {
  border-color: var(--survey-primary-color) !important;
  background: rgba(37, 99, 235, 0.02) !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
}

/* Just moved animation */
.survey-ranking-item.just-moved {
  background: rgba(16, 185, 129, 0.1) !important;
  border-color: var(--survey-success-color) !important;
  transform: scale(1.02);
  transition: all 0.3s ease;
}

/* Enhanced Drop Zone Styling */
.survey-ranking-list.drag-over {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(37, 99, 235, 0.1)) !important;
  border: 2px dashed var(--survey-primary-color) !important;
  border-radius: 12px !important;
  box-shadow: inset 0 0 20px rgba(37, 99, 235, 0.1) !important;
  transform: scale(1.01);
  transition: all 0.2s ease;
}

/* Drop Position Indicator */
.ranking-drop-indicator {
  position: relative;
  height: 4px;
  margin: 8px 0;
  pointer-events: none;
  animation: fadeIn 0.2s ease-in;
}

.drop-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--survey-primary-color) 20%, var(--survey-primary-color) 80%, transparent);
  border-radius: 1px;
  position: relative;
}

.drop-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  background: var(--survey-primary-color);
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.6);
  animation: pulse 1s ease-in-out infinite;
}

.drop-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--survey-primary-color);
  font-size: 12px;
  text-shadow: 0 0 4px rgba(37, 99, 235, 0.5);
  animation: bounce 1s ease-in-out infinite;
}

/* Enhanced cursor states */
.survey-ranking-item {
  cursor: grab !important;
}

.survey-ranking-item:active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-ranking-item.paginate_button:active {
  cursor: grabbing !important;
}

/* Available options styling */
.survey-ranking-available .survey-ranking-item {
  cursor: grab;
}

.survey-ranking-available .survey-ranking-item:hover, .survey-ranking-available .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-ranking-item.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .survey-ranking-available .survey-ranking-item.paginate_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* Clean up enhanced styling to match demo */
.survey-ranking-item.dragging {
  opacity: 0.7 !important;
  transform: scale(0.98) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Enhanced Empty State Messages */
.empty-state-message {
  text-align: center;
  padding: 30px 20px;
  color: var(--survey-muted-color);
  font-size: 16px;
  background: rgba(37, 99, 235, 0.02);
  border: 2px dashed rgba(37, 99, 235, 0.2);
  border-radius: 12px;
  margin: 10px 0;
}

.empty-state-message small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  opacity: 0.7;
}

/* Hide original empty state styling */
.survey-ranking-list:empty::after {
  display: none !important;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-2px);
  }
}

/* Mobile improvements for enhanced features */
@media (hover: none) and (pointer: coarse) {
  .survey-ranking-item.hover {
    transform: none !important;
  }
  .ranking-drop-indicator {
    height: 6px;
    margin: 12px 0;
  }
  .drop-arrow {
    font-size: 14px;
    top: -8px;
  }
}

.typeahead, .tt-query, .tt-hint, .tt-dropdown-menu {
  /*border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    font-size: 24px;*/
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.typeahead, .tt-query, .tt-hint {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  outline: medium none;
  padding: 8px 12px;
  width: auto;
}

.typeahead, .tt-dropdown-menu {
  background-color: #FFFFFF;
}

.typeahead {
  margin-bottom: 5px;
}

/*
.typeahead:focus {
    border: 2px solid #0097CF;
}
*/
.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
  color: #999999;
}

.tt-dropdown-menu {
  /*background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  padding: 8px 0;
  width: 300px;
  cursor: pointer;
}

.tt-suggestion {
  font-size: 12px;
  line-height: 12px;
  padding: 3px 15px;
  color: #3a3e45;
}

.tt-suggestion.tt-cursor {
  background-color: #46b842;
  color: #FFFFFF;
}

.tt-suggestion p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .twitter-typeahead, .typeahead, .tt-query, .tt-hint {
    width: 100%;
  }
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover, .ui-datepicker-rtl .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .ui-datepicker-prev.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .ui-datepicker-rtl .ui-datepicker-prev.paginate_button:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover, .ui-datepicker-rtl .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .ui-datepicker-next.paginate_button:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .ui-datepicker-rtl .ui-datepicker-next.paginate_button:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

#ui-datepicker-div {
  background-color: black;
}

/*!
 * FullCalendar v3.6.1 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover,
.activitylogs .dataTables_wrapper .dataTables_paginate .pagination .fc-event.paginate_button:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .fc-more.paginate_button:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td, .fc-unthemed .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .fc-list-item.paginate_button:hover td, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .fc-unthemed .fc-list-item.paginate_button:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover, .fc.fc-bootstrap3 .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button[data-goto]:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .fc.fc-bootstrap3 .paginate_button[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
  /* undo built-in padding */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover, .fc-list-item-title .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button[href]:hover, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .fc-list-item-title .paginate_button[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2021 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2021 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect.dropdown-toggle:after {
  display: none;
}

.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: .75rem;
}

.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}

.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}

.multiselect-container .multiselect-all, .multiselect-container .multiselect-group, .multiselect-container .multiselect-option {
  padding: .25rem .25rem .25rem .75rem;
}

.multiselect-container .multiselect-all.dropdown-item, .multiselect-container .multiselect-all.dropdown-toggle, .multiselect-container .multiselect-group.dropdown-item, .multiselect-container .multiselect-group.dropdown-toggle, .multiselect-container .multiselect-option.dropdown-item, .multiselect-container .multiselect-option.dropdown-toggle {
  cursor: pointer;
}

.multiselect-container .multiselect-all .form-check-label, .multiselect-container .multiselect-group .form-check-label, .multiselect-container .multiselect-option .form-check-label {
  cursor: pointer;
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:not(.multiselect-active-item-fallback):active, .activitylogs .dataTables_wrapper .dataTables_paginate .pagination .multiselect-container .paginate_button:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #d3d3d3;
  color: #000;
}

.multiselect-container .multiselect-all .form-check, .multiselect-container .multiselect-group .form-check, .multiselect-container .multiselect-option .form-check {
  padding: 0 5px 0 20px;
}

.multiselect-container .multiselect-all:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-option:focus {
  outline: 0;
}

.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}

.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: calc(1.5em + .5rem + 2px);
}

.input-group > .multiselect-native-select {
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}

.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
