/* #THEME COLOR (variable overrides)
========================================================================== */
/* #GLOBAL IMPORTS
========================================================================== */
/* #IMPORTS ~~
========================================================================== */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com) 
  -------------------------------- -------------------
    LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
    SASS port by Samuel Beek (http://samuelbeek.com) 
  ---------------------------------------------------*/
/*------------------------
    Usage

  $color-white: hexToRGBString(#fff) => "255,255,255"
  $color-white: hexToRGBString(rgb(255,255,255)) => "255,255,255"
  $color-white: hexToRGBString(rgba(#fff,1)) => "255,255,255"
  
------------------------*/
/*------------------------
    Usage

    h1 {
      font-size: rem(32);
    }

    OR:

    h1 {
      font-size: rem(32px);
    }
------------------------*/
/*------------------------
  FADE IN
  e.g. @include fadeIn( 2s );
------------------------*/
/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

usage:
@include text-contrast($bgcolor)
      
Color brightness is determined by the following formula: 
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*------------------------
 color factory 
  eg: contrast-ink($contrastvalue)
------------------------*/
/*------------------------
 color factory 
  eg: @include paint($blue-grey-50, bg-blue-grey-50);
------------------------*/
/* backface visibility */
/* generate theme button */
/*  THEME COLORs
========================================================================== */
/* Looks good on chrome default color profile */
/* We will manually convert these primary colors to rgb for the dark mode option of the theme */
/* looks good in sRGB but washed up on chrome default 
$color-primary:						#826bb0;
$color-success:						#31cb55;
$color-info:						#5e93ec;
$color-warning:						#eec559;
$color-danger:						#dc4b92;
$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
/*  Color Polarity
========================================================================== */
/*  PAINTBUCKET MIXER
========================================================================== */
/* the grays */
/* the sapphires */
/* the emeralds */
/* the amethyths */
/* the topaz */
/* the rubies */
/* the graphites */
/*  Define universal border difition (div outlines, etc)
========================================================================== */
/*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
========================================================================== */
/* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
/* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
/* global var used for spacing*/
/* Uniform Padding variable */
/* Heads up! This is a global scoped variable - changing may impact the whole template */
/*   BOOTSTRAP OVERRIDES (bootstrap variables)
========================================================================== */
/* usage: theme-colors("primary"); */
/* forms */
/*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
/* links */
/* checkbox */
/*$custom-file-height-inner:				calc(2.25rem - 1px);*/
/* not part of bootstrap variable */
/* custom checkbox */
/* custom range */
/* custom file */
/* badge */
/* cards */
/*border radius*/
/* alert */
/* toast */
/* breadcrumb */
/* input button */
/* nav link */
/* nav, tabs, pills */
/* tables */
/* dropdowns */
/* dropdowns sizes */
/* popovers */
/* tooltips */
/* modal */
/* reference guide
http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
17px = 1.0625rem
18px = 1.125rem
19px = 1.1875rem
20px = 1.25rem
21px = 1.3125rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/
/* Fonts */
/* carousel */
/*  BASE VARS
========================================================================== */
/* font vars below will auto change to rem values using function rem($value)*/
/* 11px   */
/* 12px   */
/* 12.5px */
/* 14px   */
/* 15px   */
/* 16px   */
/* 28px   */
/*  Font Family
========================================================================== */
/*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
/*  ANIMATIONS
========================================================================== */
/* this addresses all animation related to nav hide to nav minify */
/*  Z-INDEX declearation
========================================================================== */
/* we adjust bootstrap z-index to be higher than our higest z-index*/
/*  CUSTOM ICON PREFIX 
========================================================================== */
/*  PRINT CSS (landscape or portrait)
========================================================================== */
/* landscape or portrait */
/* auto, letter */
/*  Common Element Variables
========================================================================== */
/* Z-index decleartion "birds eye view"
========================================================================== */
/*  Components
========================================================================== */
/*  PAGE HEADER STUFF
========================================================================== */
/* colors */
/* height */
/* logo */
/* try not to go beywond the width of $main_nav_width value */
/* you may need to change this depending on your logo design */
/* adjust this as you see fit : left, right, center */
/* icon font size (not button) */
/* search input box */
/* suggestion: #ccced0*/
/* btn */
/* dropdown: app list */
/* badge */
/* COMPONENTS & MODS */
/*  NAVIGATION STUFF

Guide:

aside.page-sidebar ($nav-width, $nav-background)
	.page-logo
	.primary-nav
		.info-card
		ul.nav-menu
			li
				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
					icon 
					span
					collapse-sign 
					
				ul.nav-menu-sub-one  
					li
						a ($nav-level-1... $nav-sub-link-height)
							span
							collapse-sign

						ul.nav-menu-sub-two
							li
								a ($nav-level-2... $nav-sub-link-height)
									span

		p.nav-title ($nav-title-*...)


========================================================================== */
/* main navigation */
/* left panel */
/* nav footer */
/* nav parent level-0 */
/* nav icon sizes */
/* badge default */
/* all child */
/* nav title */
/* nav Minify */
/* when the menu pops on hover */
/* navigation Width */
/* partial visibility of the menu */
/* top navigation */
/* nav Info Card (appears below the logo) */
/* width is auto */
/* nav DL labels for all child */
/* will be pulled to left as a negative value */
/*   MISC Settings
========================================================================== */
/* List Table */
/*   PAGE SETTINGS
========================================================================== */
/*   PAGE BREADCRUMB 
========================================================================== */
/*   PAGE COMPONENT PANELS 
========================================================================== */
/*   PAGE COMPONENT PROGRESSBARS 
========================================================================== */
/*   PAGE COMPONENT MESSENGER 
========================================================================== */
/*   FOOTER
========================================================================== */
/*   GLOBALS
========================================================================== */
/* ACCESSIBILITIES */
/* PLACEHOLDER 
============================================= 

EXAMPLE:

%bg-image {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-one {
    @extend %bg-image;
    background-image:url(/img/image-one.jpg);
}

RESULT:

.image-one, .image-two {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

*/
/* line 286, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 211, 225, 0.18)), to(transparent));
  background-image: linear-gradient(270deg, rgba(51, 211, 225, 0.18), transparent);
  background-color: #9a1f8f;
}

/*
%shadow-hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
  transition: all 0.2s ease-in-out;

  &:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
  }
}
*/
/* line 301, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
}

/* line 306, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-default:hover {
  border: 1px solid #c6c6c6;
}

/* line 308, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-default:focus {
  border-color: #FFFFFF !important;
}

/* line 310, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.active.btn-default {
  background: #6E2B62;
  color: #fff;
}

/* line 314, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"], .nav-function-fixed .btn-switch[data-class="nav-function-fixed"], .nav-function-minify .btn-switch[data-class="nav-function-minify"], .nav-function-hidden .btn-switch[data-class="nav-function-hidden"], .nav-function-top .btn-switch[data-class="nav-function-top"], .footer-function-fixed .btn-switch[data-class="footer-function-fixed"], .nav-mobile-push .btn-switch[data-class="nav-mobile-push"], .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"], .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"], .mod-main-boxed .btn-switch[data-class="mod-main-boxed"], .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"], .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"], .mod-pace-custom .btn-switch[data-class="mod-pace-custom"], .mod-bigger-font .btn-switch[data-class="mod-bigger-font"], .mod-high-contrast .btn-switch[data-class="mod-high-contrast"], .mod-color-blind .btn-switch[data-class="mod-color-blind"], .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"], .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"], .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"], .mod-disable-animation .btn-switch[data-class="mod-disable-animation"], .mod-nav-link .btn-switch[data-class="mod-nav-link"], .mod-nav-dark .btn-switch[data-class="mod-nav-dark"], .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] {
  color: #fff;
  background: #5F637B !important;
}

/* line 317, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:after, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:after, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:after, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:after, .nav-function-top .btn-switch[data-class="nav-function-top"]:after, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"]:after, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:after, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:after, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:after, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:after, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:after, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:after, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:after, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:after, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:after, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:after, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:after, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:after, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:after, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:after, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:after, .mod-nav-dark .btn-switch[data-class="mod-nav-dark"]:after, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"]:after {
  background: #fff !important;
  color: #5F637B !important;
}

/* line 320, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title, .nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title, .nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"] + .onoffswitch-title, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title, .mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title, .mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title, .mod-nav-dark .btn-switch[data-class="mod-nav-dark"] + .onoffswitch-title, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] + .onoffswitch-title {
  color: #5F637B;
}

/* line 323, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-mobile-slide-out #nmp .onoffswitch-title, .nav-mobile-slide-out #nmno .onoffswitch-title, .nav-function-top #mnl .onoffswitch-title, .nav-function-minify #mnl .onoffswitch-title, .mod-hide-nav-icons #mnl .onoffswitch-title, .nav-function-top #nfh .onoffswitch-title {
  color: #d58100;
}

/* line 326, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-mobile-slide-out #nmp .onoffswitch-title-desc, .nav-mobile-slide-out #nmno .onoffswitch-title-desc, .nav-function-top #mnl .onoffswitch-title-desc, .nav-function-minify #mnl .onoffswitch-title-desc, .mod-hide-nav-icons #mnl .onoffswitch-title-desc, .nav-function-top #nfh .onoffswitch-title-desc {
  color: #ec9f28;
}

/* line 329, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dropdown-icon-menu > ul > li .btn, .header-btn {
  border: 1px solid gainsboro;
  color: #a6a6a6;
}

/* line 332, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover {
  border-color: #5F637B;
  background: #6E2B62;
  color: #fff;
}

/* line 337, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-mobile-slide-out #nmp:after,
.nav-mobile-slide-out #nmno:after, .nav-function-top #mnl:after,
.nav-function-minify #mnl:after,
.mod-hide-nav-icons #mnl:after, .nav-function-top #nfh:after {
  background: #e8ffc1;
  border: 1px solid #a5ff0e;
  color: #1d1d1d;
}

/* #GLOBAL IMPORTS
========================================================================== */
/*@import '_imports/_global-import';*/
/* #FRAMEWORK - Structure and layout files. (**DO NOT** change order)
                DOC: you can disable unused _modules
========================================================================== */
/* contains root variables to be used with css (see docs) */
/* html and body base styles */
/* line 353, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
html body {
  background-color: #fff;
}

/* line 355, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
html body a {
  color: #5F637B;
  background-color: transparent;
}

/* line 358, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
html body a:hover {
  color: #9799c7;
}

/* line 361, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon {
  color: #666666;
}

/* line 363, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon:not(.btn) > [class*='fa-']:first-child,
.header-icon:not(.btn) > .ni:first-child {
  color: #5F637B;
}

/* line 366, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon:not(.btn):hover > [class*='fa-']:only-child,
.header-icon:not(.btn):hover > .ni {
  color: #404040;
}

/* line 369, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon[data-toggle="dropdown"]:not(.btn) {
  /* header dropdowns */
  /* note: important rules to override popper's inline classes */
  /* end header dropdowns */
}

