From 695c3d84817ce7f21e86927f5c45fc2ca04cd32a Mon Sep 17 00:00:00 2001 From: Ankit Hingarajiya <38377336+dropways@users.noreply.github.com> Date: Wed, 29 Jul 2020 00:03:00 +0530 Subject: [PATCH] convert files PHP to HTML --- 400.html | 52 ++ 400.php | 21 - 403.html | 52 ++ 403.php | 21 - 404.html | 52 ++ 404.php | 21 - 500.html | 52 ++ 500.php | 21 - 503.html | 52 ++ 503.php | 21 - advanced-components.html | 812 +++++++++++++++++ advanced-components.php | 365 -------- apexcharts.html | 536 ++++++++++++ apexcharts.php | 89 -- basic-table.html | 917 ++++++++++++++++++++ basic-table.php | 469 ---------- blank.html | 495 +++++++++++ blank.php | 47 - blog-detail.html | 582 +++++++++++++ blog-detail.php | 134 --- blog.html | 634 ++++++++++++++ blog.php | 187 ---- calendar.html | 550 ++++++++++++ calendar.php | 103 --- chat.html | 741 ++++++++++++++++ chat.php | 292 ------- color-settings.html | 586 +++++++++++++ color-settings.php | 139 --- contact-directory.html | 738 ++++++++++++++++ contact-directory.php | 290 ------- custom-icon.php => custom-icon.html | 459 +++++++++- datatable.php => datatable.html | 459 +++++++++- faq.html | 636 ++++++++++++++ faq.php | 189 ---- font-awesome.php => font-awesome.html | 459 +++++++++- forgot-password.php => forgot-password.html | 42 +- form-basic.php => form-basic.html | 460 +++++++++- form-pickers.html | 608 +++++++++++++ form-pickers.php | 160 ---- form-wizard.html | 803 +++++++++++++++++ form-wizard.php | 355 -------- foundation.php => foundation.html | 459 +++++++++- gallery.html | 632 ++++++++++++++ gallery.php | 185 ---- getting-started.html | 568 ++++++++++++ getting-started.php | 121 --- gulpfile.js | 4 +- highchart.html | 520 +++++++++++ highchart.php | 73 -- html5-editor.html | 498 +++++++++++ html5-editor.php | 51 -- image-cropper.php => image-cropper.html | 459 +++++++++- image-dropzone.html | 519 +++++++++++ image-dropzone.php | 72 -- include/footer.php | 3 - include/head.php | 28 - include/header.php | 214 ----- include/script.php | 6 - include/sidebar.php | 200 ----- index.html | 695 +++++++++++++++ index.php | 249 ------ index2.html | 591 +++++++++++++ index2.php | 144 --- introduction.html | 514 +++++++++++ introduction.php | 67 -- invoice.html | 573 ++++++++++++ invoice.php | 125 --- ionicons.php => ionicons.html | 459 +++++++++- jvectormap.html | 504 +++++++++++ jvectormap.php | 57 -- knob-chart.html | 564 ++++++++++++ knob-chart.php | 117 --- login.php => login.html | 47 +- pricing-table.html | 640 ++++++++++++++ pricing-table.php | 193 ---- product-detail.html | 616 +++++++++++++ product-detail.php | 169 ---- product.html | 645 ++++++++++++++ product.php | 198 ----- profile.php => profile.html | 458 +++++++++- register.php => register.html | 41 +- reset-password.php => reset-password.html | 41 +- sitemap.html | 626 +++++++++++++ sitemap.php | 179 ---- src/styles/media.css | 2 + src/styles/style.css | 22 +- themify.php => themify.html | 459 +++++++++- third-party-plugins.html | 646 ++++++++++++++ third-party-plugins.php | 199 ----- ui-buttons.html | 723 +++++++++++++++ ui-buttons.php | 276 ------ ui-cards-hover.html | 910 +++++++++++++++++++ ui-cards-hover.php | 463 ---------- ui-cards.html | 852 ++++++++++++++++++ ui-cards.php | 405 --------- ui-carousel.html | 770 ++++++++++++++++ ui-carousel.php | 323 ------- ui-list-group.html | 615 +++++++++++++ ui-list-group.php | 168 ---- ui-modals.html | 741 ++++++++++++++++ ui-modals.php | 294 ------- ui-notification.html | 615 +++++++++++++ ui-notification.php | 168 ---- ui-progressbar.html | 610 +++++++++++++ ui-progressbar.php | 163 ---- ui-range-slider.html | 540 ++++++++++++ ui-range-slider.php | 93 -- ui-sweet-alert.html | 601 +++++++++++++ ui-sweet-alert.php | 154 ---- ui-tabs.php => ui-tabs.html | 459 +++++++++- ui-timeline.html | 541 ++++++++++++ ui-timeline.php | 94 -- ui-tooltip-popover.html | 516 +++++++++++ ui-tooltip-popover.php | 69 -- ui-typography.html | 587 +++++++++++++ ui-typography.php | 140 --- vendors/styles/style.css | 4 +- vendors/styles/style.min.css | 2 +- video-player.html | 546 ++++++++++++ video-player.php | 99 --- 120 files changed, 32121 insertions(+), 8573 deletions(-) create mode 100644 400.html delete mode 100644 400.php create mode 100644 403.html delete mode 100644 403.php create mode 100644 404.html delete mode 100644 404.php create mode 100644 500.html delete mode 100644 500.php create mode 100644 503.html delete mode 100644 503.php create mode 100644 advanced-components.html delete mode 100644 advanced-components.php create mode 100644 apexcharts.html delete mode 100644 apexcharts.php create mode 100644 basic-table.html delete mode 100644 basic-table.php create mode 100644 blank.html delete mode 100644 blank.php create mode 100644 blog-detail.html delete mode 100644 blog-detail.php create mode 100644 blog.html delete mode 100644 blog.php create mode 100644 calendar.html delete mode 100644 calendar.php create mode 100644 chat.html delete mode 100644 chat.php create mode 100644 color-settings.html delete mode 100644 color-settings.php create mode 100644 contact-directory.html delete mode 100644 contact-directory.php rename custom-icon.php => custom-icon.html (94%) rename datatable.php => datatable.html (55%) create mode 100644 faq.html delete mode 100644 faq.php rename font-awesome.php => font-awesome.html (92%) rename forgot-password.php => forgot-password.html (56%) rename form-basic.php => form-basic.html (63%) create mode 100644 form-pickers.html delete mode 100644 form-pickers.php create mode 100644 form-wizard.html delete mode 100644 form-wizard.php rename foundation.php => foundation.html (76%) create mode 100644 gallery.html delete mode 100644 gallery.php create mode 100644 getting-started.html delete mode 100644 getting-started.php create mode 100644 highchart.html delete mode 100644 highchart.php create mode 100644 html5-editor.html delete mode 100644 html5-editor.php rename image-cropper.php => image-cropper.html (56%) create mode 100644 image-dropzone.html delete mode 100644 image-dropzone.php delete mode 100644 include/footer.php delete mode 100644 include/head.php delete mode 100644 include/header.php delete mode 100644 include/script.php delete mode 100644 include/sidebar.php create mode 100644 index.html delete mode 100644 index.php create mode 100644 index2.html delete mode 100644 index2.php create mode 100644 introduction.html delete mode 100644 introduction.php create mode 100644 invoice.html delete mode 100644 invoice.php rename ionicons.php => ionicons.html (87%) create mode 100644 jvectormap.html delete mode 100644 jvectormap.php create mode 100644 knob-chart.html delete mode 100644 knob-chart.php rename login.php => login.html (63%) create mode 100644 pricing-table.html delete mode 100644 pricing-table.php create mode 100644 product-detail.html delete mode 100644 product-detail.php create mode 100644 product.html delete mode 100644 product.php rename profile.php => profile.html (58%) rename register.php => register.html (84%) rename reset-password.php => reset-password.html (55%) create mode 100644 sitemap.html delete mode 100644 sitemap.php rename themify.php => themify.html (81%) create mode 100644 third-party-plugins.html delete mode 100644 third-party-plugins.php create mode 100644 ui-buttons.html delete mode 100644 ui-buttons.php create mode 100644 ui-cards-hover.html delete mode 100644 ui-cards-hover.php create mode 100644 ui-cards.html delete mode 100644 ui-cards.php create mode 100644 ui-carousel.html delete mode 100644 ui-carousel.php create mode 100644 ui-list-group.html delete mode 100644 ui-list-group.php create mode 100644 ui-modals.html delete mode 100644 ui-modals.php create mode 100644 ui-notification.html delete mode 100644 ui-notification.php create mode 100644 ui-progressbar.html delete mode 100644 ui-progressbar.php create mode 100644 ui-range-slider.html delete mode 100644 ui-range-slider.php create mode 100644 ui-sweet-alert.html delete mode 100644 ui-sweet-alert.php rename ui-tabs.php => ui-tabs.html (53%) create mode 100644 ui-timeline.html delete mode 100644 ui-timeline.php create mode 100644 ui-tooltip-popover.html delete mode 100644 ui-tooltip-popover.php create mode 100644 ui-typography.html delete mode 100644 ui-typography.php create mode 100644 video-player.html delete mode 100644 video-player.php diff --git a/400.html b/400.html new file mode 100644 index 00000000..4708c8b2 --- /dev/null +++ b/400.html @@ -0,0 +1,52 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+
+

400

+

Error: 400 PAGE NOT FOUND !

+

You Seem To Be Trying To Find His Way Home

+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/400.php b/400.php deleted file mode 100644 index 51690cf8..00000000 --- a/400.php +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -
-
-
-

400

-

Error: 400 PAGE NOT FOUND !

-

You Seem To Be Trying To Find His Way Home

- -
-
-
- - - \ No newline at end of file diff --git a/403.html b/403.html new file mode 100644 index 00000000..757ba23a --- /dev/null +++ b/403.html @@ -0,0 +1,52 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+
+

403

+

Error: 403 Forbidden

+

Sorry, access to this resource on the server is denied.
Either check the URL

+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/403.php b/403.php deleted file mode 100644 index e2a3c24d..00000000 --- a/403.php +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -
-
-
-

403

-

Error: 403 Forbidden

-

Sorry, access to this resource on the server is denied.
Either check the URL

- -
-
-
- - - \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 00000000..cf515bd3 --- /dev/null +++ b/404.html @@ -0,0 +1,52 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+
+

404

+

Error: 404 Page Not Found

+

Sorry, the page you’re looking for cannot be accessed.
Either check the URL

+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/404.php b/404.php deleted file mode 100644 index 5b362bcd..00000000 --- a/404.php +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -
-
-
-

404

-

Error: 404 Page Not Found

-

Sorry, the page you’re looking for cannot be accessed.
Either check the URL

- -
-
-
- - - \ No newline at end of file diff --git a/500.html b/500.html new file mode 100644 index 00000000..15aa7981 --- /dev/null +++ b/500.html @@ -0,0 +1,52 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+
+

500

+

Error: 500 Unexpected Error

+

An error ocurred and your request couldn’t be completed..
Either check the URL

+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/500.php b/500.php deleted file mode 100644 index d67b5ff3..00000000 --- a/500.php +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -
-
-
-

500

-

Error: 500 Unexpected Error

-

An error ocurred and your request couldn’t be completed..
Either check the URL

- -
-
-
- - - \ No newline at end of file diff --git a/503.html b/503.html new file mode 100644 index 00000000..4fa7891f --- /dev/null +++ b/503.html @@ -0,0 +1,52 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+
+

503

+

This Site Is Getting Up In Few Minutes.

+

Please Try After Some Time

+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/503.php b/503.php deleted file mode 100644 index e209a198..00000000 --- a/503.php +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -
-
-
-

503

-

This Site Is Getting Up In Few Minutes.

-

Please Try After Some Time

- -
-
-
- - - \ No newline at end of file diff --git a/advanced-components.html b/advanced-components.html new file mode 100644 index 00000000..ccda3309 --- /dev/null +++ b/advanced-components.html @@ -0,0 +1,812 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + + +
+
+
+

Select 2

+

Select2 for custom search and select

+
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+

Bootstrap Select

+

Just add class .selectpicker to select

+
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+
+

Switchery js

+
+
+
+
+
Basic
+

add class="switch-btn" data-color="#0099ff" to your input element.

+ + + + + + +
+
+
Sizes
+

add data-size="small",data-size="large" to your input element for diffrent sizes.

+ + + + + + +
+
+
Secondary Color
+

add data-color="#0099ff" data-secondary-color="#28a745" to your input

+ + + + + + +
+
+
+
+ + +
+
+
+
+

Bootstrap Tags Input

+
+
+
+
+
Input Value
+

add data-role="tagsinput" to your input element.

+ +
+
+
Select Value
+

add data-role="tagsinput" to your select element & use select multiple

+ +
+
+
Input placeholder
+

add data-role="tagsinput" placeholder="add tags" to your input element.

+ +
+
+
+
+ +
+ +
+
+
+

Bootstrap TouchSpin

+
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/advanced-components.php b/advanced-components.php deleted file mode 100644 index a312b1ec..00000000 --- a/advanced-components.php +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - - - - - - -
-
-
- - - -
-
-
-

Select 2

-

Select2 for custom search and select

-
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
-
- - -
-
-
-

Bootstrap Select

-

Just add class .selectpicker to select

-
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
-
- -
- -
-
-
-
-

Switchery js

-
-
-
-
-
Basic
-

add class="switch-btn" data-color="#0099ff" to your input element.

- - - - - - -
-
-
Sizes
-

add data-size="small",data-size="large" to your input element for diffrent sizes.

- - - - - - -
-
-
Secondary Color
-

add data-color="#0099ff" data-secondary-color="#28a745" to your input

- - - - - - -
-
-
-
- - -
-
-
-
-

Bootstrap Tags Input

-
-
-
-
-
Input Value
-

add data-role="tagsinput" to your input element.

- -
-
-
Select Value
-

add data-role="tagsinput" to your select element & use select multiple

- -
-
-
Input placeholder
-

add data-role="tagsinput" placeholder="add tags" to your input element.

- -
-
-
-
- -
- -
-
-
-

Bootstrap TouchSpin

-
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
-
- - -
- -
-
- - - - - - - - - - \ No newline at end of file diff --git a/apexcharts.html b/apexcharts.html new file mode 100644 index 00000000..017ac070 --- /dev/null +++ b/apexcharts.html @@ -0,0 +1,536 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+

line Chart

+
+
+
+

Area Chart

+
+
+
+

Column Chart

+
+
+
+

Bar Chart

+
+
+
+

Mixed Chart

+
+
+
+

Timeline Chart

+
+
+
+

Candlestick Chart

+
+
+
+
+
+

Pie Chart

+
+
+
+
+
+

Radial Bar Chart

+
+
+
+
+
+ +
+
+ + + + + + + + + \ No newline at end of file diff --git a/apexcharts.php b/apexcharts.php deleted file mode 100644 index 79172401..00000000 --- a/apexcharts.php +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - -
-
-
- -
-

line Chart

-
-
-
-

Area Chart

-
-
-
-

Column Chart

-
-
-
-

Bar Chart

-
-
-
-

Mixed Chart

-
-
-
-

Timeline Chart

-
-
-
-

Candlestick Chart

-
-
-
-
-
-

Pie Chart

-
-
-
-
-
-

Radial Bar Chart

-
-
-
-
-
- -
-
- - - - - \ No newline at end of file diff --git a/basic-table.html b/basic-table.html new file mode 100644 index 00000000..20dc77db --- /dev/null +++ b/basic-table.html @@ -0,0 +1,917 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+

Basic Table

+

Add class .table

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
+
+
+ +

+
+  
+    
+      
+    
+  
+  
+    
+      
+    
+  
+
#
1
+
+
+
+
+ + +
+
+
+

Bordered table

+

Add .table .table-bordered for borders on all sides of the table and cells.

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
+
+
+ +

+
+  
+    
+      
+    
+  
+  
+    
+      
+    
+  
+
#
1
+
+
+
+
+ + +
+
+
+

Striped table

+

Add .table .table-striped to add zebra-striping to any table row within the <tbody>.

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
+
+
+ +

+
+  
+    
+      
+    
+  
+  
+    
+      
+    
+  
+
#
1
+
+
+
+
+ + +
+
+
+

Responsive table

+

Responsive tables allow tables to be scrolled horizontally with ease. Make any table responsive across all viewports by wrapping a .table .table-responsive Or, pick a maximum breakpoint with which to have a responsive table up to by using.table-responsive{-sm|-md|-lg|-xl}.

+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
+
+
+
+ +

+
+ + + + + + + + + + + +
#
1
+
+
+
+
+
+ + +
+
+
+

Contextual classes

+

Use classes ( .table-active, .table-success, .table-info, .table-warning, .table-danger ) to color table rows or individual cells

+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
+
+
+
+ +

+
+ + + + + + + + + + + + +
+
+
+
+
+
+ +
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/basic-table.php b/basic-table.php deleted file mode 100644 index 02038793..00000000 --- a/basic-table.php +++ /dev/null @@ -1,469 +0,0 @@ - - - - - - - - -
-
-
- - -
-
-
-

Basic Table

-

Add class .table

-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
-
-
- -

-
-  
-    
-      
-    
-  
-  
-    
-      
-    
-  
-
#
1
-
-
-
-
- - -
-
-
-

Bordered table

-

Add .table .table-bordered for borders on all sides of the table and cells.

-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
-
-
- -

-
-  
-    
-      
-    
-  
-  
-    
-      
-    
-  
-
#
1
-
-
-
-
- - -
-
-
-

Striped table

-

Add .table .table-striped to add zebra-striping to any table row within the <tbody>.

-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
-
-
- -

-
-  
-    
-      
-    
-  
-  
-    
-      
-    
-  
-
#
1
-
-
-
-
- - -
-
-
-

Responsive table

-

Responsive tables allow tables to be scrolled horizontally with ease. Make any table responsive across all viewports by wrapping a .table .table-responsive Or, pick a maximum breakpoint with which to have a responsive table up to by using.table-responsive{-sm|-md|-lg|-xl}.

-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
-
-
-
- -

-
- - - - - - - - - - - -
#
1
-
-
-
-
-
- - -
-
-
-

Contextual classes

-

Use classes ( .table-active, .table-success, .table-info, .table-warning, .table-danger ) to color table rows or individual cells

-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandleTag
1MarkOtto@mdoPrimary
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
2JacobThornton@fatSecondary
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
3Larrythe Bird@twitterSuccess
-
-
-
- -

-
- - - - - - - - - - - - -
-
-
-
-
-
- -
- -
-
- - - \ No newline at end of file diff --git a/blank.html b/blank.html new file mode 100644 index 00000000..c3b55bfb --- /dev/null +++ b/blank.html @@ -0,0 +1,495 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/blank.php b/blank.php deleted file mode 100644 index 54cbf1ee..00000000 --- a/blank.php +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
- -
-
- - - \ No newline at end of file diff --git a/blog-detail.html b/blog-detail.html new file mode 100644 index 00000000..ade9ed60 --- /dev/null +++ b/blog-detail.html @@ -0,0 +1,582 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

+
Lorem ipsum dolor sit amet, consectetur.
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
Unordered List
+
    +
  • Duis aute irure dolor in reprehenderit in voluptate.
  • +
  • Sunt in culpa qui officia deserunt mollit anim id est laborum.
  • +
  • Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  • +
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  • +
  • Duis aute irure dolor in reprehenderit in voluptate.
  • +
  • Sunt in culpa qui officia deserunt mollit anim id est laborum.
  • +
  • Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  • +
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  • +
+
Ordered List
+
    +
  1. Duis aute irure dolor in reprehenderit in voluptate.
  2. +
  3. Sunt in culpa qui officia deserunt mollit anim id est laborum.
  4. +
  5. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  6. +
  7. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  8. +
  9. Duis aute irure dolor in reprehenderit in voluptate.
  10. +
  11. Sunt in culpa qui officia deserunt mollit anim id est laborum.
  12. +
  13. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  14. +
  15. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  16. +
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/blog-detail.php b/blog-detail.php deleted file mode 100644 index b2c7c8d5..00000000 --- a/blog-detail.php +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-
-
-
- -
-
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

-
Lorem ipsum dolor sit amet, consectetur.
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, - quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo - consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse - cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non - proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, - quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo - consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse - cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non - proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-
Unordered List
-
    -
  • Duis aute irure dolor in reprehenderit in voluptate.
  • -
  • Sunt in culpa qui officia deserunt mollit anim id est laborum.
  • -
  • Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  • -
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  • -
  • Duis aute irure dolor in reprehenderit in voluptate.
  • -
  • Sunt in culpa qui officia deserunt mollit anim id est laborum.
  • -
  • Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  • -
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  • -
-
Ordered List
-
    -
  1. Duis aute irure dolor in reprehenderit in voluptate.
  2. -
  3. Sunt in culpa qui officia deserunt mollit anim id est laborum.
  4. -
  5. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  6. -
  7. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  8. -
  9. Duis aute irure dolor in reprehenderit in voluptate.
  10. -
  11. Sunt in culpa qui officia deserunt mollit anim id est laborum.
  12. -
  13. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
  14. -
  15. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  16. -
-
-
-
- -
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/blog.html b/blog.html new file mode 100644 index 00000000..2df343a5 --- /dev/null +++ b/blog.html @@ -0,0 +1,634 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+
+
+
    +
  • +
    +
    +
    + +
    +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    +
    + Read More +
    +
    +
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    +
    + Read More +
    +
    +
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    +
    + Read More +
    +
    +
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    +
    + Read More +
    +
    +
    +
    +
    +
  • +
+
+
+
+
+ + 1 + 2 + 3 + 4 + 5 + +
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/blog.php b/blog.php deleted file mode 100644 index 89179802..00000000 --- a/blog.php +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-
-
-
    -
  • -
    -
    -
    - -
    -
    -
    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    -
    - Read More -
    -
    -
    -
    -
    -
  • -
  • -
    -
    -
    - -
    -
    -
    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    -
    - Read More -
    -
    -
    -
    -
    -
  • -
  • -
    -
    -
    - -
    -
    -
    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    -
    - Read More -
    -
    -
    -
    -
    -
  • -
  • -
    -
    -
    - -
    -
    -
    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit

    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

    -
    - Read More -
    -
    -
    -
    -
    -
  • -
-
-
-
-
- - 1 - 2 - 3 - 4 - 5 - -
-
-
-
- -
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/calendar.html b/calendar.html new file mode 100644 index 00000000..ec32737f --- /dev/null +++ b/calendar.html @@ -0,0 +1,550 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+
+ + + + +
+
+ +
+
+ + + + + + + + + \ No newline at end of file diff --git a/calendar.php b/calendar.php deleted file mode 100644 index a5ff84ef..00000000 --- a/calendar.php +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - -
-
-
- -
-
-
-
- - - - -
-
- -
-
- - - - - \ No newline at end of file diff --git a/chat.html b/chat.html new file mode 100644 index 00000000..055914bc --- /dev/null +++ b/chat.html @@ -0,0 +1,741 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+

Rachel Curtis

+ New York, USA +
+
+
+ +
+
+
+
    +
  • + + + +
    +

    Maybe you already have additional info?

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +

    It is to early to provide some kind of estimation here. We need user stories.

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +

    We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +

    Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +

    Maybe you already have additional info?

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +

    It is to early to provide some kind of estimation here. We need user stories.

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +

    We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +

    Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.

    +
    09:40PM
    +
    +
  • +
  • + + + +
    +
    +
    + +
    + + + +
    +
    +
    +

    Big room.jpg

    + Download +
    +
    +
    09:40PM
    +
    +
  • +
  • + + + +
    +
    +
    + +
    + + + +
    +
    +
    +

    Big room.jpg

    + Download +
    +
    +
    09:40PM
    +
    +
  • +
+
+ +
+
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/chat.php b/chat.php deleted file mode 100644 index 12a310ea..00000000 --- a/chat.php +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - - - -
-
-
- -
-
- -
-
-
-
-
-
- -
-
-

Rachel Curtis

- New York, USA -
-
-
- -
-
-
-
    -
  • - - - -
    -

    Maybe you already have additional info?

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -

    It is to early to provide some kind of estimation here. We need user stories.

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -

    We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -

    Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -

    Maybe you already have additional info?

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -

    It is to early to provide some kind of estimation here. We need user stories.

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -

    We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -

    Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.

    -
    09:40PM
    -
    -
  • -
  • - - - -
    -
    -
    - -
    - - - -
    -
    -
    -

    Big room.jpg

    - Download -
    -
    -
    09:40PM
    -
    -
  • -
  • - - - -
    -
    -
    - -
    - - - -
    -
    -
    -

    Big room.jpg

    - Download -
    -
    -
    09:40PM
    -
    -
  • -
-
- -
-
-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/color-settings.html b/color-settings.html new file mode 100644 index 00000000..2fac00da --- /dev/null +++ b/color-settings.html @@ -0,0 +1,586 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+

How to Change Sidebar Background Color ?

+
+
+

Default sidebar color is dark

+

+
+
+

Change sidebar color for white add class in body class="sidebar-light"

+

+
+
+
+
+

How to Change Header Background Color ?

+
+
+

Default header color is white

+

+
+
+

Change headedr color for dark add class in body class="header-dark"

+

+
+
+
+
+

Change Menu Dropdown icon

+

add class in sidebar-menu for change icon

+
+
+
+

+
+
icon-style-1
+
+
+
+

+
+
icon-style-2
+
+
+
+

+
+
icon-style-3
+
+
+
+
+

Change Menu Dropdown List icon

+

add class in sidebar-menu for change icon

+
+
+
+

+
+
icon-list-style-1
+
+
+
+

+
+
icon-list-style-2
+
+
+
+

+
+
icon-list-style-3
+
+
+
+

+
+
icon-list-style-4
+
+
+
+

+
+
icon-list-style-5
+
+
+
+

+
+
icon-list-style-6
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/color-settings.php b/color-settings.php deleted file mode 100644 index 48cd7c3d..00000000 --- a/color-settings.php +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - -
-
-
- -
-

How to Change Sidebar Background Color ?

-
-
-

Default sidebar color is dark

-

-
-
-

Change sidebar color for white add class in body class="sidebar-light"

-

-
-
-
-
-

How to Change Header Background Color ?

-
-
-

Default header color is white

-

-
-
-

Change headedr color for dark add class in body class="header-dark"

-

-
-
-
-
-

Change Menu Dropdown icon

-

add class in sidebar-menu for change icon

-
-
-
-

-
-
icon-style-1
-
-
-
-

-
-
icon-style-2
-
-
-
-

-
-
icon-style-3
-
-
-
-
-

Change Menu Dropdown List icon

-

add class in sidebar-menu for change icon

-
-
-
-

-
-
icon-list-style-1
-
-
-
-

-
-
icon-list-style-2
-
-
-
-

-
-
icon-list-style-3
-
-
-
-

-
-
icon-list-style-4
-
-
-
-

-
-
icon-list-style-5
-
-
-
-

-
-
icon-list-style-6
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/contact-directory.html b/contact-directory.html new file mode 100644 index 00000000..16c59f42 --- /dev/null +++ b/contact-directory.html @@ -0,0 +1,738 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+
+ +
+
    +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
  • +
    +
    +
    + + + +
    +
    +

    Wade Wilson

    +

    UI/UX designer

    +
    Freelancer
    +
    +
    + UI + UX + Photoshop + + 8 +
    +
    + Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. +
    +
    + +
    +
  • +
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/contact-directory.php b/contact-directory.php deleted file mode 100644 index 9d1d53c4..00000000 --- a/contact-directory.php +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - - - -
-
-
-
- -
-
    -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
  • -
    -
    -
    - - - -
    -
    -

    Wade Wilson

    -

    UI/UX designer

    -
    Freelancer
    -
    -
    - UI - UX - Photoshop - + 8 -
    -
    - Lorem ipsum dolor sit amet, consectetur adipisicing magna aliqua. -
    -
    - -
    -
  • -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/custom-icon.php b/custom-icon.html similarity index 94% rename from custom-icon.php rename to custom-icon.html index f90dfdf4..96cf59cd 100644 --- a/custom-icon.php +++ b/custom-icon.html @@ -1,11 +1,452 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -17,7 +458,7 @@
@@ -6948,9 +7389,15 @@
- + - + + + + + \ No newline at end of file diff --git a/datatable.php b/datatable.html similarity index 55% rename from datatable.php rename to datatable.html index 8b50dea9..297931ed 100644 --- a/datatable.php +++ b/datatable.html @@ -1,13 +1,454 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -19,7 +460,7 @@
@@ -668,10 +1109,16 @@
- + - + + + + + diff --git a/faq.html b/faq.html new file mode 100644 index 00000000..7771bbe2 --- /dev/null +++ b/faq.html @@ -0,0 +1,636 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+

Accordion example

+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+
+
+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+
+
+
+
+

Collapse example

+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+
+
+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+ +
+
+
+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

+
+
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/faq.php b/faq.php deleted file mode 100644 index 97b7fd83..00000000 --- a/faq.php +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - -
-
-
- -
-

Accordion example

-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-
-
-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-
-
-
-
-

Collapse example

-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-
-
-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. -
-
-
-
-
- -
-
-
-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

-
-
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/font-awesome.php b/font-awesome.html similarity index 92% rename from font-awesome.php rename to font-awesome.html index e486bd44..05817fc3 100644 --- a/font-awesome.php +++ b/font-awesome.html @@ -1,11 +1,452 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -17,7 +458,7 @@
@@ -1128,9 +1569,15 @@
- + - + + + + + \ No newline at end of file diff --git a/forgot-password.php b/forgot-password.html similarity index 56% rename from forgot-password.php rename to forgot-password.html index 4e92b20e..47fbcc54 100644 --- a/forgot-password.php +++ b/forgot-password.html @@ -2,14 +2,42 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + +
@@ -46,7 +74,7 @@ use code for form submit --> - Submit + Submit
@@ -54,7 +82,7 @@
- Login + Login
@@ -64,7 +92,11 @@ - + + + + + \ No newline at end of file diff --git a/form-basic.php b/form-basic.html similarity index 63% rename from form-basic.php rename to form-basic.html index 0e3a852b..4efadafa 100644 --- a/form-basic.php +++ b/form-basic.html @@ -1,11 +1,453 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -17,7 +459,7 @@
@@ -872,9 +1314,15 @@
- +
- + + + + + \ No newline at end of file diff --git a/form-pickers.html b/form-pickers.html new file mode 100644 index 00000000..ef223dae --- /dev/null +++ b/form-pickers.html @@ -0,0 +1,608 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+

Date Picker

+
+
+
+
+
+
+ + +
+
+ + +
+
+
+
+
+ +
+
+
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+

Clock Picker

+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+
+

Color Picker

+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ +
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/form-pickers.php b/form-pickers.php deleted file mode 100644 index 7a38b518..00000000 --- a/form-pickers.php +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - -
-
-
- - -
-
-
-

Date Picker

-
-
-
-
-
-
- - -
-
- - -
-
-
-
-
- -
-
-
-
-
-
- - -
-
- - -
-
-
-
-
-
-
-
-

Clock Picker

-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
-
-
-
-

Color Picker

-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- -
- -
-
- - - - - - - \ No newline at end of file diff --git a/form-wizard.html b/form-wizard.html new file mode 100644 index 00000000..b51b819c --- /dev/null +++ b/form-wizard.html @@ -0,0 +1,803 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+

Step wizard

+

jQuery Step wizard

+
+
+
+
Personal Info
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ +
Job Status
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ +
Interview
+
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ +
Remark
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+
+ +
+
+

Step wizard vertical

+

jQuery Step wizard

+
+
+
+
Personal Info
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ +
Job Status
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ +
Interview
+
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ +
Remark
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+
+ + + + +
+ +
+
+ + + + + + + + + \ No newline at end of file diff --git a/form-wizard.php b/form-wizard.php deleted file mode 100644 index 9e1dcc64..00000000 --- a/form-wizard.php +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - - - - -
-
-
- - -
-
-

Step wizard

-

jQuery Step wizard

-
-
-
-
Personal Info
-
-
-
-
- - -
-
-
-
- - -
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- -
Job Status
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- -
Interview
-
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- -
Remark
-
-
-
-
- - -
-
- - -
-
- - -
-
-
-
- - -
-
-
-
-
-
-
- -
-
-

Step wizard vertical

-

jQuery Step wizard

-
-
-
-
Personal Info
-
-
-
-
- - -
-
-
-
- - -
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- -
Job Status
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- -
Interview
-
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- -
Remark
-
-
-
-
- - -
-
- - -
-
- - -
-
-
-
- - -
-
-
-
-
-
-
- - - - -
- -
-
- - - - - \ No newline at end of file diff --git a/foundation.php b/foundation.html similarity index 76% rename from foundation.php rename to foundation.html index 39310600..59867ead 100644 --- a/foundation.php +++ b/foundation.html @@ -1,11 +1,452 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -17,7 +458,7 @@
@@ -454,9 +895,15 @@
- + - + + + + + \ No newline at end of file diff --git a/gallery.html b/gallery.html new file mode 100644 index 00000000..cc06c809 --- /dev/null +++ b/gallery.html @@ -0,0 +1,632 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+ +
+
+ + + + + + + + + \ No newline at end of file diff --git a/gallery.php b/gallery.php deleted file mode 100644 index c7fdc484..00000000 --- a/gallery.php +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - -
-
-
- - -
- -
-
- - - - - \ No newline at end of file diff --git a/getting-started.html b/getting-started.html new file mode 100644 index 00000000..c831b7c5 --- /dev/null +++ b/getting-started.html @@ -0,0 +1,568 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+

Getting Started

+ + + +
+
    +
  • +
    + Install Node.js From https://nodejs.org/en/download/ +
    +
  • +
  • +
    + After that open command promt or any other terminal and go to Package Path. +
    +
  • +
  • +
    + Npm is a default package manager for the JavaScript runtime environment Node.js. If you've already then update once. +
    +
    +

    npm install --global npm@latest

    +
    +
    +
    +

    To check weather is node succesfully install or not.

    +
    +
    +

    npm --version

    +
    +
    +
  • +
  • +
    + Gulp is a cross-platform, streaming task runner that lets developers automate many development tasks. To install gulp globally has inclue: +
    +
    +

    npm install --global gulp-cli

    +
    +
    +
    +

    If you have previously installed gulp then remove it.

    +
    +
    +

    npm rm --global gulp

    +
    +
    +
    +
    +

    To check weather is gulp succesfully install or not.

    +
    +
    +

    gulp --version

    +
    +
    +
  • +
  • +
    + Below Command will execute all the assets(js,css) to the dist folder separately. +
    +
    +

    gulp

    +
    +
  • +
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/getting-started.php b/getting-started.php deleted file mode 100644 index 65ea5904..00000000 --- a/getting-started.php +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - -
-
-
- -
-

Getting Started

- - - -
-
    -
  • -
    - Install Node.js From https://nodejs.org/en/download/ -
    -
  • -
  • -
    - After that open command promt or any other terminal and go to Package Path. -
    -
  • -
  • -
    - Npm is a default package manager for the JavaScript runtime environment Node.js. If you've already then update once. -
    -
    -

    npm install --global npm@latest

    -
    -
    -
    -

    To check weather is node succesfully install or not.

    -
    -
    -

    npm --version

    -
    -
    -
  • -
  • -
    - Gulp is a cross-platform, streaming task runner that lets developers automate many development tasks. To install gulp globally has inclue: -
    -
    -

    npm install --global gulp-cli

    -
    -
    -
    -

    If you have previously installed gulp then remove it.

    -
    -
    -

    npm rm --global gulp

    -
    -
    -
    -
    -

    To check weather is gulp succesfully install or not.

    -
    -
    -

    gulp --version

    -
    -
    -
  • -
  • -
    - Below Command will execute all the assets(js,css) to the dist folder separately. -
    -
    -

    gulp

    -
    -
  • -
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 1c8daa4c..b65ca142 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -70,7 +70,7 @@ var path = { 'src/fonts/**/*.*', ], images: 'src/images/**/*.*', - php: ['*.php'], + php: ['*.html'], }; gulp.task('styles', function() { @@ -210,7 +210,7 @@ gulp.task('connect-sync', function (done) { domain: 'localhost:3000' } }); - gulp.watch("*.php").on("change", reload); + gulp.watch("*.html").on("change", reload); gulp.watch("src/styles/**/*.css").on("change", reload); gulp.watch("src/plugins/**/*.css").on("change", reload); }); diff --git a/highchart.html b/highchart.html new file mode 100644 index 00000000..f9b2e566 --- /dev/null +++ b/highchart.html @@ -0,0 +1,520 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/highchart.php b/highchart.php deleted file mode 100644 index 253bb63a..00000000 --- a/highchart.php +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- - - - - - - \ No newline at end of file diff --git a/html5-editor.html b/html5-editor.html new file mode 100644 index 00000000..062ca69b --- /dev/null +++ b/html5-editor.html @@ -0,0 +1,498 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+

bootstrap wysihtml5

+

Simple, beautiful wysiwyg editors

+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/html5-editor.php b/html5-editor.php deleted file mode 100644 index c408a517..00000000 --- a/html5-editor.php +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - -
-
-
- - -
-

bootstrap wysihtml5

-

Simple, beautiful wysiwyg editors

- -
-
- -
-
- - - \ No newline at end of file diff --git a/image-cropper.php b/image-cropper.html similarity index 56% rename from image-cropper.php rename to image-cropper.html index 317680c0..36926db9 100644 --- a/image-cropper.php +++ b/image-cropper.html @@ -1,12 +1,453 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -18,7 +459,7 @@
@@ -537,10 +978,16 @@
- + - + + + + + diff --git a/image-dropzone.html b/image-dropzone.html new file mode 100644 index 00000000..31bb128f --- /dev/null +++ b/image-dropzone.html @@ -0,0 +1,519 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+

Dropzone

+
+
+
+
+ +
+
+
+ +
+ +
+
+ + + + + + + + + \ No newline at end of file diff --git a/image-dropzone.php b/image-dropzone.php deleted file mode 100644 index 0d89de42..00000000 --- a/image-dropzone.php +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - -
-
-
- - -
-
-
-

Dropzone

-
-
-
-
- -
-
-
- -
- -
-
- - - - - \ No newline at end of file diff --git a/include/footer.php b/include/footer.php deleted file mode 100644 index b1afac9c..00000000 --- a/include/footer.php +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/include/head.php b/include/head.php deleted file mode 100644 index 636a23bc..00000000 --- a/include/head.php +++ /dev/null @@ -1,28 +0,0 @@ - - - DeskApp Dashboard - - - - - - - - - - - - - - - - - - - diff --git a/include/header.php b/include/header.php deleted file mode 100644 index 8ee29f72..00000000 --- a/include/header.php +++ /dev/null @@ -1,214 +0,0 @@ -
-
- -
-
-
-
0%
-
- Loading... -
-
-
- -
-
- -
- -
-
-
- -
- - - -
-
- - \ No newline at end of file diff --git a/include/script.php b/include/script.php deleted file mode 100644 index 18b464c1..00000000 --- a/include/script.php +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/include/sidebar.php b/include/sidebar.php deleted file mode 100644 index f3c4c6a5..00000000 --- a/include/sidebar.php +++ /dev/null @@ -1,200 +0,0 @@ - -
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..54161882 --- /dev/null +++ b/index.html @@ -0,0 +1,695 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+
+
+ +
+
+

+ Welcome back
Johnny Brown!
+

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde hic non repellendus debitis iure, doloremque assumenda. Autem modi, corrupti, nobis ea iure fugiat, veniam non quaerat mollitia animi error corporis.

+
+
+
+
+
+
+
+
+
+
+
+
2020
+
Contact
+
+
+
+
+
+
+
+
+
+
+
+
400
+
Deals
+
+
+
+
+
+
+
+
+
+
+
+
350
+
Campaign
+
+
+
+
+
+
+
+
+
+
+
+
$6060
+
Worth
+
+
+
+
+
+
+
+
+

Activity

+
+
+
+
+
+

Lead Target

+
+
+
+
+
+

Best Selling Products

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductNameColorSizePriceOtyAction
+ + +
Shirt
+ by John Doe +
BlackM$10001 + +
+ + +
Boots
+ by Lea R. Frith +
brown9UK$9001 + +
+ + +
Hat
+ by Erik L. Richards +
OrangeM$1004 + +
+ + +
Long Dress
+ by Renee I. Hansen +
GrayL$10001 + +
+ + +
Blazer
+ by Vicki M. Coleman +
BlueM$10001 + +
+
+ +
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/index.php b/index.php deleted file mode 100644 index 2e44eec2..00000000 --- a/index.php +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - -
-
-
-
-
- -
-
-

- Welcome back
Johnny Brown!
-

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde hic non repellendus debitis iure, doloremque assumenda. Autem modi, corrupti, nobis ea iure fugiat, veniam non quaerat mollitia animi error corporis.

-
-
-
-
-
-
-
-
-
-
-
-
2020
-
Contact
-
-
-
-
-
-
-
-
-
-
-
-
400
-
Deals
-
-
-
-
-
-
-
-
-
-
-
-
350
-
Campaign
-
-
-
-
-
-
-
-
-
-
-
-
$6060
-
Worth
-
-
-
-
-
-
-
-
-

Activity

-
-
-
-
-
-

Lead Target

-
-
-
-
-
-

Best Selling Products

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ProductNameColorSizePriceOtyAction
- - -
Shirt
- by John Doe -
BlackM$10001 - -
- - -
Boots
- by Lea R. Frith -
brown9UK$9001 - -
- - -
Hat
- by Erik L. Richards -
OrangeM$1004 - -
- - -
Long Dress
- by Renee I. Hansen -
GrayL$10001 - -
- - -
Blazer
- by Vicki M. Coleman -
BlueM$10001 - -
-
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/index2.html b/index2.html new file mode 100644 index 00000000..14fb43cc --- /dev/null +++ b/index2.html @@ -0,0 +1,591 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+ +
+
+
+
+ +
My Earnings
+ 80% Average +
+
+
+
+
+
+ +
Business Captured
+ 75% Average +
+
+
+
+
+
+ +
Projects Speed
+ 90% Average +
+
+
+
+
+
+ +
Panding Orders
+ 65% Average +
+
+
+
+
+
+
+

Browser Visit

+
+
    +
  • +
    +
    Google Chrome
    +
    50%
    +
  • +
  • +
    +
    Mozilla Firefox
    +
    40%
    +
  • +
  • +
    +
    Safari
    +
    40%
    +
  • +
  • +
    +
    Microsoft Edge
    +
    20%
    +
  • +
  • +
    +
    Opera Mini
    +
    20%
    +
  • +
+
+
+
+
+
+

World Map

+
+
+
+
+
+
+
+

Compliance Trend

+
+
+
+
+
+

Records

+
+
+
+
+ +
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/index2.php b/index2.php deleted file mode 100644 index 34b57bff..00000000 --- a/index2.php +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - -
-
- -
-
-
-
- -
My Earnings
- 80% Average -
-
-
-
-
-
- -
Business Captured
- 75% Average -
-
-
-
-
-
- -
Projects Speed
- 90% Average -
-
-
-
-
-
- -
Panding Orders
- 65% Average -
-
-
-
-
-
-
-

Browser Visit

-
-
    -
  • -
    -
    Google Chrome
    -
    50%
    -
  • -
  • -
    -
    Mozilla Firefox
    -
    40%
    -
  • -
  • -
    -
    Safari
    -
    40%
    -
  • -
  • -
    -
    Microsoft Edge
    -
    20%
    -
  • -
  • -
    -
    Opera Mini
    -
    20%
    -
  • -
-
-
-
-
-
-

World Map

-
-
-
-
-
-
-
-

Compliance Trend

-
-
-
-
-
-

Records

-
-
-
-
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/introduction.html b/introduction.html new file mode 100644 index 00000000..976fe9e3 --- /dev/null +++ b/introduction.html @@ -0,0 +1,514 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+

Introduction

+

DeskApp admin is a popular open source WebApp template for admin dashboards and control panels. DeskApp is fully responsive HTML template, which is based on the CSS framework Bootstrap 4. It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. DeskApp is based on a modular design, which allows it to be easily customized and built upon. This documentation will guide you through installing the template and exploring the various components that are bundled with the template.

+

We put a lot of love and effort to make DeskApp Admin a useful template for everyone and now It comes with New Ui. We are keen to release continuous long term updates and lots of new features will be coming soon in the future releases

+
+
+

Support

+

For others, you can explore the component pages in the template, and you can get the code structure of the component.

+

Also, you can make component requests or new features and we will consider them.

+

If you find a bug or think of something cool to make Stisa better, please create an issue.

+
+

Note

+
+
    +
  • We have used our name and brand as credit in CSS / Js we have created, you need to change / remove that if you want while using in your personal or client projects.
  • +
  • You will find name and brand of each third-party tools we have used, as credit in their respective css / js, you can remove or change as per your need.
  • +
  • We have used third-party tools / plugins in our templates, you will find links from left navigation (menu) as Third Party Tools and you can find their documentation from their respective websites link we have given.
  • +
  • We do not offer support on any third-party plugins / tools we have used.
  • +
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/introduction.php b/introduction.php deleted file mode 100644 index 83be63f3..00000000 --- a/introduction.php +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - -
-
-
- -
-

Introduction

-

DeskApp admin is a popular open source WebApp template for admin dashboards and control panels. DeskApp is fully responsive HTML template, which is based on the CSS framework Bootstrap 4. It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. DeskApp is based on a modular design, which allows it to be easily customized and built upon. This documentation will guide you through installing the template and exploring the various components that are bundled with the template.

-

We put a lot of love and effort to make DeskApp Admin a useful template for everyone and now It comes with New Ui. We are keen to release continuous long term updates and lots of new features will be coming soon in the future releases

-
-
-

Support

-

For others, you can explore the component pages in the template, and you can get the code structure of the component.

-

Also, you can make component requests or new features and we will consider them.

-

If you find a bug or think of something cool to make Stisa better, please create an issue.

-
-

Note

-
-
    -
  • We have used our name and brand as credit in CSS / Js we have created, you need to change / remove that if you want while using in your personal or client projects.
  • -
  • You will find name and brand of each third-party tools we have used, as credit in their respective css / js, you can remove or change as per your need.
  • -
  • We have used third-party tools / plugins in our templates, you will find links from left navigation (menu) as Third Party Tools and you can find their documentation from their respective websites link we have given.
  • -
  • We do not offer support on any third-party plugins / tools we have used.
  • -
-
-
- -
-
- - - \ No newline at end of file diff --git a/invoice.html b/invoice.html new file mode 100644 index 00000000..a7412c6b --- /dev/null +++ b/invoice.html @@ -0,0 +1,573 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+ +
+

INVOICE

+
+
+
Client Name
+

Date Issued: 10 Jan 2018

+

Invoice No: 4556

+
+
+
+

Your Name

+

Your Address

+

City

+

Postcode

+
+
+
+
+
+
Description
+
Rate
+
Hours
+
Subtotal
+
+
+
    +
  • +
    Website Design
    +
    $20
    +
    100
    +
    $2000
    +
  • +
  • +
    Logo Design
    +
    $20
    +
    100
    +
    $2000
    +
  • +
  • +
    Website Design
    +
    $20
    +
    100
    +
    $2000
    +
  • +
  • +
    Logo Design
    +
    $20
    +
    100
    +
    $2000
    +
  • +
+
+ +
+

Thank You!!

+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/invoice.php b/invoice.php deleted file mode 100644 index 82c00aa2..00000000 --- a/invoice.php +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
- -
-

INVOICE

-
-
-
Client Name
-

Date Issued: 10 Jan 2018

-

Invoice No: 4556

-
-
-
-

Your Name

-

Your Address

-

City

-

Postcode

-
-
-
-
-
-
Description
-
Rate
-
Hours
-
Subtotal
-
-
-
    -
  • -
    Website Design
    -
    $20
    -
    100
    -
    $2000
    -
  • -
  • -
    Logo Design
    -
    $20
    -
    100
    -
    $2000
    -
  • -
  • -
    Website Design
    -
    $20
    -
    100
    -
    $2000
    -
  • -
  • -
    Logo Design
    -
    $20
    -
    100
    -
    $2000
    -
  • -
-
- -
-

Thank You!!

-
-
-
-
-
- - - \ No newline at end of file diff --git a/ionicons.php b/ionicons.html similarity index 87% rename from ionicons.php rename to ionicons.html index 5fd76a7e..f0893744 100644 --- a/ionicons.php +++ b/ionicons.html @@ -1,11 +1,452 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -17,7 +458,7 @@
@@ -772,9 +1213,15 @@
- + - + + + + + \ No newline at end of file diff --git a/jvectormap.html b/jvectormap.html new file mode 100644 index 00000000..52a7ec4f --- /dev/null +++ b/jvectormap.html @@ -0,0 +1,504 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+
+
+
+
+
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/jvectormap.php b/jvectormap.php deleted file mode 100644 index b3e957d2..00000000 --- a/jvectormap.php +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - -
-
-
- - -
-
-
-
-
-
-
-
- -
-
- - - - - - \ No newline at end of file diff --git a/knob-chart.html b/knob-chart.html new file mode 100644 index 00000000..837c1960 --- /dev/null +++ b/knob-chart.html @@ -0,0 +1,564 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+
+ +
My Earnings
+ 80% Average +
+
+
+
+
+
+ +
Business Captured
+ 75% Average +
+
+
+
+
+
+ +
Projects Speed
+ 90% Average +
+
+
+
+
+
+ +
Panding Orders
+ 65% Average +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+ + + + + + + + + \ No newline at end of file diff --git a/knob-chart.php b/knob-chart.php deleted file mode 100644 index 8a969307..00000000 --- a/knob-chart.php +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - -
-
-
- - -
-
-
-
- -
My Earnings
- 80% Average -
-
-
-
-
-
- -
Business Captured
- 75% Average -
-
-
-
-
-
- -
Projects Speed
- 90% Average -
-
-
-
-
-
- -
Panding Orders
- 65% Average -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
- - - - - \ No newline at end of file diff --git a/login.php b/login.html similarity index 63% rename from login.php rename to login.html index 16726153..7afc9dc8 100644 --- a/login.php +++ b/login.html @@ -1,19 +1,46 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + +
@@ -66,7 +93,7 @@
-
Forgot Password
+
Forgot Password
@@ -76,20 +103,24 @@ use code for form submit --> - Sign In + Sign In
OR
- Register To Create Account + Register To Create Account
- + - + + + + + \ No newline at end of file diff --git a/pricing-table.html b/pricing-table.html new file mode 100644 index 00000000..0ce974db --- /dev/null +++ b/pricing-table.html @@ -0,0 +1,640 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+

Pricing Table Style 1

+
+
+
+
+ +
+
+ Beginner +
+
+ $49/mo +
+
+ Card servicing
for 1month +
+
+ Order Now +
+
+
+
+
+
+ +
+
+ expert +
+
+ $199/mo +
+
+ Card servicing
for 6month +
+
+ Order Now +
+
+
+
+
+
+ +
+
+ experience +
+
+ $599/yr +
+
+ Card servicing
for 1year +
+
+ Order Now +
+
+
+
+ +

Pricing Table Style 2

+
+
+
+
+
+
Standard
+

For small businesses

+
+
+
+ €10/month +
+
+
+
+
+
    +
  • 2 TB of space
  • +
  • 120 days of file recovery
  • +
  • Smart Sync
  • +
  • Dropbox Paper admin tools
  • +
  • Granular sharing permissions
  • +
  • User and company-managed groups
  • +
  • Live chat support
  • +
+
+
+ +
+
+
+
+
+
+
Advanced
+

For big businesses

+
+
+
+ €15/month +
+
+
+
+
+
    +
  • Everything in Standard
  • +
  • As much space as needed
  • +
  • Advanced admin controls
  • +
  • Dropbox Showcase
  • +
  • Tiered admin roles
  • +
  • Advanced user management tools
  • +
  • Domain verification
  • +
+
+
+ +
+
+
+
+
+
+
Enterprise
+

For enterprises

+
+
+
+ €25/month +
+
+
+
+
+
    +
  • Everything in Advanced
  • +
  • Account Capture
  • +
  • Network control
  • +
  • Enterprise management support
  • +
  • Domain Insights
  • +
  • Advanced training for end users
  • +
  • 24/7 phone support
  • +
+
+
+ +
+
+
+
+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/pricing-table.php b/pricing-table.php deleted file mode 100644 index 1e525b99..00000000 --- a/pricing-table.php +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - -
-
-
- - -
-

Pricing Table Style 1

-
-
-
-
- -
-
- Beginner -
-
- $49/mo -
-
- Card servicing
for 1month -
-
- Order Now -
-
-
-
-
-
- -
-
- expert -
-
- $199/mo -
-
- Card servicing
for 6month -
-
- Order Now -
-
-
-
-
-
- -
-
- experience -
-
- $599/yr -
-
- Card servicing
for 1year -
-
- Order Now -
-
-
-
- -

Pricing Table Style 2

-
-
-
-
-
-
Standard
-

For small businesses

-
-
-
- €10/month -
-
-
-
-
-
    -
  • 2 TB of space
  • -
  • 120 days of file recovery
  • -
  • Smart Sync
  • -
  • Dropbox Paper admin tools
  • -
  • Granular sharing permissions
  • -
  • User and company-managed groups
  • -
  • Live chat support
  • -
-
-
- -
-
-
-
-
-
-
Advanced
-

For big businesses

-
-
-
- €15/month -
-
-
-
-
-
    -
  • Everything in Standard
  • -
  • As much space as needed
  • -
  • Advanced admin controls
  • -
  • Dropbox Showcase
  • -
  • Tiered admin roles
  • -
  • Advanced user management tools
  • -
  • Domain verification
  • -
-
-
- -
-
-
-
-
-
-
Enterprise
-

For enterprises

-
-
-
- €25/month -
-
-
-
-
-
    -
  • Everything in Advanced
  • -
  • Account Capture
  • -
  • Network control
  • -
  • Enterprise management support
  • -
  • Domain Insights
  • -
  • Advanced training for end users
  • -
  • 24/7 phone support
  • -
-
-
- -
-
-
-
- -
-
-
- - - \ No newline at end of file diff --git a/product-detail.html b/product-detail.html new file mode 100644 index 00000000..5ee47ef7 --- /dev/null +++ b/product-detail.html @@ -0,0 +1,616 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+

Gufram Bounce Black

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+
+ $55.5$49.5 +
+
+
+ + +
+
+
+ +
+ Buy Now +
+
+
+
+
+
+

Recent Product

+
+ +
+
+
+ +
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/product-detail.php b/product-detail.php deleted file mode 100644 index 2c2325e7..00000000 --- a/product-detail.php +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - -
-
-
- -
-
-
-
-
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-

Gufram Bounce Black

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

-
- $55.5$49.5 -
-
-
- - -
-
-
- -
- Buy Now -
-
-
-
-
-
-

Recent Product

-
- -
-
-
- -
-
- - - - - - - - \ No newline at end of file diff --git a/product.html b/product.html new file mode 100644 index 00000000..69b2e5d5 --- /dev/null +++ b/product.html @@ -0,0 +1,645 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+ +
+
+
+
+ + 1 + 2 + 3 + 4 + 5 + +
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/product.php b/product.php deleted file mode 100644 index a913ab53..00000000 --- a/product.php +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - -
-
-
- -
-
- -
-
-
-
- - 1 - 2 - 3 - 4 - 5 - -
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/profile.php b/profile.html similarity index 58% rename from profile.php rename to profile.html index 4a59274e..4245d657 100644 --- a/profile.php +++ b/profile.html @@ -1,12 +1,453 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -18,7 +459,7 @@
@@ -545,9 +986,16 @@
+ - + + + + + +
@@ -224,13 +251,17 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- + + + + + diff --git a/reset-password.php b/reset-password.html similarity index 55% rename from reset-password.php rename to reset-password.html index 7a24a61d..cef708fd 100644 --- a/reset-password.php +++ b/reset-password.html @@ -1,19 +1,46 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + +
@@ -50,7 +77,7 @@ use code for form submit --> - Submit + Submit
@@ -60,6 +87,10 @@ - + + + + + \ No newline at end of file diff --git a/sitemap.html b/sitemap.html new file mode 100644 index 00000000..6564bb83 --- /dev/null +++ b/sitemap.html @@ -0,0 +1,626 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+
+ + +
+
Invoice
+ +
+
+
Chat Module
+ +
+
+
+
+
Tables
+ +
+
+
Calendar
+ +
+ +
+
Charts
+ +
+
+ +
+
+
Additional Pages
+ +
+ +
+
+
+
+
+
Multi Level Sitemap
+ +
+
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/sitemap.php b/sitemap.php deleted file mode 100644 index 4c8d6cc0..00000000 --- a/sitemap.php +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-
- - -
-
Invoice
- -
-
-
Chat Module
- -
-
-
-
-
Tables
- -
-
-
Calendar
- -
- -
-
Charts
- -
-
- -
-
-
Additional Pages
- -
- -
-
-
-
-
-
Multi Level Sitemap
- -
-
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/src/styles/media.css b/src/styles/media.css index a0623ac6..14a886e0 100644 --- a/src/styles/media.css +++ b/src/styles/media.css @@ -45,6 +45,8 @@ .device-usage-chart .width-50-p{width: 100%;} } @media (max-width: 767px){ + .header{position: fixed; left: 0; top: 0; -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, .1); -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, .1); box-shadow: 0px 5px 25px rgba(0, 0, 0, .1);} + .main-container{padding-top: 80px;} .login-box{padding: 40px 15px;} .login-header .brand-logo a img{max-width: 150px;} /*.main-container{height: auto;}*/ diff --git a/src/styles/style.css b/src/styles/style.css index fe7e8d34..76da604f 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -874,6 +874,12 @@ table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after{ color: #1b00ff; } +table.dataTable>tbody>tr.child ul.dtr-details{ + white-space: normal; +} +table.dataTable>tbody>tr.child ul.dtr-details .dtr-title{ + display: block; +} div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate, .dataTables_length, @@ -1008,9 +1014,9 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .06); - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .06); - box-shadow: 0px 0px 10px rgba(0, 0, 0, .06); + -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .1); + -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, .1); + box-shadow: 0px 0px 25px rgba(0, 0, 0, .1); } .header-left{ display: flex; @@ -1544,6 +1550,16 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl color: #ffffff; background-color: rgba(0, 0, 0, .4); } +.sidebar-menu > ul > li > .dropdown-toggle.active{ + background-color: rgba(0, 0, 0, .4); +} +.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active{ + background-color: #0b132b; + color: #ffffff; +} +.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active .micon{ + color: #ffffff; +} .sidebar-menu .dropdown-toggle.active, .sidebar-menu .dropdown-toggle.active .micon{ color: #ffffff; } diff --git a/themify.php b/themify.html similarity index 81% rename from themify.php rename to themify.html index 3b644af5..79d1f3f5 100644 --- a/themify.php +++ b/themify.html @@ -1,11 +1,452 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -17,7 +458,7 @@
@@ -1132,9 +1573,15 @@
- + - + + + + + \ No newline at end of file diff --git a/third-party-plugins.html b/third-party-plugins.html new file mode 100644 index 00000000..cc4c7fea --- /dev/null +++ b/third-party-plugins.html @@ -0,0 +1,646 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+

Third Party Plugins

+

We have used some third party plugins which are has include:

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Plugins NameMore Details
air-datepickerhttp://t1m0n.name/air-datepicker/docs/
apexchartshttps://apexcharts.com/
bootstraphttps://getbootstrap.com/
bootstrap selecthttps://developer.snapappointments.com/bootstrap-select/
bootstrap-tagsinputhttps://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/
Bootstrap TouchSpinhttps://www.virtuosoft.eu/code/bootstrap-touchspin/
bootstrap-wysihtml5https://jhollingworth.github.io/bootstrap-wysihtml5/
cropperjshttps://fengyuanchen.github.io/cropperjs/
datatableshttps://datatables.net/
dropzonejshttps://www.dropzonejs.com/
fancyboxhttp://fancyapps.com/fancybox/
fullcalendarhttps://fullcalendar.io/
Highcharts JShttps://www.highcharts.com/
highlightjshttps://highlightjs.org/
Ion.RangeSliderhttp://ionden.com/a/plugins/ion.rangeSlider/index.html
jquery-asColorhttps://github.com/thecreation/jquery-asColor
jquery-asColorPickerhttps://github.com/thecreation/jquery-asColorPicker
jquery-asGradienthttps://github.com/thecreation/jquery-asGradient
jQuery Knobhttp://anthonyterrien.com/knob/
jquery-stepshttp://www.jquery-steps.com
jVectorMaphttps://jvectormap.com/
malihu jquery custom scrollbarhttp://manos.malihu.gr/jquery-custom-content-scroller/
plyrhttps://plyr.io/
select2https://select2.github.io
slickhttps://kenwheeler.github.io/slick/
sweetalert2https://sweetalert2.github.io/
switcheryhttps://abpetkov.github.io/switchery/
timedropperhttps://felicegattuso.com/projects/timedropper/
wysihtml5https://github.com/xing/wysihtml5
+
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/third-party-plugins.php b/third-party-plugins.php deleted file mode 100644 index e234c006..00000000 --- a/third-party-plugins.php +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - -
-
-
- - -
-
-

Third Party Plugins

-

We have used some third party plugins which are has include:

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Plugins NameMore Details
air-datepickerhttp://t1m0n.name/air-datepicker/docs/
apexchartshttps://apexcharts.com/
bootstraphttps://getbootstrap.com/
bootstrap selecthttps://developer.snapappointments.com/bootstrap-select/
bootstrap-tagsinputhttps://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/
Bootstrap TouchSpinhttps://www.virtuosoft.eu/code/bootstrap-touchspin/
bootstrap-wysihtml5https://jhollingworth.github.io/bootstrap-wysihtml5/
cropperjshttps://fengyuanchen.github.io/cropperjs/
datatableshttps://datatables.net/
dropzonejshttps://www.dropzonejs.com/
fancyboxhttp://fancyapps.com/fancybox/
fullcalendarhttps://fullcalendar.io/
Highcharts JShttps://www.highcharts.com/
highlightjshttps://highlightjs.org/
Ion.RangeSliderhttp://ionden.com/a/plugins/ion.rangeSlider/index.html
jquery-asColorhttps://github.com/thecreation/jquery-asColor
jquery-asColorPickerhttps://github.com/thecreation/jquery-asColorPicker
jquery-asGradienthttps://github.com/thecreation/jquery-asGradient
jQuery Knobhttp://anthonyterrien.com/knob/
jquery-stepshttp://www.jquery-steps.com
jVectorMaphttps://jvectormap.com/
malihu jquery custom scrollbarhttp://manos.malihu.gr/jquery-custom-content-scroller/
plyrhttps://plyr.io/
select2https://select2.github.io
slickhttps://kenwheeler.github.io/slick/
sweetalert2https://sweetalert2.github.io/
switcheryhttps://abpetkov.github.io/switchery/
timedropperhttps://felicegattuso.com/projects/timedropper/
wysihtml5https://github.com/xing/wysihtml5
-
-
- -
- -
-
- - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ui-buttons.html b/ui-buttons.html new file mode 100644 index 00000000..6bf0e931 --- /dev/null +++ b/ui-buttons.html @@ -0,0 +1,723 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+

Examples

+

Bootstrap includes several predefined button styles, each serving its own semantic purpose.

+
+ + + + + + + + + +
+
+
+
+
+

Outline buttons

+

In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-* ones to remove all background images and colors on any button.

+
+ + + + + + + + +
+
+
+
+
+

Button tags

+

The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements (though some browsers may apply a slightly different rendering).

+
+ Link + + + + +
+
+
+
+
+

Sizes

+

Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for additional sizes.

+
+ + + + +
+
+
+
+
+

Disabled Buttons

+

Make buttons look inactive by adding the disabled boolean attribute to any <button> element.

+
+ + +
+
+
+
+
+

Disabled Links

+

<a>s don’t support the disabled attribute, so you must add the .disabled class to make it visually appear disabled.

+ +
+
+
+
+

Block Buttons

+

Create block level buttons—those that span the full width of a parent—by adding .btn-block.

+
+ + +
+
+
+
+
+

Toggle states

+

Add data-toggle="button" to toggle a button’s active state. If you’re pre-toggling a button, you must manually add the .active class and aria-pressed="true" to the <button>.

+
+ +
+
+
+
+
+

Checkbox buttons

+

Bootstrap’s .button styles can be applied to other elements, such as <label>s, to provide checkbox or radio style button toggling. Add data-toggle="buttons" to a .btn-group containing those modified buttons to enable toggling in their respective styles.

+
+ + + +
+
+
+
+
+

radio buttons

+

Bootstrap’s .button styles can be applied to other elements, such as <label>s, to provide checkbox or radio style button toggling. Add data-toggle="buttons" to a .btn-group containing those modified buttons to enable toggling in their respective styles.

+
+ + + +
+
+
+
+
+

Input With Button Groups

+

Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you’ll likely need some utilities though to space things properly..

+ +
+
+
@
+
+ +
+
+
+
+
+

Button Groups

+

Place a .btn-group within another .btn-group when you want dropdown menus mixed with a series of buttons.Make a set of buttons appear vertically stacked rather than horizontally.

+
+
+
+ + + +
+
+
+
+ + + + +
+
+
+
+ + + + +
+
+ + + +
+
+ +
+
+ + + + +
+
+
+
+
+
+
+

Icon With Label Buttons

+

button using icon with label.

+
+ + + + + + + + + + +
+
+
+
+
+

Icon Buttons

+

button using icon.

+
+ + + + + + + + + + +
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-buttons.php b/ui-buttons.php deleted file mode 100644 index 0ddc7bbd..00000000 --- a/ui-buttons.php +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-

Examples

-

Bootstrap includes several predefined button styles, each serving its own semantic purpose.

-
- - - - - - - - - -
-
-
-
-
-

Outline buttons

-

In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-* ones to remove all background images and colors on any button.

-
- - - - - - - - -
-
-
-
-
-

Button tags

-

The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements (though some browsers may apply a slightly different rendering).

-
- Link - - - - -
-
-
-
-
-

Sizes

-

Fancy larger or smaller buttons? Add .btn-lg or .btn-sm for additional sizes.

-
- - - - -
-
-
-
-
-

Disabled Buttons

-

Make buttons look inactive by adding the disabled boolean attribute to any <button> element.

-
- - -
-
-
-
-
-

Disabled Links

-

<a>s don’t support the disabled attribute, so you must add the .disabled class to make it visually appear disabled.

- -
-
-
-
-

Block Buttons

-

Create block level buttons—those that span the full width of a parent—by adding .btn-block.

-
- - -
-
-
-
-
-

Toggle states

-

Add data-toggle="button" to toggle a button’s active state. If you’re pre-toggling a button, you must manually add the .active class and aria-pressed="true" to the <button>.

-
- -
-
-
-
-
-

Checkbox buttons

-

Bootstrap’s .button styles can be applied to other elements, such as <label>s, to provide checkbox or radio style button toggling. Add data-toggle="buttons" to a .btn-group containing those modified buttons to enable toggling in their respective styles.

-
- - - -
-
-
-
-
-

radio buttons

-

Bootstrap’s .button styles can be applied to other elements, such as <label>s, to provide checkbox or radio style button toggling. Add data-toggle="buttons" to a .btn-group containing those modified buttons to enable toggling in their respective styles.

-
- - - -
-
-
-
-
-

Input With Button Groups

-

Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you’ll likely need some utilities though to space things properly..

- -
-
-
@
-
- -
-
-
-
-
-

Button Groups

-

Place a .btn-group within another .btn-group when you want dropdown menus mixed with a series of buttons.Make a set of buttons appear vertically stacked rather than horizontally.

-
-
-
- - - -
-
-
-
- - - - -
-
-
-
- - - - -
-
- - - -
-
- -
-
- - - - -
-
-
-
-
-
-
-

Icon With Label Buttons

-

button using icon with label.

-
- - - - - - - - - - -
-
-
-
-
-

Icon Buttons

-

button using icon.

-
- - - - - - - - - - -
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/ui-cards-hover.html b/ui-cards-hover.html new file mode 100644 index 00000000..698a75d1 --- /dev/null +++ b/ui-cards-hover.html @@ -0,0 +1,910 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
Fade-in effect
+

You can use by default .da-overlay

+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+ + +
Slide Left effect
+

You can use by default .da-overlay .da-slide-left

+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+ + +
Slide Right effect
+

You can use by default .da-overlay .da-slide-right

+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+ + +
Slide Top effect
+

You can use by default .da-overlay .da-slide-top

+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+ + +
Slide Bottom effect
+

You can use by default .da-overlay .da-slide-bottom

+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+
+
+ +
+
+
    +
  • +
  • +
  • +
+
+
+
+
+
Don H. Rabon
+

Lorem ipsum dolor sit amet

+
+
+
+
+ +
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-cards-hover.php b/ui-cards-hover.php deleted file mode 100644 index 2b30324f..00000000 --- a/ui-cards-hover.php +++ /dev/null @@ -1,463 +0,0 @@ - - - - - - - - -
-
-
- - -
Fade-in effect
-

You can use by default .da-overlay

-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
- - -
Slide Left effect
-

You can use by default .da-overlay .da-slide-left

-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
- - -
Slide Right effect
-

You can use by default .da-overlay .da-slide-right

-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
- - -
Slide Top effect
-

You can use by default .da-overlay .da-slide-top

-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
- - -
Slide Bottom effect
-

You can use by default .da-overlay .da-slide-bottom

-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
-
-
- -
-
-
    -
  • -
  • -
  • -
-
-
-
-
-
Don H. Rabon
-

Lorem ipsum dolor sit amet

-
-
-
-
- -
- -
-
- - - \ No newline at end of file diff --git a/ui-cards.html b/ui-cards.html new file mode 100644 index 00000000..2fc13ed1 --- /dev/null +++ b/ui-cards.html @@ -0,0 +1,852 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+ Card image cap +
+
Card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+ Go somewhere +
+
+
+
+
+ Card image cap +
+
Card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
    +
  • Cras justo odio
  • +
  • Dapibus ac facilisis in
  • +
  • Vestibulum at eros
  • +
+
+
+
+
+
+
Card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+ Card image cap +
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+ Card link + Another link +
+
+
+
+
+ Card image cap +
+

Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
+
+
+
+
+
+
Featured
+
+
Special title treatment
+

With supporting text below as a natural lead-in to additional content.

+ Go somewhere +
+ +
+
+
+
+
+ Quote +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+
Someone famous in Source Title
+
+
+
+
+
+
+
+ Featured +
+
+
Special title treatment
+

With supporting text below as a natural lead-in to additional content.

+ Go somewhere +
+
+
+
+
+
+
+ Card image cap +
+
Card title
+

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+

Last updated 3 mins ago

+
+
+
+
+
+ Card image +
+
Card title
+

This is a wider card with supporting text below as a natural lead-in.

+

Last updated 3 mins ago

+
+
+
+
+
+
+
Card title
+

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+

Last updated 3 mins ago

+
+ Card image cap +
+
+
+
+
+
+
+
Special title treatment
+

With supporting text below as a natural lead-in to additional content.

+ Go somewhere +
+
+
+
+
+
+
Special title treatment
+

With supporting text below as a natural lead-in to additional content.

+ Go somewhere +
+
+
+
+
+
+
Special title treatment
+

With supporting text below as a natural lead-in to additional content.

+ Go somewhere +
+
+
+
+

Navigation

+
+
+
+
+ +
+
+
Special title treatment
+

With supporting text below as a natural lead-in to additional content.

+ Go somewhere +
+
+
+
+
+
+ +
+
+
Special title treatment
+

With supporting text below as a natural lead-in to additional content.

+ Go somewhere +
+
+
+
+

Background and color

+
+
+
+
Header
+
+
Primary card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
+
+
+
+
Header
+
+
Secondary card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
+
+
+
+
Header
+
+
Success card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
+
+
+
+
Header
+
+
Warning card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
+
+
+
+
Header
+
+
Info card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
+
+
+
+
Header
+
+
Dark card title
+

Some quick example text to build on the card title and make up the bulk of the card's content.

+
+
+
+
+

Card groups

+
+
+ Card image cap +
+
Card title
+

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+

Last updated 3 mins ago

+
+
+
+ Card image cap +
+
Card title
+

This card has supporting text below as a natural lead-in to additional content.

+

Last updated 3 mins ago

+
+
+
+ Card image cap +
+
Card title
+

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

+

Last updated 3 mins ago

+
+
+
+

Card decks

+
+
+ Card image cap +
+
Card title
+

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+

Last updated 3 mins ago

+
+
+
+ Card image cap +
+
Card title
+

This card has supporting text below as a natural lead-in to additional content.

+

Last updated 3 mins ago

+
+
+
+ Card image cap +
+
Card title
+

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

+

Last updated 3 mins ago

+
+
+
+

Card columns

+
+
+ Card image cap +
+
Card title that wraps to a new line
+

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+
+ + Someone famous in Source Title + +
+
+
+
+ Card image cap +
+
Card title
+

This card has supporting text below as a natural lead-in to additional content.

+

Last updated 3 mins ago

+
+
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.

+
+ + Someone famous in Source Title + +
+
+
+
+
+
Card title
+

This card has supporting text below as a natural lead-in to additional content.

+

Last updated 3 mins ago

+
+
+
+ Card image +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+
+ + Someone famous in Source Title + +
+
+
+
+
+
Card title
+

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

+

Last updated 3 mins ago

+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-cards.php b/ui-cards.php deleted file mode 100644 index 2a952bf4..00000000 --- a/ui-cards.php +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
- Card image cap -
-
Card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

- Go somewhere -
-
-
-
-
- Card image cap -
-
Card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
    -
  • Cras justo odio
  • -
  • Dapibus ac facilisis in
  • -
  • Vestibulum at eros
  • -
-
-
-
-
-
-
Card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
- Card image cap -
-

Some quick example text to build on the card title and make up the bulk of the card's content.

- Card link - Another link -
-
-
-
-
- Card image cap -
-

Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
-
-
-
-
-
-
Featured
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
- -
-
-
-
-
- Quote -
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in Source Title
-
-
-
-
-
-
-
- Featured -
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
-
-
-
-
- Card image cap -
-
Card title
-

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

-

Last updated 3 mins ago

-
-
-
-
-
- Card image -
-
Card title
-

This is a wider card with supporting text below as a natural lead-in.

-

Last updated 3 mins ago

-
-
-
-
-
-
-
Card title
-

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

-

Last updated 3 mins ago

-
- Card image cap -
-
-
-
-
-
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
-
-
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
-
-
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
-
-

Navigation

-
-
-
-
- -
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
-
-
-
- -
-
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
-
-

Background and color

-
-
-
-
Header
-
-
Primary card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
-
-
-
-
Header
-
-
Secondary card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
-
-
-
-
Header
-
-
Success card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
-
-
-
-
Header
-
-
Warning card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
-
-
-
-
Header
-
-
Info card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
-
-
-
-
Header
-
-
Dark card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

-
-
-
-
-

Card groups

-
-
- Card image cap -
-
Card title
-

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

-

Last updated 3 mins ago

-
-
-
- Card image cap -
-
Card title
-

This card has supporting text below as a natural lead-in to additional content.

-

Last updated 3 mins ago

-
-
-
- Card image cap -
-
Card title
-

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

-

Last updated 3 mins ago

-
-
-
-

Card decks

-
-
- Card image cap -
-
Card title
-

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

-

Last updated 3 mins ago

-
-
-
- Card image cap -
-
Card title
-

This card has supporting text below as a natural lead-in to additional content.

-

Last updated 3 mins ago

-
-
-
- Card image cap -
-
Card title
-

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

-

Last updated 3 mins ago

-
-
-
-

Card columns

-
-
- Card image cap -
-
Card title that wraps to a new line
-

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

-
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
- - Someone famous in Source Title - -
-
-
-
- Card image cap -
-
Card title
-

This card has supporting text below as a natural lead-in to additional content.

-

Last updated 3 mins ago

-
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.

-
- - Someone famous in Source Title - -
-
-
-
-
-
Card title
-

This card has supporting text below as a natural lead-in to additional content.

-

Last updated 3 mins ago

-
-
-
- Card image -
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
- - Someone famous in Source Title - -
-
-
-
-
-
Card title
-

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

-

Last updated 3 mins ago

-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/ui-carousel.html b/ui-carousel.html new file mode 100644 index 00000000..0611621d --- /dev/null +++ b/ui-carousel.html @@ -0,0 +1,770 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+ +
+
+
+

Slides only

+
+ +
+ +
+
+ +

+
+									
+
+
+
+
+ +
+
+
+
+

With controls

+
+ +
+ +
+
+ +

+
+									
+
+
+
+
+ +
+
+
+
+

With indicators

+
+ +
+ +
+
+ +

+
+									
+
+
+
+
+ +
+
+
+
+

With captions

+
+ +
+ +
+
+ +

+
+									
+
+
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-carousel.php b/ui-carousel.php deleted file mode 100644 index 932ede81..00000000 --- a/ui-carousel.php +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - - -
-
-
- -
-
- -
-
-
-

Slides only

-
- -
- -
-
- -

-
-									
-
-
-
-
- -
-
-
-
-

With controls

-
- -
- -
-
- -

-
-									
-
-
-
-
- -
-
-
-
-

With indicators

-
- -
- -
-
- -

-
-									
-
-
-
-
- -
-
-
-
-

With captions

-
- -
- -
-
- -

-
-									
-
-
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/ui-list-group.html b/ui-list-group.html new file mode 100644 index 00000000..73a5c1ad --- /dev/null +++ b/ui-list-group.html @@ -0,0 +1,615 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+

Basic List

+
    +
  • Cras justo odio
  • +
  • Dapibus ac facilisis in
  • +
  • Morbi leo risus
  • +
  • Porta ac consectetur ac
  • +
  • Vestibulum at eros
  • +
+
+
+ +
+
+

buttons items List

+
+ + + + + +
+
+
+
+
+

Flush List

+
    +
  • Cras justo odio
  • +
  • Dapibus ac facilisis in
  • +
  • Morbi leo risus
  • +
  • Porta ac consectetur ac
  • +
  • Vestibulum at eros
  • +
+
+
+
+
+

Disabled items List

+
    +
  • Cras justo odio
  • +
  • Dapibus ac facilisis in
  • +
  • Morbi leo risus
  • +
  • Porta ac consectetur ac
  • +
  • Vestibulum at eros
  • +
+
+
+
+
+

With badges List

+
    +
  • + Cras justo odio + 14 +
  • +
  • + Dapibus ac facilisis in + 2 +
  • +
  • + Morbi leo risus + 1 +
  • +
  • + Dapibus ac facilisis in + 5 +
  • +
  • + Morbi leo risus + 7 +
  • +
+
+
+
+
+

Contextual List

+
    +
  • Dapibus ac facilisis in
  • +
  • This is a primary list group item
  • +
  • This is a secondary list group item
  • +
  • This is a success list group item
  • +
  • This is a danger list group item
  • +
  • This is a warning list group item
  • +
  • This is a info list group item
  • +
  • This is a dark list group item
  • +
+
+
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-list-group.php b/ui-list-group.php deleted file mode 100644 index 8eb50896..00000000 --- a/ui-list-group.php +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-

Basic List

-
    -
  • Cras justo odio
  • -
  • Dapibus ac facilisis in
  • -
  • Morbi leo risus
  • -
  • Porta ac consectetur ac
  • -
  • Vestibulum at eros
  • -
-
-
- -
-
-

buttons items List

-
- - - - - -
-
-
-
-
-

Flush List

-
    -
  • Cras justo odio
  • -
  • Dapibus ac facilisis in
  • -
  • Morbi leo risus
  • -
  • Porta ac consectetur ac
  • -
  • Vestibulum at eros
  • -
-
-
-
-
-

Disabled items List

-
    -
  • Cras justo odio
  • -
  • Dapibus ac facilisis in
  • -
  • Morbi leo risus
  • -
  • Porta ac consectetur ac
  • -
  • Vestibulum at eros
  • -
-
-
-
-
-

With badges List

-
    -
  • - Cras justo odio - 14 -
  • -
  • - Dapibus ac facilisis in - 2 -
  • -
  • - Morbi leo risus - 1 -
  • -
  • - Dapibus ac facilisis in - 5 -
  • -
  • - Morbi leo risus - 7 -
  • -
-
-
-
-
-

Contextual List

-
    -
  • Dapibus ac facilisis in
  • -
  • This is a primary list group item
  • -
  • This is a secondary list group item
  • -
  • This is a success list group item
  • -
  • This is a danger list group item
  • -
  • This is a warning list group item
  • -
  • This is a info list group item
  • -
  • This is a dark list group item
  • -
-
-
- -
-
- -
-
- - - \ No newline at end of file diff --git a/ui-modals.html b/ui-modals.html new file mode 100644 index 00000000..adb181fa --- /dev/null +++ b/ui-modals.html @@ -0,0 +1,741 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+ +
+
+
Large modal
+ + modal + + +
+
+ +
+
+
Medium modal
+ + modal + + +
+
+ +
+
+
Small modal
+ + modal + + +
+
+ +
+
+
Login modal
+ + modal + + +
+
+ +
+
+
Alert modal
+ + modal + + +
+
+ +
+
+
Warning modal
+ + modal + + +
+
+ +
+
+
Success modal
+ + modal + + +
+
+ +
+
+
Confirmation modal
+ + modal + + +
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-modals.php b/ui-modals.php deleted file mode 100644 index 4c28905b..00000000 --- a/ui-modals.php +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - - - -
-
-
- -
- -
-
-
Large modal
- - modal - - -
-
- -
-
-
Medium modal
- - modal - - -
-
- -
-
-
Small modal
- - modal - - -
-
- -
-
-
Login modal
- - modal - - -
-
- -
-
-
Alert modal
- - modal - - -
-
- -
-
-
Warning modal
- - modal - - -
-
- -
-
-
Success modal
- - modal - - -
-
- -
-
-
Confirmation modal
- - modal - - -
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/ui-notification.html b/ui-notification.html new file mode 100644 index 00000000..05af8ed9 --- /dev/null +++ b/ui-notification.html @@ -0,0 +1,615 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+

Examples

+

Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight required contextual classes (e.g., .alert-success). For inline dismissal, use the alerts jQuery plugin.

+ + + + + + + + + +
+
+
+
+

Link color

+

Use the .alert-link utility class to quickly provide matching colored links within any alert.

+ + + + + + + + + +
+
+
+
+

Dismissing

+

You can see this in action with a live demo:

+ + + + + + +
+
+
+
+ + + +
+
+
+
+ +
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/ui-notification.php b/ui-notification.php deleted file mode 100644 index 79f4d249..00000000 --- a/ui-notification.php +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - -
-
-
- - -
-
-
-

Examples

-

Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight required contextual classes (e.g., .alert-success). For inline dismissal, use the alerts jQuery plugin.

- - - - - - - - - -
-
-
-
-

Link color

-

Use the .alert-link utility class to quickly provide matching colored links within any alert.

- - - - - - - - - -
-
-
-
-

Dismissing

-

You can see this in action with a live demo:

- - - - - - -
-
-
-
- - - -
-
-
-
- -
-
- - - - - - - - - \ No newline at end of file diff --git a/ui-progressbar.html b/ui-progressbar.html new file mode 100644 index 00000000..6d1a3b68 --- /dev/null +++ b/ui-progressbar.html @@ -0,0 +1,610 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+
Basic Progress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Backgrounds Progress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Multiple Progress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Labels Progress
+
+
50%
+
+
+
25%
+
+
+
75%
+
+
+
+
+
+
Height Progress
+
+
+
+
+
25%
+
+
+
75%
+
+
+
+
+
+
Animated Progress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Striped Progress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-progressbar.php b/ui-progressbar.php deleted file mode 100644 index 5e6bc832..00000000 --- a/ui-progressbar.php +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-
Basic Progress
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Backgrounds Progress
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Multiple Progress
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Labels Progress
-
-
50%
-
-
-
25%
-
-
-
75%
-
-
-
-
-
-
Height Progress
-
-
-
-
-
25%
-
-
-
75%
-
-
-
-
-
-
Animated Progress
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Striped Progress
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/ui-range-slider.html b/ui-range-slider.html new file mode 100644 index 00000000..34295ad5 --- /dev/null +++ b/ui-range-slider.html @@ -0,0 +1,540 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+

Range slider HTML5

+
+
+ +
+
+ +
+
+
+
+

range and step

+
+
+ +
+
+ +
+
+
+
+

custom values

+
+
+ +
+
+ +
+
+
+
+

Prettify visual look of numbers

+
+
+ +
+
+ +
+
+
+
+

Visual details

+
+
+ +
+
+ +
+
+
+
+
+ +
+
+ + + + + + + + + \ No newline at end of file diff --git a/ui-range-slider.php b/ui-range-slider.php deleted file mode 100644 index 6920b0ad..00000000 --- a/ui-range-slider.php +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - -
-
-
- -
-
-

Range slider HTML5

-
-
- -
-
- -
-
-
-
-

range and step

-
-
- -
-
- -
-
-
-
-

custom values

-
-
- -
-
- -
-
-
-
-

Prettify visual look of numbers

-
-
- -
-
- -
-
-
-
-

Visual details

-
-
- -
-
- -
-
-
-
-
- -
-
- - - - - \ No newline at end of file diff --git a/ui-sweet-alert.html b/ui-sweet-alert.html new file mode 100644 index 00000000..023aff9e --- /dev/null +++ b/ui-sweet-alert.html @@ -0,0 +1,601 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+
A basic message
+
+ +
+
+
+
+
+
A title with a text under
+
+ +
+
+
+
+
+
A success message!
+
+ +
+
+
+
+
+
A error message!
+
+ +
+
+
+
+
+
A warning message, with a function attached to the "Confirm"-button...
+
+ +
+
+
+
+
+
A custom positioned dialog
+
+ +
+
+
+
+
+
By passing a parameter, you can execute something else for "Cancel".
+
+ +
+
+
+
+
+
A message with custom Image Header
+
+ +
+
+
+
+
+
A message with auto close timer
+
+ +
+
+
+
+
+
Custom HTML description and buttons
+
+ +
+
+
+
+
+
A message with custom width, padding and background
+
+ +
+
+
+
+
+
Ajax request example
+
+ +
+
+
+
+
+
Chaining modals (queue) example
+
+ +
+
+
+
+
+
Dynamic queue example
+
+ +
+
+
+
+
+ +
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/ui-sweet-alert.php b/ui-sweet-alert.php deleted file mode 100644 index 653e348c..00000000 --- a/ui-sweet-alert.php +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - -
-
-
- - -
-
-
-
A basic message
-
- -
-
-
-
-
-
A title with a text under
-
- -
-
-
-
-
-
A success message!
-
- -
-
-
-
-
-
A error message!
-
- -
-
-
-
-
-
A warning message, with a function attached to the "Confirm"-button...
-
- -
-
-
-
-
-
A custom positioned dialog
-
- -
-
-
-
-
-
By passing a parameter, you can execute something else for "Cancel".
-
- -
-
-
-
-
-
A message with custom Image Header
-
- -
-
-
-
-
-
A message with auto close timer
-
- -
-
-
-
-
-
Custom HTML description and buttons
-
- -
-
-
-
-
-
A message with custom width, padding and background
-
- -
-
-
-
-
-
Ajax request example
-
- -
-
-
-
-
-
Chaining modals (queue) example
-
- -
-
-
-
-
-
Dynamic queue example
-
- -
-
-
-
-
- -
-
- - - - - - - - \ No newline at end of file diff --git a/ui-tabs.php b/ui-tabs.html similarity index 53% rename from ui-tabs.php rename to ui-tabs.html index 9041abcb..ef040b15 100644 --- a/ui-tabs.php +++ b/ui-tabs.html @@ -1,11 +1,452 @@ - + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+
@@ -17,7 +458,7 @@
@@ -332,9 +773,15 @@
- + - + + + + + \ No newline at end of file diff --git a/ui-timeline.html b/ui-timeline.html new file mode 100644 index 00000000..67237dbe --- /dev/null +++ b/ui-timeline.html @@ -0,0 +1,541 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
    +
  • +
    + 15 Jan 2020 +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit.

    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    +
    +
    +
  • +
  • +
    + 14 Jan 2020 +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit.

    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    +
    +
    +
  • +
  • +
    + 13 Jan 2020 +
    +
    +
    + Card image cap +
    +
    Card title
    +

    Some quick example text to build on the card title and make up the bulk of the card's content.

    + Go somewhere +
    +
    +
    +
  • +
  • +
    + 12 Jan 2020 +
    +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    +
    + + Someone famous in Source Title + +
    +
    +
    +
    +
  • +
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-timeline.php b/ui-timeline.php deleted file mode 100644 index 2d6c296d..00000000 --- a/ui-timeline.php +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
    -
  • -
    - 15 Jan 2020 -
    -
    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit.

    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    -
    -
    -
  • -
  • -
    - 14 Jan 2020 -
    -
    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit.

    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    -
    -
    -
  • -
  • -
    - 13 Jan 2020 -
    -
    -
    - Card image cap -
    -
    Card title
    -

    Some quick example text to build on the card title and make up the bulk of the card's content.

    - Go somewhere -
    -
    -
    -
  • -
  • -
    - 12 Jan 2020 -
    -
    -
    -
    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    -
    - - Someone famous in Source Title - -
    -
    -
    -
    -
  • -
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/ui-tooltip-popover.html b/ui-tooltip-popover.html new file mode 100644 index 00000000..cbfc78a9 --- /dev/null +++ b/ui-tooltip-popover.html @@ -0,0 +1,516 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+

Tooltips

+

you can use data-toggle="tooltip" title="Tooltip on top"

+
+ + + + +
+
+
+

Popovers

+

you can use data-container="body" data-toggle="popover" data-content=""

+
+ + + + +
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-tooltip-popover.php b/ui-tooltip-popover.php deleted file mode 100644 index 992368b3..00000000 --- a/ui-tooltip-popover.php +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - -
-
-
- -
-

Tooltips

-

you can use data-toggle="tooltip" title="Tooltip on top"

-
- - - - -
-
-
-

Popovers

-

you can use data-container="body" data-toggle="popover" data-content=""

-
- - - - -
-
-
- -
-
- - - \ No newline at end of file diff --git a/ui-typography.html b/ui-typography.html new file mode 100644 index 00000000..0ae8984c --- /dev/null +++ b/ui-typography.html @@ -0,0 +1,587 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ +
+
+
+

Headings

+

h1. Bootstrap heading

+

h2. Bootstrap heading

+

h3. Bootstrap heading

+

h4. Bootstrap heading

+
h5. Bootstrap heading
+
h6. Bootstrap heading
+
+
+
+
+

Inline text elements

+

You can use the mark tag to highlight text.

+

This line of text is meant to be treated as deleted text.

+

This line of text is meant to be treated as no longer accurate.

+

This line of text is meant to be treated as an addition to the document.

+

This line of text will render as underlined

+

This line of text is meant to be treated as fine print.

+

This line rendered as bold text.

+

This line rendered as italicized text.

+
+
+
+
+

Display headings

+

Display 1

+

Display 2

+

Display 3

+

Display 4

+
+
+
+
+

Blockquotes

+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+
Someone famous in Source Title
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+
Someone famous in Source Title
+
+
+
+

List Inline

+
    +
  • Lorem ipsum
  • +
  • Phasellus iaculis
  • +
  • Nulla volutpat
  • +
+
+
+
+
+

List Unstyled

+
    +
  • Lorem ipsum dolor sit amet
  • +
  • Consectetur adipiscing elit
  • +
  • Integer molestie lorem at massa
  • +
  • Facilisis in pretium nisl aliquet
  • +
  • Nulla volutpat aliquam velit +
      +
    • Phasellus iaculis neque
    • +
    • Purus sodales ultricies
    • +
    • Vestibulum laoreet porttitor sem
    • +
    • Ac tristique libero volutpat at
    • +
    +
  • +
  • Faucibus porta lacus fringilla vel
  • +
  • Aenean sit amet erat nunc
  • +
  • Eget porttitor lorem
  • +
+
+
+
+
+

Description list alignment

+
+
Description lists
+
A description list is perfect for defining terms.
+ +
Euismod
+
+

Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.

+

Donec id elit non mi porta gravida at eget metus.

+
+ +
Malesuada porta
+
Etiam porta sem malesuada magna mollis euismod.
+ +
Truncated term is truncated
+
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
+ +
Nesting
+
+
+
Nested definition list
+
Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
+
+
+
+
+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/ui-typography.php b/ui-typography.php deleted file mode 100644 index 4f5d4978..00000000 --- a/ui-typography.php +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - -
-
-
- -
-
-
-

Headings

-

h1. Bootstrap heading

-

h2. Bootstrap heading

-

h3. Bootstrap heading

-

h4. Bootstrap heading

-
h5. Bootstrap heading
-
h6. Bootstrap heading
-
-
-
-
-

Inline text elements

-

You can use the mark tag to highlight text.

-

This line of text is meant to be treated as deleted text.

-

This line of text is meant to be treated as no longer accurate.

-

This line of text is meant to be treated as an addition to the document.

-

This line of text will render as underlined

-

This line of text is meant to be treated as fine print.

-

This line rendered as bold text.

-

This line rendered as italicized text.

-
-
-
-
-

Display headings

-

Display 1

-

Display 2

-

Display 3

-

Display 4

-
-
-
-
-

Blockquotes

-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in Source Title
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in Source Title
-
-
-
-

List Inline

-
    -
  • Lorem ipsum
  • -
  • Phasellus iaculis
  • -
  • Nulla volutpat
  • -
-
-
-
-
-

List Unstyled

-
    -
  • Lorem ipsum dolor sit amet
  • -
  • Consectetur adipiscing elit
  • -
  • Integer molestie lorem at massa
  • -
  • Facilisis in pretium nisl aliquet
  • -
  • Nulla volutpat aliquam velit -
      -
    • Phasellus iaculis neque
    • -
    • Purus sodales ultricies
    • -
    • Vestibulum laoreet porttitor sem
    • -
    • Ac tristique libero volutpat at
    • -
    -
  • -
  • Faucibus porta lacus fringilla vel
  • -
  • Aenean sit amet erat nunc
  • -
  • Eget porttitor lorem
  • -
-
-
-
-
-

Description list alignment

-
-
Description lists
-
A description list is perfect for defining terms.
- -
Euismod
-
-

Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.

-

Donec id elit non mi porta gravida at eget metus.

-
- -
Malesuada porta
-
Etiam porta sem malesuada magna mollis euismod.
- -
Truncated term is truncated
-
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
- -
Nesting
-
-
-
Nested definition list
-
Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
-
-
-
-
-
-
-
- -
-
- - - \ No newline at end of file diff --git a/vendors/styles/style.css b/vendors/styles/style.css index 0b68380f..03d70bc8 100644 --- a/vendors/styles/style.css +++ b/vendors/styles/style.css @@ -2,5 +2,5 @@ Version: 3.0.0 Author: Ankit Hingarajiya - DeskApp */ -@charset "utf-8";body,html{-webkit-font-smoothing:antialiased;width:100%;height:100%}html{-webkit-text-size-adjust:none;-moz-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=submit]{-webkit-appearance:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:'Inter',sans-serif;font-weight:400;min-height:100%;color:#031e23;background:#ecf0f4}a{text-decoration:none;color:#555}a:focus,a:hover{outline:0;text-decoration:none}:focus{outline:0}img{border:0;vertical-align:top;max-width:100%;height:auto}input,select,textarea{resize:none;font-family:'Inter',sans-serif}select,textarea{outline:0}.slick-slide,a,button,input{outline:0!important}button::-moz-focus-inner{border:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700;color:#202342;font-family:'Inter',sans-serif}ol,p,ul{padding:0}ol,ul{margin:0;list-style:none}p{margin:0 0 15px}.container{max-width:1120px;width:100%}.pre-loader{background:#fff;background-position:center center;background-size:13%;position:fixed;left:0;top:0;width:100%;height:100%;z-index:12345;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pre-loader .loader-logo{padding-bottom:15px}.pre-loader .loader-progress{height:8px;border-radius:15px;max-width:200px;margin:0 auto;display:block;background:#ecf0f4;overflow:hidden}.pre-loader .bar{width:0%;height:8px;display:block;background:#1b00ff}.pre-loader .percent{text-align:center;font-size:24px;display:none}.pre-loader .loading-text{text-align:center;font-size:18px;font-weight:500;padding-top:15px}.mx-w-150{max-width:150px}.mx-h-300{max-height:300px}.mx-h-350{max-height:350px}.mx-h-380{max-height:380px}.mx-h-400{max-height:400px}.mx-h-450{max-height:450px}.pd-0{padding:0}.padding-top-10{padding-top:10px}.padding-top-30{padding-top:30px}.padding-bottom-30{padding-bottom:30px}.pd-5{padding:5px}.pd-10{padding:10px}.pd-20{padding:20px}.chat-box .chat-desc ul,.pd-ltr-20{padding:20px 20px 0}.pd-30{padding:30px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.pl-10{padding-left:10px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.margin-5{margin:5px}.mt-15{margin-top:15px}.mt-30{margin-top:30px}.device-manage-progress-chart ul li,.mb-30{margin-bottom:30px}.mb-20{margin-bottom:20px}.mb-15{margin-bottom:15px}.mb-10{margin-bottom:10px}.mb-5{margin-bottom:5px!important}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.font-30{font-size:30px;line-height:1.33em}.font-24{font-size:24px;line-height:1.42em}.font-20{font-size:20px;line-height:1.5em}.font-18{font-size:18px;line-height:1.55em}.font-16{font-size:16px;line-height:1.62em}.font-14{font-size:14px;line-height:1.71em}.font-12{font-size:12px;line-height:1.83em}.h1{font-size:40px;font-weight:700;line-height:1.3}.h1,.h2,.h3{color:#1b3133;font-family:'Inter',sans-serif}.h2{font-size:28px;font-weight:700;line-height:1.35}.h3{font-size:24px;line-height:1.5}.h3,.h4{font-weight:700}.h4,.h5,.page-header h4{font-size:20px;line-height:1.35;color:#1b3133;font-family:'Inter',sans-serif}.h5{font-size:18px;font-weight:600}.line-height-1{line-height:1}.line-height-1-2{line-height:1.2}.line-height-1-3{line-height:1.3}.weight-300{font-weight:300}.weight-400{font-weight:400}.weight-500{font-weight:500}.weight-600{font-weight:600}.weight-700{font-weight:700}.weight-800{font-weight:800}.height-auto{height:auto}.height-100-p{height:100%}.width-50-p{width:50%}.width-box{width:50px;height:50px}.max-width-200{max-width:200px}.max-width-300{max-width:300px}.max-width-400{max-width:400px}.max-width-500{max-width:500px}.max-width-600{max-width:600px}.max-width-700{max-width:700px}.max-width-800{max-width:800px}.max-width-900{max-width:900px}.max-width-1000{max-width:1000px}.min-height-200px{min-height:200px}.bg-cover{background-size:cover!important}.bg-light-blue{background-color:#e1e1f5}.color-light-blue{color:#e1e1f5}.bg-light-gray{background-color:#ecf0f4}.bg-white{background:#fff}.color-white{color:#fff}.bg-light-green{background-color:#41ccba}.text-light-green{color:#00e091}.bg-blue{background-color:#1b00ff}.text-blue{color:#1b00ff}.text-light-blue{color:#2976aa}.bg-light-orange{background-color:#f56767}.text-light-orange{color:#f56767}.bg-light-purple{background-color:#a683eb}.text-light-purple{color:#a683eb}.bg-orange{background-color:#f5956c}.text-orange{color:#f5956c}.text-yellow{color:#ecc72f}.text-green{color:#46be8a}.text-orange-50{color:#f2a654}.text-blue-50{color:#62a8ea}.text-red-50{color:#e14e50}.mCSB_inside>.mCSB_container{margin-right:0}.border-radius-0{border-radius:0}.border-radius-4{border-radius:4px}.border-radius-5{border-radius:5px}.border-radius-6{border-radius:6px}.border-radius-8{border-radius:8px}.border-radius-10{border-radius:10px}.border-radius-100,.user-info-dropdown .dropdown-toggle .user-icon img{border-radius:100%}.box-shadow{-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.wave1{background-image:url(../images/wave.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.card-box,.da-card{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.card-img-top{border-radius:10px 10px 0 0}.card-img-bottom{border-radius:0 0 10px 10px}.card-img{border-radius:10px}.card-title{font-size:18px;font-weight:600}.card-header{font-weight:500;font-size:16px}.card-text,.price del{font-size:15px}.badge{padding:.75em}.page-link:focus{-webkit-box-shadow:none;box-shadow:none}.highcharts-root{font-family:'Inter',sans-serif!important}.bootstrap-select .dropdown-toggle{height:45px}.bootstrap-select .dropdown-toggle.btn-light{background-color:transparent;border-color:#d4d4d4}.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active{background-color:transparent;border-color:#d4d4d4}.dropdown-toggle::after{content:"\f107";font-family:"FontAwesome";vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select .dropdown-toggle::after{position:relative;right:5px}.dropdown.show>.dropdown-toggle::after{content:"\f106"}.dropdown-toggle.no-arrow:after{display:none}.dropdown-menu{border:0;padding:0;overflow:hidden;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.dropdown-item{font-size:16px;font-weight:400;padding:.657rem 1rem;color:#444;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dropdown-item:focus,.dropdown-item:hover{background:#ecf0f4;color:#1b00ff}.form-group{margin-bottom:20px}.form-group>label{font-weight:500;font-size:14px}.custom-file-input,.custom-file-label,.custom-select,.form-control{font-family:'Inter',sans-serif;color:#131e22;font-weight:400;height:45px;border-color:#d4d4d4;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.form-control.form-control-sm{height:38px}.form-control.form-control-line{border-left:0;border-right:0;border-top:0;border-radius:0}.custom-file-label{padding-top:.475rem}.custom-file-label::after{height:100%;padding-top:.475rem}textarea.form-control{height:180px}.custom-file-input:focus,.custom-select:focus,.form-control:focus{color:#131e22;border-color:#1b00ff;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.form-control.height-auto{height:auto}.input-group{margin-bottom:25px}.input-group.custom>.custom-select,.input-group.custom>.form-control{width:100%}.input-group.custom>.custom-select:not(:first-child),.input-group.custom>.form-control:not(:first-child){border-radius:.25rem;padding-left:50px}.input-group.custom>.custom-select:not(:last-child),.input-group.custom>.form-control:not(:last-child){border-radius:.25rem;padding-right:50px}.input-group-prepend.custom{position:absolute;left:0;top:0;z-index:12;height:100%}.input-group-append.custom{position:absolute;right:0;top:0;z-index:12;height:100%}.input-group-text{border:0;background:0 0}.input-group-text i{font-size:20px}.form-control:focus~.input-group-append .fa{color:#1b00ff}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:50px;font-size:16px}.has-success{color:#28a745}.form-control-success{border-color:#28a745;background-image:url(../images/check-mark-green.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-success:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 1px #28a745;box-shadow:0 0 0 1px #28a745}.has-warning{color:#ffc107}.form-control-warning{border-color:#ffc107;background-image:url(../images/caution-sign.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-warning:focus{border-color:#ffc107;-webkit-box-shadow:0 0 0 1px #ffc107;box-shadow:0 0 0 1px #ffc107}.has-danger{color:#dc3545}.form-control-danger{border-color:#dc3545;background-image:url(../images/cross.png);background-repeat:no-repeat;background-position:center right 10px;background-size:14px 14px}.form-control-danger:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 1px #dc3545;box-shadow:0 0 0 1px #dc3545}.btn{font-family:'Inter',sans-serif;letter-spacing:0;font-weight:500;padding:.438rem 1rem}.btn-lg{padding:.657rem 1rem}.btn-group-lg>.btn,.btn-lg{font-size:18px}.btn-group-sm>.btn,.btn-sm{padding:.4rem .8rem;font-size:14px}.btn.focus,.btn:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.btn-rounded{border-radius:25px}.breadcrumb{background:0 0;padding:.75rem 0}.breadcrumb-item.active{color:#1b00ff;font-weight:500}.breadcrumb-item a{color:#031e23}.breadcrumb-item+.breadcrumb-item::before{font-family:"FontAwesome";content:"\f105"}.customscroll-10-p>.mCustomScrollBox>.mCSB_container{padding:10px}.datepicker{z-index:1060}.datepicker--day-name,.datepicker--time-current-hours,.datepicker--time-current-minutes{color:#1b00ff}.datepicker--nav-action path{stroke:#1b00ff}.datepicker--cell.-focus-,.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#e1e1f5;color:#1b00ff}.datepicker--cell.-selected-{color:#fff}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{display:none}.datepicker-inline .datepicker{margin:0 auto}.form-control.time-picker-default:disabled,.form-control.time-picker-default[readonly],.form-control.time-picker:disabled,.form-control.time-picker[readonly]{background:#fff}.custom-control{padding-left:35px;cursor:pointer;padding-bottom:5px}.custom-control-label{cursor:pointer;font-weight:400}.custom-control-label::before{width:20px;height:20px;top:2px;left:-30px;background-color:transparent;border:2px solid #1b00ff}.custom-control-label::after{width:20px;height:20px;left:-30px;background-size:60%;top:2px}.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:none;box-shadow:none;background-color:none}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url(../images/check-mark.png);background-repeat:no-repeat;background-position:center center}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{border:2px solid transparent}.select2-container .select2-selection--single{height:45px;border-color:#d4d4d4;outline:0;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-dropdown{border-color:#d4d4d4}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:43px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#1b00ff;color:#fff;border-color:#1b00ff}.select2-container--default .select2-selection--multiple{min-height:45px;border-color:#d4d4d4}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-top:3px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff}.select2-dropdown{-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.select2-search--dropdown{padding:10px}.select2-container--default .select2-search--dropdown .select2-search__field{border-radius:5px}.bootstrap-select .dropdown-menu li .dropdown-item.active:hover,.select2-container--default .select2-results__option[aria-selected=true]{background-color:#1b00ff;color:#fff}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#1b00ff}.bootstrap-select.btn-group .dropdown-menu.inner{display:block}.bootstrap-select .dropdown-toggle:focus{outline:0!important}.bootstrap-select .dropdown-header{color:#222;font-weight:700;font-size:15px}.bootstrap-select .dropdown-menu li .dropdown-item:hover{color:#1b00ff}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{top:13px}.bootstrap-select .bs-ok-default:after{border-width:0 2px 2px 0}.dropup .dropdown-toggle::after{content:"\f107";font-family:"FontAwesome";vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select.btn-group .dropdown-menu li a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.bootstrap-select.btn-group .dropdown-menu li.divider{border:1px solid #eaeaea}.bootstrap-select.btn-group .dropdown-menu li.selected a{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li.disabled a{color:#cecece}.bootstrap-select.btn-group .dropdown-menu li a:hover{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{background:url(../images/check-mark-green.png);width:15px;height:15px;background-size:contain}.label-info{background-color:#009efb}.bootstrap-tagsinput .tag{display:inline-block;padding:2px 6px;margin:2px;font-size:15px;border-radius:2px}.docs-options .dropdown-menu{max-height:250px;overflow:auto}.docs-buttons{padding-top:15px}.docs-buttons label,.notification-list ul li a p,.project-info-right p{margin-bottom:0}.docs-buttons .btn{margin-bottom:5px}.table thead th{font-weight:600;font-size:15px;border-bottom:0;padding-left:1rem}.table td,.table th{vertical-align:middle}.table td{font-size:14px;font-weight:500;padding:1rem}.table-striped tbody tr:nth-of-type(odd){background:#eaeef2}table.dataTable.display tbody tr.odd,table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover,table.dataTable.stripe tbody tr.odd{background:#ecf0f3!important}table.dataTable tbody tr.selected,table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#181f48!important;color:#fff}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#1b00ff!important}table.dataTable thead .sorting:after,table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:after,table.dataTable thead .sorting_desc_disabled:before{font-family:"dropways";font-size:14px}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:before{content:"\eabb"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after{content:"\eaba";right:.2em}.blog-list ul li:hover .blog-caption h4 a,.fontawesome-icon-list .fa-hover:hover a,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{color:#1b00ff}.dataTables_length,.dt-buttons,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{padding-left:15px;padding-right:15px}.dt-checkbox,.dt-checkbox input{width:20px;height:20px;position:relative}.dt-checkbox input{position:absolute;opacity:0;z-index:1;left:0;top:0}.dt-checkbox span,.dt-checkbox span:before{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dt-checkbox span{position:relative;display:block;border:1px solid #9e9e9e;border-radius:4px}.dt-checkbox span:before{content:"";background:url(../images/check-mark.png) no-repeat;position:absolute;left:0;top:-1px;background-size:12px 12px;background-position:center center;-webkit-transform:scale(0);transform:scale(0)}.dt-checkbox input:checked~span{background:#1b00ff;border-color:#1b00ff;color:#fff}.dt-checkbox input:checked~span:before{-webkit-transform:scale(1);transform:scale(1)}.plyr{border-radius:10px;-webkit-box-shadow:0 0 10px 2px rgba(0,0,0,.15);box-shadow:0 0 10px 2px rgba(0,0,0,.15)}.popover-header{font-weight:500}.list-group-flush .list-group-item{border-top:0;margin-bottom:0}.docs-cropped .modal-body>canvas,.docs-cropped .modal-body>img,.img-preview>img{max-width:100%}.apexcharts-svg *{font-family:'Muli',sans-serif!important}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{-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;font-family:"FontAwesome";background:0 0;content:"\f107";color:#444;font-size:23px;left:7px;top:50%;margin-top:-7px}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:"\f106";background:0 0}.header{position:fixed;height:70px;width:calc(100% - 280px);background:#fff;right:0;top:0;z-index:123;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 10px rgba(0,0,0,.06);box-shadow:0 0 10px rgba(0,0,0,.06)}.header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:50%}.brand-logo a .dark-logo,.header-left .menu-icon,.header-left .search-toggle-icon,.sidebar-light .brand-logo a .light-logo,.sidebar-menu .submenu li.dropdown:before{display:none}.header-left .header-search{width:100%;padding-left:20px}.header-left .header-search .form-group,.sidebar-menu .submenu li{position:relative}.header-left .header-search .search-icon{position:absolute;left:17px;top:12px;font-size:20px;color:#777}.header-left .header-search .dropdown{position:static;right:0;top:0;padding-right:10px}.header-left .header-search .dropdown .dropdown-toggle{position:absolute;right:0;top:0;width:45px;height:45px;font-size:20px;line-height:45px;text-align:center;border-radius:0 .25rem .25rem 0;color:#777;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box:hover .view-contact a,.header-left .header-search .dropdown .dropdown-toggle:hover,.header-left .header-search .dropdown.show .dropdown-toggle{background:#1b00ff;color:#fff}.header-left .header-search .dropdown .dropdown-menu{width:100%;min-width:100%;margin-top:5px;padding:20px}.header-left .header-search .search-input{padding-left:50px;padding-right:55px}.header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:70px;width:50%}.header-left .brand-logo{max-width:180px;display:block}.header-right .brand-logo a{padding:0 6px}.header-right .menu-icon{position:relative;right:0;float:left;display:none}.user-info-dropdown{padding:5px 10px 5px 0}.user-info-dropdown .dropdown-toggle{display:block;padding:5px 0;font-size:16px}.user-info-dropdown .dropdown-toggle .user-icon{width:52px;height:52px;font-size:24px;background:#ebeff3;color:#1b00ff;line-height:52px;text-align:center;display:inline-block;vertical-align:middle;border-radius:100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,.18);box-shadow:0 0 10px rgba(0,0,0,.18)}.user-info-dropdown .dropdown-toggle .user-name{font-weight:500;display:inline-block;vertical-align:middle;margin-left:5px;color:#131e22;font-family:'Inter',sans-serif}.user-info-dropdown .dropdown-menu{min-width:185px}.dropdown-menu-icon-list .dropdown-item{position:relative;padding-left:45px}.dropdown-menu-icon-list .dropdown-item i{position:absolute;left:16px;top:50%;font-size:18px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.user-notification{float:right;margin-right:10px;padding:22px 5px 10px 0}.user-notification .dropdown-toggle{font-size:20px;padding:10px;color:#555;position:relative}.user-notification .dropdown-toggle .badge{position:absolute;right:8px;top:10px;background:#f5678a;width:5px;height:5px;display:block;padding:0}.user-notification .dropdown-menu{width:400px;padding:20px 10px}.notification-list ul li a{display:block;position:relative;padding:10px 15px 10px 75px;min-height:75px;color:#666;font-size:14px;font-weight:500;font-family:'Inter',sans-serif;border-radius:5px}.notification-list ul li a img{width:50px;height:50px;position:absolute;left:10px;top:13px;border-radius:10px;-webkit-box-shadow:1px 2px 13px rgba(0,0,0,.2);box-shadow:1px 2px 13px rgba(0,0,0,.2)}.notification-list ul li a h3{font-size:16px;color:#202342;font-weight:700;text-transform:capitalize;font-family:'Inter',sans-serif;padding-bottom:5px}.notification-list ul li a h3 span{float:right;font-size:12px;font-weight:500;padding-top:2px}.header-dark .header,.header-dark .header-left .header-search{background:#0b132b}.header-dark .header .user-info-dropdown .dropdown-toggle,.header-dark .header .user-info-dropdown .dropdown-toggle .user-name,.header-dark .menu-icon,.header-dark .search-toggle-icon,.header-dark .user-notification .dropdown-toggle{color:#ecf0f4}.header-dark .header .header-left .header-search .search-input{background:rgba(236,236,236,.1);border-color:transparent;color:#ecf0f4}.header-dark .header .header-left .header-search .search-input:focus{border-color:#4b4d50}.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-moz-placeholder,.header-dark .header .header-left .header-search .search-input::-moz-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-ms-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-icon{color:#ecf0f4}.footer-wrap{width:100%;position:relative;text-align:center;font-weight:500}.footer-wrap a{color:#1b00ff;text-decoration:underline}.menu-icon,.search-toggle-icon{width:47px;height:47px;font-size:22px;line-height:1;color:#555;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brand-logo{width:280px;height:70px;border-bottom:1px solid rgba(0,0,0,.1)}.brand-logo a{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;font-size:22px;color:#fff;letter-spacing:.05em;font-weight:500;line-height:45px;font-family:'Inter',sans-serif;padding:0 20px}.brand-logo a .light-logo,.sidebar-light .brand-logo a .dark-logo{display:block}.brand-logo a span{display:block;vertical-align:middle;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-logo a .svg,.brand-logo a img{max-width:180px;display:block;height:auto}.left-side-bar,.left-side-bar:before{position:fixed;left:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.left-side-bar{width:280px;height:100vh;z-index:1000;background:#0b132b}.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#ecf0f4}.left-side-bar:before{content:"";z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.3);display:none}.left-side-bar.open{left:0}.left-side-bar .menu-block{height:calc(100vh - 70px)}.left-side-bar .close-sidebar{font-size:18px;color:#888;cursor:pointer;position:absolute;right:10px;top:20px;display:none}.sidebar-menu{padding:0 0 20px}.sidebar-menu .dropdown-toggle{display:block;padding:18px 15px 18px 67px;font-size:16px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .dropdown-toggle:after{position:absolute;right:15px;font-size:18px}.sidebar-menu.icon-style-2 .dropdown-toggle:after{content:"\f217";font-family:Ionicons}.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle:after{content:"\f208"}.sidebar-menu.icon-style-3 .dropdown-toggle:after{content:"\f101"}.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle:after{content:"\f103"}.sidebar-menu .dropdown-toggle:hover,.sidebar-menu .show>.dropdown-toggle{background:rgba(0,0,0,.4);color:#fff}.sidebar-menu .dropdown-toggle .micon{position:absolute;left:10px;width:42px;height:42px;font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-color:transparent;top:50%;text-align:center;border-radius:4px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.sidebar-menu .dropdown-toggle:hover .micon,.sidebar-menu .show>.dropdown-toggle .micon{color:#fff}.sidebar-menu .dropdown-toggle .new{font-size:24px;line-height:14px;display:inline-block;vertical-align:middle}.sidebar-menu .dropdown-toggle .new:before{line-height:14px}.sidebar-menu .submenu{position:relative;width:100%;display:none}.sidebar-menu .submenu:before{content:"";width:1px;height:100%;position:absolute;left:31px;top:0;display:none;background:0 0;border-left:2px dashed #1b00ff}.sidebar-menu .submenu li>a:before{content:"\f208";position:absolute;line-height:1;left:28px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);font-family:Ionicons}.sidebar-menu.icon-list-style-2 .submenu li>a:before{content:"\f10c";font-family:FontAwesome}.sidebar-menu.icon-list-style-3 .submenu li>a:before{content:"\eb1d";font-family:dropways}.sidebar-menu.icon-list-style-4 .submenu li>a:before{content:"\edd2";font-family:dropways}.sidebar-menu.icon-list-style-5 .submenu li>a:before{content:"\ee07";font-family:dropways}.sidebar-menu.icon-list-style-6 .submenu li>a:before{content:"\ee36";font-family:dropways}.mobile-menu-overlay,.sidebar-menu .submenu li a,.sidebar-menu .submenu li>a:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .submenu li a{display:block;padding:18px 15px 18px 60px;font-size:14px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:'Inter',sans-serif}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a,.sidebar-menu .submenu li.dropdown>a:before,.sitemap ul li.child:after,.sitemap ul li.child:before{display:none}.sidebar-menu .submenu li a.dropdown-toggle{padding:18px 15px 18px 60px;font-size:16px}.sidebar-menu .submenu.child{padding-left:15px}.sidebar-menu .submenu li:hover>a:before{left:18px}.sidebar-menu .submenu li a.active,.sidebar-menu .submenu li a:hover{color:#fff;background-color:rgba(0,0,0,.4)}.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon,.sidebar-light .sidebar-menu .show>.dropdown-toggle .micon,.sidebar-menu .dropdown-toggle.active,.sidebar-menu .dropdown-toggle.active .micon{color:#fff}.mobile-menu-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:#121421;opacity:.6;z-index:123;background-size:20px;background-position:98% 15px;display:none}.sidebar-light .left-side-bar{background:#fff}.sidebar-light .sidebar-menu .dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a{color:#0b132b;font-weight:400}.sidebar-light .sidebar-menu .dropdown-toggle .micon{color:#0b132b}.sidebar-light .sidebar-menu .dropdown-toggle:hover,.sidebar-light .sidebar-menu .show>.dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a.active,.sidebar-light .sidebar-menu .submenu li a:hover{color:#fff;background-color:#0b132b}.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#0e132b}.sidebar-menu .dropdown-divider{margin:20px 0;border-color:rgba(255,255,255,.2);border-width:2px}.sidebar-light .sidebar-menu .dropdown-divider{border-color:rgba(0,0,0,.2)}.sidebar-menu .sidebar-small-cap{font-size:14px;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:#fff;padding:0 15px 10px}.sidebar-light .sidebar-menu .sidebar-small-cap{color:#1502bd}.login-header{position:relative;padding:0 15px;background-color:#fff;z-index:1}.login-header .brand-logo{width:auto;border:0}.login-menu a{font-size:20px;font-weight:600;color:#1b00ff}.login-wrap{height:calc(100% - 70px);overflow:auto;padding:30px 0}body.IE .login-wrap,body.IE .register-page-wrap{display:block!important;padding:0}body.IE .login-wrap .container,body.IE .register-page-wrap .container{padding-top:10vh;padding-bottom:10vh}.login-wrap .container,.register-page-wrap .container{max-width:1300px}.login-wrap .mCustomScrollBox{height:auto;width:100%}.login-box{max-width:400px;width:100%;padding:40px 20px;margin:5px auto}.select-role{margin-bottom:25px;padding:0 5px}.select-role .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.select-role .btn-group .btn{margin:0 5px;border:1px solid #d4d4d4;text-align:left;padding-left:60px;padding-top:10px;padding-bottom:10px;width:calc(50% - 10px);border-radius:5px!important;font-size:16px;line-height:1.3;font-weight:700;color:#333;position:relative}.select-role .btn-group .btn.active,.select-role .btn-group .btn.active:focus,.select-role .btn-group .btn.focus.active{background-color:rgba(27,0,255,.05);border-color:rgba(27,0,255,.5);color:#1b00ff}.select-role .btn-group .btn .icon{position:absolute;left:15px;width:30px;height:30px;top:50%;margin-top:-15px}.select-role .btn-group .btn .icon .svg{width:30px;height:30px}.select-role .btn-group .btn span{display:block;font-size:14px;font-weight:500;color:#222}.login-box .login-title{padding:0 0 10px;margin-bottom:30px}.login-box .login-title h2{font-size:24px;font-weight:700}.login-box .login-img{display:block;margin:0 auto 20px;max-width:100px}.forgot-password{text-align:right}.register-page-wrap{height:calc(100% - 70px);padding:30px 0}.register-page-wrap .register-box{max-width:410px;margin:0 auto}.register-page-wrap,.register-page-wrap .wizard-content .wizard{position:relative;overflow:auto}.register-page-wrap .wizard-content .wizard .steps{position:relative}.register-page-wrap .wizard-content .wizard>.steps .step{position:relative;top:0;left:0;display:block;margin:0 auto;border-width:2px;background-color:#fff;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a .step{background:url(../images/tick.svg) no-repeat #ecf0f4;font-size:0;background-size:22px;background-position:center center;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:after,.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:before,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before{background:rgba(24,31,72,.3)}.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:before{background-color:transparent}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current .step{border-color:#1b00ff;color:#181f48;background-color:#fff}.register-page-wrap .wizard-content .wizard>.steps .info,.register-page-wrap .wizard-content .wizard>.steps .step,.register-page-wrap .wizard-content .wizard>.steps>ul>li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.register-page-wrap .wizard-content .wizard>.steps .info{display:block;width:100%;padding-top:10px}.register-page-wrap .wizard-content .wizard>.steps>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 10px}.register-page-wrap .wizard-content .wizard>.steps>ul>li{width:25%}.register-page-wrap .wizard-content .wizard>.steps>ul>li a{padding:20px 10px;margin:0;text-align:center;color:rgba(24,31,72,.6);font-size:11px;font-weight:700}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current>a,.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a{color:#181f48}.register-page-wrap .wizard-content .wizard>.content{overflow:hidden;padding:15px 15px 0;min-height:320px}.register-page-wrap .wizard-content .wizard>.actions{padding:0 15px 20px;text-align:right}.register-info li{margin-bottom:15px;font-size:14px}.main-container{padding:80px 20px 0 300px}.page-header .dropdown-menu{border-radius:5px}.page-header{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);margin-bottom:30px;padding:20px}.page-header .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header h4{font-weight:600;padding-bottom:5px}.page-header .breadcrumb{padding:0;margin:0}.search-icon-box,.timeline ul{position:relative}.search-icon-box input{height:70px;width:100%;font-size:20px;padding:0 60px 0 30px;font-weight:300;border:0;color:#fff;background:#6209ab}.search-icon-box input::-webkit-input-placeholder{opacity:1;color:#fff}.search-icon-box input:-moz-placeholder,.search-icon-box input::-moz-placeholder{opacity:1;color:#fff}.search-icon-box input:-ms-input-placeholder{opacity:1;color:#fff}.search-icon-box .search_icon{position:absolute;font-size:24px;line-height:1;right:20px;top:26px;color:#fff}.fontawesome-icon-list{padding-top:20px}.fontawesome-icon-list.custom-icon-list,.sitemap ul li.child h5{padding-top:0}.fontawesome-icon-list .fa-hover,.fontawesome-icon-list a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fontawesome-icon-list .fa-hover{padding-top:13px;padding-bottom:13px;margin-bottom:10px;cursor:pointer;border-radius:8px}.fontawesome-icon-list .fa-hover:hover{background:rgba(68,66,87,.13);-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08)}.fontawesome-icon-list a{display:block;font-size:14px;font-weight:500;position:relative;padding-left:45px;color:#131e22}.fontawesome-icon-list a .icon-copy{position:absolute;left:10px;top:4px;font-size:18px}.fontawesome-icon-list.custom-icon-list a{font-size:14px;line-height:24px}.fontawesome-icon-list.custom-icon-list a .icon-copy{font-size:24px;line-height:1;top:0}.foundation-icon.fontawesome-icon-list a .icon-copy{top:0;font-size:24px;line-height:24px}.ionicons-list li{width:8.3%;text-align:center}.ionicons-list.fontawesome-icon-list a{padding-left:0}.ionicons-list.fontawesome-icon-list a .icon-copy{font-size:24px;left:0;position:relative}.wysihtml5-toolbar .dropdown-menu a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.html-editor textarea.form-control{height:300px;font-weight:400}.copy-notification{color:#fff;background-color:rgba(0,0,0,.8);padding:12px 20px;border-radius:30px;position:fixed;top:50%;left:50%;width:150px;margin-top:-30px;margin-left:-85px;display:none;text-align:center}.error-page h1,.error-page-wrap{font-size:16px;line-height:26px;font-weight:700;color:#222}.error-page h1{font-size:210px;text-shadow:2px 2px 0 #181f48,4px 4px 0 #fff,8px 8px 0 #181f48;line-height:1;color:#181f48}.error-page h3{font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:30px;padding-top:30px}.project-info{padding-bottom:15px}.project-info-left{float:left;width:60px;padding-top:10px}.project-info-left .icon{width:50px;height:50px;border-radius:100%;line-height:50px;text-align:center;font-size:20px}.project-info-right{float:right;width:calc(100% - 60px);text-align:right}.device-manage-progress-chart ul li:last-child{margin-bottom:0}.device-manage-progress-chart .device-name{width:75px;float:left;text-align:right}.device-manage-progress-chart .device-total{float:left;width:45px;font-size:14px}.device-manage-progress-chart .device-progress{float:left;width:calc(100% - 120px);padding:7px 10px 0}.device-manage-progress-chart .device-progress .grand_total{float:right}.device-manage-progress-chart .device-progress .progress{margin-bottom:0;height:10px}.device-manage-progress-chart .device-progress .progress .progress-bar{height:100%}.device-manage-progress-chart .device-progress .progress .progress-bar.window{background:#00bcf2}.device-manage-progress-chart .device-progress .progress .progress-bar.mac{background:#027496}.device-manage-progress-chart .device-progress .progress .progress-bar.android{background:#0059b2}.device-manage-progress-chart .device-progress .progress .progress-bar.linux{background:#8ab1b7}.to-do-list ul li{padding:15px}.to-do-list ul li,.to-do-list ul li:hover{background:#ecf0f4}.to-do-list ul li:nth-child(2n){background:#fff}#browservisit path.jvectormap-region.jvectormap-element{stroke-width:.5px;stroke:#667f87}.jvectormap-goback,.jvectormap-zoomin,.jvectormap-zoomout{background:#667f87}.browser-visits ul li{margin-bottom:40px}.browser-visits ul li .icon,.browser-visits ul li .visit{width:50px}.browser-visits ul li .browser-name{width:calc(100% - 100px);font-size:14px;font-weight:600}.docs-preview{margin-right:-1rem}.img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden}.preview-lg{height:9rem;width:16rem}.preview-md{height:4.5rem;width:8rem}.preview-sm{height:2.25rem;width:4rem}.preview-xs{height:1.125rem;margin-right:0;width:2rem}.btn-list .btn{margin:5px}#login-modal .modal-dialog{max-width:380px}#login-modal .login-box{margin:0}.confirmation-btn{width:50px;height:50px;margin:0 auto}.da-card .da-card-content{padding:20px 15px;background:#fff;font-size:14px}.da-card,.da-card .da-card-photo{position:relative;overflow:hidden}.da-card .da-card-photo img{position:relative;display:block;width:100%;-webkit-transition:all .4s linear;transition:all .4s linear}.da-card .da-overlay{position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;overflow:hidden;background:rgba(19,30,34,.7);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-overlay.da-slide-left{left:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-left{left:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-left,.da-card .da-overlay.da-slide-right,.da-card .da-overlay.da-slide-top{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.da-card .da-overlay.da-slide-right{right:-100%;left:inherit}.da-card .da-card-photo:hover .da-overlay.da-slide-right{right:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-top{top:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-bottom,.da-card .da-card-photo:hover .da-overlay.da-slide-top{top:0}.da-card .da-overlay.da-slide-bottom{top:100%}.da-card .da-card-photo:hover img{-webkit-transform:scale(1.2) translateZ(0);transform:scale(1.2) translateZ(0)}.da-card .da-card-photo:hover .da-overlay{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateZ(0);transform:translateZ(0)}.da-card .da-card-photo:hover .da-social{opacity:1}.da-card .da-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.da-card .da-social h5{position:absolute;top:0;white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis;font-size:16px;font-weight:500}.chat-box .chat-desc ul li .chat-img,.da-card .da-social ul li{float:left}.da-card .da-social ul li a{display:block;width:45px;height:45px;border:1px solid #fff;line-height:43px;font-size:20px;text-align:center;color:#fff;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-social ul li:first-child a{border-top-left-radius:5px;border-bottom-left-radius:5px}.da-card .da-social ul li:last-child a{border-top-right-radius:5px;border-bottom-right-radius:5px}.da-card .da-social ul li a:hover{background:#fff;color:#1b00ff}.nav-tabs.customtab .nav-item.show .nav-link,.nav-tabs.customtab .nav-link.active{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav-tabs.customtab .nav-item{margin-bottom:0}.nav-tabs.customtab .nav-link{color:#181f48;border:0;border-bottom:2px solid transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav-tabs.customtab .nav-link:focus,.nav-tabs.customtab .nav-link:hover{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav.vtabs{border-bottom:0;border-right:1px solid #dee2e6;height:100%}.nav.vtabs .nav-link{border-radius:0}.nav.vtabs .nav-item.show .nav-link,.nav.vtabs .nav-link.active{border-right:0;border-color:#dee2e6;color:#1b00ff}.nav.vtabs.nav-pills .nav-item.show .nav-link,.nav.vtabs.nav-pills .nav-link.active{border-right:0;border-color:#dee2e6;color:#fff}.nav.vtabs.customtab .nav-item.show .nav-link,.nav.vtabs.customtab .nav-link.active{border-color:#1b00ff}.timeline ul:before{content:"";width:3px;height:100%;background:#1b00ff;position:absolute;left:150px}.timeline ul li{position:relative;padding-left:180px;padding-top:20px;padding-bottom:30px}.timeline ul li:before{content:"";position:absolute;top:30px;left:142px;width:18px;height:18px;background:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 3px #1b00ff;box-shadow:0 0 0 3px #1b00ff}.timeline .timeline-date{position:absolute;left:0;top:20px;width:120px;background:#1b00ff;color:#fff;font-size:16px;padding:6px 10px;border-radius:5px}.list-unstyled>li>ul{margin-left:35px}.list-unstyled>li>ul li{list-style:circle}.sitemap{border-left:2px dashed #1b00ff}.sitemap h5{padding:15px;margin-bottom:10px;font-weight:600;color:#1b00ff}.sitemap ul,.sitemap ul li{position:relative;padding-left:25px}.sitemap ul li{min-height:40px;padding-left:35px;margin-bottom:10px;padding-top:2px}.sitemap ul li:last-child{margin-bottom:0}.sitemap ul li:before{content:"";background:#fff;width:20px;height:20px;border:2px solid #1b00ff;border-radius:100%;position:absolute;left:6px;top:5px}.sitemap ul li:after{content:"";width:25px;left:-25px;top:40%;position:absolute;border-top:2px dashed #1b00ff}.blog-list ul li,.sitemap ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fc th,.sitemap ul li a{font-weight:500;font-size:15px}.sitemap ul li a{display:inline-block;color:#0b132b}.sitemap ul li a:hover{color:#000}.sitemap ul li.child{padding-left:0;padding-top:0;border-left:2px dashed #2976aa}.calendar-wrap .fc-event.ui-draggable-handle{padding:5px;margin-bottom:5px}.fc th{padding:10px!important;background:#e1e1f5;line-height:1}.fc-day-grid-event .fc-time{font-weight:500!important}.fc-day-grid-event .fc-content{padding:3px 9px}.fc-header-toolbar h2{font-size:18px;padding-top:7px}.blog-wrap{padding-bottom:50px}.blog-list ul li{border-radius:10px;margin-bottom:40px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);background:#fff}.blog-list ul li:hover{-webkit-box-shadow:0 0 48px rgba(0,0,0,.25);box-shadow:0 0 48px rgba(0,0,0,.25)}.blog-list ul li .blog-img{height:100%;min-height:300px;border-radius:10px 0 0 10px;background-size:cover!important}.blog-list ul li .blog-caption{padding:20px;font-size:16px;line-height:1.5;color:#031e23}.blog-list ul li .blog-caption h4{font-size:17px;line-height:1.5;font-weight:700;margin-bottom:12px}.blog-list ul li .blog-caption h4 a,.product-caption h4 a{color:#131e22}.latest-post ul li{padding:.75rem 1.25rem;font-size:14px;color:#78909c;border-bottom:1px solid rgba(0,0,0,.125)}.latest-post ul li h4{font-size:14px;font-weight:600;line-height:1.5;margin-bottom:5px}.blog-list ul li .blog-caption h4 a,.latest-post ul li h4 a,.product-box,.product-caption h4 a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.latest-post ul li h4 a{display:block;color:#131e22}.latest-post ul li h4 a:hover{color:#1b00ff}.blog-detail,.product-box{background:#fff}.blog-detail .blog-caption{padding:20px;font-size:16px;color:#78909c}.blog-detail ul li{position:relative;padding-left:25px;margin-bottom:5px;line-height:28px}.blog-detail ul li:before{content:"\f101";font-family:"FontAwesome";position:absolute;color:#405158;left:0;top:0}.blog-detail ol,.blog-detail ul{padding-left:15px}.blog-detail ol>li{position:relative;padding-left:20px;margin-bottom:5px}.blog-detail ol,.blog-detail ol>li>ol,.blog-detail ol>li>ol>li>ol{counter-reset:my-badass-counter}.blog-detail ol>li>ol>li:before{content:counter(my-badass-counter,lower-alpha);counter-increment:my-badass-counter}.blog-detail ol>li:before,.blog-detail ol>li>ol>li>ol>li:before{content:counter(my-badass-counter,lower-roman);counter-increment:my-badass-counter}.blog-detail ol>li:before{content:counter(my-badass-counter);position:absolute;left:0;top:0;color:#405158;font-weight:500}.gallery-wrap>ul>li,.product-list ul li{margin-bottom:30px}.product-box{border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);height:100%}.producct-img{overflow:hidden}.producct-img img{position:relative;border-radius:10px 10px 0 0;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.product-list ul li:hover .producct-img img{-webkit-transform:scale(1.3);transform:scale(1.3)}.product-caption{padding:20px}.product-caption h4{font-size:18px;margin-bottom:8px}.product-caption .btn{border-radius:22px}.price{font-size:15px;font-weight:600;padding-bottom:15px;color:#78909c}.price ins{text-decoration:none;display:inline-block;margin-left:10px;color:#131e22}.product-slider{margin-bottom:20px}.slider-arrow .slick-arrow,.slider-arrow .slick-arrow:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.slider-arrow .slick-arrow{position:absolute;bottom:0;width:40px;height:40px;top:50%;margin-top:-20px;border:1px solid #1b00ff;background:#1b00ff;border-radius:0;cursor:pointer;font-size:0;text-align:center}.slider-arrow .slick-arrow:hover{border-color:#2a2d31}.slider-arrow .slick-arrow:hover:before{color:#fff}.slider-arrow .slick-arrow:before{font-family:"dropways";font-size:16px;color:#fff;line-height:38px}.slider-arrow .slick-arrow.slick-prev{z-index:12;left:15px}.slider-arrow .slick-arrow.slick-prev:before{content:"\eabc"}.slider-arrow .slick-arrow.slick-next{right:15px}.slider-arrow .slick-arrow.slick-next:before{content:"\eabd"}.product-slide-nav{padding:10px}.product-detail-desc{font-size:16px;line-height:1.5}.faq-wrap .card{margin-bottom:20px;border:0;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.faq-wrap .card-header{background:#fff;text-align:left;border:0;padding:0}.faq-wrap .card-header .btn{background:0 0;border-radius:0;text-align:left;font-size:16px;font-weight:500;padding:16px 40px 16px 16px;position:relative;white-space:normal;color:#1b00ff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.faq-wrap .card-header .btn.collapsed{color:#222}.faq-wrap .card-header .btn:after{content:"\f209";font-family:"Ionicons";position:absolute;right:10px;color:#1b00ff;top:16px}.faq-wrap .card-header .btn.collapsed:after{content:"\f218"}.faq-wrap .card-body{padding-top:0}.pricing-table-wrap .card{border:0;-webkit-box-shadow:0 0 48px rgba(0,0,0,.2);box-shadow:0 0 48px rgba(0,0,0,.2)}.pricing-table-wrap .btn{padding-left:30px;padding-right:30px}.pricing-table-wrap .list-group-flush .list-group-item{background:0 0}.pricing-card{text-align:center}.pricing-card .price-title,.pricing-card .pricing-icon{padding-bottom:30px;text-align:center}.pricing-card .pricing-icon img{margin-top:-30px}.pricing-card .price-title{text-transform:uppercase;font-size:16px;font-weight:500;color:#1b00ff;letter-spacing:.15em}.pricing-card .pricing-price{font-size:60px;line-height:1;font-weight:400;padding-bottom:40px;padding-top:20px;color:#1b00ff}.pricing-card .pricing-price sub{font-size:16px;font-weight:400;color:#fd486e}.pricing-card .pricing-price sup{font-size:20px;font-weight:400;color:#fd486e;top:10px;vertical-align:top}.pricing-card .text{padding-bottom:30px}.pricing-card .cta{max-width:170px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.pricing-card .cta .btn{display:block;text-align:center}.pricing-card-style2,.profile-setting .profile-edit-list>li{padding:20px}.pricing-card-style2 .pricing-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:15px;border-bottom:2px solid #f0f2f7}.pricing-card-style2 .pricing-card-header .left{width:60%}.pricing-card-style2 .pricing-card-header .left h5{color:#1b00ff;font-size:18px;font-weight:700}.pricing-card-style2 .pricing-card-header .left p,.pricing-points ul li{font-size:14px;font-weight:500;margin-bottom:0}.pricing-card-style2 .pricing-card-header .right{width:40%;text-align:right;color:#000;font-size:18px;line-height:1.4;font-weight:700}.pricing-card-style2 .pricing-card-header .right span{display:block;font-size:12px}.pricing-card-style2 .pricing-card-body{padding-top:30px;padding-bottom:10px}.pricing-points ul li{padding:0 30px 0 0;margin-bottom:20px;color:#000;position:relative}.pricing-points ul li:after{content:"\f121";font-family:Ionicons;font-size:18px;line-height:1;color:#1061e4;position:absolute;right:0;top:0}.pricing-card-style2 .cta{max-width:170px;margin:0 auto;padding-top:10px;padding-bottom:20px}.pricing-card-style2 .cta .btn{display:block;text-align:center}.profile-photo{width:160px;height:160px;margin:0 auto 15px;position:relative}.profile-photo .edit-avatar{position:absolute;right:-15px;top:0;width:30px;height:30px;line-height:30px;font-size:14px;text-align:center;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);box-shadow:0 2px 4px rgba(0,0,0,.4)}.contact-directory-box .contact-avatar span img,.profile-photo .avatar-photo,.profile-photo .edit-avatar{border-radius:100%}.profile-info,.profile-skills,.profile-social{border-top:2px dashed #ecf0f4;padding:15px}.profile-info ul li{margin-bottom:15px;font-size:14px;font-weight:500;word-wrap:break-word}.profile-info ul li span{display:block;font-size:14px;color:#1b00ff;font-weight:500;padding-bottom:5px}.profile-info ul li:last-child{margin-bottom:0}.profile-social ul li{float:left;margin:5px}.profile-social ul li .btn{padding:0;width:36px;height:36px;text-align:center;line-height:36px}.notification-list.chat-notification-list ul li.active a,.notification-list.chat-notification-list ul li:hover a,.profile-tab .nav-tabs.customtab{background:#fff}.profile-tab .nav-tabs.customtab .nav-link{padding:18px 30px;background:0 0;font-weight:500}.profile-setting{height:100%}.profile-setting .container{max-width:800px}.profile-tab .tab-content{height:calc(100% - 63px)}.profile-setting .profile-edit-list{padding:30px 0;margin:0}.profile-setting .btn-outline-secondary{border-color:#ced4da}.profile-setting .profile-edit-list .form-control{font-weight:400}.task-title{padding-bottom:30px}.task-title a{padding-left:20px;padding-right:20px}.profile-task-wrap .container{max-width:800px}.profile-task-list ul li{position:relative;padding-left:30px;font-size:18px;line-height:24px;color:#263238;margin-bottom:25px}.profile-task-list.close-tasks ul li{color:#90a4ae;text-decoration:line-through}.profile-task-list ul li .task-type{font-size:16px;color:#90a4ae;font-weight:500}.profile-task-list ul li .task-assign{font-size:16px;color:#90a4ae;font-weight:300}.profile-task-list ul li .due-date{display:inline-block;padding-left:10px}.profile-task-list ul li .due-date:before{content:"\f111";font-family:"FontAwesome";display:inline-block;font-size:8px;vertical-align:middle;margin-right:8px;opacity:.5}.profile-task-list ul li .custom-control,.profile-timeline-list ul:before{position:absolute;left:0;top:0;width:100%;height:100%}.profile-task-list ul li .custom-control-label{position:absolute;width:100%;height:100%;left:0}.profile-task-list ul li .custom-control-label::after,.profile-task-list ul li .custom-control-label::before{top:50%;margin-top:-12px;left:0}.task-list-scroll{height:303px}.task-list-form>ul>li{padding:30px 20px;background:#e7eef0;position:relative;border-bottom:2px dashed #2976aa}.task-list-form>ul>li .remove-task{position:absolute;right:22px;top:3px;font-size:18px;color:#2976aa}.task-list-form .form-control{font-weight:400}.task-list-form textarea.form-control{height:80px}.task-list-form .btn-outline-primary{border-color:#ced4da}.add-more-task,.chat-box .chat-desc ul li.admin_chat .chat-body .chat_time{text-align:right}.add-more-task a{display:inline-block;padding:10px;color:#2976aa}.profile-timeline{padding:30px}.profile-timeline .timeline-month{margin-bottom:20px}.profile-timeline .timeline-month h5{font-size:16px;font-weight:700}.profile-timeline-list ul{padding-left:15px;position:relative}.profile-timeline-list ul:before{content:"";width:2px;left:4px;background-color:#1b00ff}.profile-timeline-list ul li{margin-bottom:10px;position:relative;padding-left:100px;line-height:24px;padding-top:8px}.profile-timeline-list ul li p{margin-bottom:5px;font-size:14px;line-height:1.5;font-weight:500}.profile-timeline-list ul li:before{content:"";width:12px;height:12px;border:2px solid #1b00ff;border-radius:22px;position:absolute;left:-16px;top:15px;background:#1b00ff}.profile-timeline-list .date{position:absolute;top:8px;left:5px;font-weight:700;font-size:13px}.profile-timeline-list .task-name{text-transform:uppercase;font-weight:600;color:#1b00ff;font-size:14px;line-height:22px;position:relative}.profile-timeline-list .task-name i{position:absolute;left:-22px;top:0;font-size:18px}.profile-timeline-list .task-time{color:rgba(24,31,72,.71);font-size:12px;font-weight:700}.contact-directory-list>ul>li{margin-bottom:30px}.contact-directory-box{background:#fff;min-height:400px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);border-radius:10px}.contact-dire-info{padding:30px 25px 20px}.contact-directory-box .contact-avatar span{display:block;margin:0 auto 20px;width:150px;height:150px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:100%;overflow:hidden}.contact-directory-box .contact-name,.contact-directory-box .contact-skill{padding-bottom:20px}.contact-directory-box .contact-name h4{font-weight:600;font-size:18px}.contact-directory-box .contact-name p{margin-bottom:2px;color:#7f92a9;font-size:14px}.contact-directory-box .contact-skill .badge{border:1px solid #ced9ee;font-weight:500;font-size:16px;padding:7px 11px;margin:3px 0}.contact-directory-box .contact-skill .badge.badge-primary{background:#1b00ff;border-color:#1b00ff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.contact-directory-box .profile-sort-desc{font-weight:400;color:#6f7c8d}.contact-directory-box .view-contact a{display:block;text-align:center;text-transform:uppercase;font-size:15px;font-weight:600;padding:20px 5px;letter-spacing:.05em;position:relative;border-radius:0 0 6px 6px}.contact-directory-box:hover .view-contact a:before{opacity:0}.contact-directory-box .view-contact a,.contact-directory-box .view-contact a:before,.notification-list.chat-notification-list ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box .view-contact a:before{content:"";width:80px;height:1px;background:#1b00ff;position:absolute;left:0;right:0;top:0;margin:0 auto}.invoice-wrap{overflow:auto}.invoice-box{background:#fff;width:800px;margin:0 auto;padding:20px}.invoice-header{padding-bottom:30px}.invoice-desc .invoice-sub{width:40%;float:left;padding:8px 15px}.invoice-desc .invoice-hours,.invoice-desc .invoice-rate{width:20%;float:left;padding:8px 15px}.invoice-desc .invoice-subtotal{width:20%;float:right;padding:8px 15px}.invoice-desc .invoice-desc-head{background:#eaeaea;font-weight:500}.invoice-desc .invoice-desc-body{padding-top:15px;min-height:400px}.invoice-desc .invoice-desc-footer .invoice-desc-body{min-height:50px}.invoice-desc .invoice-desc-body ul li{border-bottom:1px solid #eaeaea;padding-bottom:5px}.chat-list{border:1px solid #ecf0f4;border-radius:5px;height:72vh}.chat-search{border-bottom:1px solid #ccc;padding:10px;position:relative}.chat-search>span{position:absolute;left:30px;top:30px;color:#33484f}.chat-search input{height:55px;width:100%;border:0;background:0 0;padding-left:50px;color:#33484f}.chat-list .notification-list{height:calc(100% - 76px);padding:10px}.notification-list.chat-notification-list ul li a{padding-top:16px}.notification-list.chat-notification-list ul li a p,.upload-file-box .right h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-list.chat-notification-list ul li a p .fa{font-size:10px}.notification-list.chat-notification-list ul li a img{-webkit-box-shadow:none;box-shadow:none}.chat-detail{height:72vh}.chat-profile-header{padding:10px 30px 10px 20px;border-bottom:1px solid #eff0f4}.chat-profile-header .left{float:left;width:60%}.chat-profile-header .left .chat-profile-photo{float:left;width:90px}.chat-profile-header .left .chat-profile-photo img{width:66px;height:66px;border-radius:100%}.chat-profile-header .left .chat-profile-name{float:left;padding-top:15px}.chat-profile-header .left .chat-profile-name h3{font-size:18px;color:#44aeff}.chat-profile-header .left .chat-profile-name span{font-size:12px;color:#a4a4a4;display:block;margin-bottom:6px}.chat-profile-header .left .chat-profile-name a{font-size:10px;color:#44aeff;display:inline-block}.chat-profile-header .right{float:right;width:40%;padding-top:15px}.chat-profile-header .right .text-light-orange{color:#f56767!important}.chat-box{height:calc(100% - 89px)}.chat-box .chat-desc{height:calc(100% - 86px);padding-bottom:10px}.chat-box .chat-desc ul li{margin-bottom:35px}.chat-box .chat-desc ul li .chat-img img,.upload-file-box .left .overlay a span{width:40px;height:40px;border-radius:100%}.chat-box .chat-desc ul li .chat-body{margin-left:60px}.chat-box .chat-desc ul li .chat-body p{font-size:15px;line-height:24px;color:#33484f;min-height:50px;padding:12px 15px;border:1px solid #ecf0f4;background:#ecf0f4;border-radius:5px}.chat-box .chat-desc ul li .chat-body .chat_time{font-size:12px;color:#a4a4a4}.chat-box .chat-desc ul li.admin_chat .chat-img,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left{float:right}.chat-box .chat-desc ul li.admin_chat .chat-body{margin-left:0;margin-right:60px;text-align:right}.chat-box .chat-desc ul li.admin_chat .chat-body p{text-align:right;display:inline-block;background:#e1e1f5;padding:12px 15px;border-radius:5px;position:relative}.chat-box .chat-desc ul li.admin_chat .chat-body p:after{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #389bff;position:absolute;right:-6px;top:16px;opacity:0}.chat-footer{height:86px;border-top:1px solid #eff0f4}.chat-footer .file-upload{float:left;width:55px}.chat-footer .file-upload a{display:block;text-align:center;font-size:20px;color:#222;padding-top:30px;padding-bottom:27px}.chat-footer .chat_text_area{float:left;width:calc(100% - 145px)}.chat-footer .chat_text_area textarea{width:100%;height:78px;border:0;font-size:16px;color:#33484f;padding-top:33px}.chat-footer .chat_send{float:right;width:90px}.chat-footer .chat_send .btn{display:block;width:100%;height:86px;font-size:35px;color:#44aeff;text-decoration:none;font-weight:900;padding:25px 10px 5px}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right{float:right;padding-left:0;padding-right:17px}.upload-file-box{padding-bottom:10px}.upload-file-box .left{float:left;position:relative;width:114px;height:84px;overflow:hidden;border-radius:5px}.upload-file-box .left .overlay{background-color:rgba(0,0,0,.5);position:absolute;left:0;top:0;width:100%;height:100%}.upload-file-box .left .overlay a{display:block;width:100%;height:100%}.upload-file-box .left .overlay a span{width:35px;height:35px;display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#fff;color:#222;line-height:35px;text-align:center;font-size:22px}.upload-file-box .right{float:left;width:calc(100% - 114px);padding-left:17px;padding-top:17px}.upload-file-box .right h3{display:block;font-size:14px;color:#000;margin-bottom:5px}.upload-file-box .right a{display:inline-block;color:#1d8df1;font-size:14px}.chat-profile-section{height:calc(100vh - 274px)}.chat-profile-section .chat--profile-desc{height:100%;padding:20px}.wizard-content .wizard>.actions>ul>li>a{background-color:#1b00ff;font-weight:600}.wizard-content .wizard>.actions>ul>li>a[href="#previous"]{border-color:#1b00ff;border-width:2px;color:#1b00ff}.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]{display:none;border-color:#1b00ff}.widget-style1{padding:10px}.widget-style1 .widget-data{width:calc(100% - 80px);padding:0 5px 0 15px}.widget-style1 .progress-data{width:80px}.widget-style1 .progress-data .apexcharts-canvas{margin:0 auto}.right-sidebar .right-sidebar-body .right-sidebar-body-content,.widget-style2 .widget-data{padding:20px}.right-sidebar{position:fixed;right:-315px;top:0;width:315px;height:100%;background:#fff;z-index:123;-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.right-sidebar-visible{right:0}.right-sidebar .sidebar-title{height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 15px;border-bottom:1px solid #d4d4d4}.right-sidebar .sidebar-title h3{font-weight:600}.right-sidebar .sidebar-title h3 span{font-weight:400;color:#000}.right-sidebar .close-sidebar{font-size:18px;color:#888;cursor:pointer}.right-sidebar .right-sidebar-body{height:calc(100% - 70px);overflow:auto}.sidebar-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar-btn-group .btn{width:48%}.sidebar-radio-group .custom-control-inline{margin-right:0;width:25%;margin-bottom:10px}.bootstrap-tagsinput .label-info{background:#1b00ff}.bootstrap-touchspin .btn{background:#1b00ff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0;padding-bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bootstrap-touchspin .input-group-btn-vertical .btn{height:52%}.bootstrap-touchspin .bootstrap-touchspin-postfix,.bootstrap-touchspin .bootstrap-touchspin-prefix{border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4}.asColorPicker-buttons a,.asColorPicker-gradient-control a{font-size:13px;font-weight:500}.dropzone{border-color:#1b00ff}.dropzone .dz-preview .dz-remove{color:red}.fc-view-container tr:first-child>td>.fc-day-grid-event{background:#1b00ff}.fc-today.alert-info{background:#e0deef}.fc-day-number,.fc-ltr .fc-axis{font-size:13px;font-weight:500}.swal2-popup .swal2-title{font-size:18px;font-weight:600}.swal2-popup .swal2-styled.swal2-confirm{background:#100099}.documentation-wrap{position:relative;height:100%;padding-left:300px}.documentation-wrap .doc-sidebar{position:absolute;left:0;top:0;background:#fff;width:300px;height:100%}.doc-content-wrap{padding:30px}.table-badge{padding:8px 20px;font-size:14px;background:#1b00ff;color:#ebecef;font-weight:500} -@media (min-width:1301px) and (max-width:1400px){.header{width:calc(100% - 250px)}.brand-logo,.left-side-bar{width:250px}.main-container{padding-left:270px}}@media (min-width:1200px) and (max-width:1400px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:1300px){.main-container{padding-left:0;padding-right:0}.header-left .menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header{width:100%}.left-side-bar{left:-281px}.left-side-bar .close-sidebar{display:block}.left-side-bar:before{display:block;opacity:0;visibility:hidden}.left-side-bar.open:before{opacity:1;visibility:visible;display:none}.left-side-bar .brand-logo a{text-align:left;padding:5px 15px}.left-side-bar .brand-logo a .svg,.left-side-bar .brand-logo a img{margin:0}.header-right .brand-logo{display:table}.header-right .menu-icon{display:block;padding-left:15px;padding-top:7px}.footer-wrap{width:100%}.mobile-menu-overlay{display:block;opacity:0;visibility:hidden}.mobile-menu-overlay.show{opacity:.6;visibility:visible}}@media (min-width:1025px){.header-left .header-search{display:block!important}}@media (max-width:1024px){.header{position:relative}.header-left{width:25%}.header-right{width:75%}.main-container{padding-top:10px}.header-left .search-toggle-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header-left .header-search{padding:15px 20px;position:absolute;left:0;top:100%;background:#fff;display:none}.register-page-wrap .wizard-content .wizard{padding-left:300px}.register-page-wrap .wizard-content .wizard .steps{width:300px}}@media (max-width:991px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:767px){.login-box{padding:40px 15px}.login-header .brand-logo a img{max-width:150px}.pre-loader{background-size:43%}.xs-pd-20-10{padding:20px 10px}.xs-mb-20{margin-bottom:20px}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h4,h4{font-size:1.4rem}.main-container,.timeline ul li{padding-bottom:0}.footer-wrap{position:relative;height:auto}.user-notification{margin-right:5px}.user-notification .dropdown-menu{width:100%;min-width:300px}.user-info-dropdown .dropdown-toggle .user-name{display:none}.page-header{margin-bottom:30px}.forgot-password{text-align:center}.ionicons-list li{width:16.6%}.timeline .timeline-date{position:relative;top:0;margin-bottom:20px;left:35px}.timeline ul:before{left:10px}.timeline ul li{padding-left:0}.timeline ul li:before{left:2px;top:28px}.fc-toolbar .fc-left,.fc-toolbar .fc-right{float:none!important;padding-bottom:10px}.fc-toolbar .fc-left:after,.fc-toolbar .fc-right:after{content:"";clear:both;display:table}.faq-wrap .card-header .btn{font-size:17px}.error-page h1{font-size:150px}}@media (max-width:660px){.docs-buttons .btn-group-crop{display:block}.select-role .btn-group .btn{padding-left:35px;font-size:14px}.select-role .btn-group .btn .icon{left:5px;width:25px;height:25px}.select-role .btn-group .btn .icon .svg{width:25px;height:25px}.forgot-password a{font-size:14px;font-weight:600}.btn-group-lg>.btn,.btn-lg{font-size:16px}.register-page-wrap .wizard-content .wizard{padding-left:0}.register-page-wrap .wizard-content .wizard .steps{display:none}} \ No newline at end of file +@charset "utf-8";body,html{-webkit-font-smoothing:antialiased;width:100%;height:100%}html{-webkit-text-size-adjust:none;-moz-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=submit]{-webkit-appearance:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:'Inter',sans-serif;font-weight:400;min-height:100%;color:#031e23;background:#ecf0f4}a{text-decoration:none;color:#555}a:focus,a:hover{outline:0;text-decoration:none}:focus{outline:0}img{border:0;vertical-align:top;max-width:100%;height:auto}input,select,textarea{resize:none;font-family:'Inter',sans-serif}select,textarea{outline:0}.slick-slide,a,button,input{outline:0!important}button::-moz-focus-inner{border:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700;color:#202342;font-family:'Inter',sans-serif}ol,p,ul{padding:0}ol,ul{margin:0;list-style:none}p{margin:0 0 15px}.container{max-width:1120px;width:100%}.pre-loader{background:#fff;background-position:center center;background-size:13%;position:fixed;left:0;top:0;width:100%;height:100%;z-index:12345;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pre-loader .loader-logo{padding-bottom:15px}.pre-loader .loader-progress{height:8px;border-radius:15px;max-width:200px;margin:0 auto;display:block;background:#ecf0f4;overflow:hidden}.pre-loader .bar{width:0%;height:8px;display:block;background:#1b00ff}.pre-loader .percent{text-align:center;font-size:24px;display:none}.pre-loader .loading-text{text-align:center;font-size:18px;font-weight:500;padding-top:15px}.mx-w-150{max-width:150px}.mx-h-300{max-height:300px}.mx-h-350{max-height:350px}.mx-h-380{max-height:380px}.mx-h-400{max-height:400px}.mx-h-450{max-height:450px}.pd-0{padding:0}.padding-top-10{padding-top:10px}.padding-top-30{padding-top:30px}.padding-bottom-30{padding-bottom:30px}.pd-5{padding:5px}.pd-10{padding:10px}.pd-20{padding:20px}.chat-box .chat-desc ul,.pd-ltr-20{padding:20px 20px 0}.pd-30{padding:30px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.pl-10{padding-left:10px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.margin-5{margin:5px}.mt-15{margin-top:15px}.mt-30{margin-top:30px}.device-manage-progress-chart ul li,.mb-30{margin-bottom:30px}.mb-20{margin-bottom:20px}.mb-15{margin-bottom:15px}.mb-10{margin-bottom:10px}.mb-5{margin-bottom:5px!important}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.font-30{font-size:30px;line-height:1.33em}.font-24{font-size:24px;line-height:1.42em}.font-20{font-size:20px;line-height:1.5em}.font-18{font-size:18px;line-height:1.55em}.font-16{font-size:16px;line-height:1.62em}.font-14{font-size:14px;line-height:1.71em}.font-12{font-size:12px;line-height:1.83em}.h1{font-size:40px;font-weight:700;line-height:1.3}.h1,.h2,.h3{color:#1b3133;font-family:'Inter',sans-serif}.h2{font-size:28px;font-weight:700;line-height:1.35}.h3{font-size:24px;line-height:1.5}.h3,.h4{font-weight:700}.h4,.h5,.page-header h4{font-size:20px;line-height:1.35;color:#1b3133;font-family:'Inter',sans-serif}.h5{font-size:18px;font-weight:600}.line-height-1{line-height:1}.line-height-1-2{line-height:1.2}.line-height-1-3{line-height:1.3}.weight-300{font-weight:300}.weight-400{font-weight:400}.weight-500{font-weight:500}.weight-600{font-weight:600}.weight-700{font-weight:700}.weight-800{font-weight:800}.height-auto{height:auto}.height-100-p{height:100%}.width-50-p{width:50%}.width-box{width:50px;height:50px}.max-width-200{max-width:200px}.max-width-300{max-width:300px}.max-width-400{max-width:400px}.max-width-500{max-width:500px}.max-width-600{max-width:600px}.max-width-700{max-width:700px}.max-width-800{max-width:800px}.max-width-900{max-width:900px}.max-width-1000{max-width:1000px}.min-height-200px{min-height:200px}.bg-cover{background-size:cover!important}.bg-light-blue{background-color:#e1e1f5}.color-light-blue{color:#e1e1f5}.bg-light-gray{background-color:#ecf0f4}.bg-white{background:#fff}.color-white{color:#fff}.bg-light-green{background-color:#41ccba}.text-light-green{color:#00e091}.bg-blue{background-color:#1b00ff}.text-blue{color:#1b00ff}.text-light-blue{color:#2976aa}.bg-light-orange{background-color:#f56767}.text-light-orange{color:#f56767}.bg-light-purple{background-color:#a683eb}.text-light-purple{color:#a683eb}.bg-orange{background-color:#f5956c}.text-orange{color:#f5956c}.text-yellow{color:#ecc72f}.text-green{color:#46be8a}.text-orange-50{color:#f2a654}.text-blue-50{color:#62a8ea}.text-red-50{color:#e14e50}.mCSB_inside>.mCSB_container{margin-right:0}.border-radius-0{border-radius:0}.border-radius-4{border-radius:4px}.border-radius-5{border-radius:5px}.border-radius-6{border-radius:6px}.border-radius-8{border-radius:8px}.border-radius-10{border-radius:10px}.border-radius-100,.user-info-dropdown .dropdown-toggle .user-icon img{border-radius:100%}.box-shadow{-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.wave1{background-image:url(../images/wave.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.card-box,.da-card{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.card-img-top{border-radius:10px 10px 0 0}.card-img-bottom{border-radius:0 0 10px 10px}.card-img{border-radius:10px}.card-title{font-size:18px;font-weight:600}.card-header{font-weight:500;font-size:16px}.card-text,.price del{font-size:15px}.badge{padding:.75em}.page-link:focus{-webkit-box-shadow:none;box-shadow:none}.highcharts-root{font-family:'Inter',sans-serif!important}.bootstrap-select .dropdown-toggle{height:45px}.bootstrap-select .dropdown-toggle.btn-light{background-color:transparent;border-color:#d4d4d4}.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active{background-color:transparent;border-color:#d4d4d4}.dropdown-toggle::after{content:"\f107";font-family:"FontAwesome";vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select .dropdown-toggle::after{position:relative;right:5px}.dropdown.show>.dropdown-toggle::after{content:"\f106"}.dropdown-toggle.no-arrow:after{display:none}.dropdown-menu{border:0;padding:0;overflow:hidden;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.dropdown-item{font-size:16px;font-weight:400;padding:.657rem 1rem;color:#444;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dropdown-item:focus,.dropdown-item:hover{background:#ecf0f4;color:#1b00ff}.form-group{margin-bottom:20px}.form-group>label{font-weight:500;font-size:14px}.custom-file-input,.custom-file-label,.custom-select,.form-control{font-family:'Inter',sans-serif;color:#131e22;font-weight:400;height:45px;border-color:#d4d4d4;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.form-control.form-control-sm{height:38px}.form-control.form-control-line{border-left:0;border-right:0;border-top:0;border-radius:0}.custom-file-label{padding-top:.475rem}.custom-file-label::after{height:100%;padding-top:.475rem}textarea.form-control{height:180px}.custom-file-input:focus,.custom-select:focus,.form-control:focus{color:#131e22;border-color:#1b00ff;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.form-control.height-auto{height:auto}.input-group{margin-bottom:25px}.input-group.custom>.custom-select,.input-group.custom>.form-control{width:100%}.input-group.custom>.custom-select:not(:first-child),.input-group.custom>.form-control:not(:first-child){border-radius:.25rem;padding-left:50px}.input-group.custom>.custom-select:not(:last-child),.input-group.custom>.form-control:not(:last-child){border-radius:.25rem;padding-right:50px}.input-group-prepend.custom{position:absolute;left:0;top:0;z-index:12;height:100%}.input-group-append.custom{position:absolute;right:0;top:0;z-index:12;height:100%}.input-group-text{border:0;background:0 0}.input-group-text i{font-size:20px}.form-control:focus~.input-group-append .fa{color:#1b00ff}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:50px;font-size:16px}.has-success{color:#28a745}.form-control-success{border-color:#28a745;background-image:url(../images/check-mark-green.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-success:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 1px #28a745;box-shadow:0 0 0 1px #28a745}.has-warning{color:#ffc107}.form-control-warning{border-color:#ffc107;background-image:url(../images/caution-sign.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-warning:focus{border-color:#ffc107;-webkit-box-shadow:0 0 0 1px #ffc107;box-shadow:0 0 0 1px #ffc107}.has-danger{color:#dc3545}.form-control-danger{border-color:#dc3545;background-image:url(../images/cross.png);background-repeat:no-repeat;background-position:center right 10px;background-size:14px 14px}.form-control-danger:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 1px #dc3545;box-shadow:0 0 0 1px #dc3545}.btn{font-family:'Inter',sans-serif;letter-spacing:0;font-weight:500;padding:.438rem 1rem}.btn-lg{padding:.657rem 1rem}.btn-group-lg>.btn,.btn-lg{font-size:18px}.btn-group-sm>.btn,.btn-sm{padding:.4rem .8rem;font-size:14px}.btn.focus,.btn:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.btn-rounded{border-radius:25px}.breadcrumb{background:0 0;padding:.75rem 0}.breadcrumb-item.active{color:#1b00ff;font-weight:500}.breadcrumb-item a{color:#031e23}.breadcrumb-item+.breadcrumb-item::before{font-family:"FontAwesome";content:"\f105"}.customscroll-10-p>.mCustomScrollBox>.mCSB_container{padding:10px}.datepicker{z-index:1060}.datepicker--day-name,.datepicker--time-current-hours,.datepicker--time-current-minutes{color:#1b00ff}.datepicker--nav-action path{stroke:#1b00ff}.datepicker--cell.-focus-,.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#e1e1f5;color:#1b00ff}.datepicker--cell.-selected-{color:#fff}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{display:none}.datepicker-inline .datepicker{margin:0 auto}.form-control.time-picker-default:disabled,.form-control.time-picker-default[readonly],.form-control.time-picker:disabled,.form-control.time-picker[readonly]{background:#fff}.custom-control{padding-left:35px;cursor:pointer;padding-bottom:5px}.custom-control-label{cursor:pointer;font-weight:400}.custom-control-label::before{width:20px;height:20px;top:2px;left:-30px;background-color:transparent;border:2px solid #1b00ff}.custom-control-label::after{width:20px;height:20px;left:-30px;background-size:60%;top:2px}.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:none;box-shadow:none;background-color:none}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url(../images/check-mark.png);background-repeat:no-repeat;background-position:center center}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{border:2px solid transparent}.select2-container .select2-selection--single{height:45px;border-color:#d4d4d4;outline:0;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-dropdown{border-color:#d4d4d4}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:43px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#1b00ff;color:#fff;border-color:#1b00ff}.select2-container--default .select2-selection--multiple{min-height:45px;border-color:#d4d4d4}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-top:3px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff}.select2-dropdown{-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.select2-search--dropdown{padding:10px}.select2-container--default .select2-search--dropdown .select2-search__field{border-radius:5px}.bootstrap-select .dropdown-menu li .dropdown-item.active:hover,.select2-container--default .select2-results__option[aria-selected=true]{background-color:#1b00ff;color:#fff}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#1b00ff}.bootstrap-select.btn-group .dropdown-menu.inner,table.dataTable>tbody>tr.child ul.dtr-details .dtr-title{display:block}.bootstrap-select .dropdown-toggle:focus{outline:0!important}.bootstrap-select .dropdown-header{color:#222;font-weight:700;font-size:15px}.bootstrap-select .dropdown-menu li .dropdown-item:hover{color:#1b00ff}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{top:13px}.bootstrap-select .bs-ok-default:after{border-width:0 2px 2px 0}.dropup .dropdown-toggle::after{content:"\f107";font-family:"FontAwesome";vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select.btn-group .dropdown-menu li a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.bootstrap-select.btn-group .dropdown-menu li.divider{border:1px solid #eaeaea}.bootstrap-select.btn-group .dropdown-menu li.selected a{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li.disabled a{color:#cecece}.bootstrap-select.btn-group .dropdown-menu li a:hover{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{background:url(../images/check-mark-green.png);width:15px;height:15px;background-size:contain}.label-info{background-color:#009efb}.bootstrap-tagsinput .tag{display:inline-block;padding:2px 6px;margin:2px;font-size:15px;border-radius:2px}.docs-options .dropdown-menu{max-height:250px;overflow:auto}.docs-buttons{padding-top:15px}.docs-buttons label,.notification-list ul li a p,.project-info-right p{margin-bottom:0}.docs-buttons .btn{margin-bottom:5px}.table thead th{font-weight:600;font-size:15px;border-bottom:0;padding-left:1rem}.table td,.table th{vertical-align:middle}.table td{font-size:14px;font-weight:500;padding:1rem}.table-striped tbody tr:nth-of-type(odd){background:#eaeef2}table.dataTable.display tbody tr.odd,table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover,table.dataTable.stripe tbody tr.odd{background:#ecf0f3!important}table.dataTable tbody tr.selected,table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#181f48!important;color:#fff}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#1b00ff!important}table.dataTable thead .sorting:after,table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:after,table.dataTable thead .sorting_desc_disabled:before{font-family:"dropways";font-size:14px}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:before{content:"\eabb"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after{content:"\eaba";right:.2em}.blog-list ul li:hover .blog-caption h4 a,.fontawesome-icon-list .fa-hover:hover a,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{color:#1b00ff}table.dataTable>tbody>tr.child ul.dtr-details{white-space:normal}.dataTables_length,.dt-buttons,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{padding-left:15px;padding-right:15px}.dt-checkbox,.dt-checkbox input{width:20px;height:20px;position:relative}.dt-checkbox input{position:absolute;opacity:0;z-index:1;left:0;top:0}.dt-checkbox span,.dt-checkbox span:before{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dt-checkbox span{position:relative;display:block;border:1px solid #9e9e9e;border-radius:4px}.dt-checkbox span:before{content:"";background:url(../images/check-mark.png) no-repeat;position:absolute;left:0;top:-1px;background-size:12px 12px;background-position:center center;-webkit-transform:scale(0);transform:scale(0)}.dt-checkbox input:checked~span{background:#1b00ff;border-color:#1b00ff;color:#fff}.dt-checkbox input:checked~span:before{-webkit-transform:scale(1);transform:scale(1)}.plyr{border-radius:10px;-webkit-box-shadow:0 0 10px 2px rgba(0,0,0,.15);box-shadow:0 0 10px 2px rgba(0,0,0,.15)}.popover-header{font-weight:500}.list-group-flush .list-group-item{border-top:0;margin-bottom:0}.docs-cropped .modal-body>canvas,.docs-cropped .modal-body>img,.img-preview>img{max-width:100%}.apexcharts-svg *{font-family:'Muli',sans-serif!important}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{-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;font-family:"FontAwesome";background:0 0;content:"\f107";color:#444;font-size:23px;left:7px;top:50%;margin-top:-7px}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:"\f106";background:0 0}.header{position:fixed;height:70px;width:calc(100% - 280px);background:#fff;right:0;top:0;z-index:123;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 25px rgba(0,0,0,.1);box-shadow:0 0 25px rgba(0,0,0,.1)}.header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:50%}.brand-logo a .dark-logo,.header-left .menu-icon,.header-left .search-toggle-icon,.sidebar-light .brand-logo a .light-logo,.sidebar-menu .submenu li.dropdown:before{display:none}.header-left .header-search{width:100%;padding-left:20px}.header-left .header-search .form-group,.sidebar-menu .submenu li{position:relative}.header-left .header-search .search-icon{position:absolute;left:17px;top:12px;font-size:20px;color:#777}.header-left .header-search .dropdown{position:static;right:0;top:0;padding-right:10px}.header-left .header-search .dropdown .dropdown-toggle{position:absolute;right:0;top:0;width:45px;height:45px;font-size:20px;line-height:45px;text-align:center;border-radius:0 .25rem .25rem 0;color:#777;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box:hover .view-contact a,.header-left .header-search .dropdown .dropdown-toggle:hover,.header-left .header-search .dropdown.show .dropdown-toggle{background:#1b00ff;color:#fff}.header-left .header-search .dropdown .dropdown-menu{width:100%;min-width:100%;margin-top:5px;padding:20px}.header-left .header-search .search-input{padding-left:50px;padding-right:55px}.header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:70px;width:50%}.header-left .brand-logo{max-width:180px;display:block}.header-right .brand-logo a{padding:0 6px}.header-right .menu-icon{position:relative;right:0;float:left;display:none}.user-info-dropdown{padding:5px 10px 5px 0}.user-info-dropdown .dropdown-toggle{display:block;padding:5px 0;font-size:16px}.user-info-dropdown .dropdown-toggle .user-icon{width:52px;height:52px;font-size:24px;background:#ebeff3;color:#1b00ff;line-height:52px;text-align:center;display:inline-block;vertical-align:middle;border-radius:100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,.18);box-shadow:0 0 10px rgba(0,0,0,.18)}.user-info-dropdown .dropdown-toggle .user-name{font-weight:500;display:inline-block;vertical-align:middle;margin-left:5px;color:#131e22;font-family:'Inter',sans-serif}.user-info-dropdown .dropdown-menu{min-width:185px}.dropdown-menu-icon-list .dropdown-item{position:relative;padding-left:45px}.dropdown-menu-icon-list .dropdown-item i{position:absolute;left:16px;top:50%;font-size:18px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.user-notification{float:right;margin-right:10px;padding:22px 5px 10px 0}.user-notification .dropdown-toggle{font-size:20px;padding:10px;color:#555;position:relative}.user-notification .dropdown-toggle .badge{position:absolute;right:8px;top:10px;background:#f5678a;width:5px;height:5px;display:block;padding:0}.user-notification .dropdown-menu{width:400px;padding:20px 10px}.notification-list ul li a{display:block;position:relative;padding:10px 15px 10px 75px;min-height:75px;color:#666;font-size:14px;font-weight:500;font-family:'Inter',sans-serif;border-radius:5px}.notification-list ul li a img{width:50px;height:50px;position:absolute;left:10px;top:13px;border-radius:10px;-webkit-box-shadow:1px 2px 13px rgba(0,0,0,.2);box-shadow:1px 2px 13px rgba(0,0,0,.2)}.notification-list ul li a h3{font-size:16px;color:#202342;font-weight:700;text-transform:capitalize;font-family:'Inter',sans-serif;padding-bottom:5px}.notification-list ul li a h3 span{float:right;font-size:12px;font-weight:500;padding-top:2px}.header-dark .header,.header-dark .header-left .header-search{background:#0b132b}.header-dark .header .user-info-dropdown .dropdown-toggle,.header-dark .header .user-info-dropdown .dropdown-toggle .user-name,.header-dark .menu-icon,.header-dark .search-toggle-icon,.header-dark .user-notification .dropdown-toggle{color:#ecf0f4}.header-dark .header .header-left .header-search .search-input{background:rgba(236,236,236,.1);border-color:transparent;color:#ecf0f4}.header-dark .header .header-left .header-search .search-input:focus{border-color:#4b4d50}.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-moz-placeholder,.header-dark .header .header-left .header-search .search-input::-moz-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-ms-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-icon{color:#ecf0f4}.footer-wrap{width:100%;position:relative;text-align:center;font-weight:500}.footer-wrap a{color:#1b00ff;text-decoration:underline}.menu-icon,.search-toggle-icon{width:47px;height:47px;font-size:22px;line-height:1;color:#555;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brand-logo{width:280px;height:70px;border-bottom:1px solid rgba(0,0,0,.1)}.brand-logo a{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;font-size:22px;color:#fff;letter-spacing:.05em;font-weight:500;line-height:45px;font-family:'Inter',sans-serif;padding:0 20px}.brand-logo a .light-logo,.sidebar-light .brand-logo a .dark-logo{display:block}.brand-logo a span{display:block;vertical-align:middle;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-logo a .svg,.brand-logo a img{max-width:180px;display:block;height:auto}.left-side-bar,.left-side-bar:before{position:fixed;left:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.left-side-bar{width:280px;height:100vh;z-index:1000;background:#0b132b}.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#ecf0f4}.left-side-bar:before{content:"";z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.3);display:none}.left-side-bar.open{left:0}.left-side-bar .menu-block{height:calc(100vh - 70px)}.left-side-bar .close-sidebar{font-size:18px;color:#888;cursor:pointer;position:absolute;right:10px;top:20px;display:none}.sidebar-menu{padding:0 0 20px}.sidebar-menu .dropdown-toggle{display:block;padding:18px 15px 18px 67px;font-size:16px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .dropdown-toggle:after{position:absolute;right:15px;font-size:18px}.sidebar-menu.icon-style-2 .dropdown-toggle:after{content:"\f217";font-family:Ionicons}.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle:after{content:"\f208"}.sidebar-menu.icon-style-3 .dropdown-toggle:after{content:"\f101"}.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle:after{content:"\f103"}.sidebar-menu .dropdown-toggle:hover,.sidebar-menu .show>.dropdown-toggle{background:rgba(0,0,0,.4);color:#fff}.sidebar-menu .dropdown-toggle .micon{position:absolute;left:10px;width:42px;height:42px;font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-color:transparent;top:50%;text-align:center;border-radius:4px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.sidebar-light .sidebar-menu>ul>li>.dropdown-toggle.active .micon,.sidebar-menu .dropdown-toggle:hover .micon,.sidebar-menu .show>.dropdown-toggle .micon{color:#fff}.sidebar-menu .dropdown-toggle .new{font-size:24px;line-height:14px;display:inline-block;vertical-align:middle}.sidebar-menu .dropdown-toggle .new:before{line-height:14px}.sidebar-menu .submenu{position:relative;width:100%;display:none}.sidebar-menu .submenu:before{content:"";width:1px;height:100%;position:absolute;left:31px;top:0;display:none;background:0 0;border-left:2px dashed #1b00ff}.sidebar-menu .submenu li>a:before{content:"\f208";position:absolute;line-height:1;left:28px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);font-family:Ionicons}.sidebar-menu.icon-list-style-2 .submenu li>a:before{content:"\f10c";font-family:FontAwesome}.sidebar-menu.icon-list-style-3 .submenu li>a:before{content:"\eb1d";font-family:dropways}.sidebar-menu.icon-list-style-4 .submenu li>a:before{content:"\edd2";font-family:dropways}.sidebar-menu.icon-list-style-5 .submenu li>a:before{content:"\ee07";font-family:dropways}.sidebar-menu.icon-list-style-6 .submenu li>a:before{content:"\ee36";font-family:dropways}.mobile-menu-overlay,.sidebar-menu .submenu li a,.sidebar-menu .submenu li>a:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .submenu li a{display:block;padding:18px 15px 18px 60px;font-size:14px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:'Inter',sans-serif}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a,.sidebar-menu .submenu li.dropdown>a:before,.sitemap ul li.child:after,.sitemap ul li.child:before{display:none}.sidebar-menu .submenu li a.dropdown-toggle{padding:18px 15px 18px 60px;font-size:16px}.sidebar-menu .submenu.child{padding-left:15px}.sidebar-menu .submenu li:hover>a:before{left:18px}.sidebar-menu .submenu li a.active,.sidebar-menu .submenu li a:hover{color:#fff;background-color:rgba(0,0,0,.4)}.sidebar-menu>ul>li>.dropdown-toggle.active{background-color:rgba(0,0,0,.4)}.sidebar-light .sidebar-menu>ul>li>.dropdown-toggle.active{background-color:#0b132b;color:#fff}.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon,.sidebar-light .sidebar-menu .show>.dropdown-toggle .micon,.sidebar-menu .dropdown-toggle.active,.sidebar-menu .dropdown-toggle.active .micon{color:#fff}.mobile-menu-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:#121421;opacity:.6;z-index:123;background-size:20px;background-position:98% 15px;display:none}.sidebar-light .left-side-bar{background:#fff}.sidebar-light .sidebar-menu .dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a{color:#0b132b;font-weight:400}.sidebar-light .sidebar-menu .dropdown-toggle .micon{color:#0b132b}.sidebar-light .sidebar-menu .dropdown-toggle:hover,.sidebar-light .sidebar-menu .show>.dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a.active,.sidebar-light .sidebar-menu .submenu li a:hover{color:#fff;background-color:#0b132b}.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#0e132b}.sidebar-menu .dropdown-divider{margin:20px 0;border-color:rgba(255,255,255,.2);border-width:2px}.sidebar-light .sidebar-menu .dropdown-divider{border-color:rgba(0,0,0,.2)}.sidebar-menu .sidebar-small-cap{font-size:14px;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:#fff;padding:0 15px 10px}.sidebar-light .sidebar-menu .sidebar-small-cap{color:#1502bd}.login-header{position:relative;padding:0 15px;background-color:#fff;z-index:1}.login-header .brand-logo{width:auto;border:0}.login-menu a{font-size:20px;font-weight:600;color:#1b00ff}.login-wrap{height:calc(100% - 70px);overflow:auto;padding:30px 0}body.IE .login-wrap,body.IE .register-page-wrap{display:block!important;padding:0}body.IE .login-wrap .container,body.IE .register-page-wrap .container{padding-top:10vh;padding-bottom:10vh}.login-wrap .container,.register-page-wrap .container{max-width:1300px}.login-wrap .mCustomScrollBox{height:auto;width:100%}.login-box{max-width:400px;width:100%;padding:40px 20px;margin:5px auto}.select-role{margin-bottom:25px;padding:0 5px}.select-role .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.select-role .btn-group .btn{margin:0 5px;border:1px solid #d4d4d4;text-align:left;padding-left:60px;padding-top:10px;padding-bottom:10px;width:calc(50% - 10px);border-radius:5px!important;font-size:16px;line-height:1.3;font-weight:700;color:#333;position:relative}.select-role .btn-group .btn.active,.select-role .btn-group .btn.active:focus,.select-role .btn-group .btn.focus.active{background-color:rgba(27,0,255,.05);border-color:rgba(27,0,255,.5);color:#1b00ff}.select-role .btn-group .btn .icon{position:absolute;left:15px;width:30px;height:30px;top:50%;margin-top:-15px}.select-role .btn-group .btn .icon .svg{width:30px;height:30px}.select-role .btn-group .btn span{display:block;font-size:14px;font-weight:500;color:#222}.login-box .login-title{padding:0 0 10px;margin-bottom:30px}.login-box .login-title h2{font-size:24px;font-weight:700}.login-box .login-img{display:block;margin:0 auto 20px;max-width:100px}.forgot-password{text-align:right}.register-page-wrap{height:calc(100% - 70px);padding:30px 0}.register-page-wrap .register-box{max-width:410px;margin:0 auto}.register-page-wrap,.register-page-wrap .wizard-content .wizard{position:relative;overflow:auto}.register-page-wrap .wizard-content .wizard .steps{position:relative}.register-page-wrap .wizard-content .wizard>.steps .step{position:relative;top:0;left:0;display:block;margin:0 auto;border-width:2px;background-color:#fff;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a .step{background:url(../images/tick.svg) no-repeat #ecf0f4;font-size:0;background-size:22px;background-position:center center;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:after,.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:before,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before{background:rgba(24,31,72,.3)}.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:before{background-color:transparent}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current .step{border-color:#1b00ff;color:#181f48;background-color:#fff}.register-page-wrap .wizard-content .wizard>.steps .info,.register-page-wrap .wizard-content .wizard>.steps .step,.register-page-wrap .wizard-content .wizard>.steps>ul>li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.register-page-wrap .wizard-content .wizard>.steps .info{display:block;width:100%;padding-top:10px}.register-page-wrap .wizard-content .wizard>.steps>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 10px}.register-page-wrap .wizard-content .wizard>.steps>ul>li{width:25%}.register-page-wrap .wizard-content .wizard>.steps>ul>li a{padding:20px 10px;margin:0;text-align:center;color:rgba(24,31,72,.6);font-size:11px;font-weight:700}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current>a,.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a{color:#181f48}.register-page-wrap .wizard-content .wizard>.content{overflow:hidden;padding:15px 15px 0;min-height:320px}.register-page-wrap .wizard-content .wizard>.actions{padding:0 15px 20px;text-align:right}.register-info li{margin-bottom:15px;font-size:14px}.main-container{padding:80px 20px 0 300px}.page-header .dropdown-menu{border-radius:5px}.page-header{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);margin-bottom:30px;padding:20px}.page-header .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header h4{font-weight:600;padding-bottom:5px}.page-header .breadcrumb{padding:0;margin:0}.search-icon-box,.timeline ul{position:relative}.search-icon-box input{height:70px;width:100%;font-size:20px;padding:0 60px 0 30px;font-weight:300;border:0;color:#fff;background:#6209ab}.search-icon-box input::-webkit-input-placeholder{opacity:1;color:#fff}.search-icon-box input:-moz-placeholder,.search-icon-box input::-moz-placeholder{opacity:1;color:#fff}.search-icon-box input:-ms-input-placeholder{opacity:1;color:#fff}.search-icon-box .search_icon{position:absolute;font-size:24px;line-height:1;right:20px;top:26px;color:#fff}.fontawesome-icon-list{padding-top:20px}.fontawesome-icon-list.custom-icon-list,.sitemap ul li.child h5{padding-top:0}.fontawesome-icon-list .fa-hover,.fontawesome-icon-list a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fontawesome-icon-list .fa-hover{padding-top:13px;padding-bottom:13px;margin-bottom:10px;cursor:pointer;border-radius:8px}.fontawesome-icon-list .fa-hover:hover{background:rgba(68,66,87,.13);-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08)}.fontawesome-icon-list a{display:block;font-size:14px;font-weight:500;position:relative;padding-left:45px;color:#131e22}.fontawesome-icon-list a .icon-copy{position:absolute;left:10px;top:4px;font-size:18px}.fontawesome-icon-list.custom-icon-list a{font-size:14px;line-height:24px}.fontawesome-icon-list.custom-icon-list a .icon-copy{font-size:24px;line-height:1;top:0}.foundation-icon.fontawesome-icon-list a .icon-copy{top:0;font-size:24px;line-height:24px}.ionicons-list li{width:8.3%;text-align:center}.ionicons-list.fontawesome-icon-list a{padding-left:0}.ionicons-list.fontawesome-icon-list a .icon-copy{font-size:24px;left:0;position:relative}.wysihtml5-toolbar .dropdown-menu a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:'Inter',sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.html-editor textarea.form-control{height:300px;font-weight:400}.copy-notification{color:#fff;background-color:rgba(0,0,0,.8);padding:12px 20px;border-radius:30px;position:fixed;top:50%;left:50%;width:150px;margin-top:-30px;margin-left:-85px;display:none;text-align:center}.error-page h1,.error-page-wrap{font-size:16px;line-height:26px;font-weight:700;color:#222}.error-page h1{font-size:210px;text-shadow:2px 2px 0 #181f48,4px 4px 0 #fff,8px 8px 0 #181f48;line-height:1;color:#181f48}.error-page h3{font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:30px;padding-top:30px}.project-info{padding-bottom:15px}.project-info-left{float:left;width:60px;padding-top:10px}.project-info-left .icon{width:50px;height:50px;border-radius:100%;line-height:50px;text-align:center;font-size:20px}.project-info-right{float:right;width:calc(100% - 60px);text-align:right}.device-manage-progress-chart ul li:last-child{margin-bottom:0}.device-manage-progress-chart .device-name{width:75px;float:left;text-align:right}.device-manage-progress-chart .device-total{float:left;width:45px;font-size:14px}.device-manage-progress-chart .device-progress{float:left;width:calc(100% - 120px);padding:7px 10px 0}.device-manage-progress-chart .device-progress .grand_total{float:right}.device-manage-progress-chart .device-progress .progress{margin-bottom:0;height:10px}.device-manage-progress-chart .device-progress .progress .progress-bar{height:100%}.device-manage-progress-chart .device-progress .progress .progress-bar.window{background:#00bcf2}.device-manage-progress-chart .device-progress .progress .progress-bar.mac{background:#027496}.device-manage-progress-chart .device-progress .progress .progress-bar.android{background:#0059b2}.device-manage-progress-chart .device-progress .progress .progress-bar.linux{background:#8ab1b7}.to-do-list ul li{padding:15px}.to-do-list ul li,.to-do-list ul li:hover{background:#ecf0f4}.to-do-list ul li:nth-child(2n){background:#fff}#browservisit path.jvectormap-region.jvectormap-element{stroke-width:.5px;stroke:#667f87}.jvectormap-goback,.jvectormap-zoomin,.jvectormap-zoomout{background:#667f87}.browser-visits ul li{margin-bottom:40px}.browser-visits ul li .icon,.browser-visits ul li .visit{width:50px}.browser-visits ul li .browser-name{width:calc(100% - 100px);font-size:14px;font-weight:600}.docs-preview{margin-right:-1rem}.img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden}.preview-lg{height:9rem;width:16rem}.preview-md{height:4.5rem;width:8rem}.preview-sm{height:2.25rem;width:4rem}.preview-xs{height:1.125rem;margin-right:0;width:2rem}.btn-list .btn{margin:5px}#login-modal .modal-dialog{max-width:380px}#login-modal .login-box{margin:0}.confirmation-btn{width:50px;height:50px;margin:0 auto}.da-card .da-card-content{padding:20px 15px;background:#fff;font-size:14px}.da-card,.da-card .da-card-photo{position:relative;overflow:hidden}.da-card .da-card-photo img{position:relative;display:block;width:100%;-webkit-transition:all .4s linear;transition:all .4s linear}.da-card .da-overlay{position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;overflow:hidden;background:rgba(19,30,34,.7);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-overlay.da-slide-left{left:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-left{left:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-left,.da-card .da-overlay.da-slide-right,.da-card .da-overlay.da-slide-top{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.da-card .da-overlay.da-slide-right{right:-100%;left:inherit}.da-card .da-card-photo:hover .da-overlay.da-slide-right{right:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-top{top:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-bottom,.da-card .da-card-photo:hover .da-overlay.da-slide-top{top:0}.da-card .da-overlay.da-slide-bottom{top:100%}.da-card .da-card-photo:hover img{-webkit-transform:scale(1.2) translateZ(0);transform:scale(1.2) translateZ(0)}.da-card .da-card-photo:hover .da-overlay{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateZ(0);transform:translateZ(0)}.da-card .da-card-photo:hover .da-social{opacity:1}.da-card .da-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.da-card .da-social h5{position:absolute;top:0;white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis;font-size:16px;font-weight:500}.chat-box .chat-desc ul li .chat-img,.da-card .da-social ul li{float:left}.da-card .da-social ul li a{display:block;width:45px;height:45px;border:1px solid #fff;line-height:43px;font-size:20px;text-align:center;color:#fff;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-social ul li:first-child a{border-top-left-radius:5px;border-bottom-left-radius:5px}.da-card .da-social ul li:last-child a{border-top-right-radius:5px;border-bottom-right-radius:5px}.da-card .da-social ul li a:hover{background:#fff;color:#1b00ff}.nav-tabs.customtab .nav-item.show .nav-link,.nav-tabs.customtab .nav-link.active{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav-tabs.customtab .nav-item{margin-bottom:0}.nav-tabs.customtab .nav-link{color:#181f48;border:0;border-bottom:2px solid transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav-tabs.customtab .nav-link:focus,.nav-tabs.customtab .nav-link:hover{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav.vtabs{border-bottom:0;border-right:1px solid #dee2e6;height:100%}.nav.vtabs .nav-link{border-radius:0}.nav.vtabs .nav-item.show .nav-link,.nav.vtabs .nav-link.active{border-right:0;border-color:#dee2e6;color:#1b00ff}.nav.vtabs.nav-pills .nav-item.show .nav-link,.nav.vtabs.nav-pills .nav-link.active{border-right:0;border-color:#dee2e6;color:#fff}.nav.vtabs.customtab .nav-item.show .nav-link,.nav.vtabs.customtab .nav-link.active{border-color:#1b00ff}.timeline ul:before{content:"";width:3px;height:100%;background:#1b00ff;position:absolute;left:150px}.timeline ul li{position:relative;padding-left:180px;padding-top:20px;padding-bottom:30px}.timeline ul li:before{content:"";position:absolute;top:30px;left:142px;width:18px;height:18px;background:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 3px #1b00ff;box-shadow:0 0 0 3px #1b00ff}.timeline .timeline-date{position:absolute;left:0;top:20px;width:120px;background:#1b00ff;color:#fff;font-size:16px;padding:6px 10px;border-radius:5px}.list-unstyled>li>ul{margin-left:35px}.list-unstyled>li>ul li{list-style:circle}.sitemap{border-left:2px dashed #1b00ff}.sitemap h5{padding:15px;margin-bottom:10px;font-weight:600;color:#1b00ff}.sitemap ul,.sitemap ul li{position:relative;padding-left:25px}.sitemap ul li{min-height:40px;padding-left:35px;margin-bottom:10px;padding-top:2px}.sitemap ul li:last-child{margin-bottom:0}.sitemap ul li:before{content:"";background:#fff;width:20px;height:20px;border:2px solid #1b00ff;border-radius:100%;position:absolute;left:6px;top:5px}.sitemap ul li:after{content:"";width:25px;left:-25px;top:40%;position:absolute;border-top:2px dashed #1b00ff}.blog-list ul li,.sitemap ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fc th,.sitemap ul li a{font-weight:500;font-size:15px}.sitemap ul li a{display:inline-block;color:#0b132b}.sitemap ul li a:hover{color:#000}.sitemap ul li.child{padding-left:0;padding-top:0;border-left:2px dashed #2976aa}.calendar-wrap .fc-event.ui-draggable-handle{padding:5px;margin-bottom:5px}.fc th{padding:10px!important;background:#e1e1f5;line-height:1}.fc-day-grid-event .fc-time{font-weight:500!important}.fc-day-grid-event .fc-content{padding:3px 9px}.fc-header-toolbar h2{font-size:18px;padding-top:7px}.blog-wrap{padding-bottom:50px}.blog-list ul li{border-radius:10px;margin-bottom:40px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);background:#fff}.blog-list ul li:hover{-webkit-box-shadow:0 0 48px rgba(0,0,0,.25);box-shadow:0 0 48px rgba(0,0,0,.25)}.blog-list ul li .blog-img{height:100%;min-height:300px;border-radius:10px 0 0 10px;background-size:cover!important}.blog-list ul li .blog-caption{padding:20px;font-size:16px;line-height:1.5;color:#031e23}.blog-list ul li .blog-caption h4{font-size:17px;line-height:1.5;font-weight:700;margin-bottom:12px}.blog-list ul li .blog-caption h4 a,.product-caption h4 a{color:#131e22}.latest-post ul li{padding:.75rem 1.25rem;font-size:14px;color:#78909c;border-bottom:1px solid rgba(0,0,0,.125)}.latest-post ul li h4{font-size:14px;font-weight:600;line-height:1.5;margin-bottom:5px}.blog-list ul li .blog-caption h4 a,.latest-post ul li h4 a,.product-box,.product-caption h4 a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.latest-post ul li h4 a{display:block;color:#131e22}.latest-post ul li h4 a:hover{color:#1b00ff}.blog-detail,.product-box{background:#fff}.blog-detail .blog-caption{padding:20px;font-size:16px;color:#78909c}.blog-detail ul li{position:relative;padding-left:25px;margin-bottom:5px;line-height:28px}.blog-detail ul li:before{content:"\f101";font-family:"FontAwesome";position:absolute;color:#405158;left:0;top:0}.blog-detail ol,.blog-detail ul{padding-left:15px}.blog-detail ol>li{position:relative;padding-left:20px;margin-bottom:5px}.blog-detail ol,.blog-detail ol>li>ol,.blog-detail ol>li>ol>li>ol{counter-reset:my-badass-counter}.blog-detail ol>li>ol>li:before{content:counter(my-badass-counter,lower-alpha);counter-increment:my-badass-counter}.blog-detail ol>li:before,.blog-detail ol>li>ol>li>ol>li:before{content:counter(my-badass-counter,lower-roman);counter-increment:my-badass-counter}.blog-detail ol>li:before{content:counter(my-badass-counter);position:absolute;left:0;top:0;color:#405158;font-weight:500}.gallery-wrap>ul>li,.product-list ul li{margin-bottom:30px}.product-box{border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);height:100%}.producct-img{overflow:hidden}.producct-img img{position:relative;border-radius:10px 10px 0 0;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.product-list ul li:hover .producct-img img{-webkit-transform:scale(1.3);transform:scale(1.3)}.product-caption{padding:20px}.product-caption h4{font-size:18px;margin-bottom:8px}.product-caption .btn{border-radius:22px}.price{font-size:15px;font-weight:600;padding-bottom:15px;color:#78909c}.price ins{text-decoration:none;display:inline-block;margin-left:10px;color:#131e22}.product-slider{margin-bottom:20px}.slider-arrow .slick-arrow,.slider-arrow .slick-arrow:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.slider-arrow .slick-arrow{position:absolute;bottom:0;width:40px;height:40px;top:50%;margin-top:-20px;border:1px solid #1b00ff;background:#1b00ff;border-radius:0;cursor:pointer;font-size:0;text-align:center}.slider-arrow .slick-arrow:hover{border-color:#2a2d31}.slider-arrow .slick-arrow:hover:before{color:#fff}.slider-arrow .slick-arrow:before{font-family:"dropways";font-size:16px;color:#fff;line-height:38px}.slider-arrow .slick-arrow.slick-prev{z-index:12;left:15px}.slider-arrow .slick-arrow.slick-prev:before{content:"\eabc"}.slider-arrow .slick-arrow.slick-next{right:15px}.slider-arrow .slick-arrow.slick-next:before{content:"\eabd"}.product-slide-nav{padding:10px}.product-detail-desc{font-size:16px;line-height:1.5}.faq-wrap .card{margin-bottom:20px;border:0;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.faq-wrap .card-header{background:#fff;text-align:left;border:0;padding:0}.faq-wrap .card-header .btn{background:0 0;border-radius:0;text-align:left;font-size:16px;font-weight:500;padding:16px 40px 16px 16px;position:relative;white-space:normal;color:#1b00ff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.faq-wrap .card-header .btn.collapsed{color:#222}.faq-wrap .card-header .btn:after{content:"\f209";font-family:"Ionicons";position:absolute;right:10px;color:#1b00ff;top:16px}.faq-wrap .card-header .btn.collapsed:after{content:"\f218"}.faq-wrap .card-body{padding-top:0}.pricing-table-wrap .card{border:0;-webkit-box-shadow:0 0 48px rgba(0,0,0,.2);box-shadow:0 0 48px rgba(0,0,0,.2)}.pricing-table-wrap .btn{padding-left:30px;padding-right:30px}.pricing-table-wrap .list-group-flush .list-group-item{background:0 0}.pricing-card{text-align:center}.pricing-card .price-title,.pricing-card .pricing-icon{padding-bottom:30px;text-align:center}.pricing-card .pricing-icon img{margin-top:-30px}.pricing-card .price-title{text-transform:uppercase;font-size:16px;font-weight:500;color:#1b00ff;letter-spacing:.15em}.pricing-card .pricing-price{font-size:60px;line-height:1;font-weight:400;padding-bottom:40px;padding-top:20px;color:#1b00ff}.pricing-card .pricing-price sub{font-size:16px;font-weight:400;color:#fd486e}.pricing-card .pricing-price sup{font-size:20px;font-weight:400;color:#fd486e;top:10px;vertical-align:top}.pricing-card .text{padding-bottom:30px}.pricing-card .cta{max-width:170px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.pricing-card .cta .btn{display:block;text-align:center}.pricing-card-style2,.profile-setting .profile-edit-list>li{padding:20px}.pricing-card-style2 .pricing-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:15px;border-bottom:2px solid #f0f2f7}.pricing-card-style2 .pricing-card-header .left{width:60%}.pricing-card-style2 .pricing-card-header .left h5{color:#1b00ff;font-size:18px;font-weight:700}.pricing-card-style2 .pricing-card-header .left p,.pricing-points ul li{font-size:14px;font-weight:500;margin-bottom:0}.pricing-card-style2 .pricing-card-header .right{width:40%;text-align:right;color:#000;font-size:18px;line-height:1.4;font-weight:700}.pricing-card-style2 .pricing-card-header .right span{display:block;font-size:12px}.pricing-card-style2 .pricing-card-body{padding-top:30px;padding-bottom:10px}.pricing-points ul li{padding:0 30px 0 0;margin-bottom:20px;color:#000;position:relative}.pricing-points ul li:after{content:"\f121";font-family:Ionicons;font-size:18px;line-height:1;color:#1061e4;position:absolute;right:0;top:0}.pricing-card-style2 .cta{max-width:170px;margin:0 auto;padding-top:10px;padding-bottom:20px}.pricing-card-style2 .cta .btn{display:block;text-align:center}.profile-photo{width:160px;height:160px;margin:0 auto 15px;position:relative}.profile-photo .edit-avatar{position:absolute;right:-15px;top:0;width:30px;height:30px;line-height:30px;font-size:14px;text-align:center;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);box-shadow:0 2px 4px rgba(0,0,0,.4)}.contact-directory-box .contact-avatar span img,.profile-photo .avatar-photo,.profile-photo .edit-avatar{border-radius:100%}.profile-info,.profile-skills,.profile-social{border-top:2px dashed #ecf0f4;padding:15px}.profile-info ul li{margin-bottom:15px;font-size:14px;font-weight:500;word-wrap:break-word}.profile-info ul li span{display:block;font-size:14px;color:#1b00ff;font-weight:500;padding-bottom:5px}.profile-info ul li:last-child{margin-bottom:0}.profile-social ul li{float:left;margin:5px}.profile-social ul li .btn{padding:0;width:36px;height:36px;text-align:center;line-height:36px}.notification-list.chat-notification-list ul li.active a,.notification-list.chat-notification-list ul li:hover a,.profile-tab .nav-tabs.customtab{background:#fff}.profile-tab .nav-tabs.customtab .nav-link{padding:18px 30px;background:0 0;font-weight:500}.profile-setting{height:100%}.profile-setting .container{max-width:800px}.profile-tab .tab-content{height:calc(100% - 63px)}.profile-setting .profile-edit-list{padding:30px 0;margin:0}.profile-setting .btn-outline-secondary{border-color:#ced4da}.profile-setting .profile-edit-list .form-control{font-weight:400}.task-title{padding-bottom:30px}.task-title a{padding-left:20px;padding-right:20px}.profile-task-wrap .container{max-width:800px}.profile-task-list ul li{position:relative;padding-left:30px;font-size:18px;line-height:24px;color:#263238;margin-bottom:25px}.profile-task-list.close-tasks ul li{color:#90a4ae;text-decoration:line-through}.profile-task-list ul li .task-type{font-size:16px;color:#90a4ae;font-weight:500}.profile-task-list ul li .task-assign{font-size:16px;color:#90a4ae;font-weight:300}.profile-task-list ul li .due-date{display:inline-block;padding-left:10px}.profile-task-list ul li .due-date:before{content:"\f111";font-family:"FontAwesome";display:inline-block;font-size:8px;vertical-align:middle;margin-right:8px;opacity:.5}.profile-task-list ul li .custom-control,.profile-timeline-list ul:before{position:absolute;left:0;top:0;width:100%;height:100%}.profile-task-list ul li .custom-control-label{position:absolute;width:100%;height:100%;left:0}.profile-task-list ul li .custom-control-label::after,.profile-task-list ul li .custom-control-label::before{top:50%;margin-top:-12px;left:0}.task-list-scroll{height:303px}.task-list-form>ul>li{padding:30px 20px;background:#e7eef0;position:relative;border-bottom:2px dashed #2976aa}.task-list-form>ul>li .remove-task{position:absolute;right:22px;top:3px;font-size:18px;color:#2976aa}.task-list-form .form-control{font-weight:400}.task-list-form textarea.form-control{height:80px}.task-list-form .btn-outline-primary{border-color:#ced4da}.add-more-task,.chat-box .chat-desc ul li.admin_chat .chat-body .chat_time{text-align:right}.add-more-task a{display:inline-block;padding:10px;color:#2976aa}.profile-timeline{padding:30px}.profile-timeline .timeline-month{margin-bottom:20px}.profile-timeline .timeline-month h5{font-size:16px;font-weight:700}.profile-timeline-list ul{padding-left:15px;position:relative}.profile-timeline-list ul:before{content:"";width:2px;left:4px;background-color:#1b00ff}.profile-timeline-list ul li{margin-bottom:10px;position:relative;padding-left:100px;line-height:24px;padding-top:8px}.profile-timeline-list ul li p{margin-bottom:5px;font-size:14px;line-height:1.5;font-weight:500}.profile-timeline-list ul li:before{content:"";width:12px;height:12px;border:2px solid #1b00ff;border-radius:22px;position:absolute;left:-16px;top:15px;background:#1b00ff}.profile-timeline-list .date{position:absolute;top:8px;left:5px;font-weight:700;font-size:13px}.profile-timeline-list .task-name{text-transform:uppercase;font-weight:600;color:#1b00ff;font-size:14px;line-height:22px;position:relative}.profile-timeline-list .task-name i{position:absolute;left:-22px;top:0;font-size:18px}.profile-timeline-list .task-time{color:rgba(24,31,72,.71);font-size:12px;font-weight:700}.contact-directory-list>ul>li{margin-bottom:30px}.contact-directory-box{background:#fff;min-height:400px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);border-radius:10px}.contact-dire-info{padding:30px 25px 20px}.contact-directory-box .contact-avatar span{display:block;margin:0 auto 20px;width:150px;height:150px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:100%;overflow:hidden}.contact-directory-box .contact-name,.contact-directory-box .contact-skill{padding-bottom:20px}.contact-directory-box .contact-name h4{font-weight:600;font-size:18px}.contact-directory-box .contact-name p{margin-bottom:2px;color:#7f92a9;font-size:14px}.contact-directory-box .contact-skill .badge{border:1px solid #ced9ee;font-weight:500;font-size:16px;padding:7px 11px;margin:3px 0}.contact-directory-box .contact-skill .badge.badge-primary{background:#1b00ff;border-color:#1b00ff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.contact-directory-box .profile-sort-desc{font-weight:400;color:#6f7c8d}.contact-directory-box .view-contact a{display:block;text-align:center;text-transform:uppercase;font-size:15px;font-weight:600;padding:20px 5px;letter-spacing:.05em;position:relative;border-radius:0 0 6px 6px}.contact-directory-box:hover .view-contact a:before{opacity:0}.contact-directory-box .view-contact a,.contact-directory-box .view-contact a:before,.notification-list.chat-notification-list ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box .view-contact a:before{content:"";width:80px;height:1px;background:#1b00ff;position:absolute;left:0;right:0;top:0;margin:0 auto}.invoice-wrap{overflow:auto}.invoice-box{background:#fff;width:800px;margin:0 auto;padding:20px}.invoice-header{padding-bottom:30px}.invoice-desc .invoice-sub{width:40%;float:left;padding:8px 15px}.invoice-desc .invoice-hours,.invoice-desc .invoice-rate{width:20%;float:left;padding:8px 15px}.invoice-desc .invoice-subtotal{width:20%;float:right;padding:8px 15px}.invoice-desc .invoice-desc-head{background:#eaeaea;font-weight:500}.invoice-desc .invoice-desc-body{padding-top:15px;min-height:400px}.invoice-desc .invoice-desc-footer .invoice-desc-body{min-height:50px}.invoice-desc .invoice-desc-body ul li{border-bottom:1px solid #eaeaea;padding-bottom:5px}.chat-list{border:1px solid #ecf0f4;border-radius:5px;height:72vh}.chat-search{border-bottom:1px solid #ccc;padding:10px;position:relative}.chat-search>span{position:absolute;left:30px;top:30px;color:#33484f}.chat-search input{height:55px;width:100%;border:0;background:0 0;padding-left:50px;color:#33484f}.chat-list .notification-list{height:calc(100% - 76px);padding:10px}.notification-list.chat-notification-list ul li a{padding-top:16px}.notification-list.chat-notification-list ul li a p,.upload-file-box .right h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-list.chat-notification-list ul li a p .fa{font-size:10px}.notification-list.chat-notification-list ul li a img{-webkit-box-shadow:none;box-shadow:none}.chat-detail{height:72vh}.chat-profile-header{padding:10px 30px 10px 20px;border-bottom:1px solid #eff0f4}.chat-profile-header .left{float:left;width:60%}.chat-profile-header .left .chat-profile-photo{float:left;width:90px}.chat-profile-header .left .chat-profile-photo img{width:66px;height:66px;border-radius:100%}.chat-profile-header .left .chat-profile-name{float:left;padding-top:15px}.chat-profile-header .left .chat-profile-name h3{font-size:18px;color:#44aeff}.chat-profile-header .left .chat-profile-name span{font-size:12px;color:#a4a4a4;display:block;margin-bottom:6px}.chat-profile-header .left .chat-profile-name a{font-size:10px;color:#44aeff;display:inline-block}.chat-profile-header .right{float:right;width:40%;padding-top:15px}.chat-profile-header .right .text-light-orange{color:#f56767!important}.chat-box{height:calc(100% - 89px)}.chat-box .chat-desc{height:calc(100% - 86px);padding-bottom:10px}.chat-box .chat-desc ul li{margin-bottom:35px}.chat-box .chat-desc ul li .chat-img img,.upload-file-box .left .overlay a span{width:40px;height:40px;border-radius:100%}.chat-box .chat-desc ul li .chat-body{margin-left:60px}.chat-box .chat-desc ul li .chat-body p{font-size:15px;line-height:24px;color:#33484f;min-height:50px;padding:12px 15px;border:1px solid #ecf0f4;background:#ecf0f4;border-radius:5px}.chat-box .chat-desc ul li .chat-body .chat_time{font-size:12px;color:#a4a4a4}.chat-box .chat-desc ul li.admin_chat .chat-img,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left{float:right}.chat-box .chat-desc ul li.admin_chat .chat-body{margin-left:0;margin-right:60px;text-align:right}.chat-box .chat-desc ul li.admin_chat .chat-body p{text-align:right;display:inline-block;background:#e1e1f5;padding:12px 15px;border-radius:5px;position:relative}.chat-box .chat-desc ul li.admin_chat .chat-body p:after{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #389bff;position:absolute;right:-6px;top:16px;opacity:0}.chat-footer{height:86px;border-top:1px solid #eff0f4}.chat-footer .file-upload{float:left;width:55px}.chat-footer .file-upload a{display:block;text-align:center;font-size:20px;color:#222;padding-top:30px;padding-bottom:27px}.chat-footer .chat_text_area{float:left;width:calc(100% - 145px)}.chat-footer .chat_text_area textarea{width:100%;height:78px;border:0;font-size:16px;color:#33484f;padding-top:33px}.chat-footer .chat_send{float:right;width:90px}.chat-footer .chat_send .btn{display:block;width:100%;height:86px;font-size:35px;color:#44aeff;text-decoration:none;font-weight:900;padding:25px 10px 5px}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right{float:right;padding-left:0;padding-right:17px}.upload-file-box{padding-bottom:10px}.upload-file-box .left{float:left;position:relative;width:114px;height:84px;overflow:hidden;border-radius:5px}.upload-file-box .left .overlay{background-color:rgba(0,0,0,.5);position:absolute;left:0;top:0;width:100%;height:100%}.upload-file-box .left .overlay a{display:block;width:100%;height:100%}.upload-file-box .left .overlay a span{width:35px;height:35px;display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#fff;color:#222;line-height:35px;text-align:center;font-size:22px}.upload-file-box .right{float:left;width:calc(100% - 114px);padding-left:17px;padding-top:17px}.upload-file-box .right h3{display:block;font-size:14px;color:#000;margin-bottom:5px}.upload-file-box .right a{display:inline-block;color:#1d8df1;font-size:14px}.chat-profile-section{height:calc(100vh - 274px)}.chat-profile-section .chat--profile-desc{height:100%;padding:20px}.wizard-content .wizard>.actions>ul>li>a{background-color:#1b00ff;font-weight:600}.wizard-content .wizard>.actions>ul>li>a[href="#previous"]{border-color:#1b00ff;border-width:2px;color:#1b00ff}.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]{display:none;border-color:#1b00ff}.widget-style1{padding:10px}.widget-style1 .widget-data{width:calc(100% - 80px);padding:0 5px 0 15px}.widget-style1 .progress-data{width:80px}.widget-style1 .progress-data .apexcharts-canvas{margin:0 auto}.right-sidebar .right-sidebar-body .right-sidebar-body-content,.widget-style2 .widget-data{padding:20px}.right-sidebar{position:fixed;right:-315px;top:0;width:315px;height:100%;background:#fff;z-index:123;-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.right-sidebar-visible{right:0}.right-sidebar .sidebar-title{height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 15px;border-bottom:1px solid #d4d4d4}.right-sidebar .sidebar-title h3{font-weight:600}.right-sidebar .sidebar-title h3 span{font-weight:400;color:#000}.right-sidebar .close-sidebar{font-size:18px;color:#888;cursor:pointer}.right-sidebar .right-sidebar-body{height:calc(100% - 70px);overflow:auto}.sidebar-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar-btn-group .btn{width:48%}.sidebar-radio-group .custom-control-inline{margin-right:0;width:25%;margin-bottom:10px}.bootstrap-tagsinput .label-info{background:#1b00ff}.bootstrap-touchspin .btn{background:#1b00ff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0;padding-bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bootstrap-touchspin .input-group-btn-vertical .btn{height:52%}.bootstrap-touchspin .bootstrap-touchspin-postfix,.bootstrap-touchspin .bootstrap-touchspin-prefix{border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4}.asColorPicker-buttons a,.asColorPicker-gradient-control a{font-size:13px;font-weight:500}.dropzone{border-color:#1b00ff}.dropzone .dz-preview .dz-remove{color:red}.fc-view-container tr:first-child>td>.fc-day-grid-event{background:#1b00ff}.fc-today.alert-info{background:#e0deef}.fc-day-number,.fc-ltr .fc-axis{font-size:13px;font-weight:500}.swal2-popup .swal2-title{font-size:18px;font-weight:600}.swal2-popup .swal2-styled.swal2-confirm{background:#100099}.documentation-wrap{position:relative;height:100%;padding-left:300px}.documentation-wrap .doc-sidebar{position:absolute;left:0;top:0;background:#fff;width:300px;height:100%}.doc-content-wrap{padding:30px}.table-badge{padding:8px 20px;font-size:14px;background:#1b00ff;color:#ebecef;font-weight:500} +@media (min-width:1301px) and (max-width:1400px){.header{width:calc(100% - 250px)}.brand-logo,.left-side-bar{width:250px}.main-container{padding-left:270px}}@media (min-width:1200px) and (max-width:1400px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:1300px){.main-container{padding-left:0;padding-right:0}.header-left .menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header{width:100%}.left-side-bar{left:-281px}.left-side-bar .close-sidebar{display:block}.left-side-bar:before{display:block;opacity:0;visibility:hidden}.left-side-bar.open:before{opacity:1;visibility:visible;display:none}.left-side-bar .brand-logo a{text-align:left;padding:5px 15px}.left-side-bar .brand-logo a .svg,.left-side-bar .brand-logo a img{margin:0}.header-right .brand-logo{display:table}.header-right .menu-icon{display:block;padding-left:15px;padding-top:7px}.footer-wrap{width:100%}.mobile-menu-overlay{display:block;opacity:0;visibility:hidden}.mobile-menu-overlay.show{opacity:.6;visibility:visible}}@media (min-width:1025px){.header-left .header-search{display:block!important}}@media (max-width:1024px){.header{position:relative}.header-left{width:25%}.header-right{width:75%}.main-container{padding-top:10px}.header-left .search-toggle-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header-left .header-search{padding:15px 20px;position:absolute;left:0;top:100%;background:#fff;display:none}.register-page-wrap .wizard-content .wizard{padding-left:300px}.register-page-wrap .wizard-content .wizard .steps{width:300px}}@media (max-width:991px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:767px){.header{position:fixed;left:0;top:0;-webkit-box-shadow:0 5px 25px rgba(0,0,0,.1);box-shadow:0 5px 25px rgba(0,0,0,.1)}.main-container{padding-top:80px}.login-box{padding:40px 15px}.login-header .brand-logo a img{max-width:150px}.pre-loader{background-size:43%}.xs-pd-20-10{padding:20px 10px}.xs-mb-20{margin-bottom:20px}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h4,h4{font-size:1.4rem}.main-container,.timeline ul li{padding-bottom:0}.footer-wrap{position:relative;height:auto}.user-notification{margin-right:5px}.user-notification .dropdown-menu{width:100%;min-width:300px}.user-info-dropdown .dropdown-toggle .user-name{display:none}.page-header{margin-bottom:30px}.forgot-password{text-align:center}.ionicons-list li{width:16.6%}.timeline .timeline-date{position:relative;top:0;margin-bottom:20px;left:35px}.timeline ul:before{left:10px}.timeline ul li{padding-left:0}.timeline ul li:before{left:2px;top:28px}.fc-toolbar .fc-left,.fc-toolbar .fc-right{float:none!important;padding-bottom:10px}.fc-toolbar .fc-left:after,.fc-toolbar .fc-right:after{content:"";clear:both;display:table}.faq-wrap .card-header .btn{font-size:17px}.error-page h1{font-size:150px}}@media (max-width:660px){.docs-buttons .btn-group-crop{display:block}.select-role .btn-group .btn{padding-left:35px;font-size:14px}.select-role .btn-group .btn .icon{left:5px;width:25px;height:25px}.select-role .btn-group .btn .icon .svg{width:25px;height:25px}.forgot-password a{font-size:14px;font-weight:600}.btn-group-lg>.btn,.btn-lg{font-size:16px}.register-page-wrap .wizard-content .wizard{padding-left:0}.register-page-wrap .wizard-content .wizard .steps{display:none}} \ No newline at end of file diff --git a/vendors/styles/style.min.css b/vendors/styles/style.min.css index d65d125f..383c48aa 100644 --- a/vendors/styles/style.min.css +++ b/vendors/styles/style.min.css @@ -1,4 +1,4 @@ @charset "utf-8";/*! Version: 3.0.0 Author: Ankit Hingarajiya - DeskApp -*/body,html{-webkit-font-smoothing:antialiased;width:100%;height:100%}html{-webkit-text-size-adjust:none;-moz-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=submit]{-webkit-appearance:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:Inter,sans-serif;font-weight:400;min-height:100%;color:#031e23;background:#ecf0f4}a{text-decoration:none;color:#555}a:focus,a:hover{outline:0;text-decoration:none}:focus{outline:0}img{border:0;vertical-align:top;max-width:100%;height:auto}input,select,textarea{resize:none;font-family:Inter,sans-serif}select,textarea{outline:0}.slick-slide,a,button,input{outline:0!important}button::-moz-focus-inner{border:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700;color:#202342;font-family:Inter,sans-serif}ol,p,ul{padding:0}ol,ul{margin:0;list-style:none}p{margin:0 0 15px}.container{max-width:1120px;width:100%}.pre-loader{background:#fff;background-position:center center;background-size:13%;position:fixed;left:0;top:0;width:100%;height:100%;z-index:12345;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pre-loader .loader-logo{padding-bottom:15px}.pre-loader .loader-progress{height:8px;border-radius:15px;max-width:200px;margin:0 auto;display:block;background:#ecf0f4;overflow:hidden}.pre-loader .bar{width:0%;height:8px;display:block;background:#1b00ff}.pre-loader .percent{text-align:center;font-size:24px;display:none}.pre-loader .loading-text{text-align:center;font-size:18px;font-weight:500;padding-top:15px}.mx-w-150{max-width:150px}.mx-h-300{max-height:300px}.mx-h-350{max-height:350px}.mx-h-380{max-height:380px}.mx-h-400{max-height:400px}.mx-h-450{max-height:450px}.pd-0{padding:0}.padding-top-10{padding-top:10px}.padding-top-30{padding-top:30px}.padding-bottom-30{padding-bottom:30px}.pd-5{padding:5px}.pd-10{padding:10px}.pd-20{padding:20px}.chat-box .chat-desc ul,.pd-ltr-20{padding:20px 20px 0}.pd-30{padding:30px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.pl-10{padding-left:10px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.margin-5{margin:5px}.mt-15{margin-top:15px}.mt-30{margin-top:30px}.device-manage-progress-chart ul li,.mb-30{margin-bottom:30px}.mb-20{margin-bottom:20px}.mb-15{margin-bottom:15px}.mb-10{margin-bottom:10px}.mb-5{margin-bottom:5px!important}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.font-30{font-size:30px;line-height:1.33em}.font-24{font-size:24px;line-height:1.42em}.font-20{font-size:20px;line-height:1.5em}.font-18{font-size:18px;line-height:1.55em}.font-16{font-size:16px;line-height:1.62em}.font-14{font-size:14px;line-height:1.71em}.font-12{font-size:12px;line-height:1.83em}.h1{font-size:40px;font-weight:700;line-height:1.3}.h1,.h2,.h3{color:#1b3133;font-family:Inter,sans-serif}.h2{font-size:28px;font-weight:700;line-height:1.35}.h3{font-size:24px;line-height:1.5}.h3,.h4{font-weight:700}.h4,.h5,.page-header h4{font-size:20px;line-height:1.35;color:#1b3133;font-family:Inter,sans-serif}.h5{font-size:18px;font-weight:600}.line-height-1{line-height:1}.line-height-1-2{line-height:1.2}.line-height-1-3{line-height:1.3}.weight-300{font-weight:300}.weight-400{font-weight:400}.weight-500{font-weight:500}.weight-600{font-weight:600}.weight-700{font-weight:700}.weight-800{font-weight:800}.height-auto{height:auto}.height-100-p{height:100%}.width-50-p{width:50%}.width-box{width:50px;height:50px}.max-width-200{max-width:200px}.max-width-300{max-width:300px}.max-width-400{max-width:400px}.max-width-500{max-width:500px}.max-width-600{max-width:600px}.max-width-700{max-width:700px}.max-width-800{max-width:800px}.max-width-900{max-width:900px}.max-width-1000{max-width:1000px}.min-height-200px{min-height:200px}.bg-cover{background-size:cover!important}.bg-light-blue{background-color:#e1e1f5}.color-light-blue{color:#e1e1f5}.bg-light-gray{background-color:#ecf0f4}.bg-white{background:#fff}.color-white{color:#fff}.bg-light-green{background-color:#41ccba}.text-light-green{color:#00e091}.bg-blue{background-color:#1b00ff}.text-blue{color:#1b00ff}.text-light-blue{color:#2976aa}.bg-light-orange{background-color:#f56767}.text-light-orange{color:#f56767}.bg-light-purple{background-color:#a683eb}.text-light-purple{color:#a683eb}.bg-orange{background-color:#f5956c}.text-orange{color:#f5956c}.text-yellow{color:#ecc72f}.text-green{color:#46be8a}.text-orange-50{color:#f2a654}.text-blue-50{color:#62a8ea}.text-red-50{color:#e14e50}.mCSB_inside>.mCSB_container{margin-right:0}.border-radius-0{border-radius:0}.border-radius-4{border-radius:4px}.border-radius-5{border-radius:5px}.border-radius-6{border-radius:6px}.border-radius-8{border-radius:8px}.border-radius-10{border-radius:10px}.border-radius-100,.user-info-dropdown .dropdown-toggle .user-icon img{border-radius:100%}.box-shadow{-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.wave1{background-image:url(../images/wave.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.card-box,.da-card{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.card-img-top{border-radius:10px 10px 0 0}.card-img-bottom{border-radius:0 0 10px 10px}.card-img{border-radius:10px}.card-title{font-size:18px;font-weight:600}.card-header{font-weight:500;font-size:16px}.card-text,.price del{font-size:15px}.badge{padding:.75em}.page-link:focus{-webkit-box-shadow:none;box-shadow:none}.highcharts-root{font-family:Inter,sans-serif!important}.bootstrap-select .dropdown-toggle{height:45px}.bootstrap-select .dropdown-toggle.btn-light{background-color:transparent;border-color:#d4d4d4}.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active{background-color:transparent;border-color:#d4d4d4}.dropdown-toggle::after{content:"\f107";font-family:FontAwesome;vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select .dropdown-toggle::after{position:relative;right:5px}.dropdown.show>.dropdown-toggle::after{content:"\f106"}.dropdown-toggle.no-arrow:after{display:none}.dropdown-menu{border:0;padding:0;overflow:hidden;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.dropdown-item{font-size:16px;font-weight:400;padding:.657rem 1rem;color:#444;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dropdown-item:focus,.dropdown-item:hover{background:#ecf0f4;color:#1b00ff}.form-group{margin-bottom:20px}.form-group>label{font-weight:500;font-size:14px}.custom-file-input,.custom-file-label,.custom-select,.form-control{font-family:Inter,sans-serif;color:#131e22;font-weight:400;height:45px;border-color:#d4d4d4;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.form-control.form-control-sm{height:38px}.form-control.form-control-line{border-left:0;border-right:0;border-top:0;border-radius:0}.custom-file-label{padding-top:.475rem}.custom-file-label::after{height:100%;padding-top:.475rem}textarea.form-control{height:180px}.custom-file-input:focus,.custom-select:focus,.form-control:focus{color:#131e22;border-color:#1b00ff;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.form-control.height-auto{height:auto}.input-group{margin-bottom:25px}.input-group.custom>.custom-select,.input-group.custom>.form-control{width:100%}.input-group.custom>.custom-select:not(:first-child),.input-group.custom>.form-control:not(:first-child){border-radius:.25rem;padding-left:50px}.input-group.custom>.custom-select:not(:last-child),.input-group.custom>.form-control:not(:last-child){border-radius:.25rem;padding-right:50px}.input-group-prepend.custom{position:absolute;left:0;top:0;z-index:12;height:100%}.input-group-append.custom{position:absolute;right:0;top:0;z-index:12;height:100%}.input-group-text{border:0;background:0 0}.input-group-text i{font-size:20px}.form-control:focus~.input-group-append .fa{color:#1b00ff}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:50px;font-size:16px}.has-success{color:#28a745}.form-control-success{border-color:#28a745;background-image:url(../images/check-mark-green.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-success:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 1px #28a745;box-shadow:0 0 0 1px #28a745}.has-warning{color:#ffc107}.form-control-warning{border-color:#ffc107;background-image:url(../images/caution-sign.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-warning:focus{border-color:#ffc107;-webkit-box-shadow:0 0 0 1px #ffc107;box-shadow:0 0 0 1px #ffc107}.has-danger{color:#dc3545}.form-control-danger{border-color:#dc3545;background-image:url(../images/cross.png);background-repeat:no-repeat;background-position:center right 10px;background-size:14px 14px}.form-control-danger:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 1px #dc3545;box-shadow:0 0 0 1px #dc3545}.btn{font-family:Inter,sans-serif;letter-spacing:0;font-weight:500;padding:.438rem 1rem}.btn-lg{padding:.657rem 1rem}.btn-group-lg>.btn,.btn-lg{font-size:18px}.btn-group-sm>.btn,.btn-sm{padding:.4rem .8rem;font-size:14px}.btn.focus,.btn:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.btn-rounded{border-radius:25px}.breadcrumb{background:0 0;padding:.75rem 0}.breadcrumb-item.active{color:#1b00ff;font-weight:500}.breadcrumb-item a{color:#031e23}.breadcrumb-item+.breadcrumb-item::before{font-family:FontAwesome;content:"\f105"}.customscroll-10-p>.mCustomScrollBox>.mCSB_container{padding:10px}.datepicker{z-index:1060}.datepicker--day-name,.datepicker--time-current-hours,.datepicker--time-current-minutes{color:#1b00ff}.datepicker--nav-action path{stroke:#1b00ff}.datepicker--cell.-focus-,.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#e1e1f5;color:#1b00ff}.datepicker--cell.-selected-{color:#fff}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{display:none}.datepicker-inline .datepicker{margin:0 auto}.form-control.time-picker-default:disabled,.form-control.time-picker-default[readonly],.form-control.time-picker:disabled,.form-control.time-picker[readonly]{background:#fff}.custom-control{padding-left:35px;cursor:pointer;padding-bottom:5px}.custom-control-label{cursor:pointer;font-weight:400}.custom-control-label::before{width:20px;height:20px;top:2px;left:-30px;background-color:transparent;border:2px solid #1b00ff}.custom-control-label::after{width:20px;height:20px;left:-30px;background-size:60%;top:2px}.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:none;box-shadow:none;background-color:none}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url(../images/check-mark.png);background-repeat:no-repeat;background-position:center center}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{border:2px solid transparent}.select2-container .select2-selection--single{height:45px;border-color:#d4d4d4;outline:0;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-dropdown{border-color:#d4d4d4}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:43px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#1b00ff;color:#fff;border-color:#1b00ff}.select2-container--default .select2-selection--multiple{min-height:45px;border-color:#d4d4d4}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-top:3px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff}.select2-dropdown{-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.select2-search--dropdown{padding:10px}.select2-container--default .select2-search--dropdown .select2-search__field{border-radius:5px}.bootstrap-select .dropdown-menu li .dropdown-item.active:hover,.select2-container--default .select2-results__option[aria-selected=true]{background-color:#1b00ff;color:#fff}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#1b00ff}.bootstrap-select.btn-group .dropdown-menu.inner{display:block}.bootstrap-select .dropdown-toggle:focus{outline:0!important}.bootstrap-select .dropdown-header{color:#222;font-weight:700;font-size:15px}.bootstrap-select .dropdown-menu li .dropdown-item:hover{color:#1b00ff}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{top:13px}.bootstrap-select .bs-ok-default:after{border-width:0 2px 2px 0}.dropup .dropdown-toggle::after{content:"\f107";font-family:FontAwesome;vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select.btn-group .dropdown-menu li a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.bootstrap-select.btn-group .dropdown-menu li.divider{border:1px solid #eaeaea}.bootstrap-select.btn-group .dropdown-menu li.selected a{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li.disabled a{color:#cecece}.bootstrap-select.btn-group .dropdown-menu li a:hover{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{background:url(../images/check-mark-green.png);width:15px;height:15px;background-size:contain}.label-info{background-color:#009efb}.bootstrap-tagsinput .tag{display:inline-block;padding:2px 6px;margin:2px;font-size:15px;border-radius:2px}.docs-options .dropdown-menu{max-height:250px;overflow:auto}.docs-buttons{padding-top:15px}.docs-buttons label,.notification-list ul li a p,.project-info-right p{margin-bottom:0}.docs-buttons .btn{margin-bottom:5px}.table thead th{font-weight:600;font-size:15px;border-bottom:0;padding-left:1rem}.table td,.table th{vertical-align:middle}.table td{font-size:14px;font-weight:500;padding:1rem}.table-striped tbody tr:nth-of-type(odd){background:#eaeef2}table.dataTable.display tbody tr.odd,table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover,table.dataTable.stripe tbody tr.odd{background:#ecf0f3!important}table.dataTable tbody tr.selected,table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#181f48!important;color:#fff}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#1b00ff!important}table.dataTable thead .sorting:after,table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:after,table.dataTable thead .sorting_desc_disabled:before{font-family:dropways;font-size:14px}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:before{content:"\eabb"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after{content:"\eaba";right:.2em}.blog-list ul li:hover .blog-caption h4 a,.fontawesome-icon-list .fa-hover:hover a,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{color:#1b00ff}.dataTables_length,.dt-buttons,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{padding-left:15px;padding-right:15px}.dt-checkbox,.dt-checkbox input{width:20px;height:20px;position:relative}.dt-checkbox input{position:absolute;opacity:0;z-index:1;left:0;top:0}.dt-checkbox span,.dt-checkbox span:before{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dt-checkbox span{position:relative;display:block;border:1px solid #9e9e9e;border-radius:4px}.dt-checkbox span:before{content:"";background:url(../images/check-mark.png) no-repeat;position:absolute;left:0;top:-1px;background-size:12px 12px;background-position:center center;-webkit-transform:scale(0);transform:scale(0)}.dt-checkbox input:checked~span{background:#1b00ff;border-color:#1b00ff;color:#fff}.dt-checkbox input:checked~span:before{-webkit-transform:scale(1);transform:scale(1)}.plyr{border-radius:10px;-webkit-box-shadow:0 0 10px 2px rgba(0,0,0,.15);box-shadow:0 0 10px 2px rgba(0,0,0,.15)}.popover-header{font-weight:500}.list-group-flush .list-group-item{border-top:0;margin-bottom:0}.docs-cropped .modal-body>canvas,.docs-cropped .modal-body>img,.img-preview>img{max-width:100%}.apexcharts-svg *{font-family:Muli,sans-serif!important}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{-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;font-family:FontAwesome;background:0 0;content:"\f107";color:#444;font-size:23px;left:7px;top:50%;margin-top:-7px}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:"\f106";background:0 0}.header{position:fixed;height:70px;width:calc(100% - 280px);background:#fff;right:0;top:0;z-index:123;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 10px rgba(0,0,0,.06);box-shadow:0 0 10px rgba(0,0,0,.06)}.header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:50%}.brand-logo a .dark-logo,.header-left .menu-icon,.header-left .search-toggle-icon,.sidebar-light .brand-logo a .light-logo,.sidebar-menu .submenu li.dropdown:before{display:none}.header-left .header-search{width:100%;padding-left:20px}.header-left .header-search .form-group,.sidebar-menu .submenu li{position:relative}.header-left .header-search .search-icon{position:absolute;left:17px;top:12px;font-size:20px;color:#777}.header-left .header-search .dropdown{position:static;right:0;top:0;padding-right:10px}.header-left .header-search .dropdown .dropdown-toggle{position:absolute;right:0;top:0;width:45px;height:45px;font-size:20px;line-height:45px;text-align:center;border-radius:0 .25rem .25rem 0;color:#777;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box:hover .view-contact a,.header-left .header-search .dropdown .dropdown-toggle:hover,.header-left .header-search .dropdown.show .dropdown-toggle{background:#1b00ff;color:#fff}.header-left .header-search .dropdown .dropdown-menu{width:100%;min-width:100%;margin-top:5px;padding:20px}.header-left .header-search .search-input{padding-left:50px;padding-right:55px}.header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:70px;width:50%}.header-left .brand-logo{max-width:180px;display:block}.header-right .brand-logo a{padding:0 6px}.header-right .menu-icon{position:relative;right:0;float:left;display:none}.user-info-dropdown{padding:5px 10px 5px 0}.user-info-dropdown .dropdown-toggle{display:block;padding:5px 0;font-size:16px}.user-info-dropdown .dropdown-toggle .user-icon{width:52px;height:52px;font-size:24px;background:#ebeff3;color:#1b00ff;line-height:52px;text-align:center;display:inline-block;vertical-align:middle;border-radius:100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,.18);box-shadow:0 0 10px rgba(0,0,0,.18)}.user-info-dropdown .dropdown-toggle .user-name{font-weight:500;display:inline-block;vertical-align:middle;margin-left:5px;color:#131e22;font-family:Inter,sans-serif}.user-info-dropdown .dropdown-menu{min-width:185px}.dropdown-menu-icon-list .dropdown-item{position:relative;padding-left:45px}.dropdown-menu-icon-list .dropdown-item i{position:absolute;left:16px;top:50%;font-size:18px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.user-notification{float:right;margin-right:10px;padding:22px 5px 10px 0}.user-notification .dropdown-toggle{font-size:20px;padding:10px;color:#555;position:relative}.user-notification .dropdown-toggle .badge{position:absolute;right:8px;top:10px;background:#f5678a;width:5px;height:5px;display:block;padding:0}.user-notification .dropdown-menu{width:400px;padding:20px 10px}.notification-list ul li a{display:block;position:relative;padding:10px 15px 10px 75px;min-height:75px;color:#666;font-size:14px;font-weight:500;font-family:Inter,sans-serif;border-radius:5px}.notification-list ul li a img{width:50px;height:50px;position:absolute;left:10px;top:13px;border-radius:10px;-webkit-box-shadow:1px 2px 13px rgba(0,0,0,.2);box-shadow:1px 2px 13px rgba(0,0,0,.2)}.notification-list ul li a h3{font-size:16px;color:#202342;font-weight:700;text-transform:capitalize;font-family:Inter,sans-serif;padding-bottom:5px}.notification-list ul li a h3 span{float:right;font-size:12px;font-weight:500;padding-top:2px}.header-dark .header,.header-dark .header-left .header-search{background:#0b132b}.header-dark .header .user-info-dropdown .dropdown-toggle,.header-dark .header .user-info-dropdown .dropdown-toggle .user-name,.header-dark .menu-icon,.header-dark .search-toggle-icon,.header-dark .user-notification .dropdown-toggle{color:#ecf0f4}.header-dark .header .header-left .header-search .search-input{background:rgba(236,236,236,.1);border-color:transparent;color:#ecf0f4}.header-dark .header .header-left .header-search .search-input:focus{border-color:#4b4d50}.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-moz-placeholder,.header-dark .header .header-left .header-search .search-input::-moz-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-ms-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-icon{color:#ecf0f4}.footer-wrap{width:100%;position:relative;text-align:center;font-weight:500}.footer-wrap a{color:#1b00ff;text-decoration:underline}.menu-icon,.search-toggle-icon{width:47px;height:47px;font-size:22px;line-height:1;color:#555;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brand-logo{width:280px;height:70px;border-bottom:1px solid rgba(0,0,0,.1)}.brand-logo a{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;font-size:22px;color:#fff;letter-spacing:.05em;font-weight:500;line-height:45px;font-family:Inter,sans-serif;padding:0 20px}.brand-logo a .light-logo,.sidebar-light .brand-logo a .dark-logo{display:block}.brand-logo a span{display:block;vertical-align:middle;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-logo a .svg,.brand-logo a img{max-width:180px;display:block;height:auto}.left-side-bar,.left-side-bar:before{position:fixed;left:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.left-side-bar{width:280px;height:100vh;z-index:1000;background:#0b132b}.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#ecf0f4}.left-side-bar:before{content:"";z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.3);display:none}.left-side-bar.open{left:0}.left-side-bar .menu-block{height:calc(100vh - 70px)}.left-side-bar .close-sidebar{font-size:18px;color:#888;cursor:pointer;position:absolute;right:10px;top:20px;display:none}.sidebar-menu{padding:0 0 20px}.sidebar-menu .dropdown-toggle{display:block;padding:18px 15px 18px 67px;font-size:16px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .dropdown-toggle:after{position:absolute;right:15px;font-size:18px}.sidebar-menu.icon-style-2 .dropdown-toggle:after{content:"\f217";font-family:Ionicons}.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle:after{content:"\f208"}.sidebar-menu.icon-style-3 .dropdown-toggle:after{content:"\f101"}.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle:after{content:"\f103"}.sidebar-menu .dropdown-toggle:hover,.sidebar-menu .show>.dropdown-toggle{background:rgba(0,0,0,.4);color:#fff}.sidebar-menu .dropdown-toggle .micon{position:absolute;left:10px;width:42px;height:42px;font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-color:transparent;top:50%;text-align:center;border-radius:4px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.sidebar-menu .dropdown-toggle:hover .micon,.sidebar-menu .show>.dropdown-toggle .micon{color:#fff}.sidebar-menu .dropdown-toggle .new{font-size:24px;line-height:14px;display:inline-block;vertical-align:middle}.sidebar-menu .dropdown-toggle .new:before{line-height:14px}.sidebar-menu .submenu{position:relative;width:100%;display:none}.sidebar-menu .submenu:before{content:"";width:1px;height:100%;position:absolute;left:31px;top:0;display:none;background:0 0;border-left:2px dashed #1b00ff}.sidebar-menu .submenu li>a:before{content:"\f208";position:absolute;line-height:1;left:28px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);font-family:Ionicons}.sidebar-menu.icon-list-style-2 .submenu li>a:before{content:"\f10c";font-family:FontAwesome}.sidebar-menu.icon-list-style-3 .submenu li>a:before{content:"\eb1d";font-family:dropways}.sidebar-menu.icon-list-style-4 .submenu li>a:before{content:"\edd2";font-family:dropways}.sidebar-menu.icon-list-style-5 .submenu li>a:before{content:"\ee07";font-family:dropways}.sidebar-menu.icon-list-style-6 .submenu li>a:before{content:"\ee36";font-family:dropways}.mobile-menu-overlay,.sidebar-menu .submenu li a,.sidebar-menu .submenu li>a:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .submenu li a{display:block;padding:18px 15px 18px 60px;font-size:14px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:Inter,sans-serif}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a,.sidebar-menu .submenu li.dropdown>a:before,.sitemap ul li.child:after,.sitemap ul li.child:before{display:none}.sidebar-menu .submenu li a.dropdown-toggle{padding:18px 15px 18px 60px;font-size:16px}.sidebar-menu .submenu.child{padding-left:15px}.sidebar-menu .submenu li:hover>a:before{left:18px}.sidebar-menu .submenu li a.active,.sidebar-menu .submenu li a:hover{color:#fff;background-color:rgba(0,0,0,.4)}.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon,.sidebar-light .sidebar-menu .show>.dropdown-toggle .micon,.sidebar-menu .dropdown-toggle.active,.sidebar-menu .dropdown-toggle.active .micon{color:#fff}.mobile-menu-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:#121421;opacity:.6;z-index:123;background-size:20px;background-position:98% 15px;display:none}.sidebar-light .left-side-bar{background:#fff}.sidebar-light .sidebar-menu .dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a{color:#0b132b;font-weight:400}.sidebar-light .sidebar-menu .dropdown-toggle .micon{color:#0b132b}.sidebar-light .sidebar-menu .dropdown-toggle:hover,.sidebar-light .sidebar-menu .show>.dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a.active,.sidebar-light .sidebar-menu .submenu li a:hover{color:#fff;background-color:#0b132b}.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#0e132b}.sidebar-menu .dropdown-divider{margin:20px 0;border-color:rgba(255,255,255,.2);border-width:2px}.sidebar-light .sidebar-menu .dropdown-divider{border-color:rgba(0,0,0,.2)}.sidebar-menu .sidebar-small-cap{font-size:14px;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:#fff;padding:0 15px 10px}.sidebar-light .sidebar-menu .sidebar-small-cap{color:#1502bd}.login-header{position:relative;padding:0 15px;background-color:#fff;z-index:1}.login-header .brand-logo{width:auto;border:0}.login-menu a{font-size:20px;font-weight:600;color:#1b00ff}.login-wrap{height:calc(100% - 70px);overflow:auto;padding:30px 0}body.IE .login-wrap,body.IE .register-page-wrap{display:block!important;padding:0}body.IE .login-wrap .container,body.IE .register-page-wrap .container{padding-top:10vh;padding-bottom:10vh}.login-wrap .container,.register-page-wrap .container{max-width:1300px}.login-wrap .mCustomScrollBox{height:auto;width:100%}.login-box{max-width:400px;width:100%;padding:40px 20px;margin:5px auto}.select-role{margin-bottom:25px;padding:0 5px}.select-role .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.select-role .btn-group .btn{margin:0 5px;border:1px solid #d4d4d4;text-align:left;padding-left:60px;padding-top:10px;padding-bottom:10px;width:calc(50% - 10px);border-radius:5px!important;font-size:16px;line-height:1.3;font-weight:700;color:#333;position:relative}.select-role .btn-group .btn.active,.select-role .btn-group .btn.active:focus,.select-role .btn-group .btn.focus.active{background-color:rgba(27,0,255,.05);border-color:rgba(27,0,255,.5);color:#1b00ff}.select-role .btn-group .btn .icon{position:absolute;left:15px;width:30px;height:30px;top:50%;margin-top:-15px}.select-role .btn-group .btn .icon .svg{width:30px;height:30px}.select-role .btn-group .btn span{display:block;font-size:14px;font-weight:500;color:#222}.login-box .login-title{padding:0 0 10px;margin-bottom:30px}.login-box .login-title h2{font-size:24px;font-weight:700}.login-box .login-img{display:block;margin:0 auto 20px;max-width:100px}.forgot-password{text-align:right}.register-page-wrap{height:calc(100% - 70px);padding:30px 0}.register-page-wrap .register-box{max-width:410px;margin:0 auto}.register-page-wrap,.register-page-wrap .wizard-content .wizard{position:relative;overflow:auto}.register-page-wrap .wizard-content .wizard .steps{position:relative}.register-page-wrap .wizard-content .wizard>.steps .step{position:relative;top:0;left:0;display:block;margin:0 auto;border-width:2px;background-color:#fff;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a .step{background:url(../images/tick.svg) no-repeat #ecf0f4;font-size:0;background-size:22px;background-position:center center;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:after,.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:before,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before{background:rgba(24,31,72,.3)}.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:before{background-color:transparent}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current .step{border-color:#1b00ff;color:#181f48;background-color:#fff}.register-page-wrap .wizard-content .wizard>.steps .info,.register-page-wrap .wizard-content .wizard>.steps .step,.register-page-wrap .wizard-content .wizard>.steps>ul>li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.register-page-wrap .wizard-content .wizard>.steps .info{display:block;width:100%;padding-top:10px}.register-page-wrap .wizard-content .wizard>.steps>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 10px}.register-page-wrap .wizard-content .wizard>.steps>ul>li{width:25%}.register-page-wrap .wizard-content .wizard>.steps>ul>li a{padding:20px 10px;margin:0;text-align:center;color:rgba(24,31,72,.6);font-size:11px;font-weight:700}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current>a,.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a{color:#181f48}.register-page-wrap .wizard-content .wizard>.content{overflow:hidden;padding:15px 15px 0;min-height:320px}.register-page-wrap .wizard-content .wizard>.actions{padding:0 15px 20px;text-align:right}.register-info li{margin-bottom:15px;font-size:14px}.main-container{padding:80px 20px 0 300px}.page-header .dropdown-menu{border-radius:5px}.page-header{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);margin-bottom:30px;padding:20px}.page-header .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header h4{font-weight:600;padding-bottom:5px}.page-header .breadcrumb{padding:0;margin:0}.search-icon-box,.timeline ul{position:relative}.search-icon-box input{height:70px;width:100%;font-size:20px;padding:0 60px 0 30px;font-weight:300;border:0;color:#fff;background:#6209ab}.search-icon-box input::-webkit-input-placeholder{opacity:1;color:#fff}.search-icon-box input:-moz-placeholder,.search-icon-box input::-moz-placeholder{opacity:1;color:#fff}.search-icon-box input:-ms-input-placeholder{opacity:1;color:#fff}.search-icon-box .search_icon{position:absolute;font-size:24px;line-height:1;right:20px;top:26px;color:#fff}.fontawesome-icon-list{padding-top:20px}.fontawesome-icon-list.custom-icon-list,.sitemap ul li.child h5{padding-top:0}.fontawesome-icon-list .fa-hover,.fontawesome-icon-list a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fontawesome-icon-list .fa-hover{padding-top:13px;padding-bottom:13px;margin-bottom:10px;cursor:pointer;border-radius:8px}.fontawesome-icon-list .fa-hover:hover{background:rgba(68,66,87,.13);-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08)}.fontawesome-icon-list a{display:block;font-size:14px;font-weight:500;position:relative;padding-left:45px;color:#131e22}.fontawesome-icon-list a .icon-copy{position:absolute;left:10px;top:4px;font-size:18px}.fontawesome-icon-list.custom-icon-list a{font-size:14px;line-height:24px}.fontawesome-icon-list.custom-icon-list a .icon-copy{font-size:24px;line-height:1;top:0}.foundation-icon.fontawesome-icon-list a .icon-copy{top:0;font-size:24px;line-height:24px}.ionicons-list li{width:8.3%;text-align:center}.ionicons-list.fontawesome-icon-list a{padding-left:0}.ionicons-list.fontawesome-icon-list a .icon-copy{font-size:24px;left:0;position:relative}.wysihtml5-toolbar .dropdown-menu a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.html-editor textarea.form-control{height:300px;font-weight:400}.copy-notification{color:#fff;background-color:rgba(0,0,0,.8);padding:12px 20px;border-radius:30px;position:fixed;top:50%;left:50%;width:150px;margin-top:-30px;margin-left:-85px;display:none;text-align:center}.error-page h1,.error-page-wrap{font-size:16px;line-height:26px;font-weight:700;color:#222}.error-page h1{font-size:210px;text-shadow:2px 2px 0 #181f48,4px 4px 0 #fff,8px 8px 0 #181f48;line-height:1;color:#181f48}.error-page h3{font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:30px;padding-top:30px}.project-info{padding-bottom:15px}.project-info-left{float:left;width:60px;padding-top:10px}.project-info-left .icon{width:50px;height:50px;border-radius:100%;line-height:50px;text-align:center;font-size:20px}.project-info-right{float:right;width:calc(100% - 60px);text-align:right}.device-manage-progress-chart ul li:last-child{margin-bottom:0}.device-manage-progress-chart .device-name{width:75px;float:left;text-align:right}.device-manage-progress-chart .device-total{float:left;width:45px;font-size:14px}.device-manage-progress-chart .device-progress{float:left;width:calc(100% - 120px);padding:7px 10px 0}.device-manage-progress-chart .device-progress .grand_total{float:right}.device-manage-progress-chart .device-progress .progress{margin-bottom:0;height:10px}.device-manage-progress-chart .device-progress .progress .progress-bar{height:100%}.device-manage-progress-chart .device-progress .progress .progress-bar.window{background:#00bcf2}.device-manage-progress-chart .device-progress .progress .progress-bar.mac{background:#027496}.device-manage-progress-chart .device-progress .progress .progress-bar.android{background:#0059b2}.device-manage-progress-chart .device-progress .progress .progress-bar.linux{background:#8ab1b7}.to-do-list ul li{padding:15px}.to-do-list ul li,.to-do-list ul li:hover{background:#ecf0f4}.to-do-list ul li:nth-child(2n){background:#fff}#browservisit path.jvectormap-region.jvectormap-element{stroke-width:.5px;stroke:#667f87}.jvectormap-goback,.jvectormap-zoomin,.jvectormap-zoomout{background:#667f87}.browser-visits ul li{margin-bottom:40px}.browser-visits ul li .icon,.browser-visits ul li .visit{width:50px}.browser-visits ul li .browser-name{width:calc(100% - 100px);font-size:14px;font-weight:600}.docs-preview{margin-right:-1rem}.img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden}.preview-lg{height:9rem;width:16rem}.preview-md{height:4.5rem;width:8rem}.preview-sm{height:2.25rem;width:4rem}.preview-xs{height:1.125rem;margin-right:0;width:2rem}.btn-list .btn{margin:5px}#login-modal .modal-dialog{max-width:380px}#login-modal .login-box{margin:0}.confirmation-btn{width:50px;height:50px;margin:0 auto}.da-card .da-card-content{padding:20px 15px;background:#fff;font-size:14px}.da-card,.da-card .da-card-photo{position:relative;overflow:hidden}.da-card .da-card-photo img{position:relative;display:block;width:100%;-webkit-transition:all .4s linear;transition:all .4s linear}.da-card .da-overlay{position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;overflow:hidden;background:rgba(19,30,34,.7);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-overlay.da-slide-left{left:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-left{left:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-left,.da-card .da-overlay.da-slide-right,.da-card .da-overlay.da-slide-top{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.da-card .da-overlay.da-slide-right{right:-100%;left:inherit}.da-card .da-card-photo:hover .da-overlay.da-slide-right{right:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-top{top:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-bottom,.da-card .da-card-photo:hover .da-overlay.da-slide-top{top:0}.da-card .da-overlay.da-slide-bottom{top:100%}.da-card .da-card-photo:hover img{-webkit-transform:scale(1.2) translateZ(0);transform:scale(1.2) translateZ(0)}.da-card .da-card-photo:hover .da-overlay{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.da-card .da-card-photo:hover .da-social{opacity:1}.da-card .da-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.da-card .da-social h5{position:absolute;top:0;white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis;font-size:16px;font-weight:500}.chat-box .chat-desc ul li .chat-img,.da-card .da-social ul li{float:left}.da-card .da-social ul li a{display:block;width:45px;height:45px;border:1px solid #fff;line-height:43px;font-size:20px;text-align:center;color:#fff;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-social ul li:first-child a{border-top-left-radius:5px;border-bottom-left-radius:5px}.da-card .da-social ul li:last-child a{border-top-right-radius:5px;border-bottom-right-radius:5px}.da-card .da-social ul li a:hover{background:#fff;color:#1b00ff}.nav-tabs.customtab .nav-item.show .nav-link,.nav-tabs.customtab .nav-link.active{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav-tabs.customtab .nav-item{margin-bottom:0}.nav-tabs.customtab .nav-link{color:#181f48;border:0;border-bottom:2px solid transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav-tabs.customtab .nav-link:focus,.nav-tabs.customtab .nav-link:hover{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav.vtabs{border-bottom:0;border-right:1px solid #dee2e6;height:100%}.nav.vtabs .nav-link{border-radius:0}.nav.vtabs .nav-item.show .nav-link,.nav.vtabs .nav-link.active{border-right:0;border-color:#dee2e6;color:#1b00ff}.nav.vtabs.nav-pills .nav-item.show .nav-link,.nav.vtabs.nav-pills .nav-link.active{border-right:0;border-color:#dee2e6;color:#fff}.nav.vtabs.customtab .nav-item.show .nav-link,.nav.vtabs.customtab .nav-link.active{border-color:#1b00ff}.timeline ul:before{content:"";width:3px;height:100%;background:#1b00ff;position:absolute;left:150px}.timeline ul li{position:relative;padding-left:180px;padding-top:20px;padding-bottom:30px}.timeline ul li:before{content:"";position:absolute;top:30px;left:142px;width:18px;height:18px;background:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 3px #1b00ff;box-shadow:0 0 0 3px #1b00ff}.timeline .timeline-date{position:absolute;left:0;top:20px;width:120px;background:#1b00ff;color:#fff;font-size:16px;padding:6px 10px;border-radius:5px}.list-unstyled>li>ul{margin-left:35px}.list-unstyled>li>ul li{list-style:circle}.sitemap{border-left:2px dashed #1b00ff}.sitemap h5{padding:15px;margin-bottom:10px;font-weight:600;color:#1b00ff}.sitemap ul,.sitemap ul li{position:relative;padding-left:25px}.sitemap ul li{min-height:40px;padding-left:35px;margin-bottom:10px;padding-top:2px}.sitemap ul li:last-child{margin-bottom:0}.sitemap ul li:before{content:"";background:#fff;width:20px;height:20px;border:2px solid #1b00ff;border-radius:100%;position:absolute;left:6px;top:5px}.sitemap ul li:after{content:"";width:25px;left:-25px;top:40%;position:absolute;border-top:2px dashed #1b00ff}.blog-list ul li,.sitemap ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fc th,.sitemap ul li a{font-weight:500;font-size:15px}.sitemap ul li a{display:inline-block;color:#0b132b}.sitemap ul li a:hover{color:#000}.sitemap ul li.child{padding-left:0;padding-top:0;border-left:2px dashed #2976aa}.calendar-wrap .fc-event.ui-draggable-handle{padding:5px;margin-bottom:5px}.fc th{padding:10px!important;background:#e1e1f5;line-height:1}.fc-day-grid-event .fc-time{font-weight:500!important}.fc-day-grid-event .fc-content{padding:3px 9px}.fc-header-toolbar h2{font-size:18px;padding-top:7px}.blog-wrap{padding-bottom:50px}.blog-list ul li{border-radius:10px;margin-bottom:40px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);background:#fff}.blog-list ul li:hover{-webkit-box-shadow:0 0 48px rgba(0,0,0,.25);box-shadow:0 0 48px rgba(0,0,0,.25)}.blog-list ul li .blog-img{height:100%;min-height:300px;border-radius:10px 0 0 10px;background-size:cover!important}.blog-list ul li .blog-caption{padding:20px;font-size:16px;line-height:1.5;color:#031e23}.blog-list ul li .blog-caption h4{font-size:17px;line-height:1.5;font-weight:700;margin-bottom:12px}.blog-list ul li .blog-caption h4 a,.product-caption h4 a{color:#131e22}.latest-post ul li{padding:.75rem 1.25rem;font-size:14px;color:#78909c;border-bottom:1px solid rgba(0,0,0,.125)}.latest-post ul li h4{font-size:14px;font-weight:600;line-height:1.5;margin-bottom:5px}.blog-list ul li .blog-caption h4 a,.latest-post ul li h4 a,.product-box,.product-caption h4 a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.latest-post ul li h4 a{display:block;color:#131e22}.latest-post ul li h4 a:hover{color:#1b00ff}.blog-detail,.product-box{background:#fff}.blog-detail .blog-caption{padding:20px;font-size:16px;color:#78909c}.blog-detail ul li{position:relative;padding-left:25px;margin-bottom:5px;line-height:28px}.blog-detail ul li:before{content:"\f101";font-family:FontAwesome;position:absolute;color:#405158;left:0;top:0}.blog-detail ol,.blog-detail ul{padding-left:15px}.blog-detail ol>li{position:relative;padding-left:20px;margin-bottom:5px}.blog-detail ol,.blog-detail ol>li>ol,.blog-detail ol>li>ol>li>ol{counter-reset:my-badass-counter}.blog-detail ol>li>ol>li:before{content:counter(my-badass-counter,lower-alpha);counter-increment:my-badass-counter}.blog-detail ol>li:before,.blog-detail ol>li>ol>li>ol>li:before{content:counter(my-badass-counter,lower-roman);counter-increment:my-badass-counter}.blog-detail ol>li:before{content:counter(my-badass-counter);position:absolute;left:0;top:0;color:#405158;font-weight:500}.gallery-wrap>ul>li,.product-list ul li{margin-bottom:30px}.product-box{border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);height:100%}.producct-img{overflow:hidden}.producct-img img{position:relative;border-radius:10px 10px 0 0;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.product-list ul li:hover .producct-img img{-webkit-transform:scale(1.3);transform:scale(1.3)}.product-caption{padding:20px}.product-caption h4{font-size:18px;margin-bottom:8px}.product-caption .btn{border-radius:22px}.price{font-size:15px;font-weight:600;padding-bottom:15px;color:#78909c}.price ins{text-decoration:none;display:inline-block;margin-left:10px;color:#131e22}.product-slider{margin-bottom:20px}.slider-arrow .slick-arrow,.slider-arrow .slick-arrow:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.slider-arrow .slick-arrow{position:absolute;bottom:0;width:40px;height:40px;top:50%;margin-top:-20px;border:1px solid #1b00ff;background:#1b00ff;border-radius:0;cursor:pointer;font-size:0;text-align:center}.slider-arrow .slick-arrow:hover{border-color:#2a2d31}.slider-arrow .slick-arrow:hover:before{color:#fff}.slider-arrow .slick-arrow:before{font-family:dropways;font-size:16px;color:#fff;line-height:38px}.slider-arrow .slick-arrow.slick-prev{z-index:12;left:15px}.slider-arrow .slick-arrow.slick-prev:before{content:"\eabc"}.slider-arrow .slick-arrow.slick-next{right:15px}.slider-arrow .slick-arrow.slick-next:before{content:"\eabd"}.product-slide-nav{padding:10px}.product-detail-desc{font-size:16px;line-height:1.5}.faq-wrap .card{margin-bottom:20px;border:0;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.faq-wrap .card-header{background:#fff;text-align:left;border:0;padding:0}.faq-wrap .card-header .btn{background:0 0;border-radius:0;text-align:left;font-size:16px;font-weight:500;padding:16px 40px 16px 16px;position:relative;white-space:normal;color:#1b00ff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.faq-wrap .card-header .btn.collapsed{color:#222}.faq-wrap .card-header .btn:after{content:"\f209";font-family:Ionicons;position:absolute;right:10px;color:#1b00ff;top:16px}.faq-wrap .card-header .btn.collapsed:after{content:"\f218"}.faq-wrap .card-body{padding-top:0}.pricing-table-wrap .card{border:0;-webkit-box-shadow:0 0 48px rgba(0,0,0,.2);box-shadow:0 0 48px rgba(0,0,0,.2)}.pricing-table-wrap .btn{padding-left:30px;padding-right:30px}.pricing-table-wrap .list-group-flush .list-group-item{background:0 0}.pricing-card{text-align:center}.pricing-card .price-title,.pricing-card .pricing-icon{padding-bottom:30px;text-align:center}.pricing-card .pricing-icon img{margin-top:-30px}.pricing-card .price-title{text-transform:uppercase;font-size:16px;font-weight:500;color:#1b00ff;letter-spacing:.15em}.pricing-card .pricing-price{font-size:60px;line-height:1;font-weight:400;padding-bottom:40px;padding-top:20px;color:#1b00ff}.pricing-card .pricing-price sub{font-size:16px;font-weight:400;color:#fd486e}.pricing-card .pricing-price sup{font-size:20px;font-weight:400;color:#fd486e;top:10px;vertical-align:top}.pricing-card .text{padding-bottom:30px}.pricing-card .cta{max-width:170px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.pricing-card .cta .btn{display:block;text-align:center}.pricing-card-style2,.profile-setting .profile-edit-list>li{padding:20px}.pricing-card-style2 .pricing-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:15px;border-bottom:2px solid #f0f2f7}.pricing-card-style2 .pricing-card-header .left{width:60%}.pricing-card-style2 .pricing-card-header .left h5{color:#1b00ff;font-size:18px;font-weight:700}.pricing-card-style2 .pricing-card-header .left p,.pricing-points ul li{font-size:14px;font-weight:500;margin-bottom:0}.pricing-card-style2 .pricing-card-header .right{width:40%;text-align:right;color:#000;font-size:18px;line-height:1.4;font-weight:700}.pricing-card-style2 .pricing-card-header .right span{display:block;font-size:12px}.pricing-card-style2 .pricing-card-body{padding-top:30px;padding-bottom:10px}.pricing-points ul li{padding:0 30px 0 0;margin-bottom:20px;color:#000;position:relative}.pricing-points ul li:after{content:"\f121";font-family:Ionicons;font-size:18px;line-height:1;color:#1061e4;position:absolute;right:0;top:0}.pricing-card-style2 .cta{max-width:170px;margin:0 auto;padding-top:10px;padding-bottom:20px}.pricing-card-style2 .cta .btn{display:block;text-align:center}.profile-photo{width:160px;height:160px;margin:0 auto 15px;position:relative}.profile-photo .edit-avatar{position:absolute;right:-15px;top:0;width:30px;height:30px;line-height:30px;font-size:14px;text-align:center;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);box-shadow:0 2px 4px rgba(0,0,0,.4)}.contact-directory-box .contact-avatar span img,.profile-photo .avatar-photo,.profile-photo .edit-avatar{border-radius:100%}.profile-info,.profile-skills,.profile-social{border-top:2px dashed #ecf0f4;padding:15px}.profile-info ul li{margin-bottom:15px;font-size:14px;font-weight:500;word-wrap:break-word}.profile-info ul li span{display:block;font-size:14px;color:#1b00ff;font-weight:500;padding-bottom:5px}.profile-info ul li:last-child{margin-bottom:0}.profile-social ul li{float:left;margin:5px}.profile-social ul li .btn{padding:0;width:36px;height:36px;text-align:center;line-height:36px}.notification-list.chat-notification-list ul li.active a,.notification-list.chat-notification-list ul li:hover a,.profile-tab .nav-tabs.customtab{background:#fff}.profile-tab .nav-tabs.customtab .nav-link{padding:18px 30px;background:0 0;font-weight:500}.profile-setting{height:100%}.profile-setting .container{max-width:800px}.profile-tab .tab-content{height:calc(100% - 63px)}.profile-setting .profile-edit-list{padding:30px 0;margin:0}.profile-setting .btn-outline-secondary{border-color:#ced4da}.profile-setting .profile-edit-list .form-control{font-weight:400}.task-title{padding-bottom:30px}.task-title a{padding-left:20px;padding-right:20px}.profile-task-wrap .container{max-width:800px}.profile-task-list ul li{position:relative;padding-left:30px;font-size:18px;line-height:24px;color:#263238;margin-bottom:25px}.profile-task-list.close-tasks ul li{color:#90a4ae;text-decoration:line-through}.profile-task-list ul li .task-type{font-size:16px;color:#90a4ae;font-weight:500}.profile-task-list ul li .task-assign{font-size:16px;color:#90a4ae;font-weight:300}.profile-task-list ul li .due-date{display:inline-block;padding-left:10px}.profile-task-list ul li .due-date:before{content:"\f111";font-family:FontAwesome;display:inline-block;font-size:8px;vertical-align:middle;margin-right:8px;opacity:.5}.profile-task-list ul li .custom-control,.profile-timeline-list ul:before{position:absolute;left:0;top:0;width:100%;height:100%}.profile-task-list ul li .custom-control-label{position:absolute;width:100%;height:100%;left:0}.profile-task-list ul li .custom-control-label::after,.profile-task-list ul li .custom-control-label::before{top:50%;margin-top:-12px;left:0}.task-list-scroll{height:303px}.task-list-form>ul>li{padding:30px 20px;background:#e7eef0;position:relative;border-bottom:2px dashed #2976aa}.task-list-form>ul>li .remove-task{position:absolute;right:22px;top:3px;font-size:18px;color:#2976aa}.task-list-form .form-control{font-weight:400}.task-list-form textarea.form-control{height:80px}.task-list-form .btn-outline-primary{border-color:#ced4da}.add-more-task,.chat-box .chat-desc ul li.admin_chat .chat-body .chat_time{text-align:right}.add-more-task a{display:inline-block;padding:10px;color:#2976aa}.profile-timeline{padding:30px}.profile-timeline .timeline-month{margin-bottom:20px}.profile-timeline .timeline-month h5{font-size:16px;font-weight:700}.profile-timeline-list ul{padding-left:15px;position:relative}.profile-timeline-list ul:before{content:"";width:2px;left:4px;background-color:#1b00ff}.profile-timeline-list ul li{margin-bottom:10px;position:relative;padding-left:100px;line-height:24px;padding-top:8px}.profile-timeline-list ul li p{margin-bottom:5px;font-size:14px;line-height:1.5;font-weight:500}.profile-timeline-list ul li:before{content:"";width:12px;height:12px;border:2px solid #1b00ff;border-radius:22px;position:absolute;left:-16px;top:15px;background:#1b00ff}.profile-timeline-list .date{position:absolute;top:8px;left:5px;font-weight:700;font-size:13px}.profile-timeline-list .task-name{text-transform:uppercase;font-weight:600;color:#1b00ff;font-size:14px;line-height:22px;position:relative}.profile-timeline-list .task-name i{position:absolute;left:-22px;top:0;font-size:18px}.profile-timeline-list .task-time{color:rgba(24,31,72,.71);font-size:12px;font-weight:700}.contact-directory-list>ul>li{margin-bottom:30px}.contact-directory-box{background:#fff;min-height:400px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);border-radius:10px}.contact-dire-info{padding:30px 25px 20px}.contact-directory-box .contact-avatar span{display:block;margin:0 auto 20px;width:150px;height:150px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:100%;overflow:hidden}.contact-directory-box .contact-name,.contact-directory-box .contact-skill{padding-bottom:20px}.contact-directory-box .contact-name h4{font-weight:600;font-size:18px}.contact-directory-box .contact-name p{margin-bottom:2px;color:#7f92a9;font-size:14px}.contact-directory-box .contact-skill .badge{border:1px solid #ced9ee;font-weight:500;font-size:16px;padding:7px 11px;margin:3px 0}.contact-directory-box .contact-skill .badge.badge-primary{background:#1b00ff;border-color:#1b00ff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.contact-directory-box .profile-sort-desc{font-weight:400;color:#6f7c8d}.contact-directory-box .view-contact a{display:block;text-align:center;text-transform:uppercase;font-size:15px;font-weight:600;padding:20px 5px;letter-spacing:.05em;position:relative;border-radius:0 0 6px 6px}.contact-directory-box:hover .view-contact a:before{opacity:0}.contact-directory-box .view-contact a,.contact-directory-box .view-contact a:before,.notification-list.chat-notification-list ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box .view-contact a:before{content:"";width:80px;height:1px;background:#1b00ff;position:absolute;left:0;right:0;top:0;margin:0 auto}.invoice-wrap{overflow:auto}.invoice-box{background:#fff;width:800px;margin:0 auto;padding:20px}.invoice-header{padding-bottom:30px}.invoice-desc .invoice-sub{width:40%;float:left;padding:8px 15px}.invoice-desc .invoice-hours,.invoice-desc .invoice-rate{width:20%;float:left;padding:8px 15px}.invoice-desc .invoice-subtotal{width:20%;float:right;padding:8px 15px}.invoice-desc .invoice-desc-head{background:#eaeaea;font-weight:500}.invoice-desc .invoice-desc-body{padding-top:15px;min-height:400px}.invoice-desc .invoice-desc-footer .invoice-desc-body{min-height:50px}.invoice-desc .invoice-desc-body ul li{border-bottom:1px solid #eaeaea;padding-bottom:5px}.chat-list{border:1px solid #ecf0f4;border-radius:5px;height:72vh}.chat-search{border-bottom:1px solid #ccc;padding:10px;position:relative}.chat-search>span{position:absolute;left:30px;top:30px;color:#33484f}.chat-search input{height:55px;width:100%;border:0;background:0 0;padding-left:50px;color:#33484f}.chat-list .notification-list{height:calc(100% - 76px);padding:10px}.notification-list.chat-notification-list ul li a{padding-top:16px}.notification-list.chat-notification-list ul li a p,.upload-file-box .right h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-list.chat-notification-list ul li a p .fa{font-size:10px}.notification-list.chat-notification-list ul li a img{-webkit-box-shadow:none;box-shadow:none}.chat-detail{height:72vh}.chat-profile-header{padding:10px 30px 10px 20px;border-bottom:1px solid #eff0f4}.chat-profile-header .left{float:left;width:60%}.chat-profile-header .left .chat-profile-photo{float:left;width:90px}.chat-profile-header .left .chat-profile-photo img{width:66px;height:66px;border-radius:100%}.chat-profile-header .left .chat-profile-name{float:left;padding-top:15px}.chat-profile-header .left .chat-profile-name h3{font-size:18px;color:#44aeff}.chat-profile-header .left .chat-profile-name span{font-size:12px;color:#a4a4a4;display:block;margin-bottom:6px}.chat-profile-header .left .chat-profile-name a{font-size:10px;color:#44aeff;display:inline-block}.chat-profile-header .right{float:right;width:40%;padding-top:15px}.chat-profile-header .right .text-light-orange{color:#f56767!important}.chat-box{height:calc(100% - 89px)}.chat-box .chat-desc{height:calc(100% - 86px);padding-bottom:10px}.chat-box .chat-desc ul li{margin-bottom:35px}.chat-box .chat-desc ul li .chat-img img,.upload-file-box .left .overlay a span{width:40px;height:40px;border-radius:100%}.chat-box .chat-desc ul li .chat-body{margin-left:60px}.chat-box .chat-desc ul li .chat-body p{font-size:15px;line-height:24px;color:#33484f;min-height:50px;padding:12px 15px;border:1px solid #ecf0f4;background:#ecf0f4;border-radius:5px}.chat-box .chat-desc ul li .chat-body .chat_time{font-size:12px;color:#a4a4a4}.chat-box .chat-desc ul li.admin_chat .chat-img,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left{float:right}.chat-box .chat-desc ul li.admin_chat .chat-body{margin-left:0;margin-right:60px;text-align:right}.chat-box .chat-desc ul li.admin_chat .chat-body p{text-align:right;display:inline-block;background:#e1e1f5;padding:12px 15px;border-radius:5px;position:relative}.chat-box .chat-desc ul li.admin_chat .chat-body p:after{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #389bff;position:absolute;right:-6px;top:16px;opacity:0}.chat-footer{height:86px;border-top:1px solid #eff0f4}.chat-footer .file-upload{float:left;width:55px}.chat-footer .file-upload a{display:block;text-align:center;font-size:20px;color:#222;padding-top:30px;padding-bottom:27px}.chat-footer .chat_text_area{float:left;width:calc(100% - 145px)}.chat-footer .chat_text_area textarea{width:100%;height:78px;border:0;font-size:16px;color:#33484f;padding-top:33px}.chat-footer .chat_send{float:right;width:90px}.chat-footer .chat_send .btn{display:block;width:100%;height:86px;font-size:35px;color:#44aeff;text-decoration:none;font-weight:900;padding:25px 10px 5px}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right{float:right;padding-left:0;padding-right:17px}.upload-file-box{padding-bottom:10px}.upload-file-box .left{float:left;position:relative;width:114px;height:84px;overflow:hidden;border-radius:5px}.upload-file-box .left .overlay{background-color:rgba(0,0,0,.5);position:absolute;left:0;top:0;width:100%;height:100%}.upload-file-box .left .overlay a{display:block;width:100%;height:100%}.upload-file-box .left .overlay a span{width:35px;height:35px;display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#fff;color:#222;line-height:35px;text-align:center;font-size:22px}.upload-file-box .right{float:left;width:calc(100% - 114px);padding-left:17px;padding-top:17px}.upload-file-box .right h3{display:block;font-size:14px;color:#000;margin-bottom:5px}.upload-file-box .right a{display:inline-block;color:#1d8df1;font-size:14px}.chat-profile-section{height:calc(100vh - 274px)}.chat-profile-section .chat--profile-desc{height:100%;padding:20px}.wizard-content .wizard>.actions>ul>li>a{background-color:#1b00ff;font-weight:600}.wizard-content .wizard>.actions>ul>li>a[href="#previous"]{border-color:#1b00ff;border-width:2px;color:#1b00ff}.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]{display:none;border-color:#1b00ff}.widget-style1{padding:10px}.widget-style1 .widget-data{width:calc(100% - 80px);padding:0 5px 0 15px}.widget-style1 .progress-data{width:80px}.widget-style1 .progress-data .apexcharts-canvas{margin:0 auto}.right-sidebar .right-sidebar-body .right-sidebar-body-content,.widget-style2 .widget-data{padding:20px}.right-sidebar{position:fixed;right:-315px;top:0;width:315px;height:100%;background:#fff;z-index:123;-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.right-sidebar-visible{right:0}.right-sidebar .sidebar-title{height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 15px;border-bottom:1px solid #d4d4d4}.right-sidebar .sidebar-title h3{font-weight:600}.right-sidebar .sidebar-title h3 span{font-weight:400;color:#000}.right-sidebar .close-sidebar{font-size:18px;color:#888;cursor:pointer}.right-sidebar .right-sidebar-body{height:calc(100% - 70px);overflow:auto}.sidebar-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar-btn-group .btn{width:48%}.sidebar-radio-group .custom-control-inline{margin-right:0;width:25%;margin-bottom:10px}.bootstrap-tagsinput .label-info{background:#1b00ff}.bootstrap-touchspin .btn{background:#1b00ff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0;padding-bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bootstrap-touchspin .input-group-btn-vertical .btn{height:52%}.bootstrap-touchspin .bootstrap-touchspin-postfix,.bootstrap-touchspin .bootstrap-touchspin-prefix{border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4}.asColorPicker-buttons a,.asColorPicker-gradient-control a{font-size:13px;font-weight:500}.dropzone{border-color:#1b00ff}.dropzone .dz-preview .dz-remove{color:red}.fc-view-container tr:first-child>td>.fc-day-grid-event{background:#1b00ff}.fc-today.alert-info{background:#e0deef}.fc-day-number,.fc-ltr .fc-axis{font-size:13px;font-weight:500}.swal2-popup .swal2-title{font-size:18px;font-weight:600}.swal2-popup .swal2-styled.swal2-confirm{background:#100099}.documentation-wrap{position:relative;height:100%;padding-left:300px}.documentation-wrap .doc-sidebar{position:absolute;left:0;top:0;background:#fff;width:300px;height:100%}.doc-content-wrap{padding:30px}.table-badge{padding:8px 20px;font-size:14px;background:#1b00ff;color:#ebecef;font-weight:500}@media (min-width:1301px) and (max-width:1400px){.header{width:calc(100% - 250px)}.brand-logo,.left-side-bar{width:250px}.main-container{padding-left:270px}}@media (min-width:1200px) and (max-width:1400px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:1300px){.main-container{padding-left:0;padding-right:0}.header-left .menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header{width:100%}.left-side-bar{left:-281px}.left-side-bar .close-sidebar{display:block}.left-side-bar:before{display:block;opacity:0;visibility:hidden}.left-side-bar.open:before{opacity:1;visibility:visible;display:none}.left-side-bar .brand-logo a{text-align:left;padding:5px 15px}.left-side-bar .brand-logo a .svg,.left-side-bar .brand-logo a img{margin:0}.header-right .brand-logo{display:table}.header-right .menu-icon{display:block;padding-left:15px;padding-top:7px}.footer-wrap{width:100%}.mobile-menu-overlay{display:block;opacity:0;visibility:hidden}.mobile-menu-overlay.show{opacity:.6;visibility:visible}}@media (min-width:1025px){.header-left .header-search{display:block!important}}@media (max-width:1024px){.header{position:relative}.header-left{width:25%}.header-right{width:75%}.main-container{padding-top:10px}.header-left .search-toggle-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header-left .header-search{padding:15px 20px;position:absolute;left:0;top:100%;background:#fff;display:none}.register-page-wrap .wizard-content .wizard{padding-left:300px}.register-page-wrap .wizard-content .wizard .steps{width:300px}}@media (max-width:991px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:767px){.login-box{padding:40px 15px}.login-header .brand-logo a img{max-width:150px}.pre-loader{background-size:43%}.xs-pd-20-10{padding:20px 10px}.xs-mb-20{margin-bottom:20px}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h4,h4{font-size:1.4rem}.main-container,.timeline ul li{padding-bottom:0}.footer-wrap{position:relative;height:auto}.user-notification{margin-right:5px}.user-notification .dropdown-menu{width:100%;min-width:300px}.user-info-dropdown .dropdown-toggle .user-name{display:none}.page-header{margin-bottom:30px}.forgot-password{text-align:center}.ionicons-list li{width:16.6%}.timeline .timeline-date{position:relative;top:0;margin-bottom:20px;left:35px}.timeline ul:before{left:10px}.timeline ul li{padding-left:0}.timeline ul li:before{left:2px;top:28px}.fc-toolbar .fc-left,.fc-toolbar .fc-right{float:none!important;padding-bottom:10px}.fc-toolbar .fc-left:after,.fc-toolbar .fc-right:after{content:"";clear:both;display:table}.faq-wrap .card-header .btn{font-size:17px}.error-page h1{font-size:150px}}@media (max-width:660px){.docs-buttons .btn-group-crop{display:block}.select-role .btn-group .btn{padding-left:35px;font-size:14px}.select-role .btn-group .btn .icon{left:5px;width:25px;height:25px}.select-role .btn-group .btn .icon .svg{width:25px;height:25px}.forgot-password a{font-size:14px;font-weight:600}.btn-group-lg>.btn,.btn-lg{font-size:16px}.register-page-wrap .wizard-content .wizard{padding-left:0}.register-page-wrap .wizard-content .wizard .steps{display:none}} \ No newline at end of file +*/body,html{-webkit-font-smoothing:antialiased;width:100%;height:100%}html{-webkit-text-size-adjust:none;-moz-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=submit]{-webkit-appearance:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:Inter,sans-serif;font-weight:400;min-height:100%;color:#031e23;background:#ecf0f4}a{text-decoration:none;color:#555}a:focus,a:hover{outline:0;text-decoration:none}:focus{outline:0}img{border:0;vertical-align:top;max-width:100%;height:auto}input,select,textarea{resize:none;font-family:Inter,sans-serif}select,textarea{outline:0}.slick-slide,a,button,input{outline:0!important}button::-moz-focus-inner{border:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700;color:#202342;font-family:Inter,sans-serif}ol,p,ul{padding:0}ol,ul{margin:0;list-style:none}p{margin:0 0 15px}.container{max-width:1120px;width:100%}.pre-loader{background:#fff;background-position:center center;background-size:13%;position:fixed;left:0;top:0;width:100%;height:100%;z-index:12345;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pre-loader .loader-logo{padding-bottom:15px}.pre-loader .loader-progress{height:8px;border-radius:15px;max-width:200px;margin:0 auto;display:block;background:#ecf0f4;overflow:hidden}.pre-loader .bar{width:0%;height:8px;display:block;background:#1b00ff}.pre-loader .percent{text-align:center;font-size:24px;display:none}.pre-loader .loading-text{text-align:center;font-size:18px;font-weight:500;padding-top:15px}.mx-w-150{max-width:150px}.mx-h-300{max-height:300px}.mx-h-350{max-height:350px}.mx-h-380{max-height:380px}.mx-h-400{max-height:400px}.mx-h-450{max-height:450px}.pd-0{padding:0}.padding-top-10{padding-top:10px}.padding-top-30{padding-top:30px}.padding-bottom-30{padding-bottom:30px}.pd-5{padding:5px}.pd-10{padding:10px}.pd-20{padding:20px}.chat-box .chat-desc ul,.pd-ltr-20{padding:20px 20px 0}.pd-30{padding:30px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.pl-10{padding-left:10px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.margin-5{margin:5px}.mt-15{margin-top:15px}.mt-30{margin-top:30px}.device-manage-progress-chart ul li,.mb-30{margin-bottom:30px}.mb-20{margin-bottom:20px}.mb-15{margin-bottom:15px}.mb-10{margin-bottom:10px}.mb-5{margin-bottom:5px!important}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.font-30{font-size:30px;line-height:1.33em}.font-24{font-size:24px;line-height:1.42em}.font-20{font-size:20px;line-height:1.5em}.font-18{font-size:18px;line-height:1.55em}.font-16{font-size:16px;line-height:1.62em}.font-14{font-size:14px;line-height:1.71em}.font-12{font-size:12px;line-height:1.83em}.h1{font-size:40px;font-weight:700;line-height:1.3}.h1,.h2,.h3{color:#1b3133;font-family:Inter,sans-serif}.h2{font-size:28px;font-weight:700;line-height:1.35}.h3{font-size:24px;line-height:1.5}.h3,.h4{font-weight:700}.h4,.h5,.page-header h4{font-size:20px;line-height:1.35;color:#1b3133;font-family:Inter,sans-serif}.h5{font-size:18px;font-weight:600}.line-height-1{line-height:1}.line-height-1-2{line-height:1.2}.line-height-1-3{line-height:1.3}.weight-300{font-weight:300}.weight-400{font-weight:400}.weight-500{font-weight:500}.weight-600{font-weight:600}.weight-700{font-weight:700}.weight-800{font-weight:800}.height-auto{height:auto}.height-100-p{height:100%}.width-50-p{width:50%}.width-box{width:50px;height:50px}.max-width-200{max-width:200px}.max-width-300{max-width:300px}.max-width-400{max-width:400px}.max-width-500{max-width:500px}.max-width-600{max-width:600px}.max-width-700{max-width:700px}.max-width-800{max-width:800px}.max-width-900{max-width:900px}.max-width-1000{max-width:1000px}.min-height-200px{min-height:200px}.bg-cover{background-size:cover!important}.bg-light-blue{background-color:#e1e1f5}.color-light-blue{color:#e1e1f5}.bg-light-gray{background-color:#ecf0f4}.bg-white{background:#fff}.color-white{color:#fff}.bg-light-green{background-color:#41ccba}.text-light-green{color:#00e091}.bg-blue{background-color:#1b00ff}.text-blue{color:#1b00ff}.text-light-blue{color:#2976aa}.bg-light-orange{background-color:#f56767}.text-light-orange{color:#f56767}.bg-light-purple{background-color:#a683eb}.text-light-purple{color:#a683eb}.bg-orange{background-color:#f5956c}.text-orange{color:#f5956c}.text-yellow{color:#ecc72f}.text-green{color:#46be8a}.text-orange-50{color:#f2a654}.text-blue-50{color:#62a8ea}.text-red-50{color:#e14e50}.mCSB_inside>.mCSB_container{margin-right:0}.border-radius-0{border-radius:0}.border-radius-4{border-radius:4px}.border-radius-5{border-radius:5px}.border-radius-6{border-radius:6px}.border-radius-8{border-radius:8px}.border-radius-10{border-radius:10px}.border-radius-100,.user-info-dropdown .dropdown-toggle .user-icon img{border-radius:100%}.box-shadow{-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.wave1{background-image:url(../images/wave.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.card-box,.da-card{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.card-img-top{border-radius:10px 10px 0 0}.card-img-bottom{border-radius:0 0 10px 10px}.card-img{border-radius:10px}.card-title{font-size:18px;font-weight:600}.card-header{font-weight:500;font-size:16px}.card-text,.price del{font-size:15px}.badge{padding:.75em}.page-link:focus{-webkit-box-shadow:none;box-shadow:none}.highcharts-root{font-family:Inter,sans-serif!important}.bootstrap-select .dropdown-toggle{height:45px}.bootstrap-select .dropdown-toggle.btn-light{background-color:transparent;border-color:#d4d4d4}.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active{background-color:transparent;border-color:#d4d4d4}.dropdown-toggle::after{content:"\f107";font-family:FontAwesome;vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select .dropdown-toggle::after{position:relative;right:5px}.dropdown.show>.dropdown-toggle::after{content:"\f106"}.dropdown-toggle.no-arrow:after{display:none}.dropdown-menu{border:0;padding:0;overflow:hidden;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.dropdown-item{font-size:16px;font-weight:400;padding:.657rem 1rem;color:#444;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dropdown-item:focus,.dropdown-item:hover{background:#ecf0f4;color:#1b00ff}.form-group{margin-bottom:20px}.form-group>label{font-weight:500;font-size:14px}.custom-file-input,.custom-file-label,.custom-select,.form-control{font-family:Inter,sans-serif;color:#131e22;font-weight:400;height:45px;border-color:#d4d4d4;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.form-control.form-control-sm{height:38px}.form-control.form-control-line{border-left:0;border-right:0;border-top:0;border-radius:0}.custom-file-label{padding-top:.475rem}.custom-file-label::after{height:100%;padding-top:.475rem}textarea.form-control{height:180px}.custom-file-input:focus,.custom-select:focus,.form-control:focus{color:#131e22;border-color:#1b00ff;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.form-control.height-auto{height:auto}.input-group{margin-bottom:25px}.input-group.custom>.custom-select,.input-group.custom>.form-control{width:100%}.input-group.custom>.custom-select:not(:first-child),.input-group.custom>.form-control:not(:first-child){border-radius:.25rem;padding-left:50px}.input-group.custom>.custom-select:not(:last-child),.input-group.custom>.form-control:not(:last-child){border-radius:.25rem;padding-right:50px}.input-group-prepend.custom{position:absolute;left:0;top:0;z-index:12;height:100%}.input-group-append.custom{position:absolute;right:0;top:0;z-index:12;height:100%}.input-group-text{border:0;background:0 0}.input-group-text i{font-size:20px}.form-control:focus~.input-group-append .fa{color:#1b00ff}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:50px;font-size:16px}.has-success{color:#28a745}.form-control-success{border-color:#28a745;background-image:url(../images/check-mark-green.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-success:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 1px #28a745;box-shadow:0 0 0 1px #28a745}.has-warning{color:#ffc107}.form-control-warning{border-color:#ffc107;background-image:url(../images/caution-sign.png);background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}.form-control-warning:focus{border-color:#ffc107;-webkit-box-shadow:0 0 0 1px #ffc107;box-shadow:0 0 0 1px #ffc107}.has-danger{color:#dc3545}.form-control-danger{border-color:#dc3545;background-image:url(../images/cross.png);background-repeat:no-repeat;background-position:center right 10px;background-size:14px 14px}.form-control-danger:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 1px #dc3545;box-shadow:0 0 0 1px #dc3545}.btn{font-family:Inter,sans-serif;letter-spacing:0;font-weight:500;padding:.438rem 1rem}.btn-lg{padding:.657rem 1rem}.btn-group-lg>.btn,.btn-lg{font-size:18px}.btn-group-sm>.btn,.btn-sm{padding:.4rem .8rem;font-size:14px}.btn.focus,.btn:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.btn-rounded{border-radius:25px}.breadcrumb{background:0 0;padding:.75rem 0}.breadcrumb-item.active{color:#1b00ff;font-weight:500}.breadcrumb-item a{color:#031e23}.breadcrumb-item+.breadcrumb-item::before{font-family:FontAwesome;content:"\f105"}.customscroll-10-p>.mCustomScrollBox>.mCSB_container{padding:10px}.datepicker{z-index:1060}.datepicker--day-name,.datepicker--time-current-hours,.datepicker--time-current-minutes{color:#1b00ff}.datepicker--nav-action path{stroke:#1b00ff}.datepicker--cell.-focus-,.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#e1e1f5;color:#1b00ff}.datepicker--cell.-selected-{color:#fff}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{display:none}.datepicker-inline .datepicker{margin:0 auto}.form-control.time-picker-default:disabled,.form-control.time-picker-default[readonly],.form-control.time-picker:disabled,.form-control.time-picker[readonly]{background:#fff}.custom-control{padding-left:35px;cursor:pointer;padding-bottom:5px}.custom-control-label{cursor:pointer;font-weight:400}.custom-control-label::before{width:20px;height:20px;top:2px;left:-30px;background-color:transparent;border:2px solid #1b00ff}.custom-control-label::after{width:20px;height:20px;left:-30px;background-size:60%;top:2px}.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:none;box-shadow:none;background-color:none}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url(../images/check-mark.png);background-repeat:no-repeat;background-position:center center}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#1b00ff}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{border:2px solid transparent}.select2-container .select2-selection--single{height:45px;border-color:#d4d4d4;outline:0;letter-spacing:.035em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-dropdown{border-color:#d4d4d4}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:43px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#1b00ff;color:#fff;border-color:#1b00ff}.select2-container--default .select2-selection--multiple{min-height:45px;border-color:#d4d4d4}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-top:3px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff}.select2-dropdown{-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1)}.select2-search--dropdown{padding:10px}.select2-container--default .select2-search--dropdown .select2-search__field{border-radius:5px}.bootstrap-select .dropdown-menu li .dropdown-item.active:hover,.select2-container--default .select2-results__option[aria-selected=true]{background-color:#1b00ff;color:#fff}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#1b00ff}.bootstrap-select.btn-group .dropdown-menu.inner,table.dataTable>tbody>tr.child ul.dtr-details .dtr-title{display:block}.bootstrap-select .dropdown-toggle:focus{outline:0!important}.bootstrap-select .dropdown-header{color:#222;font-weight:700;font-size:15px}.bootstrap-select .dropdown-menu li .dropdown-item:hover{color:#1b00ff}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{top:13px}.bootstrap-select .bs-ok-default:after{border-width:0 2px 2px 0}.dropup .dropdown-toggle::after{content:"\f107";font-family:FontAwesome;vertical-align:unset;width:auto;height:auto;border:0!important}.bootstrap-select.btn-group .dropdown-menu li a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.bootstrap-select.btn-group .dropdown-menu li.divider{border:1px solid #eaeaea}.bootstrap-select.btn-group .dropdown-menu li.selected a{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li.disabled a{color:#cecece}.bootstrap-select.btn-group .dropdown-menu li a:hover{background:#e1e1f5;color:#131e22}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{background:url(../images/check-mark-green.png);width:15px;height:15px;background-size:contain}.label-info{background-color:#009efb}.bootstrap-tagsinput .tag{display:inline-block;padding:2px 6px;margin:2px;font-size:15px;border-radius:2px}.docs-options .dropdown-menu{max-height:250px;overflow:auto}.docs-buttons{padding-top:15px}.docs-buttons label,.notification-list ul li a p,.project-info-right p{margin-bottom:0}.docs-buttons .btn{margin-bottom:5px}.table thead th{font-weight:600;font-size:15px;border-bottom:0;padding-left:1rem}.table td,.table th{vertical-align:middle}.table td{font-size:14px;font-weight:500;padding:1rem}.table-striped tbody tr:nth-of-type(odd){background:#eaeef2}table.dataTable.display tbody tr.odd,table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover,table.dataTable.stripe tbody tr.odd{background:#ecf0f3!important}table.dataTable tbody tr.selected,table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#181f48!important;color:#fff}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#1b00ff!important}table.dataTable thead .sorting:after,table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:after,table.dataTable thead .sorting_desc_disabled:before{font-family:dropways;font-size:14px}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:before{content:"\eabb"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after{content:"\eaba";right:.2em}.blog-list ul li:hover .blog-caption h4 a,.fontawesome-icon-list .fa-hover:hover a,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{color:#1b00ff}table.dataTable>tbody>tr.child ul.dtr-details{white-space:normal}.dataTables_length,.dt-buttons,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{padding-left:15px;padding-right:15px}.dt-checkbox,.dt-checkbox input{width:20px;height:20px;position:relative}.dt-checkbox input{position:absolute;opacity:0;z-index:1;left:0;top:0}.dt-checkbox span,.dt-checkbox span:before{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dt-checkbox span{position:relative;display:block;border:1px solid #9e9e9e;border-radius:4px}.dt-checkbox span:before{content:"";background:url(../images/check-mark.png) no-repeat;position:absolute;left:0;top:-1px;background-size:12px 12px;background-position:center center;-webkit-transform:scale(0);transform:scale(0)}.dt-checkbox input:checked~span{background:#1b00ff;border-color:#1b00ff;color:#fff}.dt-checkbox input:checked~span:before{-webkit-transform:scale(1);transform:scale(1)}.plyr{border-radius:10px;-webkit-box-shadow:0 0 10px 2px rgba(0,0,0,.15);box-shadow:0 0 10px 2px rgba(0,0,0,.15)}.popover-header{font-weight:500}.list-group-flush .list-group-item{border-top:0;margin-bottom:0}.docs-cropped .modal-body>canvas,.docs-cropped .modal-body>img,.img-preview>img{max-width:100%}.apexcharts-svg *{font-family:Muli,sans-serif!important}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{-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;font-family:FontAwesome;background:0 0;content:"\f107";color:#444;font-size:23px;left:7px;top:50%;margin-top:-7px}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:"\f106";background:0 0}.header{position:fixed;height:70px;width:calc(100% - 280px);background:#fff;right:0;top:0;z-index:123;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 25px rgba(0,0,0,.1);box-shadow:0 0 25px rgba(0,0,0,.1)}.header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:50%}.brand-logo a .dark-logo,.header-left .menu-icon,.header-left .search-toggle-icon,.sidebar-light .brand-logo a .light-logo,.sidebar-menu .submenu li.dropdown:before{display:none}.header-left .header-search{width:100%;padding-left:20px}.header-left .header-search .form-group,.sidebar-menu .submenu li{position:relative}.header-left .header-search .search-icon{position:absolute;left:17px;top:12px;font-size:20px;color:#777}.header-left .header-search .dropdown{position:static;right:0;top:0;padding-right:10px}.header-left .header-search .dropdown .dropdown-toggle{position:absolute;right:0;top:0;width:45px;height:45px;font-size:20px;line-height:45px;text-align:center;border-radius:0 .25rem .25rem 0;color:#777;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box:hover .view-contact a,.header-left .header-search .dropdown .dropdown-toggle:hover,.header-left .header-search .dropdown.show .dropdown-toggle{background:#1b00ff;color:#fff}.header-left .header-search .dropdown .dropdown-menu{width:100%;min-width:100%;margin-top:5px;padding:20px}.header-left .header-search .search-input{padding-left:50px;padding-right:55px}.header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:70px;width:50%}.header-left .brand-logo{max-width:180px;display:block}.header-right .brand-logo a{padding:0 6px}.header-right .menu-icon{position:relative;right:0;float:left;display:none}.user-info-dropdown{padding:5px 10px 5px 0}.user-info-dropdown .dropdown-toggle{display:block;padding:5px 0;font-size:16px}.user-info-dropdown .dropdown-toggle .user-icon{width:52px;height:52px;font-size:24px;background:#ebeff3;color:#1b00ff;line-height:52px;text-align:center;display:inline-block;vertical-align:middle;border-radius:100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,.18);box-shadow:0 0 10px rgba(0,0,0,.18)}.user-info-dropdown .dropdown-toggle .user-name{font-weight:500;display:inline-block;vertical-align:middle;margin-left:5px;color:#131e22;font-family:Inter,sans-serif}.user-info-dropdown .dropdown-menu{min-width:185px}.dropdown-menu-icon-list .dropdown-item{position:relative;padding-left:45px}.dropdown-menu-icon-list .dropdown-item i{position:absolute;left:16px;top:50%;font-size:18px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.user-notification{float:right;margin-right:10px;padding:22px 5px 10px 0}.user-notification .dropdown-toggle{font-size:20px;padding:10px;color:#555;position:relative}.user-notification .dropdown-toggle .badge{position:absolute;right:8px;top:10px;background:#f5678a;width:5px;height:5px;display:block;padding:0}.user-notification .dropdown-menu{width:400px;padding:20px 10px}.notification-list ul li a{display:block;position:relative;padding:10px 15px 10px 75px;min-height:75px;color:#666;font-size:14px;font-weight:500;font-family:Inter,sans-serif;border-radius:5px}.notification-list ul li a img{width:50px;height:50px;position:absolute;left:10px;top:13px;border-radius:10px;-webkit-box-shadow:1px 2px 13px rgba(0,0,0,.2);box-shadow:1px 2px 13px rgba(0,0,0,.2)}.notification-list ul li a h3{font-size:16px;color:#202342;font-weight:700;text-transform:capitalize;font-family:Inter,sans-serif;padding-bottom:5px}.notification-list ul li a h3 span{float:right;font-size:12px;font-weight:500;padding-top:2px}.header-dark .header,.header-dark .header-left .header-search{background:#0b132b}.header-dark .header .user-info-dropdown .dropdown-toggle,.header-dark .header .user-info-dropdown .dropdown-toggle .user-name,.header-dark .menu-icon,.header-dark .search-toggle-icon,.header-dark .user-notification .dropdown-toggle{color:#ecf0f4}.header-dark .header .header-left .header-search .search-input{background:rgba(236,236,236,.1);border-color:transparent;color:#ecf0f4}.header-dark .header .header-left .header-search .search-input:focus{border-color:#4b4d50}.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-moz-placeholder,.header-dark .header .header-left .header-search .search-input::-moz-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-input:-ms-input-placeholder{opacity:1;color:#bfc4ca}.header-dark .header .header-left .header-search .search-icon{color:#ecf0f4}.footer-wrap{width:100%;position:relative;text-align:center;font-weight:500}.footer-wrap a{color:#1b00ff;text-decoration:underline}.menu-icon,.search-toggle-icon{width:47px;height:47px;font-size:22px;line-height:1;color:#555;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brand-logo{width:280px;height:70px;border-bottom:1px solid rgba(0,0,0,.1)}.brand-logo a{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;font-size:22px;color:#fff;letter-spacing:.05em;font-weight:500;line-height:45px;font-family:Inter,sans-serif;padding:0 20px}.brand-logo a .light-logo,.sidebar-light .brand-logo a .dark-logo{display:block}.brand-logo a span{display:block;vertical-align:middle;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-logo a .svg,.brand-logo a img{max-width:180px;display:block;height:auto}.left-side-bar,.left-side-bar:before{position:fixed;left:0;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.left-side-bar{width:280px;height:100vh;z-index:1000;background:#0b132b}.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#ecf0f4}.left-side-bar:before{content:"";z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.3);display:none}.left-side-bar.open{left:0}.left-side-bar .menu-block{height:calc(100vh - 70px)}.left-side-bar .close-sidebar{font-size:18px;color:#888;cursor:pointer;position:absolute;right:10px;top:20px;display:none}.sidebar-menu{padding:0 0 20px}.sidebar-menu .dropdown-toggle{display:block;padding:18px 15px 18px 67px;font-size:16px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .dropdown-toggle:after{position:absolute;right:15px;font-size:18px}.sidebar-menu.icon-style-2 .dropdown-toggle:after{content:"\f217";font-family:Ionicons}.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle:after{content:"\f208"}.sidebar-menu.icon-style-3 .dropdown-toggle:after{content:"\f101"}.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle:after{content:"\f103"}.sidebar-menu .dropdown-toggle:hover,.sidebar-menu .show>.dropdown-toggle{background:rgba(0,0,0,.4);color:#fff}.sidebar-menu .dropdown-toggle .micon{position:absolute;left:10px;width:42px;height:42px;font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-color:transparent;top:50%;text-align:center;border-radius:4px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.sidebar-light .sidebar-menu>ul>li>.dropdown-toggle.active .micon,.sidebar-menu .dropdown-toggle:hover .micon,.sidebar-menu .show>.dropdown-toggle .micon{color:#fff}.sidebar-menu .dropdown-toggle .new{font-size:24px;line-height:14px;display:inline-block;vertical-align:middle}.sidebar-menu .dropdown-toggle .new:before{line-height:14px}.sidebar-menu .submenu{position:relative;width:100%;display:none}.sidebar-menu .submenu:before{content:"";width:1px;height:100%;position:absolute;left:31px;top:0;display:none;background:0 0;border-left:2px dashed #1b00ff}.sidebar-menu .submenu li>a:before{content:"\f208";position:absolute;line-height:1;left:28px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);font-family:Ionicons}.sidebar-menu.icon-list-style-2 .submenu li>a:before{content:"\f10c";font-family:FontAwesome}.sidebar-menu.icon-list-style-3 .submenu li>a:before{content:"\eb1d";font-family:dropways}.sidebar-menu.icon-list-style-4 .submenu li>a:before{content:"\edd2";font-family:dropways}.sidebar-menu.icon-list-style-5 .submenu li>a:before{content:"\ee07";font-family:dropways}.sidebar-menu.icon-list-style-6 .submenu li>a:before{content:"\ee36";font-family:dropways}.mobile-menu-overlay,.sidebar-menu .submenu li a,.sidebar-menu .submenu li>a:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidebar-menu .submenu li a{display:block;padding:18px 15px 18px 60px;font-size:14px;color:#fff;font-weight:300;letter-spacing:.03em;position:relative;font-family:Inter,sans-serif}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a,.sidebar-menu .submenu li.dropdown>a:before,.sitemap ul li.child:after,.sitemap ul li.child:before{display:none}.sidebar-menu .submenu li a.dropdown-toggle{padding:18px 15px 18px 60px;font-size:16px}.sidebar-menu .submenu.child{padding-left:15px}.sidebar-menu .submenu li:hover>a:before{left:18px}.sidebar-menu .submenu li a.active,.sidebar-menu .submenu li a:hover{color:#fff;background-color:rgba(0,0,0,.4)}.sidebar-menu>ul>li>.dropdown-toggle.active{background-color:rgba(0,0,0,.4)}.sidebar-light .sidebar-menu>ul>li>.dropdown-toggle.active{background-color:#0b132b;color:#fff}.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon,.sidebar-light .sidebar-menu .show>.dropdown-toggle .micon,.sidebar-menu .dropdown-toggle.active,.sidebar-menu .dropdown-toggle.active .micon{color:#fff}.mobile-menu-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:#121421;opacity:.6;z-index:123;background-size:20px;background-position:98% 15px;display:none}.sidebar-light .left-side-bar{background:#fff}.sidebar-light .sidebar-menu .dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a{color:#0b132b;font-weight:400}.sidebar-light .sidebar-menu .dropdown-toggle .micon{color:#0b132b}.sidebar-light .sidebar-menu .dropdown-toggle:hover,.sidebar-light .sidebar-menu .show>.dropdown-toggle,.sidebar-light .sidebar-menu .submenu li a.active,.sidebar-light .sidebar-menu .submenu li a:hover{color:#fff;background-color:#0b132b}.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#0e132b}.sidebar-menu .dropdown-divider{margin:20px 0;border-color:rgba(255,255,255,.2);border-width:2px}.sidebar-light .sidebar-menu .dropdown-divider{border-color:rgba(0,0,0,.2)}.sidebar-menu .sidebar-small-cap{font-size:14px;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:#fff;padding:0 15px 10px}.sidebar-light .sidebar-menu .sidebar-small-cap{color:#1502bd}.login-header{position:relative;padding:0 15px;background-color:#fff;z-index:1}.login-header .brand-logo{width:auto;border:0}.login-menu a{font-size:20px;font-weight:600;color:#1b00ff}.login-wrap{height:calc(100% - 70px);overflow:auto;padding:30px 0}body.IE .login-wrap,body.IE .register-page-wrap{display:block!important;padding:0}body.IE .login-wrap .container,body.IE .register-page-wrap .container{padding-top:10vh;padding-bottom:10vh}.login-wrap .container,.register-page-wrap .container{max-width:1300px}.login-wrap .mCustomScrollBox{height:auto;width:100%}.login-box{max-width:400px;width:100%;padding:40px 20px;margin:5px auto}.select-role{margin-bottom:25px;padding:0 5px}.select-role .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.select-role .btn-group .btn{margin:0 5px;border:1px solid #d4d4d4;text-align:left;padding-left:60px;padding-top:10px;padding-bottom:10px;width:calc(50% - 10px);border-radius:5px!important;font-size:16px;line-height:1.3;font-weight:700;color:#333;position:relative}.select-role .btn-group .btn.active,.select-role .btn-group .btn.active:focus,.select-role .btn-group .btn.focus.active{background-color:rgba(27,0,255,.05);border-color:rgba(27,0,255,.5);color:#1b00ff}.select-role .btn-group .btn .icon{position:absolute;left:15px;width:30px;height:30px;top:50%;margin-top:-15px}.select-role .btn-group .btn .icon .svg{width:30px;height:30px}.select-role .btn-group .btn span{display:block;font-size:14px;font-weight:500;color:#222}.login-box .login-title{padding:0 0 10px;margin-bottom:30px}.login-box .login-title h2{font-size:24px;font-weight:700}.login-box .login-img{display:block;margin:0 auto 20px;max-width:100px}.forgot-password{text-align:right}.register-page-wrap{height:calc(100% - 70px);padding:30px 0}.register-page-wrap .register-box{max-width:410px;margin:0 auto}.register-page-wrap,.register-page-wrap .wizard-content .wizard{position:relative;overflow:auto}.register-page-wrap .wizard-content .wizard .steps{position:relative}.register-page-wrap .wizard-content .wizard>.steps .step{position:relative;top:0;left:0;display:block;margin:0 auto;border-width:2px;background-color:#fff;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a .step{background:url(../images/tick.svg) no-repeat #ecf0f4;font-size:0;background-size:22px;background-position:center center;border-color:rgba(24,31,72,.3)}.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:after,.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:before,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before{background:rgba(24,31,72,.3)}.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:after,.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:before{background-color:transparent}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current .step{border-color:#1b00ff;color:#181f48;background-color:#fff}.register-page-wrap .wizard-content .wizard>.steps .info,.register-page-wrap .wizard-content .wizard>.steps .step,.register-page-wrap .wizard-content .wizard>.steps>ul>li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.register-page-wrap .wizard-content .wizard>.steps .info{display:block;width:100%;padding-top:10px}.register-page-wrap .wizard-content .wizard>.steps>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 10px}.register-page-wrap .wizard-content .wizard>.steps>ul>li{width:25%}.register-page-wrap .wizard-content .wizard>.steps>ul>li a{padding:20px 10px;margin:0;text-align:center;color:rgba(24,31,72,.6);font-size:11px;font-weight:700}.register-page-wrap .wizard-content .wizard>.steps>ul>li.current>a,.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a{color:#181f48}.register-page-wrap .wizard-content .wizard>.content{overflow:hidden;padding:15px 15px 0;min-height:320px}.register-page-wrap .wizard-content .wizard>.actions{padding:0 15px 20px;text-align:right}.register-info li{margin-bottom:15px;font-size:14px}.main-container{padding:80px 20px 0 300px}.page-header .dropdown-menu{border-radius:5px}.page-header{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);margin-bottom:30px;padding:20px}.page-header .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header h4{font-weight:600;padding-bottom:5px}.page-header .breadcrumb{padding:0;margin:0}.search-icon-box,.timeline ul{position:relative}.search-icon-box input{height:70px;width:100%;font-size:20px;padding:0 60px 0 30px;font-weight:300;border:0;color:#fff;background:#6209ab}.search-icon-box input::-webkit-input-placeholder{opacity:1;color:#fff}.search-icon-box input:-moz-placeholder,.search-icon-box input::-moz-placeholder{opacity:1;color:#fff}.search-icon-box input:-ms-input-placeholder{opacity:1;color:#fff}.search-icon-box .search_icon{position:absolute;font-size:24px;line-height:1;right:20px;top:26px;color:#fff}.fontawesome-icon-list{padding-top:20px}.fontawesome-icon-list.custom-icon-list,.sitemap ul li.child h5{padding-top:0}.fontawesome-icon-list .fa-hover,.fontawesome-icon-list a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fontawesome-icon-list .fa-hover{padding-top:13px;padding-bottom:13px;margin-bottom:10px;cursor:pointer;border-radius:8px}.fontawesome-icon-list .fa-hover:hover{background:rgba(68,66,87,.13);-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08)}.fontawesome-icon-list a{display:block;font-size:14px;font-weight:500;position:relative;padding-left:45px;color:#131e22}.fontawesome-icon-list a .icon-copy{position:absolute;left:10px;top:4px;font-size:18px}.fontawesome-icon-list.custom-icon-list a{font-size:14px;line-height:24px}.fontawesome-icon-list.custom-icon-list a .icon-copy{font-size:24px;line-height:1;top:0}.foundation-icon.fontawesome-icon-list a .icon-copy{top:0;font-size:24px;line-height:24px}.ionicons-list li{width:8.3%;text-align:center}.ionicons-list.fontawesome-icon-list a{padding-left:0}.ionicons-list.fontawesome-icon-list a .icon-copy{font-size:24px;left:0;position:relative}.wysihtml5-toolbar .dropdown-menu a{display:block;font-size:15px;font-weight:400;padding:.55rem 1rem;color:#667f87;font-family:Inter,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.html-editor textarea.form-control{height:300px;font-weight:400}.copy-notification{color:#fff;background-color:rgba(0,0,0,.8);padding:12px 20px;border-radius:30px;position:fixed;top:50%;left:50%;width:150px;margin-top:-30px;margin-left:-85px;display:none;text-align:center}.error-page h1,.error-page-wrap{font-size:16px;line-height:26px;font-weight:700;color:#222}.error-page h1{font-size:210px;text-shadow:2px 2px 0 #181f48,4px 4px 0 #fff,8px 8px 0 #181f48;line-height:1;color:#181f48}.error-page h3{font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:30px;padding-top:30px}.project-info{padding-bottom:15px}.project-info-left{float:left;width:60px;padding-top:10px}.project-info-left .icon{width:50px;height:50px;border-radius:100%;line-height:50px;text-align:center;font-size:20px}.project-info-right{float:right;width:calc(100% - 60px);text-align:right}.device-manage-progress-chart ul li:last-child{margin-bottom:0}.device-manage-progress-chart .device-name{width:75px;float:left;text-align:right}.device-manage-progress-chart .device-total{float:left;width:45px;font-size:14px}.device-manage-progress-chart .device-progress{float:left;width:calc(100% - 120px);padding:7px 10px 0}.device-manage-progress-chart .device-progress .grand_total{float:right}.device-manage-progress-chart .device-progress .progress{margin-bottom:0;height:10px}.device-manage-progress-chart .device-progress .progress .progress-bar{height:100%}.device-manage-progress-chart .device-progress .progress .progress-bar.window{background:#00bcf2}.device-manage-progress-chart .device-progress .progress .progress-bar.mac{background:#027496}.device-manage-progress-chart .device-progress .progress .progress-bar.android{background:#0059b2}.device-manage-progress-chart .device-progress .progress .progress-bar.linux{background:#8ab1b7}.to-do-list ul li{padding:15px}.to-do-list ul li,.to-do-list ul li:hover{background:#ecf0f4}.to-do-list ul li:nth-child(2n){background:#fff}#browservisit path.jvectormap-region.jvectormap-element{stroke-width:.5px;stroke:#667f87}.jvectormap-goback,.jvectormap-zoomin,.jvectormap-zoomout{background:#667f87}.browser-visits ul li{margin-bottom:40px}.browser-visits ul li .icon,.browser-visits ul li .visit{width:50px}.browser-visits ul li .browser-name{width:calc(100% - 100px);font-size:14px;font-weight:600}.docs-preview{margin-right:-1rem}.img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden}.preview-lg{height:9rem;width:16rem}.preview-md{height:4.5rem;width:8rem}.preview-sm{height:2.25rem;width:4rem}.preview-xs{height:1.125rem;margin-right:0;width:2rem}.btn-list .btn{margin:5px}#login-modal .modal-dialog{max-width:380px}#login-modal .login-box{margin:0}.confirmation-btn{width:50px;height:50px;margin:0 auto}.da-card .da-card-content{padding:20px 15px;background:#fff;font-size:14px}.da-card,.da-card .da-card-photo{position:relative;overflow:hidden}.da-card .da-card-photo img{position:relative;display:block;width:100%;-webkit-transition:all .4s linear;transition:all .4s linear}.da-card .da-overlay{position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;overflow:hidden;background:rgba(19,30,34,.7);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-overlay.da-slide-left{left:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-left{left:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-left,.da-card .da-overlay.da-slide-right,.da-card .da-overlay.da-slide-top{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.da-card .da-overlay.da-slide-right{right:-100%;left:inherit}.da-card .da-card-photo:hover .da-overlay.da-slide-right{right:0}.da-card .da-overlay.da-slide-bottom,.da-card .da-overlay.da-slide-top{top:-100%}.da-card .da-card-photo:hover .da-overlay.da-slide-bottom,.da-card .da-card-photo:hover .da-overlay.da-slide-top{top:0}.da-card .da-overlay.da-slide-bottom{top:100%}.da-card .da-card-photo:hover img{-webkit-transform:scale(1.2) translateZ(0);transform:scale(1.2) translateZ(0)}.da-card .da-card-photo:hover .da-overlay{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.da-card .da-card-photo:hover .da-social{opacity:1}.da-card .da-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.da-card .da-social h5{position:absolute;top:0;white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis;font-size:16px;font-weight:500}.chat-box .chat-desc ul li .chat-img,.da-card .da-social ul li{float:left}.da-card .da-social ul li a{display:block;width:45px;height:45px;border:1px solid #fff;line-height:43px;font-size:20px;text-align:center;color:#fff;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.da-card .da-social ul li:first-child a{border-top-left-radius:5px;border-bottom-left-radius:5px}.da-card .da-social ul li:last-child a{border-top-right-radius:5px;border-bottom-right-radius:5px}.da-card .da-social ul li a:hover{background:#fff;color:#1b00ff}.nav-tabs.customtab .nav-item.show .nav-link,.nav-tabs.customtab .nav-link.active{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav-tabs.customtab .nav-item{margin-bottom:0}.nav-tabs.customtab .nav-link{color:#181f48;border:0;border-bottom:2px solid transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav-tabs.customtab .nav-link:focus,.nav-tabs.customtab .nav-link:hover{color:#1b00ff;border:0;border-bottom:2px solid #1b00ff}.nav.vtabs{border-bottom:0;border-right:1px solid #dee2e6;height:100%}.nav.vtabs .nav-link{border-radius:0}.nav.vtabs .nav-item.show .nav-link,.nav.vtabs .nav-link.active{border-right:0;border-color:#dee2e6;color:#1b00ff}.nav.vtabs.nav-pills .nav-item.show .nav-link,.nav.vtabs.nav-pills .nav-link.active{border-right:0;border-color:#dee2e6;color:#fff}.nav.vtabs.customtab .nav-item.show .nav-link,.nav.vtabs.customtab .nav-link.active{border-color:#1b00ff}.timeline ul:before{content:"";width:3px;height:100%;background:#1b00ff;position:absolute;left:150px}.timeline ul li{position:relative;padding-left:180px;padding-top:20px;padding-bottom:30px}.timeline ul li:before{content:"";position:absolute;top:30px;left:142px;width:18px;height:18px;background:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 3px #1b00ff;box-shadow:0 0 0 3px #1b00ff}.timeline .timeline-date{position:absolute;left:0;top:20px;width:120px;background:#1b00ff;color:#fff;font-size:16px;padding:6px 10px;border-radius:5px}.list-unstyled>li>ul{margin-left:35px}.list-unstyled>li>ul li{list-style:circle}.sitemap{border-left:2px dashed #1b00ff}.sitemap h5{padding:15px;margin-bottom:10px;font-weight:600;color:#1b00ff}.sitemap ul,.sitemap ul li{position:relative;padding-left:25px}.sitemap ul li{min-height:40px;padding-left:35px;margin-bottom:10px;padding-top:2px}.sitemap ul li:last-child{margin-bottom:0}.sitemap ul li:before{content:"";background:#fff;width:20px;height:20px;border:2px solid #1b00ff;border-radius:100%;position:absolute;left:6px;top:5px}.sitemap ul li:after{content:"";width:25px;left:-25px;top:40%;position:absolute;border-top:2px dashed #1b00ff}.blog-list ul li,.sitemap ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fc th,.sitemap ul li a{font-weight:500;font-size:15px}.sitemap ul li a{display:inline-block;color:#0b132b}.sitemap ul li a:hover{color:#000}.sitemap ul li.child{padding-left:0;padding-top:0;border-left:2px dashed #2976aa}.calendar-wrap .fc-event.ui-draggable-handle{padding:5px;margin-bottom:5px}.fc th{padding:10px!important;background:#e1e1f5;line-height:1}.fc-day-grid-event .fc-time{font-weight:500!important}.fc-day-grid-event .fc-content{padding:3px 9px}.fc-header-toolbar h2{font-size:18px;padding-top:7px}.blog-wrap{padding-bottom:50px}.blog-list ul li{border-radius:10px;margin-bottom:40px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);background:#fff}.blog-list ul li:hover{-webkit-box-shadow:0 0 48px rgba(0,0,0,.25);box-shadow:0 0 48px rgba(0,0,0,.25)}.blog-list ul li .blog-img{height:100%;min-height:300px;border-radius:10px 0 0 10px;background-size:cover!important}.blog-list ul li .blog-caption{padding:20px;font-size:16px;line-height:1.5;color:#031e23}.blog-list ul li .blog-caption h4{font-size:17px;line-height:1.5;font-weight:700;margin-bottom:12px}.blog-list ul li .blog-caption h4 a,.product-caption h4 a{color:#131e22}.latest-post ul li{padding:.75rem 1.25rem;font-size:14px;color:#78909c;border-bottom:1px solid rgba(0,0,0,.125)}.latest-post ul li h4{font-size:14px;font-weight:600;line-height:1.5;margin-bottom:5px}.blog-list ul li .blog-caption h4 a,.latest-post ul li h4 a,.product-box,.product-caption h4 a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.latest-post ul li h4 a{display:block;color:#131e22}.latest-post ul li h4 a:hover{color:#1b00ff}.blog-detail,.product-box{background:#fff}.blog-detail .blog-caption{padding:20px;font-size:16px;color:#78909c}.blog-detail ul li{position:relative;padding-left:25px;margin-bottom:5px;line-height:28px}.blog-detail ul li:before{content:"\f101";font-family:FontAwesome;position:absolute;color:#405158;left:0;top:0}.blog-detail ol,.blog-detail ul{padding-left:15px}.blog-detail ol>li{position:relative;padding-left:20px;margin-bottom:5px}.blog-detail ol,.blog-detail ol>li>ol,.blog-detail ol>li>ol>li>ol{counter-reset:my-badass-counter}.blog-detail ol>li>ol>li:before{content:counter(my-badass-counter,lower-alpha);counter-increment:my-badass-counter}.blog-detail ol>li:before,.blog-detail ol>li>ol>li>ol>li:before{content:counter(my-badass-counter,lower-roman);counter-increment:my-badass-counter}.blog-detail ol>li:before{content:counter(my-badass-counter);position:absolute;left:0;top:0;color:#405158;font-weight:500}.gallery-wrap>ul>li,.product-list ul li{margin-bottom:30px}.product-box{border-radius:10px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);height:100%}.producct-img{overflow:hidden}.producct-img img{position:relative;border-radius:10px 10px 0 0;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.product-list ul li:hover .producct-img img{-webkit-transform:scale(1.3);transform:scale(1.3)}.product-caption{padding:20px}.product-caption h4{font-size:18px;margin-bottom:8px}.product-caption .btn{border-radius:22px}.price{font-size:15px;font-weight:600;padding-bottom:15px;color:#78909c}.price ins{text-decoration:none;display:inline-block;margin-left:10px;color:#131e22}.product-slider{margin-bottom:20px}.slider-arrow .slick-arrow,.slider-arrow .slick-arrow:before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.slider-arrow .slick-arrow{position:absolute;bottom:0;width:40px;height:40px;top:50%;margin-top:-20px;border:1px solid #1b00ff;background:#1b00ff;border-radius:0;cursor:pointer;font-size:0;text-align:center}.slider-arrow .slick-arrow:hover{border-color:#2a2d31}.slider-arrow .slick-arrow:hover:before{color:#fff}.slider-arrow .slick-arrow:before{font-family:dropways;font-size:16px;color:#fff;line-height:38px}.slider-arrow .slick-arrow.slick-prev{z-index:12;left:15px}.slider-arrow .slick-arrow.slick-prev:before{content:"\eabc"}.slider-arrow .slick-arrow.slick-next{right:15px}.slider-arrow .slick-arrow.slick-next:before{content:"\eabd"}.product-slide-nav{padding:10px}.product-detail-desc{font-size:16px;line-height:1.5}.faq-wrap .card{margin-bottom:20px;border:0;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08)}.faq-wrap .card-header{background:#fff;text-align:left;border:0;padding:0}.faq-wrap .card-header .btn{background:0 0;border-radius:0;text-align:left;font-size:16px;font-weight:500;padding:16px 40px 16px 16px;position:relative;white-space:normal;color:#1b00ff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.faq-wrap .card-header .btn.collapsed{color:#222}.faq-wrap .card-header .btn:after{content:"\f209";font-family:Ionicons;position:absolute;right:10px;color:#1b00ff;top:16px}.faq-wrap .card-header .btn.collapsed:after{content:"\f218"}.faq-wrap .card-body{padding-top:0}.pricing-table-wrap .card{border:0;-webkit-box-shadow:0 0 48px rgba(0,0,0,.2);box-shadow:0 0 48px rgba(0,0,0,.2)}.pricing-table-wrap .btn{padding-left:30px;padding-right:30px}.pricing-table-wrap .list-group-flush .list-group-item{background:0 0}.pricing-card{text-align:center}.pricing-card .price-title,.pricing-card .pricing-icon{padding-bottom:30px;text-align:center}.pricing-card .pricing-icon img{margin-top:-30px}.pricing-card .price-title{text-transform:uppercase;font-size:16px;font-weight:500;color:#1b00ff;letter-spacing:.15em}.pricing-card .pricing-price{font-size:60px;line-height:1;font-weight:400;padding-bottom:40px;padding-top:20px;color:#1b00ff}.pricing-card .pricing-price sub{font-size:16px;font-weight:400;color:#fd486e}.pricing-card .pricing-price sup{font-size:20px;font-weight:400;color:#fd486e;top:10px;vertical-align:top}.pricing-card .text{padding-bottom:30px}.pricing-card .cta{max-width:170px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.pricing-card .cta .btn{display:block;text-align:center}.pricing-card-style2,.profile-setting .profile-edit-list>li{padding:20px}.pricing-card-style2 .pricing-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:15px;border-bottom:2px solid #f0f2f7}.pricing-card-style2 .pricing-card-header .left{width:60%}.pricing-card-style2 .pricing-card-header .left h5{color:#1b00ff;font-size:18px;font-weight:700}.pricing-card-style2 .pricing-card-header .left p,.pricing-points ul li{font-size:14px;font-weight:500;margin-bottom:0}.pricing-card-style2 .pricing-card-header .right{width:40%;text-align:right;color:#000;font-size:18px;line-height:1.4;font-weight:700}.pricing-card-style2 .pricing-card-header .right span{display:block;font-size:12px}.pricing-card-style2 .pricing-card-body{padding-top:30px;padding-bottom:10px}.pricing-points ul li{padding:0 30px 0 0;margin-bottom:20px;color:#000;position:relative}.pricing-points ul li:after{content:"\f121";font-family:Ionicons;font-size:18px;line-height:1;color:#1061e4;position:absolute;right:0;top:0}.pricing-card-style2 .cta{max-width:170px;margin:0 auto;padding-top:10px;padding-bottom:20px}.pricing-card-style2 .cta .btn{display:block;text-align:center}.profile-photo{width:160px;height:160px;margin:0 auto 15px;position:relative}.profile-photo .edit-avatar{position:absolute;right:-15px;top:0;width:30px;height:30px;line-height:30px;font-size:14px;text-align:center;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);box-shadow:0 2px 4px rgba(0,0,0,.4)}.contact-directory-box .contact-avatar span img,.profile-photo .avatar-photo,.profile-photo .edit-avatar{border-radius:100%}.profile-info,.profile-skills,.profile-social{border-top:2px dashed #ecf0f4;padding:15px}.profile-info ul li{margin-bottom:15px;font-size:14px;font-weight:500;word-wrap:break-word}.profile-info ul li span{display:block;font-size:14px;color:#1b00ff;font-weight:500;padding-bottom:5px}.profile-info ul li:last-child{margin-bottom:0}.profile-social ul li{float:left;margin:5px}.profile-social ul li .btn{padding:0;width:36px;height:36px;text-align:center;line-height:36px}.notification-list.chat-notification-list ul li.active a,.notification-list.chat-notification-list ul li:hover a,.profile-tab .nav-tabs.customtab{background:#fff}.profile-tab .nav-tabs.customtab .nav-link{padding:18px 30px;background:0 0;font-weight:500}.profile-setting{height:100%}.profile-setting .container{max-width:800px}.profile-tab .tab-content{height:calc(100% - 63px)}.profile-setting .profile-edit-list{padding:30px 0;margin:0}.profile-setting .btn-outline-secondary{border-color:#ced4da}.profile-setting .profile-edit-list .form-control{font-weight:400}.task-title{padding-bottom:30px}.task-title a{padding-left:20px;padding-right:20px}.profile-task-wrap .container{max-width:800px}.profile-task-list ul li{position:relative;padding-left:30px;font-size:18px;line-height:24px;color:#263238;margin-bottom:25px}.profile-task-list.close-tasks ul li{color:#90a4ae;text-decoration:line-through}.profile-task-list ul li .task-type{font-size:16px;color:#90a4ae;font-weight:500}.profile-task-list ul li .task-assign{font-size:16px;color:#90a4ae;font-weight:300}.profile-task-list ul li .due-date{display:inline-block;padding-left:10px}.profile-task-list ul li .due-date:before{content:"\f111";font-family:FontAwesome;display:inline-block;font-size:8px;vertical-align:middle;margin-right:8px;opacity:.5}.profile-task-list ul li .custom-control,.profile-timeline-list ul:before{position:absolute;left:0;top:0;width:100%;height:100%}.profile-task-list ul li .custom-control-label{position:absolute;width:100%;height:100%;left:0}.profile-task-list ul li .custom-control-label::after,.profile-task-list ul li .custom-control-label::before{top:50%;margin-top:-12px;left:0}.task-list-scroll{height:303px}.task-list-form>ul>li{padding:30px 20px;background:#e7eef0;position:relative;border-bottom:2px dashed #2976aa}.task-list-form>ul>li .remove-task{position:absolute;right:22px;top:3px;font-size:18px;color:#2976aa}.task-list-form .form-control{font-weight:400}.task-list-form textarea.form-control{height:80px}.task-list-form .btn-outline-primary{border-color:#ced4da}.add-more-task,.chat-box .chat-desc ul li.admin_chat .chat-body .chat_time{text-align:right}.add-more-task a{display:inline-block;padding:10px;color:#2976aa}.profile-timeline{padding:30px}.profile-timeline .timeline-month{margin-bottom:20px}.profile-timeline .timeline-month h5{font-size:16px;font-weight:700}.profile-timeline-list ul{padding-left:15px;position:relative}.profile-timeline-list ul:before{content:"";width:2px;left:4px;background-color:#1b00ff}.profile-timeline-list ul li{margin-bottom:10px;position:relative;padding-left:100px;line-height:24px;padding-top:8px}.profile-timeline-list ul li p{margin-bottom:5px;font-size:14px;line-height:1.5;font-weight:500}.profile-timeline-list ul li:before{content:"";width:12px;height:12px;border:2px solid #1b00ff;border-radius:22px;position:absolute;left:-16px;top:15px;background:#1b00ff}.profile-timeline-list .date{position:absolute;top:8px;left:5px;font-weight:700;font-size:13px}.profile-timeline-list .task-name{text-transform:uppercase;font-weight:600;color:#1b00ff;font-size:14px;line-height:22px;position:relative}.profile-timeline-list .task-name i{position:absolute;left:-22px;top:0;font-size:18px}.profile-timeline-list .task-time{color:rgba(24,31,72,.71);font-size:12px;font-weight:700}.contact-directory-list>ul>li{margin-bottom:30px}.contact-directory-box{background:#fff;min-height:400px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);border-radius:10px}.contact-dire-info{padding:30px 25px 20px}.contact-directory-box .contact-avatar span{display:block;margin:0 auto 20px;width:150px;height:150px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:100%;overflow:hidden}.contact-directory-box .contact-name,.contact-directory-box .contact-skill{padding-bottom:20px}.contact-directory-box .contact-name h4{font-weight:600;font-size:18px}.contact-directory-box .contact-name p{margin-bottom:2px;color:#7f92a9;font-size:14px}.contact-directory-box .contact-skill .badge{border:1px solid #ced9ee;font-weight:500;font-size:16px;padding:7px 11px;margin:3px 0}.contact-directory-box .contact-skill .badge.badge-primary{background:#1b00ff;border-color:#1b00ff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.contact-directory-box .profile-sort-desc{font-weight:400;color:#6f7c8d}.contact-directory-box .view-contact a{display:block;text-align:center;text-transform:uppercase;font-size:15px;font-weight:600;padding:20px 5px;letter-spacing:.05em;position:relative;border-radius:0 0 6px 6px}.contact-directory-box:hover .view-contact a:before{opacity:0}.contact-directory-box .view-contact a,.contact-directory-box .view-contact a:before,.notification-list.chat-notification-list ul li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact-directory-box .view-contact a:before{content:"";width:80px;height:1px;background:#1b00ff;position:absolute;left:0;right:0;top:0;margin:0 auto}.invoice-wrap{overflow:auto}.invoice-box{background:#fff;width:800px;margin:0 auto;padding:20px}.invoice-header{padding-bottom:30px}.invoice-desc .invoice-sub{width:40%;float:left;padding:8px 15px}.invoice-desc .invoice-hours,.invoice-desc .invoice-rate{width:20%;float:left;padding:8px 15px}.invoice-desc .invoice-subtotal{width:20%;float:right;padding:8px 15px}.invoice-desc .invoice-desc-head{background:#eaeaea;font-weight:500}.invoice-desc .invoice-desc-body{padding-top:15px;min-height:400px}.invoice-desc .invoice-desc-footer .invoice-desc-body{min-height:50px}.invoice-desc .invoice-desc-body ul li{border-bottom:1px solid #eaeaea;padding-bottom:5px}.chat-list{border:1px solid #ecf0f4;border-radius:5px;height:72vh}.chat-search{border-bottom:1px solid #ccc;padding:10px;position:relative}.chat-search>span{position:absolute;left:30px;top:30px;color:#33484f}.chat-search input{height:55px;width:100%;border:0;background:0 0;padding-left:50px;color:#33484f}.chat-list .notification-list{height:calc(100% - 76px);padding:10px}.notification-list.chat-notification-list ul li a{padding-top:16px}.notification-list.chat-notification-list ul li a p,.upload-file-box .right h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-list.chat-notification-list ul li a p .fa{font-size:10px}.notification-list.chat-notification-list ul li a img{-webkit-box-shadow:none;box-shadow:none}.chat-detail{height:72vh}.chat-profile-header{padding:10px 30px 10px 20px;border-bottom:1px solid #eff0f4}.chat-profile-header .left{float:left;width:60%}.chat-profile-header .left .chat-profile-photo{float:left;width:90px}.chat-profile-header .left .chat-profile-photo img{width:66px;height:66px;border-radius:100%}.chat-profile-header .left .chat-profile-name{float:left;padding-top:15px}.chat-profile-header .left .chat-profile-name h3{font-size:18px;color:#44aeff}.chat-profile-header .left .chat-profile-name span{font-size:12px;color:#a4a4a4;display:block;margin-bottom:6px}.chat-profile-header .left .chat-profile-name a{font-size:10px;color:#44aeff;display:inline-block}.chat-profile-header .right{float:right;width:40%;padding-top:15px}.chat-profile-header .right .text-light-orange{color:#f56767!important}.chat-box{height:calc(100% - 89px)}.chat-box .chat-desc{height:calc(100% - 86px);padding-bottom:10px}.chat-box .chat-desc ul li{margin-bottom:35px}.chat-box .chat-desc ul li .chat-img img,.upload-file-box .left .overlay a span{width:40px;height:40px;border-radius:100%}.chat-box .chat-desc ul li .chat-body{margin-left:60px}.chat-box .chat-desc ul li .chat-body p{font-size:15px;line-height:24px;color:#33484f;min-height:50px;padding:12px 15px;border:1px solid #ecf0f4;background:#ecf0f4;border-radius:5px}.chat-box .chat-desc ul li .chat-body .chat_time{font-size:12px;color:#a4a4a4}.chat-box .chat-desc ul li.admin_chat .chat-img,.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left{float:right}.chat-box .chat-desc ul li.admin_chat .chat-body{margin-left:0;margin-right:60px;text-align:right}.chat-box .chat-desc ul li.admin_chat .chat-body p{text-align:right;display:inline-block;background:#e1e1f5;padding:12px 15px;border-radius:5px;position:relative}.chat-box .chat-desc ul li.admin_chat .chat-body p:after{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #389bff;position:absolute;right:-6px;top:16px;opacity:0}.chat-footer{height:86px;border-top:1px solid #eff0f4}.chat-footer .file-upload{float:left;width:55px}.chat-footer .file-upload a{display:block;text-align:center;font-size:20px;color:#222;padding-top:30px;padding-bottom:27px}.chat-footer .chat_text_area{float:left;width:calc(100% - 145px)}.chat-footer .chat_text_area textarea{width:100%;height:78px;border:0;font-size:16px;color:#33484f;padding-top:33px}.chat-footer .chat_send{float:right;width:90px}.chat-footer .chat_send .btn{display:block;width:100%;height:86px;font-size:35px;color:#44aeff;text-decoration:none;font-weight:900;padding:25px 10px 5px}.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right{float:right;padding-left:0;padding-right:17px}.upload-file-box{padding-bottom:10px}.upload-file-box .left{float:left;position:relative;width:114px;height:84px;overflow:hidden;border-radius:5px}.upload-file-box .left .overlay{background-color:rgba(0,0,0,.5);position:absolute;left:0;top:0;width:100%;height:100%}.upload-file-box .left .overlay a{display:block;width:100%;height:100%}.upload-file-box .left .overlay a span{width:35px;height:35px;display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#fff;color:#222;line-height:35px;text-align:center;font-size:22px}.upload-file-box .right{float:left;width:calc(100% - 114px);padding-left:17px;padding-top:17px}.upload-file-box .right h3{display:block;font-size:14px;color:#000;margin-bottom:5px}.upload-file-box .right a{display:inline-block;color:#1d8df1;font-size:14px}.chat-profile-section{height:calc(100vh - 274px)}.chat-profile-section .chat--profile-desc{height:100%;padding:20px}.wizard-content .wizard>.actions>ul>li>a{background-color:#1b00ff;font-weight:600}.wizard-content .wizard>.actions>ul>li>a[href="#previous"]{border-color:#1b00ff;border-width:2px;color:#1b00ff}.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]{display:none;border-color:#1b00ff}.widget-style1{padding:10px}.widget-style1 .widget-data{width:calc(100% - 80px);padding:0 5px 0 15px}.widget-style1 .progress-data{width:80px}.widget-style1 .progress-data .apexcharts-canvas{margin:0 auto}.right-sidebar .right-sidebar-body .right-sidebar-body-content,.widget-style2 .widget-data{padding:20px}.right-sidebar{position:fixed;right:-315px;top:0;width:315px;height:100%;background:#fff;z-index:123;-webkit-box-shadow:0 0 18px rgba(0,0,0,.08);box-shadow:0 0 18px rgba(0,0,0,.08);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.right-sidebar-visible{right:0}.right-sidebar .sidebar-title{height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 15px;border-bottom:1px solid #d4d4d4}.right-sidebar .sidebar-title h3{font-weight:600}.right-sidebar .sidebar-title h3 span{font-weight:400;color:#000}.right-sidebar .close-sidebar{font-size:18px;color:#888;cursor:pointer}.right-sidebar .right-sidebar-body{height:calc(100% - 70px);overflow:auto}.sidebar-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar-btn-group .btn{width:48%}.sidebar-radio-group .custom-control-inline{margin-right:0;width:25%;margin-bottom:10px}.bootstrap-tagsinput .label-info{background:#1b00ff}.bootstrap-touchspin .btn{background:#1b00ff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0;padding-bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bootstrap-touchspin .input-group-btn-vertical .btn{height:52%}.bootstrap-touchspin .bootstrap-touchspin-postfix,.bootstrap-touchspin .bootstrap-touchspin-prefix{border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4}.asColorPicker-buttons a,.asColorPicker-gradient-control a{font-size:13px;font-weight:500}.dropzone{border-color:#1b00ff}.dropzone .dz-preview .dz-remove{color:red}.fc-view-container tr:first-child>td>.fc-day-grid-event{background:#1b00ff}.fc-today.alert-info{background:#e0deef}.fc-day-number,.fc-ltr .fc-axis{font-size:13px;font-weight:500}.swal2-popup .swal2-title{font-size:18px;font-weight:600}.swal2-popup .swal2-styled.swal2-confirm{background:#100099}.documentation-wrap{position:relative;height:100%;padding-left:300px}.documentation-wrap .doc-sidebar{position:absolute;left:0;top:0;background:#fff;width:300px;height:100%}.doc-content-wrap{padding:30px}.table-badge{padding:8px 20px;font-size:14px;background:#1b00ff;color:#ebecef;font-weight:500}@media (min-width:1301px) and (max-width:1400px){.header{width:calc(100% - 250px)}.brand-logo,.left-side-bar{width:250px}.main-container{padding-left:270px}}@media (min-width:1200px) and (max-width:1400px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:1300px){.main-container{padding-left:0;padding-right:0}.header-left .menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header{width:100%}.left-side-bar{left:-281px}.left-side-bar .close-sidebar{display:block}.left-side-bar:before{display:block;opacity:0;visibility:hidden}.left-side-bar.open:before{opacity:1;visibility:visible;display:none}.left-side-bar .brand-logo a{text-align:left;padding:5px 15px}.left-side-bar .brand-logo a .svg,.left-side-bar .brand-logo a img{margin:0}.header-right .brand-logo{display:table}.header-right .menu-icon{display:block;padding-left:15px;padding-top:7px}.footer-wrap{width:100%}.mobile-menu-overlay{display:block;opacity:0;visibility:hidden}.mobile-menu-overlay.show{opacity:.6;visibility:visible}}@media (min-width:1025px){.header-left .header-search{display:block!important}}@media (max-width:1024px){.header{position:relative}.header-left{width:25%}.header-right{width:75%}.main-container{padding-top:10px}.header-left .search-toggle-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header-left .header-search{padding:15px 20px;position:absolute;left:0;top:100%;background:#fff;display:none}.register-page-wrap .wizard-content .wizard{padding-left:300px}.register-page-wrap .wizard-content .wizard .steps{width:300px}}@media (max-width:991px){.device-usage-chart .width-50-p{width:100%}}@media (max-width:767px){.header{position:fixed;left:0;top:0;-webkit-box-shadow:0 5px 25px rgba(0,0,0,.1);box-shadow:0 5px 25px rgba(0,0,0,.1)}.main-container{padding-top:80px}.login-box{padding:40px 15px}.login-header .brand-logo a img{max-width:150px}.pre-loader{background-size:43%}.xs-pd-20-10{padding:20px 10px}.xs-mb-20{margin-bottom:20px}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h4,h4{font-size:1.4rem}.main-container,.timeline ul li{padding-bottom:0}.footer-wrap{position:relative;height:auto}.user-notification{margin-right:5px}.user-notification .dropdown-menu{width:100%;min-width:300px}.user-info-dropdown .dropdown-toggle .user-name{display:none}.page-header{margin-bottom:30px}.forgot-password{text-align:center}.ionicons-list li{width:16.6%}.timeline .timeline-date{position:relative;top:0;margin-bottom:20px;left:35px}.timeline ul:before{left:10px}.timeline ul li{padding-left:0}.timeline ul li:before{left:2px;top:28px}.fc-toolbar .fc-left,.fc-toolbar .fc-right{float:none!important;padding-bottom:10px}.fc-toolbar .fc-left:after,.fc-toolbar .fc-right:after{content:"";clear:both;display:table}.faq-wrap .card-header .btn{font-size:17px}.error-page h1{font-size:150px}}@media (max-width:660px){.docs-buttons .btn-group-crop{display:block}.select-role .btn-group .btn{padding-left:35px;font-size:14px}.select-role .btn-group .btn .icon{left:5px;width:25px;height:25px}.select-role .btn-group .btn .icon .svg{width:25px;height:25px}.forgot-password a{font-size:14px;font-weight:600}.btn-group-lg>.btn,.btn-lg{font-size:16px}.register-page-wrap .wizard-content .wizard{padding-left:0}.register-page-wrap .wizard-content .wizard .steps{display:none}} \ No newline at end of file diff --git a/video-player.html b/video-player.html new file mode 100644 index 00000000..d9dfb30b --- /dev/null +++ b/video-player.html @@ -0,0 +1,546 @@ + + + + + + DeskApp - Bootstrap Admin Dashboard HTML Template + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
0%
+
+ Loading... +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + + + +
+ +
+
+
+ + +
+
+
+

Plyr HTML5 Video

+

A simple, accessible HTML5 media player Click Here

+
+
+
+ +
+
+ +
+
+
+

Plyr HTML5 Audio

+

A simple, accessible HTML5 media player Click Here

+
+
+
+ +
+
+ +
+
+
+

Plyr YouTube Video

+

A simple, accessible HTML5 media player Click Here

+
+
+
+
+
+
+ +
+
+
+

Plyr Vimeo Video

+

A simple, accessible HTML5 media player Click Here

+
+
+
+
+
+
+ +
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/video-player.php b/video-player.php deleted file mode 100644 index c5e1dc86..00000000 --- a/video-player.php +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - -
-
-
- - -
-
-
-

Plyr HTML5 Video

-

A simple, accessible HTML5 media player Click Here

-
-
-
- -
-
- -
-
-
-

Plyr HTML5 Audio

-

A simple, accessible HTML5 media player Click Here

-
-
-
- -
-
- -
-
-
-

Plyr YouTube Video

-

A simple, accessible HTML5 media player Click Here

-
-
-
-
-
-
- -
-
-
-

Plyr Vimeo Video

-

A simple, accessible HTML5 media player Click Here

-
-
-
-
-
-
- -
- -
-
- - - - - - \ No newline at end of file