:root {
  --mainText: #32420B;
  --bodyBg: #f8fbf1;
  --layoutsBg: #fff;
  --sideBarBg: #fff;
  --layoutsborder: #e1d5e866;
  --sideBarColor: #32420B;
  --placeholderColor: #bababa;
  --formControlBg: #fff;
  --mainHeadNavText: #596882;
  --btnLight: #f1f2f9;
  --blackWhite:#000
;
}

[data-theme="dark"] {
  --mainText: #fdfeff;
  --bodyBg: #101329;
  --layoutsBg: #1c1c38;
  --layoutsborder: #ffffff0d;
  --sideBarColor: #fff;
  --placeholderColor: #6b6b84;
  --formControlBg: #252542;
  --mainHeadNavText: #8283a0;
  --btnLight: #ffffff0f;
  --blackWhite:#fff
;
}

.btn-light-primary,
.bg-light-primary {
  background-color: #acd04e !important;
}

.btn-outline-primary {
  color: #97C422 !important;
  border-color: #97C422 !important;
}

.btn-primary,
.bg-primary {
  background-color: #97C422 !important;
  border-color: #97C422 !important;
}

.btn-gradient-primary,
.bg-gradient-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#76991b), to(#9cc72d)) !important;
  background-image: linear-gradient(to right, #76991b, #9cc72d) !important;
}

.border-light-primary {
  border-color: #acd04e !important;
}

.border-primary {
  border-color: #97C422 !important;
}

.text-light-primary {
  color: #acd04e !important;
}

.text-primary {
  color: #97C422 !important;
}

.btn-light-primary:hover, .btn-light-primary:active, .btn-light-primary:focus {
  background-color: #97C422 !important;
  color: #acd04e !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #acd04e !important;
}

.btn-light-secondary,
.bg-light-secondary {
  background-color: #7f4da0 !important;
}

.btn-outline-secondary {
  color: #5F2088 !important;
  border-color: #5F2088 !important;
}

.btn-secondary,
.bg-secondary {
  background-color: #5F2088 !important;
  border-color: #5F2088 !important;
}