/* line 373, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) {
  color: #404040;
}

/* line 375, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) > [class*='fa-']:first-child,
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) > .ni:first-child {
  color: #404040 !important;
}

/* line 378, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon[data-toggle="dropdown"]:not(.btn) + .dropdown-menu {
  border-color: #ccc;
}

/* line 380, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-icon:hover {
  color: #404040;
}

/* line 383, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-header {
  background-color: #fff;
}

/* line 386, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
#search-field {
  background: transparent;
  border: 1px solid transparent;
}

/* line 390, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification li.unread {
  background: #f9ffee;
}

/* line 393, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification li > :first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 395, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification li > :first-child:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.03)), to(rgba(29, 33, 41, 0.04)));
  background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));
}

/* line 399, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification .name {
  color: #222222;
}

/* line 402, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification .msg-a,
.notification .msg-b {
  color: #555555;
}

/* line 406, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification.notification-layout-2 li {
  background: #f9f9f9;
}

/* line 408, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification.notification-layout-2 li.unread {
  background: #fff;
}

/* line 410, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification.notification-layout-2 li > :first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* line 413, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notification.notification-layout-2:hover {
  cursor: pointer;
}

/* line 416, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.app-list-item {
  color: #666666;
}

/* line 418, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.app-list-item:hover {
  border: 1px solid #e3e3e3;
}

/* line 420, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.app-list-item:active {
  border-color: #5F637B;
}

@media (min-width: 992px) {
  /* line 424, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .header-function-fixed.nav-function-top .page-header {
    -webkit-box-shadow: 0px 0px 28px 2px rgba(124, 61, 105, 0.13);
    box-shadow: 0px 0px 28px 2px rgba(124, 61, 105, 0.13);
  }
}

/* line 428, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-title {
  color: #FFFFFF;
}

/* line 431, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li.open > a {
  color: white;
}

/* line 434, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li.active {
  /* arrow that appears next to active/selected items */
}

