:root {
  --mainText: #535353;
  --bodyBg: #f6f7fc;
  --layoutsBg: #fff;
  --layoutsborder: #e1e6f1;
  --sideBarColor: #333;
  --placeholderColor: #99a6b7;
  --formControlBg: #fff;
  --mainHeadNavText: #596882;
  --btnLight: #f1f2f9;
  --blackWhite: #000;
  --modalHeader: #e2e8f0;
}

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

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

.btn-outline-primary {
  color: #2190d5 !important;
  border-color: #2190d5 !important;
}

.btn-primary,
.bg-primary {
  background-color: #2190d5 !important;
}

.btn-gradient-primary,
.bg-gradient-primary {
  background-image: linear-gradient(to right, #1a70a6, #2c96d7) !important;
}

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

.border-primary {
  border-color: #2190d5 !important;
}

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

.text-primary {
  color: #2190d5 !important;
}

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

.badge-light-primary {
  background-color: #e9f4fb;
  color: #2190d5;
}

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

.btn-light-lightPrimary,
.bg-light-lightPrimary {
  background-color: rgba(230, 238, 249, 0.3264705882) !important;
}

.btn-outline-lightPrimary {
  color: rgba(73, 129, 212, 0.1019607843) !important;
  border-color: rgba(73, 129, 212, 0.1019607843) !important;
}

.btn-lightPrimary,
.bg-lightPrimary {
  background-color: rgba(73, 129, 212, 0.1019607843) !important;
}

.btn-gradient-lightPrimary,
.bg-gradient-lightPrimary {
  background-image: linear-gradient(to right, rgba(12, 21, 34, 0.2995294118), rgba(163, 191, 233, 0.1468627451)) !important;
}

.border-light-lightPrimary {
  border-color: rgba(223, 233, 247, 0.2815686275) !important;
}

.border-lightPrimary {
  border-color: rgba(73, 129, 212, 0.1019607843) !important;
}

.text-light-lightPrimary {
  color: rgba(223, 233, 247, 0.2815686275) !important;
}

.text-lightPrimary {
  color: rgba(73, 129, 212, 0.1019607843) !important;
}

.btn-light-lightPrimary:hover, .btn-light-lightPrimary:active, .btn-light-lightPrimary:focus {
  background-color: rgba(73, 129, 212, 0.1019607843) !important;
}

.badge-light-lightPrimary {
  background-color: rgba(254, 254, 255, 0.9101960784);
  color: rgba(73, 129, 212, 0.1019607843);
}

.btn-lightPrimary:hover, .btn-lightPrimary:active, .btn-lightPrimary:focus {
  background-color: rgba(223, 233, 247, 0.2815686275) !important;
}

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

.btn-outline-secondary {
  color: #0d5890 !important;
  border-color: #0d5890 !important;
}

.btn-secondary,
.bg-secondary {
  background-color: #0d5890 !important;
}

.btn-gradient-secondary,
.bg-gradient-secondary {
  background-image: linear-gradient(to right, #0a4570, #196096) !important;
}

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

.border-secondary {
  border-color: #0d5890 !important;
}

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

.text-secondary {
  color: #0d5890 !important;
}

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

.badge-light-secondary {
  background-color: #e7eef4;
  color: #0d5890;
}

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

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

.btn-outline-success {
  color: #2BC48A !important;
  border-color: #2BC48A !important;
}

.btn-success,
.bg-success {
  background-color: #2BC48A !important;
}

.btn-gradient-success,
.bg-gradient-success {
  background-image: linear-gradient(to right, #22996c, #36c790) !important;
}

.border-light-success {
  border-color: #55d0a1 !important;
}

.border-success {
  border-color: #2BC48A !important;
}

.text-light-success {
  color: #55d0a1 !important;
}

.text-success {
  color: #2BC48A !important;
}

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

.badge-light-success {
  background-color: #eaf9f3;
  color: #2BC48A;
}

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

.btn-light-info,
.bg-light-info {
  background-color: #41caff !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: 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;
}

.badge-light-info {
  background-color: #e6f8ff;
  color: #01b8ff;
}

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

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

.btn-outline-grayClr {
  color: #808A99 !important;
  border-color: #808A99 !important;
}

.btn-grayClr,
.bg-grayClr {
  background-color: #808A99 !important;
}

.btn-gradient-grayClr,
.bg-gradient-grayClr {
  background-image: linear-gradient(to right, #646c77, #86909e) !important;
}

.border-light-grayClr {
  border-color: #99a1ad !important;
}

.border-grayClr {
  border-color: #808A99 !important;
}

.text-light-grayClr {
  color: #99a1ad !important;
}

.text-grayClr {
  color: #808A99 !important;
}

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

.badge-light-grayClr {
  background-color: #f2f3f5;
  color: #808A99;
}

.btn-grayClr:hover, .btn-grayClr:active, .btn-grayClr:focus {
  background-color: #99a1ad !important;
}

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

.btn-outline-lightGray {
  color: #999999 !important;
  border-color: #999999 !important;
}

.btn-lightGray,
.bg-lightGray {
  background-color: #999999 !important;
}

.btn-gradient-lightGray,
.bg-gradient-lightGray {
  background-image: linear-gradient(to right, #777777, #9e9e9e) !important;
}

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

.border-lightGray {
  border-color: #999999 !important;
}

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

.text-lightGray {
  color: #999999 !important;
}

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

.badge-light-lightGray {
  background-color: whitesmoke;
  color: #999999;
}

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

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

.btn-outline-lightGray2 {
  color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.btn-lightGray2,
.bg-lightGray2 {
  background-color: #f5f5f5 !important;
}

.btn-gradient-lightGray2,
.bg-gradient-lightGray2 {
  background-image: linear-gradient(to right, #bfbfbf, #f6f6f6) !important;
}

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

.border-lightGray2 {
  border-color: #f5f5f5 !important;
}

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

.text-lightGray2 {
  color: #f5f5f5 !important;
}

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

.badge-light-lightGray2 {
  background-color: #fefefe;
  color: #f5f5f5;
}

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

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

.btn-outline-lightBlue {
  color: #7d8fb3 !important;
  border-color: #7d8fb3 !important;
}

.btn-lightBlue,
.bg-lightBlue {
  background-color: #7d8fb3 !important;
}

.btn-gradient-lightBlue,
.bg-gradient-lightBlue {
  background-image: linear-gradient(to right, #62708c, #8495b7) !important;
}

.border-light-lightBlue {
  border-color: #97a5c2 !important;
}

.border-lightBlue {
  border-color: #7d8fb3 !important;
}

.text-light-lightBlue {
  color: #97a5c2 !important;
}

.text-lightBlue {
  color: #7d8fb3 !important;
}

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

.badge-light-lightBlue {
  background-color: #f2f4f7;
  color: #7d8fb3;
}

.btn-lightBlue:hover, .btn-lightBlue:active, .btn-lightBlue:focus {
  background-color: #97a5c2 !important;
}

.btn-light-lightBlue2,
.bg-light-lightBlue2 {
  background-color: rgba(221, 237, 250, 0.3264705882) !important;
}

.btn-outline-lightBlue2 {
  color: rgba(9, 123, 216, 0.1019607843) !important;
  border-color: rgba(9, 123, 216, 0.1019607843) !important;
}

.btn-lightBlue2,
.bg-lightBlue2 {
  background-color: rgba(9, 123, 216, 0.1019607843) !important;
}

.btn-gradient-lightBlue2,
.bg-gradient-lightBlue2 {
  background-image: linear-gradient(to right, rgba(1, 20, 35, 0.2995294118), rgba(131, 188, 235, 0.1468627451)) !important;
}

.border-light-lightBlue2 {
  border-color: rgba(211, 232, 248, 0.2815686275) !important;
}

.border-lightBlue2 {
  border-color: rgba(9, 123, 216, 0.1019607843) !important;
}

.text-light-lightBlue2 {
  color: rgba(211, 232, 248, 0.2815686275) !important;
}

.text-lightBlue2 {
  color: rgba(9, 123, 216, 0.1019607843) !important;
}

.btn-light-lightBlue2:hover, .btn-light-lightBlue2:active, .btn-light-lightBlue2:focus {
  background-color: rgba(9, 123, 216, 0.1019607843) !important;
}

.badge-light-lightBlue2 {
  background-color: rgba(254, 254, 255, 0.9101960784);
  color: rgba(9, 123, 216, 0.1019607843);
}

.btn-lightBlue2:hover, .btn-lightBlue2:active, .btn-lightBlue2:focus {
  background-color: rgba(211, 232, 248, 0.2815686275) !important;
}

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

.btn-outline-babyblue {
  color: #90c7ea !important;
  border-color: #90c7ea !important;
}

.btn-babyblue,
.bg-babyblue {
  background-color: #90c7ea !important;
}

.btn-gradient-babyblue,
.bg-gradient-babyblue {
  background-image: linear-gradient(to right, #709bb7, #96caeb) !important;
}

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

.border-babyblue {
  border-color: #90c7ea !important;
}

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

.text-babyblue {
  color: #90c7ea !important;
}

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

.badge-light-babyblue {
  background-color: #f4f9fd;
  color: #90c7ea;
}

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

.btn-light-light,
.bg-light-light {
  background-color: #f3f5fb !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: 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;
}

.badge-light-light {
  background-color: #fdfefe;
  color: #eff1f9;
}

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

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

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

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

.btn-gradient-warning,
.bg-gradient-warning {
  background-image: linear-gradient(to right, #c7a722, #ffd837) !important;
}

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

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

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

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

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

.badge-light-warning {
  background-color: #fffbea;
  color: #ffd62c;
}

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

.btn-light-danger,
.bg-light-danger {
  background-color: #ed645c !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: 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;
}

.badge-light-danger {
  background-color: #fdeae9;
  color: #e73026;
}

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

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

.btn-outline-lightDanger {
  color: #F78E8B !important;
  border-color: #F78E8B !important;
}

.btn-lightDanger,
.bg-lightDanger {
  background-color: #F78E8B !important;
}

.btn-gradient-lightDanger,
.bg-gradient-lightDanger {
  background-image: linear-gradient(to right, #c16f6c, #f79491) !important;
}

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

.border-lightDanger {
  border-color: #F78E8B !important;
}

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

.text-lightDanger {
  color: #F78E8B !important;
}

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

.badge-light-lightDanger {
  background-color: #fef4f3;
  color: #F78E8B;
}

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

.btn-light-dark,
.bg-light-dark {
  background-color: #5a606c !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: 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;
}

.badge-light-dark {
  background-color: #e9eaeb;
  color: #232b3b;
}

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

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

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

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

.btn-gradient-orangeClr,
.bg-gradient-orangeClr {
  background-image: linear-gradient(to right, #c79705, #ffc413) !important;
}

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

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

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

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

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

.badge-light-orangeClr {
  background-color: #fff9e6;
  color: #ffc107;
}

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

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

.btn-outline-controlBg {
  color: #f5f8fc !important;
  border-color: #f5f8fc !important;
}

.btn-controlBg,
.bg-controlBg {
  background-color: #f5f8fc !important;
}

.btn-gradient-controlBg,
.bg-gradient-controlBg {
  background-image: linear-gradient(to right, #bfc1c5, #f6f8fc) !important;
}

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

.border-controlBg {
  border-color: #f5f8fc !important;
}

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

.text-controlBg {
  color: #f5f8fc !important;
}

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

.badge-light-controlBg {
  background-color: #fefeff;
  color: #f5f8fc;
}

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

.btn-light-darkTheme,
.bg-light-darkTheme {
  background-color: #55556a !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: 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;
}

.badge-light-darkTheme {
  background-color: #e8e8eb;
  color: #1c1c38;
}

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

.badge-light-lightTheme {
  background-color: white;
  color: #fff;
}

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

.btn-light-selectionBg,
.bg-light-selectionBg {
  background-color: #404040 !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: 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;
}

.badge-light-selectionBg {
  background-color: #e6e6e6;
  color: #000;
}

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

.badge-light-selectionColor {
  background-color: white;
  color: #fff;
}

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

.btn-light-scrollTrackBg,
.bg-light-scrollTrackBg {
  background-color: whitesmoke !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: 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;
}

.badge-light-scrollTrackBg {
  background-color: #fefefe;
  color: #f1f1f1;
}

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

.btn-light-scrollThumbBg,
.bg-light-scrollThumbBg {
  background-color: rgba(221, 221, 221, 0.625) !important;
}

.btn-outline-scrollThumbBg {
  color: rgba(186, 186, 186, 0.5) !important;
  border-color: rgba(186, 186, 186, 0.5) !important;
}

.btn-scrollThumbBg,
.bg-scrollThumbBg {
  background-color: rgba(186, 186, 186, 0.5) !important;
}

.btn-gradient-scrollThumbBg,
.bg-gradient-scrollThumbBg {
  background-image: linear-gradient(to right, rgba(101, 101, 101, 0.61), rgba(195, 195, 195, 0.525)) !important;
}

.border-light-scrollThumbBg {
  border-color: rgba(216, 216, 216, 0.6) !important;
}

.border-scrollThumbBg {
  border-color: rgba(186, 186, 186, 0.5) !important;
}

.text-light-scrollThumbBg {
  color: rgba(216, 216, 216, 0.6) !important;
}

.text-scrollThumbBg {
  color: rgba(186, 186, 186, 0.5) !important;
}

.btn-light-scrollThumbBg:hover, .btn-light-scrollThumbBg:active, .btn-light-scrollThumbBg:focus {
  background-color: rgba(186, 186, 186, 0.5) !important;
}

.badge-light-scrollThumbBg {
  background-color: rgba(253, 253, 253, 0.95);
  color: rgba(186, 186, 186, 0.5);
}

.btn-scrollThumbBg:hover, .btn-scrollThumbBg:active, .btn-scrollThumbBg:focus {
  background-color: rgba(216, 216, 216, 0.6) !important;
}

.btn-light-scrollThumbHoverBg,
.bg-light-scrollThumbHoverBg {
  background-color: gray !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: 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;
}

.badge-light-scrollThumbHoverBg {
  background-color: #eeeeee;
  color: #555;
}

.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: rgba(186, 186, 186, 0.5);
}
::-webkit-scrollbar-thumb::-webkit-scrollbar-thumb:hover {
  background: #555;
}/*# sourceMappingURL=colors.css.map */