:root {
  --mainText: #1c273c;
  --bodyBg: #eff1f9;
  --layoutsBg: #fff;
  --layoutsborder: #e1e6f1;
  --sideBarColor: #334151;
  --placeholderColor: #99a6b7;
  --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: #04b386 !important;
}

.btn-outline-primary {
  color: #049c54 !important;
  border-color: #049c54 !important;
}

.btn-primary,
.bg-primary {
  background-color: #049c54 !important;
}

.btn-gradient-primary,
.bg-gradient-primary {
  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-primary {
  border-color: #17da7f !important;
}

.border-primary {
  border-color: #17da7f !important;
}

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

.text-primary {
  color: #049c54 !important;
}

.btn-light-primary:hover, .btn-light-primary:active, .btn-light-primary:focus {
  background-color: #049c54 !important;
  color: #3c8de7 !important;
}

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

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

.btn-outline-secondary {
  color: #09295e !important;
  border-color: #09295e !important;
}

.btn-secondary,
.bg-secondary {
  background-color: #09295e !important;
}

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

.border-light-secondary {
  border-color: #3a547e !important;
}

.border-secondary {
  border-color: #09295e !important;
}

.text-light-secondary {
  color: #3a547e !important;
}

.text-secondary {
  color: #09295e !important;
}

.btn-light-secondary:hover, .btn-light-secondary:active, .btn-light-secondary:focus {
  background-color: #09295e !important;
  color: #3a547e !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #3a547e !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;
}

.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: #34c6ff !important;
}

.btn-outline-info {
  color: #01b8ff !important;
  border-color: #01b8ff !important;
}

.btn-info,
.bg-info {
  background-color: #01b8ff !important;
}

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

.border-light-info {
  border-color: #34c6ff !important;
}

.border-info {
  border-color: #01b8ff !important;
}

.text-light-info {
  color: #34c6ff !important;
}

.text-info {
  color: #01b8ff !important;
}

.btn-light-info:hover, .btn-light-info:active, .btn-light-info:focus {
  background-color: #01b8ff !important;
  color: #34c6ff !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #34c6ff !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 */