/* line 436, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li.active > a {
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: inset 3px 0 0 #5F637B;
  box-shadow: inset 3px 0 0 #5F637B;
}

/* line 441, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li.active > a:hover > [class*='fa-'],
.nav-menu li.active > a:hover > .ni {
  color: #aca6aa;
}

/* line 444, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li.active > ul {
  display: block;
}

/* line 446, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li.active:not(.open) > a:before {
  color: #24b3a4;
}

/* line 449, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a {
  color: #FFFFFF;
}

/* line 451, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a .dl-ref.label {
  color: rgba(255, 255, 255, 0.7);
}

/* line 453, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a > [class*='fa-'],
.nav-menu li a > .ni {
  color: #FFFFFF;
}

/* line 456, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a.collapsed .nav-menu-btn-sub-collapse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 459, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 462, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a:hover .badge {
  color: #fff;
}

/* line 464, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a:hover > [class*='fa-'],
.nav-menu li a:hover > .ni {
  color: #aca6aa;
}

/* line 467, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a:hover > .badge {
  -webkit-box-shadow: 0 0 0 1px #5f637b;
  box-shadow: 0 0 0 1px #5f637b;
  border: 1px solid #5f637b;
}

/* line 471, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a:focus {
  color: white;
}

/* line 473, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li a:focus .badge {
  color: #fff;
}

/* line 476, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li b.collapse-sign {
  color: #FFFFFF;
}

/* line 479, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 481, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li a {
  color: #FFFFFF;
}

/* line 483, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li a > [class*='fa-'],
.nav-menu li > ul li a > .ni {
  color: #FFFFFF;
}

/* line 486, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li a > .badge {
  color: #fff;
  background-color: #9a1f8f;
}

/* line 489, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 492, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li a:hover > .nav-link-text > .ni {
  color: #aca6aa;
}

/* line 495, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li.active > a {
  color: white;
  background-color: transparent;
}

/* line 498, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li.active > a > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a > .nav-link-text > .ni {
  color: white;
}

/* line 501, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li.active > a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a:hover > .nav-link-text > .ni {
  color: #aca6aa;
}

/* line 504, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li > ul li.active > a {
  color: white;
}

/* line 506, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li > ul li a {
  color: #FFFFFF;
}

/* line 508, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li > ul li a:hover {
  color: white;
}

/* line 510, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu li > ul li > ul li a > .badge {
  color: #fff;
  background-color: #9a1f8f;
  border: 1px solid #505050;
}

/* nav clean elements */
/* line 516, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu-clean {
  background: #fff;
}

/* line 518, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu-clean li a {
  color: #505050 !important;
}

/* line 520, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu-clean li a span {
  color: #505050 !important;
}

/* line 522, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu-clean li a:hover {
  background-color: #f4f4f4 !important;
}

/* nav bordered elements */
/* line 526, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu-bordered {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 528, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-menu-bordered li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 531, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-filter input[type="text"] {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* line 534, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-filter input[type="text"]:not(:focus) {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 536, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-filter input[type="text"]:focus {
  border-color: #5F637B;
}

/* line 539, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.info-card {
  color: #fff;
}

/* line 541, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.info-card .info-card-text {
  text-shadow: #000 0 1px;
}

@media (min-width: 992px) {
  /* line 545, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top {
    /* correct search field color */
  }
  /* line 547, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top #search-field {
    color: #fff;
  }
  /* line 549, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top:not(.header-function-fixed) #nff {
    position: relative;
  }
  /* line 551, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title {
    color: #d58100;
  }
  /* line 553, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
    color: #ec9f28;
  }
  /* line 555, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top:not(.header-function-fixed) #nff:after {
    background: #e8ffc1;
    border: 1px solid #a5ff0e;
    color: #1d1d1d;
  }
  /* line 559, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-header {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 211, 225, 0.18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(51, 211, 225, 0.18), transparent);
    background-color: #9a1f8f;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
  }
  /* line 565, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child,
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
    color: #6E2B62;
  }
  /* line 568, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child:hover,
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover {
    color: #a6a7b7;
  }
  /* line 571, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-header .badge.badge-icon {
    -webkit-box-shadow: 0 0 0 1px #5F637B;
    box-shadow: 0 0 0 1px #5F637B;
  }
  /* line 574, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar {
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
  }
  /* line 578, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
    color: #24b3a4;
  }
  /* line 580, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'] {
    color: inherit;
  }
  /* line 583, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
    color: #c092b2;
  }
  /* line 585, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
    color: #9a1f8f;
  }
  /* line 587, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
    background: #8c517a;
  }
  /* line 589, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
    color: #FFFFFF;
  }
  /* line 591, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
    background: #8c517a;
  }
  /* line 593, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  /* line 596, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
    background: transparent;
  }
  /* line 598, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
    color: #8c517a;
  }
  /* line 600, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
    color: #5F637B;
    background: transparent;
  }
}

@media (min-width: 992px) {
  /* line 605, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li.active.open > a:before {
    color: #24b3a4;
  }
  /* line 607, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    background: trasparent;
  }
  /* line 609, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul {
    background-color: #9a1f8f;
  }
  /* line 611, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
    color: #9a1f8f;
  }
  /* line 613, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover {
    overflow: visible;
  }
  /* line 615, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a {
    background: #824b72;
    color: #fff;
  }
  /* line 618, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child {
    background: #9a1f8f;
  }
  /* line 620, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child:before {
    color: #9a1f8f;
  }
  /* line 622, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
    background: #505050;
    border-color: #363636 !important;
    color: #fff !important;
  }
}

/* line 627, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-footer .nav-footer-buttons > li > a {
  color: #b782a7;
}

/* line 630, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-function-fixed .nav-footer {
  background: #9a1f8f;
}

/* line 632, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-function-fixed .nav-footer:before {
  background: rgba(149, 87, 131, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#9a1f8f), color-stop(50%, #a46290), color-stop(50%, #a46290), to(#9a1f8f));
  background: linear-gradient(to right, #9a1f8f 0%, #a46290 50%, #a46290 50%, #9a1f8f 100%);
}

@media (min-width: 992px) {
  /* line 638, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify .nav-footer {
    background-color: #6f4061;
  }
  /* line 640, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify .nav-footer [data-class="nav-function-minify"] {
    color: #FFFFFF;
  }
  /* line 642, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify .nav-footer:hover {
    background-color: #7f496f;
  }
  /* line 644, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
    color: #aca6aa;
  }
}

/* line 647, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-content-wrapper {
  background-color: #fbf8fa;
}

/* line 650, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.subheader-icon {
  color: #aca6aa;
}

/* line 653, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.subheader-title {
  color: #505050;
  text-shadow: #fff 0 1px;
}

/* line 656, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.subheader-title small {
  color: #838383;
}

/* line 659, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-footer {
  background: #fff;
  color: #4d4d4d;
}

/* line 663, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.accordion .card .card-header {
  background-color: #f7f9fa;
}

/* line 665, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.accordion .card .card-header .card-title {
  color: #5F637B;
}

/* line 667, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.accordion .card .card-header .card-title.collapsed {
  color: #838383;
}

/* line 670, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.accordion.accordion-clean .card-header {
  background: #fff;
}

/* line 673, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.accordion.accordion-hover .card-header {
  background: #fff;
}

/* line 675, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
  color: #fff;
  background-color: #6E2B62;
}

/* line 679, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.accordion.accordion-hover .card-title:not(.collapsed) {
  color: #fff;
  background-color: #5F637B;
}

/* 	DEV NOTE: The reason why we had to add this layer for alert colors is because BS4 
	does not allow you to add your own alert colors via variable control rather 
	through a systemetic agent that changes the theme colors. 

	REF: https://github.com/twbs/bootstrap/issues/24341#issuecomment-337457218
*/
/* line 689, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.alert-primary {
  color: dimgray;
  background-color: #f5f1f4;
  border-color: #dad3d8;
}

/* line 694, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.alert-success {
  color: #45a165;
  background-color: #f7fdf9;
  border-color: #a3ebbc;
}

/* line 699, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.alert-danger {
  color: #a102e7;
  background-color: #f7e5ff;
  border-color: #e19efe;
}

/* line 704, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.alert-warning {
  color: #79c100;
  background-color: #f7ffe9;
  border-color: #c5ff65;
}

/* line 709, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.alert-info {
  color: #0aafbd;
  background-color: #e3fbfd;
  border-color: #82eff8;
}

/* line 714, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.alert-secondary {
  color: #505050;
  background-color: #fbfbfb;
  border-color: gainsboro;
}

/* line 719, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.badge.badge-icon {
  background-color: #9a1f8f;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

/* btn switch */
/* line 726, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-switch {
  background: dimgray;
  color: white;
}

/* line 729, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-switch:hover {
  color: white;
}

/* line 731, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-switch:after {
  color: white;
}

/* line 733, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-switch.active {
  color: #fff;
  background: #5F637B;
}

/* line 736, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-switch.active:before {
  color: white;
}

/* line 738, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-switch.active:after {
  background: #fff;
  color: #5F637B;
}

/* button used to close filter and mobile search */
/* line 743, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-search-close {
  color: #fff;
}

/* buttons used in the header section of the page */
/* line 747, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.header-btn[data-class='mobile-nav-on'] {
  border-color: #5F637B;
  background-color: #5F637B;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#474962), to(#4b4d64));
  background-image: linear-gradient(to top, #474962, #4b4d64);
  color: #fff;
}

/* dropdown btn */
/* used on info card pulldown filter */
/* line 756, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.pull-trigger-btn {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 2px #5f637b;
  box-shadow: 0px 0px 2px #5f637b;
}

/* line 762, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.pull-trigger-btn:hover {
  background: #5F637B;
  border-color: #5F637B;
}

/* btn misc */
/* line 767, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-default {
  color: #212529;
  border-color: #E5E5E5;
}

/* line 770, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-default:hover, .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default.active:not(:disabled):not(.disabled),
.show > .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #E5E5E5;
}

/* line 775, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #212529;
}

/* btn shadows */
/* line 779, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-primary {
  -webkit-box-shadow: 0 2px 6px 0 #5f637b;
  box-shadow: 0 2px 6px 0 #5f637b;
}

/* line 783, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-secondary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
  box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
}

/* line 787, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-success {
  -webkit-box-shadow: 0 2px 6px 0 rgba(29, 201, 88, 0.5);
  box-shadow: 0 2px 6px 0 rgba(29, 201, 88, 0.5);
}

/* line 791, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-info {
  -webkit-box-shadow: 0 2px 6px 0 rgba(33, 226, 243, 0.5);
  box-shadow: 0 2px 6px 0 rgba(33, 226, 243, 0.5);
}

/* line 795, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-warning {
  -webkit-box-shadow: 0 2px 6px 0 rgba(184, 255, 65, 0.5);
  box-shadow: 0 2px 6px 0 rgba(184, 255, 65, 0.5);
}

/* line 799, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-danger {
  -webkit-box-shadow: 0 2px 6px 0 rgba(193, 57, 253, 0.5);
  box-shadow: 0 2px 6px 0 rgba(193, 57, 253, 0.5);
}

/* line 803, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-masquerade {
  -webkit-box-shadow: 0 2px 6px 0 #fd3939;
  box-shadow: 0 2px 6px 0 #fd3939;
}

/* line 807, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-light {
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
}

/* line 811, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-dark {
  -webkit-box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);
  box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);
}

/* line 815, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-icon-light {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent !important;
}

/* line 818, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 820, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-icon-light:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* bootstrap buttons */
/* line 825, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-link {
  color: #5F637B;
}

/* line 827, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-link:hover {
  color: #4b4d64;
}

/* line 830, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5F637B;
}

/* line 835, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.card-header {
  background-color: #f7f9fa;
}

/* line 838, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.carousel-control-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
}

/* line 842, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.carousel-control-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
}

/* dropdown menu multi-level */
/* line 847, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dropdown-menu .dropdown-menu {
  background: #fff;
}

/* line 850, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
  background: #f8f9fa;
  color: #4b4d64;
}

/* line 854, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #4b4d64;
  background-color: #f8f9fa;
}

/* line 858, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #4b4d64;
  background-color: #f0e1ec;
}

/* line 862, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.chat-segment-get .chat-message {
  background: #f1f0f0;
}

/* line 865, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.chat-segment-sent .chat-message {
  background: #1dc958;
}

/* transparent modal */
/* line 869, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.modal-transparent .modal-content {
  -webkit-box-shadow: 0 1px 15px 1px rgba(124, 61, 105, 0.3);
  box-shadow: 0 1px 15px 1px rgba(124, 61, 105, 0.3);
}

/* line 873, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.modal-transparent .modal-content {
  background: rgba(47, 36, 44, 0.85);
}

/* line 876, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  /* panel fullscreen */
  /* panel locked */
}

/* line 881, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel.panel-fullscreen {
  /* make panel header bigger */
}