.btn-gradient-secondary,
.bg-gradient-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(#4a196a), to(#672b8e)) !important;
  background-image: linear-gradient(to right, #4a196a, #672b8e) !important;
}

.border-light-secondary {
  border-color: #7f4da0 !important;
}

.border-secondary {
  border-color: #5F2088 !important;
}

.text-light-secondary {
  color: #7f4da0 !important;
}

.text-secondary {
  color: #5F2088 !important;
}

.btn-light-secondary:hover, .btn-light-secondary:active, .btn-light-secondary:focus {
  background-color: #5F2088 !important;
  color: #7f4da0 !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #7f4da0 !important;
}

.btn-light-success,
.bg-light-success {
  background-color: #36c29e !important;
}

.btn-outline-success {
  color: #04b386 !important;
  border-color: #04b386 !important;
}

.btn-success,
.bg-success {
  background-color: #04b386 !important;
  border-color: #04b386 !important;
}

.btn-gradient-success,
.bg-gradient-success {
  background-image: -webkit-gradient(linear, left top, right top, from(#038c69), to(#11b78c)) !important;
  background-image: linear-gradient(to right, #038c69, #11b78c) !important;
}

.border-light-success {
  border-color: #36c29e !important;
}

.border-success {
  border-color: #04b386 !important;
}

.text-light-success {
  color: #36c29e !important;
}

.text-success {
  color: #04b386 !important;
}

.btn-light-success:hover, .btn-light-success:active, .btn-light-success:focus {
  background-color: #04b386 !important;
  color: #36c29e !important;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #36c29e !important;
}

.btn-light-info,
.bg-light-info {
  background-color: #57bae1 !important;
}

.btn-outline-info {
  color: #2da9d9 !important;
  border-color: #2da9d9 !important;
}

.btn-info,
.bg-info {
  background-color: #2da9d9 !important;
  border-color: #2da9d9 !important;
}

.btn-gradient-info,
.bg-gradient-info {
  background-image: -webkit-gradient(linear, left top, right top, from(#2384a9), to(#38addb)) !important;
  background-image: linear-gradient(to right, #2384a9, #38addb) !important;
}

.border-light-info {
  border-color: #57bae1 !important;
}

.border-info {
  border-color: #2da9d9 !important;
}

.text-light-info {
  color: #57bae1 !important;
}

.text-info {
  color: #2da9d9 !important;
}

.btn-light-info:hover, .btn-light-info:active, .btn-light-info:focus {
  background-color: #2da9d9 !important;
  color: #57bae1 !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #57bae1 !important;
}

.btn-light-gray,
.bg-light-gray {
  background-color: #9ba5b2 !important;
}

.btn-outline-gray {
  color: #828e9f !important;
  border-color: #828e9f !important;
}

.btn-gray,
.bg-gray {
  background-color: #828e9f !important;
  border-color: #828e9f !important;
}

.btn-gradient-gray,
.bg-gradient-gray {
  background-image: -webkit-gradient(linear, left top, right top, from(#656f7c), to(#8894a4)) !important;
  background-image: linear-gradient(to right, #656f7c, #8894a4) !important;
}

.border-light-gray {
  border-color: #9ba5b2 !important;
}

.border-gray {
  border-color: #828e9f !important;
}

.text-light-gray {
  color: #9ba5b2 !important;
}

.text-gray {
  color: #828e9f !important;
}

.btn-light-gray:hover, .btn-light-gray:active, .btn-light-gray:focus {
  background-color: #828e9f !important;
  color: #9ba5b2 !important;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: #9ba5b2 !important;
}

.btn-light-light,
.bg-light-light {
  background-color: #f2f4fa !important;
}

.btn-outline-light {
  color: #EFF1F9 !important;
  border-color: #EFF1F9 !important;
}

.btn-light,
.bg-light {
  background-color: #EFF1F9 !important;
  border-color: #EFF1F9 !important;
}

.btn-gradient-light,
.bg-gradient-light {
  background-image: -webkit-gradient(linear, left top, right top, from(#babcc2), to(#f0f2f9)) !important;
  background-image: linear-gradient(to right, #babcc2, #f0f2f9) !important;
}

.border-light-light {
  border-color: #f2f4fa !important;
}

.border-light {
  border-color: #EFF1F9 !important;
}

.text-light-light {
  color: #f2f4fa !important;
}

.text-light {
  color: #EFF1F9 !important;
}

.btn-light-light:hover, .btn-light-light:active, .btn-light-light:focus {
  background-color: #EFF1F9 !important;
  color: #f2f4fa !important;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #f2f4fa !important;
}

.btn-light-warning,
.bg-light-warning {
  background-color: #ef8c5c !important;
}

.btn-outline-warning {
  color: #eb6f33 !important;
  border-color: #eb6f33 !important;
}

.btn-warning,
.bg-warning {
  background-color: #eb6f33 !important;
  border-color: #eb6f33 !important;
}

.btn-gradient-warning,
.bg-gradient-warning {
  background-image: -webkit-gradient(linear, left top, right top, from(#b75728), to(#ec763d)) !important;
  background-image: linear-gradient(to right, #b75728, #ec763d) !important;
}

.border-light-warning {
  border-color: #ef8c5c !important;
}

.border-warning {
  border-color: #eb6f33 !important;
}

.text-light-warning {
  color: #ef8c5c !important;
}

.text-warning {
  color: #eb6f33 !important;
}

.btn-light-warning:hover, .btn-light-warning:active, .btn-light-warning:focus {
  background-color: #eb6f33 !important;
  color: #ef8c5c !important;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background-color: #ef8c5c !important;
}

.btn-light-danger,
.bg-light-danger {
  background-color: #ec5951 !important;
}

.btn-outline-danger {
  color: #e73026 !important;
  border-color: #e73026 !important;
}

.btn-danger,
.bg-danger {
  background-color: #e73026 !important;
  border-color: #e73026 !important;
}

.btn-gradient-danger,
.bg-gradient-danger {
  background-image: -webkit-gradient(linear, left top, right top, from(#b4251e), to(#e83a31)) !important;
  background-image: linear-gradient(to right, #b4251e, #e83a31) !important;
}

.border-light-danger {
  border-color: #ec5951 !important;
}

.border-danger {
  border-color: #e73026 !important;
}

.text-light-danger {
  color: #ec5951 !important;
}

.text-danger {
  color: #e73026 !important;
}

.btn-light-danger:hover, .btn-light-danger:active, .btn-light-danger:focus {
  background-color: #e73026 !important;
  color: #ec5951 !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: #ec5951 !important;
}

.btn-light-dark,
.bg-light-dark {
  background-color: #4f5562 !important;
}

.btn-outline-dark {
  color: #232b3b !important;
  border-color: #232b3b !important;
}

.btn-dark,
.bg-dark {
  background-color: #232b3b !important;
  border-color: #232b3b !important;
}

.btn-gradient-dark,
.bg-gradient-dark {
  background-image: -webkit-gradient(linear, left top, right top, from(#1b222e), to(#2e3645)) !important;
  background-image: linear-gradient(to right, #1b222e, #2e3645) !important;
}

.border-light-dark {
  border-color: #4f5562 !important;
}

.border-dark {
  border-color: #232b3b !important;
}

.text-light-dark {
  color: #4f5562 !important;
}

.text-dark {
  color: #232b3b !important;
}

.btn-light-dark:hover, .btn-light-dark:active, .btn-light-dark:focus {
  background-color: #232b3b !important;
  color: #4f5562 !important;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #4f5562 !important;
}

.btn-light-orange,
.bg-light-orange {
  background-color: #ffcd39 !important;
}

.btn-outline-orange {
  color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.btn-orange,
.bg-orange {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.btn-gradient-orange,
.bg-gradient-orange {
  background-image: -webkit-gradient(linear, left top, right top, from(#c79705), to(#ffc413)) !important;
  background-image: linear-gradient(to right, #c79705, #ffc413) !important;
}

.border-light-orange {
  border-color: #ffcd39 !important;
}

.border-orange {
  border-color: #ffc107 !important;
}

.text-light-orange {
  color: #ffcd39 !important;
}

.text-orange {
  color: #ffc107 !important;
}

.btn-light-orange:hover, .btn-light-orange:active, .btn-light-orange:focus {
  background-color: #ffc107 !important;
  color: #ffcd39 !important;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  background-color: #ffcd39 !important;
}

.btn-light-darkGreen,
.bg-light-darkGreen {
  background-color: #939c7d !important;
}

.btn-outline-darkGreen {
  color: #78835D !important;
  border-color: #78835D !important;
}

.btn-darkGreen,
.bg-darkGreen {
  background-color: #78835D !important;
  border-color: #78835D !important;
}

.btn-gradient-darkGreen,
.bg-gradient-darkGreen {
  background-image: -webkit-gradient(linear, left top, right top, from(#5e6649), to(#7f8965)) !important;
  background-image: linear-gradient(to right, #5e6649, #7f8965) !important;
}

.border-light-darkGreen {
  border-color: #939c7d !important;
}

.border-darkGreen {
  border-color: #78835D !important;
}

.text-light-darkGreen {
  color: #939c7d !important;
}

.text-darkGreen {
  color: #78835D !important;
}

.btn-light-darkGreen:hover, .btn-light-darkGreen:active, .btn-light-darkGreen:focus {
  background-color: #78835D !important;
  color: #939c7d !important;
}

.btn-darkGreen:hover, .btn-darkGreen:active, .btn-darkGreen:focus {
  background-color: #939c7d !important;
}

.btn-light-darkerGreen,
.bg-light-darkerGreen {
  background-color: #5b683c !important;
}

.btn-outline-darkerGreen {
  color: #32420B !important;
  border-color: #32420B !important;
}

.btn-darkerGreen,
.bg-darkerGreen {
  background-color: #32420B !important;
  border-color: #32420B !important;
}

.btn-gradient-darkerGreen,
.bg-gradient-darkerGreen {
  background-image: -webkit-gradient(linear, left top, right top, from(#273309), to(#3c4b17)) !important;
  background-image: linear-gradient(to right, #273309, #3c4b17) !important;
}

.border-light-darkerGreen {
  border-color: #5b683c !important;
}

.border-darkerGreen {
  border-color: #32420B !important;
}

.text-light-darkerGreen {
  color: #5b683c !important;
}

.text-darkerGreen {
  color: #32420B !important;
}

.btn-light-darkerGreen:hover, .btn-light-darkerGreen:active, .btn-light-darkerGreen:focus {
  background-color: #32420B !important;
  color: #5b683c !important;
}

.btn-darkerGreen:hover, .btn-darkerGreen:active, .btn-darkerGreen:focus {
  background-color: #5b683c !important;
}

.btn-light-black,
.bg-light-black {
  background-color: #333333 !important;
}

.btn-outline-black {
  color: #000 !important;
  border-color: #000 !important;
}

.btn-black,
.bg-black {
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-gradient-black,
.bg-gradient-black {
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(#0d0d0d)) !important;
  background-image: linear-gradient(to right, black, #0d0d0d) !important;
}

.border-light-black {
  border-color: #333333 !important;
}

.border-black {
  border-color: #000 !important;
}

.text-light-black {
  color: #333333 !important;
}

.text-black {
  color: #000 !important;
}

.btn-light-black:hover, .btn-light-black:active, .btn-light-black:focus {
  background-color: #000 !important;
  color: #333333 !important;
}

.btn-black:hover, .btn-black:active, .btn-black:focus {
  background-color: #333333 !important;
}

.btn-light-white,
.bg-light-white {
  background-color: white !important;
}

.btn-outline-white {
  color: #fff !important;
  border-color: #fff !important;
}

.btn-white,
.bg-white {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-gradient-white,
.bg-gradient-white {
  background-image: -webkit-gradient(linear, left top, right top, from(#c7c7c7), to(white)) !important;
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-white {
  border-color: white !important;
}

.border-white {
  border-color: #fff !important;
}

.text-light-white {
  color: white !important;
}

.text-white {
  color: #fff !important;
}

.btn-light-white:hover, .btn-light-white:active, .btn-light-white:focus {
  background-color: #fff !important;
  color: white !important;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: white !important;
}

.btn-light-darkTheme,
.bg-light-darkTheme {
  background-color: #494960 !important;
}

.btn-outline-darkTheme {
  color: #1c1c38 !important;
  border-color: #1c1c38 !important;
}

.btn-darkTheme,
.bg-darkTheme {
  background-color: #1c1c38 !important;
  border-color: #1c1c38 !important;
}

.btn-gradient-darkTheme,
.bg-gradient-darkTheme {
  background-image: -webkit-gradient(linear, left top, right top, from(#16162c), to(#272742)) !important;
  background-image: linear-gradient(to right, #16162c, #272742) !important;
}

.border-light-darkTheme {
  border-color: #494960 !important;
}

.border-darkTheme {
  border-color: #1c1c38 !important;
}

.text-light-darkTheme {
  color: #494960 !important;
}

.text-darkTheme {
  color: #1c1c38 !important;
}

.btn-light-darkTheme:hover, .btn-light-darkTheme:active, .btn-light-darkTheme:focus {
  background-color: #1c1c38 !important;
  color: #494960 !important;
}

.btn-darkTheme:hover, .btn-darkTheme:active, .btn-darkTheme:focus {
  background-color: #494960 !important;
}

.btn-light-lightTheme,
.bg-light-lightTheme {
  background-color: white !important;
}

.btn-outline-lightTheme {
  color: #fff !important;
  border-color: #fff !important;
}

.btn-lightTheme,
.bg-lightTheme {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-gradient-lightTheme,
.bg-gradient-lightTheme {
  background-image: -webkit-gradient(linear, left top, right top, from(#c7c7c7), to(white)) !important;
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-lightTheme {
  border-color: white !important;
}

.border-lightTheme {
  border-color: #fff !important;
}

.text-light-lightTheme {
  color: white !important;
}

.text-lightTheme {
  color: #fff !important;
}

.btn-light-lightTheme:hover, .btn-light-lightTheme:active, .btn-light-lightTheme:focus {
  background-color: #fff !important;
  color: white !important;
}

.btn-lightTheme:hover, .btn-lightTheme:active, .btn-lightTheme:focus {
  background-color: white !important;
}

.btn-light-excel,
.bg-light-excel {
  background-color: #36c29e !important;
}

.btn-outline-excel {
  color: #04b386 !important;
  border-color: #04b386 !important;
}

.btn-excel,
.bg-excel {
  background-color: #04b386 !important;
  border-color: #04b386 !important;
}

.btn-gradient-excel,
.bg-gradient-excel {
  background-image: -webkit-gradient(linear, left top, right top, from(#038c69), to(#11b78c)) !important;
  background-image: linear-gradient(to right, #038c69, #11b78c) !important;
}

.border-light-excel {
  border-color: #36c29e !important;
}

.border-excel {
  border-color: #04b386 !important;
}

.text-light-excel {
  color: #36c29e !important;
}

.text-excel {
  color: #04b386 !important;
}

.btn-light-excel:hover, .btn-light-excel:active, .btn-light-excel:focus {
  background-color: #04b386 !important;
  color: #36c29e !important;
}

.btn-excel:hover, .btn-excel:active, .btn-excel:focus {
  background-color: #36c29e !important;
}

.btn-light-pdf,
.bg-light-pdf {
  background-color: #ec5951 !important;
}

.btn-outline-pdf {
  color: #e73026 !important;
  border-color: #e73026 !important;
}

.btn-pdf,
.bg-pdf {
  background-color: #e73026 !important;
  border-color: #e73026 !important;
}

.btn-gradient-pdf,
.bg-gradient-pdf {
  background-image: -webkit-gradient(linear, left top, right top, from(#b4251e), to(#e83a31)) !important;
  background-image: linear-gradient(to right, #b4251e, #e83a31) !important;
}

.border-light-pdf {
  border-color: #ec5951 !important;
}

.border-pdf {
  border-color: #e73026 !important;
}

.text-light-pdf {
  color: #ec5951 !important;
}

.text-pdf {
  color: #e73026 !important;
}

.btn-light-pdf:hover, .btn-light-pdf:active, .btn-light-pdf:focus {
  background-color: #e73026 !important;
  color: #ec5951 !important;
}

.btn-pdf:hover, .btn-pdf:active, .btn-pdf:focus {
  background-color: #ec5951 !important;
}

.btn-light-print,
.bg-light-print {
  background-color: #3c8de7 !important;
}

.btn-outline-print {
  color: #0b70e1 !important;
  border-color: #0b70e1 !important;
}

.btn-print,
.bg-print {
  background-color: #0b70e1 !important;
  border-color: #0b70e1 !important;
}

.btn-gradient-print,
.bg-gradient-print {
  background-image: -webkit-gradient(linear, left top, right top, from(#0957b0), to(#1777e3)) !important;
  background-image: linear-gradient(to right, #0957b0, #1777e3) !important;
}

.border-light-print {
  border-color: #3c8de7 !important;
}

.border-print {
  border-color: #0b70e1 !important;
}

.text-light-print {
  color: #3c8de7 !important;
}

.text-print {
  color: #0b70e1 !important;
}

.btn-light-print:hover, .btn-light-print:active, .btn-light-print:focus {
  background-color: #0b70e1 !important;
  color: #3c8de7 !important;
}

.btn-print:hover, .btn-print:active, .btn-print:focus {
  background-color: #3c8de7 !important;
}

.btn-light-selectionBg,
.bg-light-selectionBg {
  background-color: #333333 !important;
}

.btn-outline-selectionBg {
  color: #000 !important;
  border-color: #000 !important;
}

.btn-selectionBg,
.bg-selectionBg {
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-gradient-selectionBg,
.bg-gradient-selectionBg {
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(#0d0d0d)) !important;
  background-image: linear-gradient(to right, black, #0d0d0d) !important;
}

.border-light-selectionBg {
  border-color: #333333 !important;
}

.border-selectionBg {
  border-color: #000 !important;
}

.text-light-selectionBg {
  color: #333333 !important;
}

.text-selectionBg {
  color: #000 !important;
}

.btn-light-selectionBg:hover, .btn-light-selectionBg:active, .btn-light-selectionBg:focus {
  background-color: #000 !important;
  color: #333333 !important;
}

.btn-selectionBg:hover, .btn-selectionBg:active, .btn-selectionBg:focus {
  background-color: #333333 !important;
}

.btn-light-selectionColor,
.bg-light-selectionColor {
  background-color: white !important;
}

.btn-outline-selectionColor {
  color: #fff !important;
  border-color: #fff !important;
}

.btn-selectionColor,
.bg-selectionColor {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-gradient-selectionColor,
.bg-gradient-selectionColor {
  background-image: -webkit-gradient(linear, left top, right top, from(#c7c7c7), to(white)) !important;
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-selectionColor {
  border-color: white !important;
}

.border-selectionColor {
  border-color: #fff !important;
}

.text-light-selectionColor {
  color: white !important;
}

.text-selectionColor {
  color: #fff !important;
}

.btn-light-selectionColor:hover, .btn-light-selectionColor:active, .btn-light-selectionColor:focus {
  background-color: #fff !important;
  color: white !important;
}

.btn-selectionColor:hover, .btn-selectionColor:active, .btn-selectionColor:focus {
  background-color: white !important;
}

.btn-light-scrollTrackBg,
.bg-light-scrollTrackBg {
  background-color: #f4f4f4 !important;
}

.btn-outline-scrollTrackBg {
  color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}

.btn-scrollTrackBg,
.bg-scrollTrackBg {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}

.btn-gradient-scrollTrackBg,
.bg-gradient-scrollTrackBg {
  background-image: -webkit-gradient(linear, left top, right top, from(#bcbcbc), to(#f2f2f2)) !important;
  background-image: linear-gradient(to right, #bcbcbc, #f2f2f2) !important;
}

.border-light-scrollTrackBg {
  border-color: #f4f4f4 !important;
}

.border-scrollTrackBg {
  border-color: #f1f1f1 !important;
}

.text-light-scrollTrackBg {
  color: #f4f4f4 !important;
}

.text-scrollTrackBg {
  color: #f1f1f1 !important;
}

.btn-light-scrollTrackBg:hover, .btn-light-scrollTrackBg:active, .btn-light-scrollTrackBg:focus {
  background-color: #f1f1f1 !important;
  color: #f4f4f4 !important;
}

.btn-scrollTrackBg:hover, .btn-scrollTrackBg:active, .btn-scrollTrackBg:focus {
  background-color: #f4f4f4 !important;
}

.btn-light-scrollThumbBg,
.bg-light-scrollThumbBg {
  background-color: #a0a0a0 !important;
}

.btn-outline-scrollThumbBg {
  color: #888 !important;
  border-color: #888 !important;
}

.btn-scrollThumbBg,
.bg-scrollThumbBg {
  background-color: #888 !important;
  border-color: #888 !important;
}

.btn-gradient-scrollThumbBg,
.bg-gradient-scrollThumbBg {
  background-image: -webkit-gradient(linear, left top, right top, from(#6a6a6a), to(#8e8e8e)) !important;
  background-image: linear-gradient(to right, #6a6a6a, #8e8e8e) !important;
}

.border-light-scrollThumbBg {
  border-color: #a0a0a0 !important;
}

.border-scrollThumbBg {
  border-color: #888 !important;
}

.text-light-scrollThumbBg {
  color: #a0a0a0 !important;
}

.text-scrollThumbBg {
  color: #888 !important;
}

.btn-light-scrollThumbBg:hover, .btn-light-scrollThumbBg:active, .btn-light-scrollThumbBg:focus {
  background-color: #888 !important;
  color: #a0a0a0 !important;
}

.btn-scrollThumbBg:hover, .btn-scrollThumbBg:active, .btn-scrollThumbBg:focus {
  background-color: #a0a0a0 !important;
}

.btn-light-scrollThumbHoverBg,
.bg-light-scrollThumbHoverBg {
  background-color: #777777 !important;
}

.btn-outline-scrollThumbHoverBg {
  color: #555 !important;
  border-color: #555 !important;
}

.btn-scrollThumbHoverBg,
.bg-scrollThumbHoverBg {
  background-color: #555 !important;
  border-color: #555 !important;
}

.btn-gradient-scrollThumbHoverBg,
.bg-gradient-scrollThumbHoverBg {
  background-image: -webkit-gradient(linear, left top, right top, from(#424242), to(#5e5e5e)) !important;
  background-image: linear-gradient(to right, #424242, #5e5e5e) !important;
}

.border-light-scrollThumbHoverBg {
  border-color: #777777 !important;
}

.border-scrollThumbHoverBg {
  border-color: #555 !important;
}

.text-light-scrollThumbHoverBg {
  color: #777777 !important;
}

.text-scrollThumbHoverBg {
  color: #555 !important;
}

.btn-light-scrollThumbHoverBg:hover, .btn-light-scrollThumbHoverBg:active, .btn-light-scrollThumbHoverBg:focus {
  background-color: #555 !important;
  color: #777777 !important;
}

.btn-scrollThumbHoverBg:hover, .btn-scrollThumbHoverBg:active, .btn-scrollThumbHoverBg:focus {
  background-color: #777777 !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*# sourceMappingURL=colors.css.map */