/* line 883, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel.panel-fullscreen .panel-hdr {
  -webkit-box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(107, 53, 91, 0.1);
  box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(107, 53, 91, 0.1);
}

/* line 886, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel.panel-locked:not(.panel-fullscreen) .panel-hdr:active h2:before {
  color: #9a1f8f;
}

/* panel tag can be used globally */
/* line 890, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-tag {
  background: #eef7fd;
}

/* panel header */
/* line 894, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-hdr {
  background: #fff;
}

/* panel tap highlight */
/* line 898, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-sortable:not(.panel-locked) .panel-hdr:active {
  border-top-color: rgba(198, 140, 181, 0.7);
  border-left-color: rgba(181, 106, 159, 0.7);
  border-right-color: rgba(181, 106, 159, 0.7);
}

/* line 902, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-sortable:not(.panel-locked) .panel-hdr:active + .panel-container {
  border-color: transparent rgba(181, 106, 159, 0.7) rgba(173, 89, 148, 0.7);
}

/*.panel-sortable .panel-hdr:active,
.panel-sortable .panel-hdr:active + .panel-container {
	@include transition-border(0.4s, ease-out);
}*/
/* line 909, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-sortable.panel-locked .panel-hdr:active {
  border-top-color: #d16bfe;
  border-left-color: #dc3545;
  border-right-color: #dc3545;
}

/* line 913, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-sortable.panel-locked .panel-hdr:active + .panel-container {
  border-color: transparent #dc3545 #dc3545;
}

/* panel toolbar (sits inside panel header) */
/* line 917, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-toolbar .btn-panel {
  /* add default colors for action buttons */
}

/* line 919, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
  background: #1dc958;
}

/* line 921, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
  background: #b8ff41;
}

/* line 923, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
  background: #9a1f8f;
}

/* placeholder */
/* line 927, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-placeholder {
  background-color: #ece6ea;
}

/* line 929, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.panel-placeholder:before {
  background: #ece6ea;
}

/* line 932, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.mod-panel-clean .panel-hdr {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
  background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}

@media only screen and (max-width: 420px) {
  /* making mobile spacing a little narrow */
  /* line 939, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .panel .panel-hdr {
    color: #060606;
  }
}

/* line 942, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.popover .arrow {
  border-color: inherit;
}

/* line 945, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.menu-item,
label.menu-open-button {
  background: #5F637B;
  color: #fff !important;
}

/* line 949, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.menu-item:hover,
label.menu-open-button:hover {
  background: #808080;
}

/* line 953, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.app-shortcut-icon {
  background: #ecf0f1;
  color: #ecf0f1;
}

/* line 957, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.menu-open:checked + .menu-open-button {
  background: #505050;
}

/* nav tabs panel */
/* line 961, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-tabs-clean .nav-item .nav-link.active {
  border-bottom: 1px solid #5F637B;
  color: #5F637B;
}

/* line 965, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-tabs-clean .nav-item .nav-link:hover {
  color: #5F637B;
}

/* line 968, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5F637B;
}

/* line 972, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #4b4d64;
  background-color: #4b4d64;
}

/* line 977, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4b4d64;
}

/* line 980, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #d7aecb;
  background-color: #d7aecb;
  border-color: #d7aecb;
}

/* line 985, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 987, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 990, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-control-label::before {
  background-color: #fff;
  border: #adb5bd solid 2px;
}

/* line 994, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ad5994;
  background-color: #5F637B;
}

/* line 998, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.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");
}

/* line 1001, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #d7aecb;
}

/* line 1004, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #d7aecb;
}

/* line 1007, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #d7aecb;
}

/* line 1010, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-switch .custom-control-label::after {
  background-color: #adb5bd;
}

/* line 1013, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}

/* line 1016, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #d7aecb;
}

/* line 1019, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-select {
  color: #495057;
  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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
}

/* line 1023, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-select:focus {
  border-color: #5F637B;
}

/* line 1025, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1028, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 1032, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5F637B;
}

/* line 1035, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 1039, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 1042, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-file-label {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

/* line 1046, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-file-label::after {
  color: #495057;
  background-color: #e9ecef;
}

/* line 1050, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range {
  background-color: transparent;
}

/* line 1052, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-webkit-slider-thumb {
  background-color: #5F637B;
  border: 0;
}

/* line 1055, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #6E2B62;
}

/* line 1057, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
}

/* line 1059, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-moz-range-thumb {
  background-color: #5F637B;
  border: 0;
}

/* line 1062, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #6E2B62;
}

/* line 1064, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-moz-range-track {
  background-color: #dee2e6;
}

/* line 1066, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-ms-thumb {
  background-color: #5F637B;
  border: 0;
}

/* line 1069, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-ms-thumb:active {
  background-color: #6E2B62;
}

/* line 1071, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

/* line 1073, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
}

/* line 1075, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 1077, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1079, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 1082, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-link {
  color: #5F637B;
  background-color: #fff;
  border: 1px solid #dee2e6;
  /*&:focus {
    outline: $pagination-focus-outline;
  }*/
}

/* line 1089, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-link:hover {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1094, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-item.active .page-link {
  color: #fff;
  background-color: #5F637B;
}

/* line 1098, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
}

/* line 1102, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link,
.pagination .page-item.disabled .page-link {
  background: #f0e1ec;
}

/* line 1107, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.pagination .page-link:hover {
  background-color: #5F637B !important;
  color: #fff;
}

/* line 1111, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.list-group-item {
  border: 1px solid rgba(var(--theme-rgb-primary), 0.15);
}

/* line 1113, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.list-group-item.active {
  background-color: #5F637B;
  border-color: #5F637B;
}

/* backgrounds */
/* line 1118, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-white {
  background-color: #fff;
  color: #666666;
}

/* line 1122, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-faded {
  background-color: #f7f9fa;
}

/* line 1125, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-offwhite-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to top, #fff, #f8f8f8);
}

/* line 1130, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-subtlelight {
  background-color: white;
}

/* line 1133, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-subtlelight-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(white));
  background-image: linear-gradient(to top, #fff, white);
}

/* line 1138, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-highlight {
  background-color: #f9ffee;
}

/* line 1141, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-50 {
  background-color: #f9f9f9;
}

/* line 1144, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-100 {
  background-color: #f8f9fa;
}

/* line 1147, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-200 {
  background-color: #e9ecef;
}

/* line 1150, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-300 {
  background-color: #dee2e6;
}

/* line 1153, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-400 {
  background-color: #ced4da;
}

/* line 1156, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-500 {
  background-color: #adb5bd;
}

/* line 1159, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-600 {
  background-color: #6c757d;
}

/* line 1162, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-700 {
  background-color: #495057;
}

/* line 1165, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-800 {
  background-color: #343a40;
}

/* line 1168, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-gray-900 {
  background-color: #212529;
}

/* borders */
/* line 1172, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-faded {
  border: 1px solid rgba(29, 29, 29, 0.07);
}

/* hover any bg */
/* inherits the parent background on hover */
/* line 1177, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.hover-bg {
  background: #fff;
}

/* states */
/* line 1181, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.state-selected {
  background: #e7fcfe !important;
}

/* demo window */
/* line 1185, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.demo-window {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* line 1188, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.demo-window:before {
  background: #e5e5e5;
}

/* line 1190, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.demo-window:after,
.demo-window .demo-window-content:before,
.demo-window .demo-window-content:after {
  background: #ccc;
}

/* line 1195, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-trans-gradient {
  background: linear-gradient(250deg, #898CA9, #9a1f8f);
}

/* line 1198, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.notes {
  background: #f9f4b5;
}

/* disclaimer class */
/* line 1202, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.disclaimer {
  color: #a2a2a2;
}

/* online status */
/* line 1206, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.status {
  position: relative;
}

/* line 1208, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.status:before {
  background: #505050;
  border: 2px solid #fff;
}

/* line 1211, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.status.status-success:before {
  background: #1dc958;
}

/* line 1213, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.status.status-danger:before {
  background: #9a1f8f;
}

/* line 1215, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.status.status-warning:before {
  background: #b8ff41;
}

/* display frame */
/* line 1219, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.frame-heading {
  color: #a1a1a1;
}

/* line 1222, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.frame-wrap {
  background: white;
}

/* time stamp */
/* line 1226, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.time-stamp {
  color: #767676;
}

/* data-hasmore */
/* line 1230, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
[data-hasmore] {
  color: #fff;
}

/* line 1232, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
[data-hasmore]:before {
  background: rgba(0, 0, 0, 0.4);
}

/* code */
/* line 1236, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
code {
  background: #f8f8f8;
}

/* select background */
/* line 1240, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
::-moz-selection {
  background: #505050;
  color: #fff;
}

/* line 1243, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
::selection {
  background: #505050;
  color: #fff;
}

/* line 1247, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
::-moz-selection {
  background: #505050;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  /* line 1252, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .page-wrapper {
    background: #fff;
  }
  /* line 1254, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .page-wrapper .page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  /* line 1256, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .page-wrapper .page-content {
    color: #222;
  }
  /* line 1258, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .page-wrapper .page-content .p-g {
    padding: 1.5rem;
  }
  /* line 1260, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .page-wrapper .page-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  /* Off canvas */
  /* line 1263, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .nav-mobile-slide-out .page-wrapper .page-content {
    background: #fbf8fa;
  }
  /* mobile nav show & hide button */
  /* general */
  /* line 1267, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-nav-on .page-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
    box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
  }
  /* line 1271, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-nav-on .page-content-overlay {
    background: rgba(0, 0, 0, 0.09);
  }
}

@media only screen and (max-width: 576px) {
  /* here we turn on mobile font for smaller screens */
  /*body {
		font-family: $mobile-page-font !important;
	}*/
  /* mobile nav search */
  /* line 1280, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
    background: #fff;
  }
  /* line 1282, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus {
    border-color: #5F637B;
  }
}

/* text area */
/* line 1286, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
[contenteditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #909090;
}

/* line 1290, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
[contenteditable="true"]::-moz-selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* line 1294, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
[contenteditable="true"]::selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* line 1298, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
[contenteditable="true"]::-moz-selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* add background to focused inpur prepend and append */
/* line 1303, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.form-control:focus ~ .input-group-prepend {
  background: #5F637B;
}

/* line 1306, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.has-length .input-group-text {
  border-color: #5F637B;
}

/* line 1308, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.has-length .input-group-text + .input-group-text {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1311, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
  background: #5F637B;
  color: #fff !important;
}

/* help block and validation feedback texts*/
/* line 1316, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.help-block {
  color: #909090;
}

/* line 1319, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5F637B;
}

/* line 1324, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.settings-panel h5 {
  color: #505050;
}

/* line 1327, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.settings-panel .list {
  color: #666666;
}

/* line 1329, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.settings-panel .list:hover {
  color: #333333;
  background: rgba(255, 255, 255, 0.7);
}

/* line 1333, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.settings-panel .expanded:before {
  border-bottom-color: #5d5d5d;
}

@media only screen and (max-width: 992px) {
  /* line 1337, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-view-activated #nff,
.mobile-view-activated #nfm,
.mobile-view-activated #nfh,
.mobile-view-activated #nft,
.mobile-view-activated #mmb {
    position: relative;
  }
  /* line 1343, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-view-activated #nff .onoffswitch-title,
.mobile-view-activated #nfm .onoffswitch-title,
.mobile-view-activated #nfh .onoffswitch-title,
.mobile-view-activated #nft .onoffswitch-title,
.mobile-view-activated #mmb .onoffswitch-title {
    color: #d58100 !important;
  }
  /* line 1349, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-view-activated #nff .onoffswitch-title-desc,
.mobile-view-activated #nfm .onoffswitch-title-desc,
.mobile-view-activated #nfh .onoffswitch-title-desc,
.mobile-view-activated #nft .onoffswitch-title-desc,
.mobile-view-activated #mmb .onoffswitch-title-desc {
    color: #ec9f28 !important;
  }
  /* line 1355, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
  .mobile-view-activated #nff:after,
.mobile-view-activated #nfm:after,
.mobile-view-activated #nfh:after,
.mobile-view-activated #nft:after,
.mobile-view-activated #mmb:after {
    background: #e8ffc1;
    border: 1px solid #a5ff0e;
    color: #1d1d1d;
  }
}

/* Hierarchical Navigation */
/* line 1365, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul {
  /* addressing all second, third children */
}

/* line 1367, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
  border-left: 1px solid #898CA9;
}

/* line 1369, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
  background-color: #898CA9;
}

/* line 1372, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-50 {
  background-color: #dfbfd6;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1375, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1378, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-100 {
  background-color: #d7aecb;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1381, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1384, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-200 {
  background-color: #ce9dc0;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1387, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1390, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-300 {
  background-color: #6E2B62;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1393, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1396, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-400 {
  background-color: #5F637B;
  color: white;
}

/* line 1399, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-400:hover {
  color: white;
}

/* line 1402, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-500 {
  background-color: #5F637B;
  color: white;
}

/* line 1405, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-500:hover {
  color: white;
}

/* line 1408, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-600 {
  background-color: #5F637B;
  color: white;
}

/* line 1411, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-600:hover {
  color: white;
}

/* line 1414, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-700 {
  background-color: #5F637B;
  color: white;
}

/* line 1417, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-700:hover {
  color: white;
}

/* line 1420, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-800 {
  background-color: #5F637B;
  color: white;
}

/* line 1423, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-800:hover {
  color: white;
}

/* line 1426, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-900 {
  background-color: #5F637B;
  color: white;
}

/* line 1429, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-900:hover {
  color: white;
}

/* line 1432, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-50 {
  color: #6E2B62;
}

/* line 1435, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-100 {
  color: #6E2B62;
}

/* line 1438, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-200 {
  color: #6E2B62;
}

/* line 1441, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-300 {
  color: #6E2B62;
}

/* line 1444, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-400 {
  color: #6E2B62;
}

/* line 1447, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-500 {
  color: #6E2B62;
}

/* line 1450, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-600 {
  color: #6E2B62;
}

/* line 1453, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-700 {
  color: #6E2B62;
}

/* line 1456, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-800 {
  color: #6E2B62;
}

/* line 1459, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-primary-900 {
  color: #6E2B62;
}

/* line 1462, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-50 {
  background-color: #6E2B62;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1465, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1468, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-100 {
  background-color: #6E2B62;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1471, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1474, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-200 {
  background-color: #6E2B62;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1477, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1480, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-300 {
  background-color: #6E2B62;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1483, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1486, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-400 {
  background-color: #6E2B62;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1489, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1492, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-500 {
  background-color: #6E2B62;
  color: white;
}

/* line 1495, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-500:hover {
  color: white;
}

/* line 1498, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-600 {
  background-color: #6E2B62;
  color: white;
}

/* line 1501, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-600:hover {
  color: white;
}

/* line 1504, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-700 {
  background-color: #6E2B62;
  color: white;
}

/* line 1507, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-700:hover {
  color: white;
}

/* line 1510, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-800 {
  background-color: #6E2B62;
  color: white;
}

/* line 1513, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-800:hover {
  color: white;
}

/* line 1516, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-900 {
  background-color: #6E2B62;
  color: white;
}

/* line 1519, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-900:hover {
  color: white;
}

/* line 1522, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-50 {
  color: #6E2B62;
}

/* line 1525, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-100 {
  color: #6E2B62;
}

/* line 1528, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-200 {
  color: #E5E5E5;
}

/* line 1531, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-300 {
  color: #6E2B62;
}

/* line 1534, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-400 {
  color: #6E2B62;
}

/* line 1537, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-500 {
  color: #6E2B62;
}

/* line 1540, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-600 {
  color: #6E2B62;
}

/* line 1543, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-700 {
  color: #6E2B62;
}

/* line 1546, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-800 {
  color: #6E2B62;
}

/* line 1549, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-success-900 {
  color: #6E2B62;
}

/* line 1552, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-50 {
  background-color: #9af2fa;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1555, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1558, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-100 {
  background-color: #82eff8;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1561, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1564, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-200 {
  background-color: #6aebf7;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1567, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1570, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-300 {
  background-color: #51e8f6;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1573, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1576, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-400 {
  background-color: #39e5f4;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1579, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1582, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-500 {
  background-color: #21e2f3;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1585, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-500:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1588, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-600 {
  background-color: #0ddbee;
  color: white;
}

/* line 1591, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-600:hover {
  color: white;
}

/* line 1594, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-700 {
  background-color: #0cc5d5;
  color: white;
}

/* line 1597, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-700:hover {
  color: white;
}

/* line 1600, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-800 {
  background-color: #0aafbd;
  color: white;
}

/* line 1603, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-800:hover {
  color: white;
}

/* line 1606, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-900 {
  background-color: #0998a5;
  color: white;
}

/* line 1609, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-900:hover {
  color: white;
}

/* line 1612, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-50 {
  color: #9af2fa;
}

/* line 1615, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-100 {
  color: #82eff8;
}

/* line 1618, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-200 {
  color: #6aebf7;
}

/* line 1621, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-300 {
  color: #51e8f6;
}

/* line 1624, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-400 {
  color: #39e5f4;
}

/* line 1627, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-500 {
  color: #21e2f3;
}

/* line 1630, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-600 {
  color: #0ddbee;
}

/* line 1633, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-700 {
  color: #0cc5d5;
}

/* line 1636, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-800 {
  color: #0aafbd;
}

/* line 1639, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-info-900 {
  color: #0998a5;
}

/* line 1642, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-50 {
  background-color: #e8ffc1;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1645, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1648, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-100 {
  background-color: #deffa7;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1651, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1654, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-200 {
  background-color: #d5ff8e;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1657, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1660, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-300 {
  background-color: #cbff74;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1663, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1666, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-400 {
  background-color: #c2ff5b;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1669, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1672, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-500 {
  background-color: #b8ff41;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1675, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-500:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1678, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-600 {
  background-color: #aeff28;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1681, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-600:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1684, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-700 {
  background-color: #a5ff0e;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1687, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-700:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1690, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-800 {
  background-color: #99f400;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1693, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-800:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1696, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-900 {
  background-color: #89da00;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1699, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-900:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1702, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-50 {
  color: #e8ffc1;
}

/* line 1705, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-100 {
  color: #deffa7;
}

/* line 1708, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-200 {
  color: #d5ff8e;
}

/* line 1711, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-300 {
  color: #cbff74;
}

/* line 1714, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-400 {
  color: #c2ff5b;
}

/* line 1717, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-500 {
  color: #b8ff41;
}

/* line 1720, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-600 {
  color: #aeff28;
}

/* line 1723, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-700 {
  color: #a5ff0e;
}

/* line 1726, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-800 {
  color: #99f400;
}

/* line 1729, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-warning-900 {
  color: #89da00;
}

/* line 1732, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-50 {
  background-color: #e9b7fe;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1735, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1738, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-100 {
  background-color: #e19efe;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1741, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1744, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-200 {
  background-color: #d985fe;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1747, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1750, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-300 {
  background-color: #d16bfe;
  color: white;
}

/* line 1753, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-300:hover {
  color: white;
}

/* line 1756, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-400 {
  background-color: #c952fd;
  color: white;
}

/* line 1759, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-400:hover {
  color: white;
}

/* line 1762, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-500 {
  background-color: #9a1f8f;
  color: white;
}

/* line 1765, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-500:hover {
  color: white;
}

/* line 1768, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-600 {
  background-color: #b920fd;
  color: white;
}

/* line 1771, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-600:hover {
  color: white;
}

/* line 1774, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-700 {
  background-color: #b107fc;
  color: white;
}

/* line 1777, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-700:hover {
  color: white;
}

/* line 1780, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-800 {
  background-color: #a102e7;
  color: white;
}

/* line 1783, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-800:hover {
  color: white;
}

/* line 1786, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-900 {
  background-color: #9002ce;
  color: white;
}

/* line 1789, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-900:hover {
  color: white;
}

/* line 1792, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-50 {
  color: #e9b7fe;
}

/* line 1795, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-100 {
  color: #e19efe;
}

/* line 1798, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-200 {
  color: #d985fe;
}

/* line 1801, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-300 {
  color: #d16bfe;
}

/* line 1804, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-400 {
  color: #c952fd;
}

/* line 1807, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-500 {
  color: #9a1f8f;
}

/* line 1810, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-600 {
  color: #b920fd;
}

/* line 1813, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-700 {
  color: #b107fc;
}

/* line 1816, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-800 {
  color: #a102e7;
}

/* line 1819, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-danger-900 {
  color: #9002ce;
}

/* line 1822, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-50 {
  background-color: #909090;
  color: white;
}

/* line 1825, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-50:hover {
  color: white;
}

/* line 1828, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-100 {
  background-color: #838383;
  color: white;
}

/* line 1831, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-100:hover {
  color: white;
}

/* line 1834, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-200 {
  background-color: #767676;
  color: white;
}

/* line 1837, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-200:hover {
  color: white;
}

/* line 1840, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-300 {
  background-color: dimgray;
  color: white;
}

/* line 1843, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-300:hover {
  color: white;
}

/* line 1846, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-400 {
  background-color: #5d5d5d;
  color: white;
}

/* line 1849, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-400:hover {
  color: white;
}

/* line 1852, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-500 {
  background-color: #505050;
  color: white;
}

/* line 1855, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-500:hover {
  color: white;
}

/* line 1858, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-600 {
  background-color: #434343;
  color: white;
}

/* line 1861, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-600:hover {
  color: white;
}

/* line 1864, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-700 {
  background-color: #363636;
  color: white;
}

/* line 1867, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-700:hover {
  color: white;
}

/* line 1870, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-800 {
  background-color: #2a2a2a;
  color: white;
}

/* line 1873, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-800:hover {
  color: white;
}

/* line 1876, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-900 {
  background-color: #1d1d1d;
  color: white;
}

/* line 1879, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-900:hover {
  color: white;
}

/* line 1882, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-50 {
  color: #909090;
}

/* line 1885, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-100 {
  color: #838383;
}

/* line 1888, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-200 {
  color: #767676;
}

/* line 1891, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-300 {
  color: dimgray;
}

/* line 1894, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-400 {
  color: #5d5d5d;
}

/* line 1897, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-500 {
  color: #505050;
}

/* line 1900, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-600 {
  color: #434343;
}

/* line 1903, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-700 {
  color: #363636;
}

/* line 1906, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-800 {
  color: #2a2a2a;
}

/* line 1909, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-fusion-900 {
  color: #1d1d1d;
}

/* line 1912, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-white {
  color: #fff;
}

/* line 1915, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.color-black {
  color: #222222;
}

/* line 1918, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary-gradient {
  background-image: linear-gradient(250deg, rgba(124, 61, 105, 0.7), transparent);
}

/* line 1921, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger-gradient {
  background-image: linear-gradient(250deg, rgba(144, 2, 206, 0.7), transparent);
}

/* line 1924, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info-gradient {
  background-image: linear-gradient(250deg, rgba(9, 152, 165, 0.7), transparent);
}

/* line 1927, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning-gradient {
  background-image: linear-gradient(250deg, rgba(137, 218, 0, 0.7), transparent);
}

/* line 1930, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success-gradient {
  background-image: linear-gradient(250deg, rgba(16, 112, 49, 0.7), transparent);
}

/* line 1933, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-fusion-gradient {
  background-image: linear-gradient(250deg, rgba(29, 29, 29, 0.7), transparent);
}

/* line 1936, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-primary {
  color: #fff;
  background-color: #5F637B;
  border-color: #5F637B;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1942, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

/* line 1946, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  -webkit-box-shadow: 0 0 0 0.2rem gray;
  box-shadow: 0 0 0 0.2rem gray;
}

/* line 1952, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5F637B;
  border-color: #5F637B;
}

/* line 1956, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

/* line 1961, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

/* line 1966, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1972, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 1976, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 1982, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 1986, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 1991, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 1996, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-success {
  color: #fff;
  background-color: #1dc958;
  border-color: #1dc958;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2002, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-success:hover {
  color: #fff;
  background-color: #18a849;
  border-color: #179c44;
}

/* line 2006, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #18a849;
  border-color: #179c44;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
}

/* line 2012, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1dc958;
  border-color: #1dc958;
}

/* line 2016, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c44;
  border-color: #159140;
}

/* line 2021, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
}

/* line 2026, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-info {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2032, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-info:hover {
  color: #212529;
  background-color: #0cd0e2;
  border-color: #0cc5d5;
}

/* line 2036, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #0cd0e2;
  border-color: #0cc5d5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
}

/* line 2042, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2046, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0cc5d5;
  border-color: #0bbac9;
}

/* line 2051, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
}

/* line 2056, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-warning {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2062, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #aaff1b;
  border-color: #a5ff0e;
}

/* line 2066, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #aaff1b;
  border-color: #a5ff0e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
}

/* line 2072, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2076, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #a5ff0e;
  border-color: #a0ff01;
}

/* line 2081, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
}

/* line 2086, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-masquerade {
  color: #fff;
  background-color: #fc0707;
  border-color: #fc0707;
  -webkit-box-shadow: inset 0 1px 0 #fd1313, 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 #fd3939, 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2092, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-masquerade:hover {
  color: #fff;
  background-color: #fd1313;
  border-color: #fd1313;
}

/* line 2096, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-masquerade:focus, .btn-masquerade.focus {
  color: #fff;
  background-color: #fd1313;
  border-color: #fd1313;
  -webkit-box-shadow: 0 0 0 0.2rem #fd5757;
  box-shadow: 0 0 0 0.2rem #fd5757;
}

/* line 2102, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-masquerade.disabled, .btn-masquerade:disabled {
  color: #fff;
  background-color: #fc0707;
  border-color: #fc0707;
}

/* line 2106, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-masquerade:not(:disabled):not(.disabled):active, .btn-masquerade.active:not(:disabled):not(.disabled),
.show > .btn-masquerade.dropdown-toggle {
  color: #fff;
  background-color: #fc0707;
  border-color: #fc0707;
}

/* line 2111, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-masquerade:not(:disabled):not(.disabled):active:focus, .btn-masquerade.active:not(:disabled):not(.disabled):focus,
.show > .btn-masquerade.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #fd5757;
  box-shadow: 0 0 0 0.2rem #fd5757;
}

/* line 2117, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-danger {
  color: #fff;
  background-color: #9a1f8f;
  border-color: #9a1f8f;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2123, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #b513fd;
  border-color: #b107fc;
}

/* line 2127, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b513fd;
  border-color: #b107fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
}

/* line 2133, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #9a1f8f;
  border-color: #9a1f8f;
}

/* line 2137, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b107fc;
  border-color: #aa02f4;
}

/* line 2142, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
}

/* line 2147, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2153, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 2157, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 2163, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2167, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 2172, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 2177, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-dark {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2183, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #363636;
}

/* line 2187, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #363636;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}

/* line 2193, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

/* line 2197, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #303030;
}

/* line 2202, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}

/* line 2207, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-primary {
  color: #5F637B;
  border-color: #5F637B;
}

/* line 2210, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5F637B;
  border-color: #5F637B;
}

/* line 2214, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 106, 159, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181, 106, 159, 0.5);
}

/* line 2217, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5F637B;
  background-color: transparent;
}

/* line 2220, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5F637B;
  border-color: #5F637B;
}

/* line 2225, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 106, 159, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181, 106, 159, 0.5);
}

/* line 2230, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2233, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2237, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2240, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2243, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2248, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2253, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-success {
  color: #1dc958;
  border-color: #1dc958;
}

/* line 2256, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #1dc958;
  border-color: #1dc958;
}

/* line 2260, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
}

/* line 2263, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dc958;
  background-color: transparent;
}

/* line 2266, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc958;
  border-color: #1dc958;
}

/* line 2271, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
}

/* line 2276, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-info {
  color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2279, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-info:hover {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2283, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
}

/* line 2286, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #21e2f3;
  background-color: transparent;
}

/* line 2289, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2294, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
}

/* line 2299, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-warning {
  color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2302, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2306, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
}

/* line 2309, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #b8ff41;
  background-color: transparent;
}

/* line 2312, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2317, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
}

/* line 2322, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-danger {
  color: #9a1f8f;
  border-color: #9a1f8f;
}

/* line 2325, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #9a1f8f;
  border-color: #9a1f8f;
}

/* line 2329, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
}

/* line 2332, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #9a1f8f;
  background-color: transparent;
}

/* line 2335, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #9a1f8f;
  border-color: #9a1f8f;
}

/* line 2340, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
}

/* line 2345, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

/* line 2348, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2352, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 2355, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 2358, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-light:not(:disabled):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;
}

/* line 2363, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 2368, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-dark {
  color: #505050;
  border-color: #505050;
}

/* line 2371, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

/* line 2375, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

/* line 2378, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #505050;
  background-color: transparent;
}

/* line 2381, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

/* line 2386, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

/* line 2391, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-primary {
  border-color: #5F637B !important;
}

/* line 2394, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 2397, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-success {
  border-color: #1dc958 !important;
}

/* line 2400, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-info {
  border-color: #21e2f3 !important;
}

/* line 2403, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-warning {
  border-color: #b8ff41 !important;
}

/* line 2406, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-danger {
  border-color: #9a1f8f !important;
}

/* line 2409, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-light {
  border-color: #fff !important;
}

/* line 2412, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.border-dark {
  border-color: #505050 !important;
}

/* line 2415, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-primary {
  color: #5F637B !important;
}

/* line 2418, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #8d4678 !important;
}

/* line 2421, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 2424, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 2427, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-success {
  color: #1dc958 !important;
}

/* line 2430, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-success:hover, a.text-success:focus {
  color: #13863b !important;
}

/* line 2433, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-info {
  color: #21e2f3 !important;
}

/* line 2436, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-info:hover, a.text-info:focus {
  color: #0aafbd !important;
}

/* line 2439, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-warning {
  color: #b8ff41 !important;
}

/* line 2442, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #99f400 !important;
}

/* line 2445, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-danger {
  color: #9a1f8f !important;
}

/* line 2448, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a102e7 !important;
}

/* line 2451, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-light {
  color: #fff !important;
}

/* line 2454, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

/* line 2457, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.text-dark {
  color: #505050 !important;
}

/* line 2460, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #2a2a2a !important;
}

/* line 2463, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-primary {
  background-color: #5F637B !important;
}

/* line 2466, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #9e4e86 !important;
}

/* line 2471, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 2474, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 2479, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-success {
  background-color: #1dc958 !important;
}

/* line 2482, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #179c44 !important;
}

/* line 2487, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-info {
  background-color: #21e2f3 !important;
}

/* line 2490, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0cc5d5 !important;
}

/* line 2495, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-warning {
  background-color: #b8ff41 !important;
}

/* line 2498, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #a5ff0e !important;
}

/* line 2503, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-danger {
  background-color: #9a1f8f !important;
}

/* line 2506, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b107fc !important;
}

/* line 2511, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-light {
  background-color: #fff !important;
}

/* line 2514, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 2519, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.bg-dark {
  background-color: #505050 !important;
}

/* line 2522, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #363636 !important;
}

/* line 2527, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
:root {
  --theme-primary: #5F637B;
  --theme-secondary: #6c757d;
  --theme-success: #1dc958;
  --theme-info: #21e2f3;
  --theme-warning: #b8ff41;
  --theme-danger: #9a1f8f;
  --theme-light: #fff;
  --theme-dark: #505050;
  --theme-rgb-primary: 181,106,159;
  --theme-rgb-success: 29,201,88;
  --theme-rgb-info: 33,226,243;
  --theme-rgb-warning: 184,255,65;
  --theme-rgb-danger: 193,57,253;
  --theme-rgb-fusion: 79.75,79.75,79.75;
  --theme-primary-50: #dfbfd6;
  --theme-primary-100: #d7aecb;
  --theme-primary-200: #ce9dc0;
  --theme-primary-300: #6E2B62;
  --theme-primary-400: #bd7baa;
  --theme-primary-500: #5F637B;
  --theme-primary-600: #ad5994;
  --theme-primary-700: #9e4e86;
  --theme-primary-800: #8d4678;
  --theme-primary-900: #7c3d69;
  --theme-success-50: #7aeca1;
  --theme-success-100: #63e991;
  --theme-success-200: #E5E5E5;
  --theme-success-300: #6E2B62;
  --theme-success-400: #21df62;
  --theme-success-500: #1dc958;
  --theme-success-600: #1ab34e;
  --theme-success-700: #179c44;
  --theme-success-800: #13863b;
  --theme-success-900: #107031;
  --theme-info-50: #9af2fa;
  --theme-info-100: #82eff8;
  --theme-info-200: #6aebf7;
  --theme-info-300: #51e8f6;
  --theme-info-400: #39e5f4;
  --theme-info-500: #21e2f3;
  --theme-info-600: #0ddbee;
  --theme-info-700: #0cc5d5;
  --theme-info-800: #0aafbd;
  --theme-info-900: #0998a5;
  --theme-warning-50: #e8ffc1;
  --theme-warning-100: #deffa7;
  --theme-warning-200: #d5ff8e;
  --theme-warning-300: #cbff74;
  --theme-warning-400: #c2ff5b;
  --theme-warning-500: #b8ff41;
  --theme-warning-600: #aeff28;
  --theme-warning-700: #a5ff0e;
  --theme-warning-800: #99f400;
  --theme-warning-900: #89da00;
  --theme-danger-50: #e9b7fe;
  --theme-danger-100: #e19efe;
  --theme-danger-200: #d985fe;
  --theme-danger-300: #d16bfe;
  --theme-danger-400: #c952fd;
  --theme-danger-500: #9a1f8f;
  --theme-danger-600: #b920fd;
  --theme-danger-700: #b107fc;
  --theme-danger-800: #a102e7;
  --theme-danger-900: #9002ce;
  --theme-fusion-50: #909090;
  --theme-fusion-100: #838383;
  --theme-fusion-200: #767676;
  --theme-fusion-300: dimgray;
  --theme-fusion-400: #5d5d5d;
  --theme-fusion-500: #505050;
  --theme-fusion-600: #434343;
  --theme-fusion-700: #363636;
  --theme-fusion-800: #2a2a2a;
  --theme-fusion-900: #1d1d1d;
}

/* line 2603, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #5F637B;
}

/* line 2606, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #5F637B;
}

/* line 2609, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #9a1f8f;
}

/* line 2612, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #9a1f8f;
}

/* line 2615, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #b8ff41;
}

/* line 2618, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #b8ff41;
}

/* line 2621, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #21e2f3;
}

/* line 2624, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #21e2f3;
}

/* line 2627, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #505050;
}

/* line 2630, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #505050;
}

/* line 2633, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #1dc958;
}

/* line 2636, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #1dc958;
}

/* line 2639, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #21e2f3;
}

/* line 2642, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #21e2f3;
}

/* line 2645, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #7c3d69;
}

/* line 2648, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #7c3d69;
}

/* line 2651, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #e19efe;
}

/* line 2654, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #e19efe;
}

/* line 2657, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #d5ff8e;
}

/* line 2660, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #d5ff8e;
}

/* line 2663, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #9002ce;
}

/* line 2666, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #9002ce;
}

/* line 2669, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: dimgray;
}

/* line 2672, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: dimgray;
}

/* line 2675, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #6E2B62;
}

/* line 2678, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #6E2B62;
}

/* line 2681, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #51e8f6;
}

/* line 2684, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #51e8f6;
}

/* line 2687, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #6E2B62;
}

/* line 2690, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #6E2B62;
}

/* line 2693, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #E5E5E5;
}

/* line 2697, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-dropdown {
  border-color: #E5E5E5;
}

/* line 2700, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-search--dropdown:before {
  color: #5F637B;
}

/* line 2703, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-results__message {
  color: #5F637B !important;
}

/* line 2706, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--open .select2-dropdown--above {
  border-color: #5F637B;
}

/* line 2709, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--open .select2-dropdown--below {
  border-color: #5F637B;
}

/* line 2712, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #495057;
  background-color: #fff;
  border-color: #E5E5E5;
  -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
}

/* line 2718, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #cccccc;
}

/* line 2721, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-results__group {
  padding: 0.5rem 0;
  color: #8e8e8e;
}

/* line 2725, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f5ebf2;
  color: #7c3d69;
}

/* line 2729, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5F637B;
  color: #fff;
}

/* line 2733, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-color: #5F637B;
}

/* line 2739, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #5F637B;
}

/* line 2743, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #f5ebf2;
  border-color: #bd7baa;
  color: #7c3d69;
}

/* line 2747, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #6E2B62;
}

/* line 2749, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #5F637B;
}

/* line 2751, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:active {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* line 2755, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #9a1f8f;
}

/* line 2757, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #b920fd;
}

/* line 2760, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.select2-results__message {
  color: #9a1f8f;
}

/* line 2763, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.sorting_asc,
.sorting_desc,
.even .sorting_1 {
  background-color: rgba(181, 106, 159, 0.03);
}

/* line 2768, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.odd .sorting_1 {
  background-color: rgba(181, 106, 159, 0.04);
}

/* line 2771, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.table-dark .sorting_asc,
.table-dark .sorting_desc,
.table-dark .even .sorting_1 {
  background-color: rgba(184, 255, 65, 0.15);
}

/* line 2776, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.table-dark .odd .sorting_1 {
  background-color: rgba(184, 255, 65, 0.15);
}

/* line 2779, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #5F637B;
}

/* line 2785, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  background-color: #1dc958;
}

/* line 2791, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dataTables_empty {
  color: #9a1f8f;
}

/* line 2794, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dataTables_wrapper tr.child td.child .dtr-details:before {
  color: #21df62;
}

/* line 2797, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.dataTables_wrapper tr.child td.child .dtr-details:after {
  background: #E5E5E5;
}

/* line 2800, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
div.dt-autofill-background {
  opacity: 0.2;
  background-color: #000;
}

/* line 2804, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
div.dt-autofill-handle {
  background: #5F637B;
}

/* line 2807, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
div.dt-autofill-select {
  background-color: #5F637B;
}

/* FixedColumns */
/* line 2811, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.DTFC_LeftHeadWrapper:before,
.DTFC_LeftBodyWrapper:before,
.DTFC_LeftFootWrapper:before {
  background: #9a1f8f;
}

/* KeyTable */
/* line 2817, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  -webkit-box-shadow: inset 0 0 0px 1px #5F637B;
  box-shadow: inset 0 0 0px 1px #5F637B;
  background: rgba(181, 106, 159, 0.1);
}

/* line 2823, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dataTable:not(.table-dark) tr.dtrg-group td {
  background: #fff;
}

/* line 2826, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
tr.dt-rowReorder-moving {
  outline-color: #1dc958;
}

/* line 2829, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dt-rowReorder-float {
  outline-color: #5F637B;
}

/* Select */
/* line 2833, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dataTable.table-bordered .selected td {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 2836, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dataTable.table-bordered td.selected {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 2839, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0px 1px #5F637B;
  box-shadow: inset 0 0 0px 1px #5F637B;
  background: rgba(181, 106, 159, 0.1);
}

/* line 2845, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: darkgray;
}

/* line 2849, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td span.active.active,
.datepicker table tr td span.focused {
  background-color: #bd7baa;
  border-color: #5F637B;
  color: #fff;
}

/* line 2861, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.focus:active,
.datepicker table tr td.active.highlighted.focus:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.focus:active,
.datepicker table tr td.selected.highlighted.focus:active,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background-color: #ad5994;
  border-color: #9e4e86;
  color: #fff;
}

/* line 2891, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.datepicker.datepicker-inline {
  border: 1px solid #ebedf2;
}

/* line 2894, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
  color: #a1a8c3;
}

/* line 2897, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker table tr td.old,
.daterangepicker table tr td.new {
  color: darkgray;
}

/* line 2901, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker table tr td.active:active,
.daterangepicker table tr td.active.highlighted:active,
.daterangepicker table tr td.active.active,
.daterangepicker table tr td.active.highlighted.active,
.daterangepicker table tr td.selected,
.daterangepicker table tr td.selected.highlighted,
.daterangepicker table tr td span.active.active,
.daterangepicker table tr td span.focused {
  background-color: #bd7baa;
  color: #fff;
}

/* line 2912, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker table tr td.active:active:hover,
.daterangepicker table tr td.active.highlighted:active:hover,
.daterangepicker table tr td.active.active:hover,
.daterangepicker table tr td.active.highlighted.active:hover,
.daterangepicker table tr td.active:active:focus,
.daterangepicker table tr td.active.highlighted:active:focus,
.daterangepicker table tr td.active.active:focus,
.daterangepicker table tr td.active.highlighted.active:focus,
.daterangepicker table tr td.active.focus:active,
.daterangepicker table tr td.active.highlighted.focus:active,
.daterangepicker table tr td.active.active.focus,
.daterangepicker table tr td.active.highlighted.active.focus,
.daterangepicker table tr td.selected:active:hover,
.daterangepicker table tr td.selected.highlighted:active:hover,
.daterangepicker table tr td.selected.active:hover,
.daterangepicker table tr td.selected.highlighted.active:hover,
.daterangepicker table tr td.selected:active:focus,
.daterangepicker table tr td.selected.highlighted:active:focus,
.daterangepicker table tr td.selected.active:focus,
.daterangepicker table tr td.selected.highlighted.active:focus,
.daterangepicker table tr td.selected.focus:active,
.daterangepicker table tr td.selected.highlighted.focus:active,
.daterangepicker table tr td.selected.active.focus,
.daterangepicker table tr td.selected.highlighted.active.focus,
.daterangepicker table tr td.selected:hover,
.daterangepicker table tr td.selected.highlighted:hover {
  background-color: #ad5994;
  color: #fff;
}

/* line 2941, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #a1a8c3;
}

/* line 2945, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker .in-range.available {
  background-color: #deffa7;
}

/* line 2948, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker .off.ends.in-range.available {
  background-color: #e8ffc1;
}

/* line 2951, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #cbff74;
}

/* line 2955, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker .calendar-table table thead tr th.month {
  color: #a1a8c3;
}

/* line 2958, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.daterangepicker .ranges li.active {
  background-color: #5F637B;
}

/* line 2961, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle > i:first-child {
  background-color: #5F637B;
}

/* line 2968, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #5F637B;
}

/* line 2973, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #ad5994;
}

/* line 2977, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--big .irs-bar {
  background-color: #6E2B62;
  border-color: #5F637B;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #6E2B62), to(#5F637B));
  background: linear-gradient(to bottom, #ffffff 0%, #6E2B62 30%, #5F637B 100%);
}

/* line 2983, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  background: #5F637B;
}

/* line 2988, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--modern .irs-bar {
  background: #1ab34e;
  background: -webkit-gradient(linear, left top, left bottom, from(#21df62), to(#1ab34e));
  background: linear-gradient(to bottom, #21df62 0%, #1ab34e 100%);
}

/* line 2993, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  background-color: #1dc958;
}

/* line 2998, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  border-top-color: #1dc958;
}

/* line 3003, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--sharp .irs-bar,
.irs--sharp .irs-handle,
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  background-color: #9a1f8f;
}

/* line 3010, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--sharp .irs-handle > i:first-child,
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  border-top-color: #9a1f8f;
}

/* line 3016, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  background-color: #a102e7;
}

/* line 3020, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--round .irs-handle {
  border-color: #21e2f3;
}

/* line 3023, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #21e2f3;
}

/* line 3029, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #21e2f3;
}

/* line 3034, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
body:not(.mod-pace-custom) .pace .pace-progress {
  background: #5F637B;
}

/* line 3037, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.mod-pace-custom .pace {
  background: #fff;
}

/* line 3039, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.mod-pace-custom .pace .pace-progress {
  background-color: #5F637B;
  background-image: linear-gradient(135deg, #5F637B 0%, #5F637B 25%, #9e4e86 25%, #9e4e86 50%, #5F637B 50%, #5F637B 75%, #9e4e86 75%, #9e4e86 100%);
}

/* line 3043, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.mod-pace-custom.pace-running .page-content:before {
  background-color: #fbf8fa;
}

/* #Reset userselect
========================================================================== */
/* line 3048, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
#myapp-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 3052, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
#myapp-1 {
  -webkit-box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px #000000;
}

/* line 3056, vendor/assets/stylesheets/smartadmin/themes/candela.scss */
.page-logo,
.page-sidebar,
.nav-footer {
  background-image: none;
}
