@charset "UTF-8";
/*
---------------------
	: CSS Table :
---------------------
1. Custom Variables
2. Custom General
3. Custom Helper
4. Custom Example
5. Custom Bootstrap
6. Custom Icons
7. Custom Menu
8. Custom Topbar
9. Custom Alerts
10. Custom Badges
11. Custom Buttons
12. Custom Calender
13. Custom Card
14. Custom Charts
15. Custom Chat
16. Custom Collapse
17. Custom Dashboard
18. Custom Ecommerce
19. Custom Email
20. Custom Form Colorpicker
21. Custom Form Datepicker
22. Custom Form Editor
23. Custom Form Elements
24. Custom Form Select
25. Custom Form Upload
26. Custom Form Validation
27. Custom Form Wizard
28. Custom Gallery
29. Custom Invoice
30. Custom jQuery Confirm
31. Custom jstree
32. Custom Kanban Board
33. Custom Maps
34. Custom Modal
35. Custom Nestable
36. Custom Onboarding Screens
37. Custom Pagination
38. Custom Pnotify
39. Custom Popover Tooltips
40. Custom Pricing
41. Custom Print
42. Custom Progressbar
43. Custom Range-slider
44. Custom Rating
45. Custom Security
46. Custom Summernote
47. Custom Sweet-alert
48. Custom Switchery
49. Custom Tables
50. Custom Tabs
51. Custom Timeline
52. Custom Toolbar
53. Custom Tour
54. Custom Widgets
55. Custom Responsive
----------------------------

@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap");

--------------------------------
    : Custom - General css :
--------------------------------
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Instrument Sans", sans-serif;
  margin: 0;
  background: #f2f5fa;
  font-size: 15px;
  font-weight: 400;
  color: #8A98AC;
  line-height: 1.5;
}

.font-sth { font-family: "brandon-grotesque",sans-serif;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #001d4f;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

p {
  line-height: 1.3;
  margin-bottom: 10px;
}

label {
  vertical-align: middle;
}

* {
  outline: none !important;
}

a {
  color: #001d4f;
}
a:hover {
  color: #001d4f;
  outline: 0;
  text-decoration: none;
}
a:active {
  color: #001d4f;
  outline: 0;
  text-decoration: none;
}
a:focus {
  color: #001d4f;
  outline: 0;
  text-decoration: none;
}

code {
  color: #001d4f;
}

.logobar .logo img {
  width: 210px;
}

.leftbar {
  width: 250px;
  height: 100%;
  position: fixed;
  background: transparent;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  z-index: 9;
  transition: all 0.3s ease;
}

.rightbar {
  overflow: hidden;
  min-height: 500px;
  transition: all 0.3s ease;
}

.contentbar {
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
}

.footerbar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 30px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.toggle-menu .footerbar {
  left: 0;
}

.slimScrollBar {
  z-index: 0 !important;
}

.container-fluid {
  width: 90%;
}

/* 
-------------------------------
    : Custom - Helper css :
-------------------------------
*/
/* -- Padding -- */
.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

/* -- Margin -- */
.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}

/* -- Line Height -- */
.l-h-20 {
  line-height: 20px;
}

.l-h-22 {
  line-height: 22px;
}

.l-h-24 {
  line-height: 24px;
}

.l-h-26 {
  line-height: 26px;
}

.l-h-28 {
  line-height: 28px;
}

.l-h-30 {
  line-height: 30px;
}

.l-h-32 {
  line-height: 32px;
}

.l-h-34 {
  line-height: 34px;
}

.l-h-36 {
  line-height: 36px;
}

.l-h-38 {
  line-height: 38px;
}

.l-h-40 {
  line-height: 40px;
}

/* -- Font Size -- */
.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

/* -- Font Weight -- */
.f-w-3 {
  font-weight: 300;
}

.f-w-4 {
  font-weight: 400;
}

.f-w-5 {
  font-weight: 500;
}

.f-w-6 {
  font-weight: 600;
}

.f-w-7 {
  font-weight: 700;
}

/* -- Border Radius -- */
.b-r-1 {
  border-radius: 1px;
}

.b-r-2 {
  border-radius: 2px;
}

.b-r-3 {
  border-radius: 3px;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-5 {
  border-radius: 5px;
}

.b-r-6 {
  border-radius: 6px;
}

.b-r-7 {
  border-radius: 7px;
}

.b-r-8 {
  border-radius: 8px;
}

.b-r-9 {
  border-radius: 9px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-25 {
  border-radius: 25px;
}

.b-r-30 {
  border-radius: 30px;
}

.b-r-35 {
  border-radius: 35px;
}

.b-r-40 {
  border-radius: 40px;
}

.b-r-45 {
  border-radius: 45px;
}

.b-r-50 {
  border-radius: 50px;
}

.b-r-100 {
  border-radius: 100px;
}

/* -- Extra -- */
.chart-height {
  height: 320px;
}

.v-a-m {
  vertical-align: middle;
}

.psn-abs {
  position: absolute;
}

.bx-shadow {
  -moz-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
}

.bg-primary-gradient {
  background-image: linear-gradient(58deg, #0080ff 0, #969efa 100%);
}

.bg-secondary-gradient {
  background-image: linear-gradient(58deg, #bcc4dc 0, #e6e8f0 100%);
}

.bg-success-gradient {
  background-image: linear-gradient(58deg, #08d26f 0, #45e396 100%);
}

.bg-danger-gradient {
  background-image: linear-gradient(58deg, #fc4f68 0, #ff8181 100%);
}

.bg-warning-gradient {
  background-image: linear-gradient(58deg, #ffe411 0, #fef07f 100%);
}

.bg-info-gradient {
  background-image: linear-gradient(58deg, #81cef6 0, #a7daf5 100%);
}

.bg-light-gradient {
  background-image: linear-gradient(58deg, #e9eff9 0, #f8fbff 100%);
}

.bg-dark-gradient {
  background-image: linear-gradient(58deg, #2e2e2e 0, #4c4c4c 100%);
}

.text-primary-gradient {
  background: -webkit-linear-gradient(#4cc6f3, #0080ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
  background: -webkit-linear-gradient(#cfd2d6, #93b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-success-gradient {
  background: -webkit-linear-gradient(#9acd2b, #18d26b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-danger-gradient {
  background: -webkit-linear-gradient(#ff7e4b, #ff3f3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-warning-gradient {
  background: -webkit-linear-gradient(#faec51, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-info-gradient {
  background: -webkit-linear-gradient(#2ce9ad, #00b8d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-light-gradient {
  background: -webkit-linear-gradient(#f3f3f3, #d4d8de);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-dark-gradient {
  background: -webkit-linear-gradient(#666666, #001d4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.primary-rgba {
  background-color: rgba(0, 128, 255, 0.1);
}

.secondary-rgba {
  background-color: rgba(129, 167, 205, 0.1);
}

.success-rgba {
  background-color: rgba(24, 210, 107, 0.1);
}

.danger-rgba {
  background-color: rgba(255, 63, 63, 0.1);
}

.warning-rgba {
  background-color: rgba(255, 168, 0, 0.1);
}

.info-rgba {
  background-color: rgba(0, 184, 212, 0.1);
}

.light-rgba {
  background-color: rgba(212, 216, 222, 0.1);
}

.dark-rgba {
  background-color: rgba(38, 58, 91, 0.1);
}

/* 
--------------------------------
    : Custom - Example css :
--------------------------------
*/
/* -- Icons -- */
.icon-box-list div {
  color: #8A98AC;
  border-radius: 50px;
  line-height: 38px;
  white-space: nowrap;
}
.icon-box-list div p {
  margin: 10px;
  line-height: inherit;
}
.icon-box-list div p i {
  display: inline-block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  margin-right: 12px;
  margin-bottom: 1px;
  margin-top: 1px;
  transition: transform 0.2s;
}
.icon-box-list div p i.flag {
  background-size: cover;
  background-position: center;
}
.icon-box-list div p span.text-alias {
  color: #d4d4d4;
}
.icon-box-list div:hover p {
  color: #0080ff;
}
.icon-box-list div:hover p i {
  color: #0080ff;
  background-color: rgba(0, 128, 255, 0.1) !important;
  transform: scale(1.2);
}
.icon-box-list div:hover p span.text-alias {
  color: #0080ff;
}

.icon-svg-list div p span {
  padding: 9px 10px 12px;
  border-radius: 3px;
  margin-right: 12px;
  width: 40px;
  height: 40px;
}
.icon-svg-list div p span .icon-svg {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  width: 20px;
  transition: transform 0.2s;
}
.icon-svg-list div p:hover span {
  background-color: rgba(0, 128, 255, 0.1) !important;
}
.icon-svg-list div p:hover span .icon-svg {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
  transform: scale(1.2);
}

/* -- Grid -- */
.example-row .grid-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #b3d9ff;
  border-width: 0.2rem 0 0;
}
.example-row .row > .col, .example-row .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(0, 128, 255, 0.1);
  border: 1px solid #66b3ff;
  color: #0080ff;
}
.example-row .row + .row {
  margin-top: 1rem;
}
.example-row.example-row-flex-cols .row {
  min-height: 10rem;
  background-color: #99ccff;
}

@media (min-width: 576px) {
  .grid-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}
.docs-data > .input-group > span {
  min-width: 2rem !important;
}

/* -- Custom Checkbox -- */
.custom-checkbox-button input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  outline: 0 !important;
  z-index: 1;
}
.custom-checkbox-button input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom-checkbox-button label {
  position: relative;
  display: inline-block;
}
.custom-checkbox-button label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 2px solid transparent;
  outline: 0 !important;
}
.custom-checkbox-button label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.custom-checkbox-button .checkbox-primary input[type=checkbox] + label:before {
  border-color: #0080ff;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox]:checked + label:before {
  background-color: #0080ff;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox]:checked + label:after {
  background-color: #0080ff;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox] + label:before {
  border-color: #93b4d4;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox]:checked + label:before {
  background-color: #93b4d4;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox]:checked + label:after {
  background-color: #93b4d4;
}
.custom-checkbox-button .checkbox-success input[type=checkbox] + label:before {
  border-color: #18d26b;
}
.custom-checkbox-button .checkbox-success input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-success input[type=checkbox]:checked + label:before {
  background-color: #18d26b;
}
.custom-checkbox-button .checkbox-success input[type=checkbox]:checked + label:after {
  background-color: #18d26b;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox] + label:before {
  border-color: #ff3f3f;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox]:checked + label:before {
  background-color: #ff3f3f;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox]:checked + label:after {
  background-color: #ff3f3f;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox] + label:before {
  border-color: #ffa800;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox]:checked + label:before {
  background-color: #ffa800;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox]:checked + label:after {
  background-color: #ffa800;
}
.custom-checkbox-button .checkbox-info input[type=checkbox] + label:before {
  border-color: #00b8d4;
}
.custom-checkbox-button .checkbox-info input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-info input[type=checkbox]:checked + label:before {
  background-color: #00b8d4;
}
.custom-checkbox-button .checkbox-info input[type=checkbox]:checked + label:after {
  background-color: #00b8d4;
}
.custom-checkbox-button .checkbox-light input[type=checkbox] + label:before {
  border-color: #d4d8de;
}
.custom-checkbox-button .checkbox-light input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-light input[type=checkbox]:checked + label:before {
  background-color: #d4d8de;
}
.custom-checkbox-button .checkbox-light input[type=checkbox]:checked + label:after {
  background-color: #d4d8de;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox] + label:before {
  border-color: #001d4f;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox]:checked + label:before {
  background-color: #001d4f;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox]:checked + label:after {
  background-color: #001d4f;
}

/* -- Custom Radio Button -- */
.custom-radio-button input[type=radio] {
  cursor: pointer;
  opacity: 0;
  outline: 0 !important;
  z-index: 1;
}
.custom-radio-button input[type=radio]:checked + label:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom-radio-button label {
  position: relative;
  display: inline-block;
}
.custom-radio-button label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: 0 !important;
}
.custom-radio-button label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.custom-radio-button .radio-primary input[type=radio] + label:before {
  border-color: #0080ff;
}
.custom-radio-button .radio-primary input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-primary input[type=radio]:checked + label:before {
  background-color: #0080ff;
}
.custom-radio-button .radio-primary input[type=radio]:checked + label:after {
  background-color: #0080ff;
}
.custom-radio-button .radio-secondary input[type=radio] + label:before {
  border-color: #93b4d4;
}
.custom-radio-button .radio-secondary input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-secondary input[type=radio]:checked + label:before {
  background-color: #93b4d4;
}
.custom-radio-button .radio-secondary input[type=radio]:checked + label:after {
  background-color: #93b4d4;
}
.custom-radio-button .radio-success input[type=radio] + label:before {
  border-color: #18d26b;
}
.custom-radio-button .radio-success input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-success input[type=radio]:checked + label:before {
  background-color: #18d26b;
}
.custom-radio-button .radio-success input[type=radio]:checked + label:after {
  background-color: #18d26b;
}
.custom-radio-button .radio-danger input[type=radio] + label:before {
  border-color: #ff3f3f;
}
.custom-radio-button .radio-danger input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-danger input[type=radio]:checked + label:before {
  background-color: #ff3f3f;
}
.custom-radio-button .radio-danger input[type=radio]:checked + label:after {
  background-color: #ff3f3f;
}
.custom-radio-button .radio-warning input[type=radio] + label:before {
  border-color: #ffa800;
}
.custom-radio-button .radio-warning input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-warning input[type=radio]:checked + label:before {
  background-color: #ffa800;
}
.custom-radio-button .radio-warning input[type=radio]:checked + label:after {
  background-color: #ffa800;
}
.custom-radio-button .radio-info input[type=radio] + label:before {
  border-color: #00b8d4;
}
.custom-radio-button .radio-info input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-info input[type=radio]:checked + label:before {
  background-color: #00b8d4;
}
.custom-radio-button .radio-info input[type=radio]:checked + label:after {
  background-color: #00b8d4;
}
.custom-radio-button .radio-light input[type=radio] + label:before {
  border-color: #d4d8de;
}
.custom-radio-button .radio-light input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-light input[type=radio]:checked + label:before {
  background-color: #d4d8de;
}
.custom-radio-button .radio-light input[type=radio]:checked + label:after {
  background-color: #d4d8de;
}
.custom-radio-button .radio-dark input[type=radio] + label:before {
  border-color: #001d4f;
}
.custom-radio-button .radio-dark input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-dark input[type=radio]:checked + label:before {
  background-color: #001d4f;
}
.custom-radio-button .radio-dark input[type=radio]:checked + label:after {
  background-color: #001d4f;
}

/* 
----------------------------------
    : Custom - Bootstrap css :
----------------------------------
*/
/* -- Borders -- */
.border {
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-primary {
  border-color: #0080ff !important;
}

.border-secondary {
  border-color: #93b4d4 !important;
}

.border-success {
  border-color: #18d26b !important;
}

.border-danger {
  border-color: #ff3f3f !important;
}

.border-warning {
  border-color: #ffa800 !important;
}

.border-info {
  border-color: #00b8d4 !important;
}

.border-light {
  border-color: #d4d8de !important;
}

.border-dark {
  border-color: #001d4f !important;
}

/* -- Toasts -- */
.toast {
  background-color: #ffffff;
  width: 320px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.toast .toast-header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.toast .toast-header .toast-title {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
}
.toast .toast-header .close {
  color: #282828;
  background-color: transparent;
}

/* -- Dropdown -- */
.dropdown-menu {
  padding: 5px 0;
  font-size: 15px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  color: #8A98AC;
}
.dropdown-menu .dropdown-item.active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #282828;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #282828;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:hover {
  color: #001d4f;
  background-color: rgba(129, 167, 205, 0.1);
}

.dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* -- Background color -- */
.bg-primary {
  background-color: #0080ff !important;
}

.bg-secondary {
  background-color: #93b4d4 !important;
}

.bg-success {
  background-color: #18d26b !important;
}

.bg-danger {
  background-color: #ff3f3f !important;
}

.bg-warning {
  background-color: #ffa800 !important;
}

.bg-info {
  background-color: #00b8d4 !important;
}

.bg-light {
  background-color: #d4d8de !important;
}

.bg-dark {
  background-color: #001d4f !important;
}

.bg-muted {
  background-color: #8A98AC !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/* -- Background color rgba -- */
.bg-primary-rgba {
  background-color: rgba(0, 128, 255, 0.1) !important;
}

.bg-secondary-rgba {
  background-color: rgba(129, 167, 205, 0.1) !important;
}

.bg-success-rgba {
  background-color: rgba(24, 210, 107, 0.1) !important;
}

.bg-danger-rgba {
  background-color: rgba(255, 63, 63, 0.1) !important;
}

.bg-warning-rgba {
  background-color: rgba(255, 168, 0, 0.1) !important;
}

.bg-info-rgba {
  background-color: rgba(0, 184, 212, 0.1) !important;
}

.bg-light-rgba {
  background-color: rgba(212, 216, 222, 0.1) !important;
}

.bg-dark-rgba {
  background-color: rgba(38, 58, 91, 0.1) !important;
}

/* -- Text Color -- */
.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #282828 !important;
}

.text-muted {
  color: #8A98AC !important;
}

.text-primary {
  color: #0080ff !important;
}

.text-secondary {
  color: #93b4d4 !important;
}

.text-success {
  color: #18d26b !important;
}

.text-danger {
  color: #ff3f3f !important;
}

.text-warning {
  color: #ffa800 !important;
}

.text-info {
  color: #00b8d4 !important;
}

.text-light {
  color: #d4d8de !important;
}

.text-dark {
  color: #001d4f !important;
}

a.text-primary:focus {
  color: #0073e6 !important;
}
a.text-primary:hover {
  color: #0073e6 !important;
}

a.text-secondary:focus {
  color: #81a7cd !important;
}
a.text-secondary:hover {
  color: #81a7cd !important;
}

a.text-success:focus {
  color: #15bb5f !important;
}
a.text-success:hover {
  color: #15bb5f !important;
}

a.text-danger:focus {
  color: #ff2626 !important;
}
a.text-danger:hover {
  color: #ff2626 !important;
}

a.text-warning:focus {
  color: #e69700 !important;
}
a.text-warning:hover {
  color: #e69700 !important;
}

a.text-info:focus {
  color: #00a2bb !important;
}
a.text-info:hover {
  color: #00a2bb !important;
}

a.text-light:focus {
  color: #c6cbd3 !important;
}
a.text-light:hover {
  color: #c6cbd3 !important;
}

a.text-dark:focus {
  color: #1e2f49 !important;
}
a.text-dark:hover {
  color: #1e2f49 !important;
}

.text-sth { color: #78c7cc; }

/* -- Blockquote -- */
.blockquote {
  font-size: 1.05rem;
}

/* -- Touch Spin -- */
.bootstrap-touchspin .btn {
  box-shadow: none;
}

/* -- Media -- */
.media .media-body {
  word-break: break-word;
}

.list-group-item {
  background-color: transparent;
}

.mark {
  background-color: rgba(255, 168, 0, 0.1);
  color: #282828;
}

mark {
  background-color: rgba(255, 168, 0, 0.1);
  color: #282828;
}

/* 
------------------------------
    : Custom - Icons css :
------------------------------
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "LineAwesome";
  src: url("../fonts/line-awesome.eot?v=1.1.");
  src: url("../fonts/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"), url("../fonts/line-awesome.woff2?v=1.1.") format("woff2"), url("../fonts/line-awesome.woff?v=1.1.") format("woff"), url("../fonts/line-awesome.ttf?v=1.1.") format("truetype"), url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* makes the font 33% larger relative to the icon container */
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-fw {
  width: 1.28571429em;
  text-align: center;
}

.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.la-ul > li {
  position: relative;
}

.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.la-li.la-lg {
  left: -1.85714286em;
}

.la-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.li.pull-left {
  margin-right: 0.3em;
}

.li.pull-right {
  margin-left: 0.3em;
}

.la-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
  filter: none;
}

.la-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.la-stack-1x,
.la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #ffffff;
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la-500px:before {
  content: "";
}

.la-adjust:before {
  content: "";
}

.la-adn:before {
  content: "";
}

.la-align-center:before {
  content: "";
}

.la-align-justify:before {
  content: "";
}

.la-align-left:before {
  content: "";
}

.la-align-right:before {
  content: "";
}

.la-amazon:before {
  content: "";
}

.la-ambulance:before {
  content: "";
}

.la-anchor:before {
  content: "";
}

.la-android:before {
  content: "";
}

.la-angellist:before {
  content: "";
}

.la-angle-double-down:before {
  content: "";
}

.la-angle-double-left:before {
  content: "";
}

.la-angle-double-right:before {
  content: "";
}

.la-angle-double-up:before {
  content: "";
}

.la-angle-down:before {
  content: "";
}

.la-angle-left:before {
  content: "";
}

.la-angle-right:before {
  content: "";
}

.la-angle-up:before {
  content: "";
}

.la-apple:before {
  content: "";
}

.la-archive:before {
  content: "";
}

.la-area-chart:before {
  content: "";
}

.la-arrow-circle-down:before {
  content: "";
}

.la-arrow-circle-left:before {
  content: "";
}

.la-arrow-circle-o-down:before {
  content: "";
}

.la-arrow-circle-o-left:before {
  content: "";
}

.la-arrow-circle-o-right:before {
  content: "";
}

.la-arrow-circle-o-up:before {
  content: "";
}

.la-arrow-circle-right:before {
  content: "";
}

.la-arrow-circle-up:before {
  content: "";
}

.la-arrow-down:before {
  content: "";
}

.la-arrow-left:before {
  content: "";
}

.la-arrow-right:before {
  content: "";
}

.la-arrow-up:before {
  content: "";
}

.la-arrows:before {
  content: "";
}

.la-arrows-alt:before {
  content: "";
}

.la-arrows-h:before {
  content: "";
}

.la-arrows-v:before {
  content: "";
}

.la-asterisk:before {
  content: "";
}

.la-at:before {
  content: "";
}

.la-automobile:before {
  content: "";
}

.la-backward:before {
  content: "";
}

.la-balance-scale:before {
  content: "";
}

.la-ban:before {
  content: "";
}

.la-bank:before {
  content: "";
}

.la-bar-chart:before {
  content: "";
}

.la-bar-chart-o:before {
  content: "";
}

.la-barcode:before {
  content: "";
}

.la-bars:before {
  content: "";
}

.la-battery-0:before {
  content: "";
}

.la-battery-1:before {
  content: "";
}

.la-battery-2:before {
  content: "";
}

.la-battery-3:before {
  content: "";
}

.la-battery-4:before {
  content: "";
}

.la-battery-empty:before {
  content: "";
}

.la-battery-full:before {
  content: "";
}

.la-battery-half:before {
  content: "";
}

.la-battery-quarter:before {
  content: "";
}

.la-battery-three-quarters:before {
  content: "";
}

.la-bed:before {
  content: "";
}

.la-beer:before {
  content: "";
}

.la-behance:before {
  content: "";
}

.la-behance-square:before {
  content: "";
}

.la-bell:before {
  content: "";
}

.la-bell-o:before {
  content: "";
}

.la-bell-slash:before {
  content: "";
}

.la-bell-slash-o:before {
  content: "";
}

.la-bicycle:before {
  content: "";
}

.la-binoculars:before {
  content: "";
}

.la-birthday-cake:before {
  content: "";
}

.la-bitbucket:before {
  content: "";
}

.la-bitbucket-square:before {
  content: "";
}

.la-bitcoin:before {
  content: "";
}

.la-black-tie:before {
  content: "";
}

.la-bold:before {
  content: "";
}

.la-bolt:before {
  content: "";
}

.la-bomb:before {
  content: "";
}

.la-book:before {
  content: "";
}

.la-bookmark:before {
  content: "";
}

.la-bookmark-o:before {
  content: "";
}

.la-briefcase:before {
  content: "";
}

.la-btc:before {
  content: "";
}

.la-bug:before {
  content: "";
}

.la-building:before {
  content: "";
}

.la-building-o:before {
  content: "";
}

.la-bullhorn:before {
  content: "";
}

.la-bullseye:before {
  content: "";
}

.la-bus:before {
  content: "";
}

.la-buysellads:before {
  content: "";
}

.la-cab:before {
  content: "";
}

.la-calculator:before {
  content: "";
}

.la-calendar:before {
  content: "";
}

.la-calendar-check-o:before {
  content: "";
}

.la-calendar-minus-o:before {
  content: "";
}

.la-calendar-o:before {
  content: "";
}

.la-calendar-plus-o:before {
  content: "";
}

.la-calendar-times-o:before {
  content: "";
}

.la-camera:before {
  content: "";
}

.la-camera-retro:before {
  content: "";
}

.la-car:before {
  content: "";
}

.la-caret-down:before {
  content: "";
}

.la-caret-left:before {
  content: "";
}

.la-caret-right:before {
  content: "";
}

.la-caret-square-o-down:before, .la-toggle-down:before {
  content: "";
}

.la-caret-square-o-left:before, .la-toggle-left:before {
  content: "";
}

.la-caret-square-o-right:before, .la-toggle-right:before {
  content: "";
}

.la-caret-square-o-up:before, .la-toggle-up:before {
  content: "";
}

.la-caret-up:before {
  content: "";
}

.la-cart-arrow-down:before {
  content: "";
}

.la-cart-plus:before {
  content: "";
}

.la-cc:before {
  content: "";
}

.la-cc-amex:before {
  content: "";
}

.la-cc-diners-club:before {
  content: "";
}

.la-cc-discover:before {
  content: "";
}

.la-cc-jcb:before {
  content: "";
}

.la-cc-mastercard:before {
  content: "";
}

.la-cc-paypal:before {
  content: "";
}

.la-cc-stripe:before {
  content: "";
}

.la-cc-visa:before {
  content: "";
}

.la-certificate:before {
  content: "";
}

.la-chain:before {
  content: "";
}

.la-chain-broken:before {
  content: "";
}

.la-check:before {
  content: "";
}

.la-check-circle:before {
  content: "";
}

.la-check-circle-o:before {
  content: "";
}

.la-check-square:before {
  content: "";
}

.la-check-square-o:before {
  content: "";
}

.la-chevron-circle-down:before {
  content: "";
}

.la-chevron-circle-left:before {
  content: "";
}

.la-chevron-circle-right:before {
  content: "";
}

.la-chevron-circle-up:before {
  content: "";
}

.la-chevron-down:before {
  content: "";
}

.la-chevron-left:before {
  content: "";
}

.la-chevron-right:before {
  content: "";
}

.la-chevron-up:before {
  content: "";
}

.la-child:before {
  content: "";
}

.la-chrome:before {
  content: "";
}

.la-circle:before {
  content: "";
}

.la-circle-o:before {
  content: "";
}

.la-circle-o-notch:before {
  content: "";
}

.la-circle-thin:before {
  content: "";
}

.la-clipboard:before {
  content: "";
}

.la-clock-o:before {
  content: "";
}

.la-clone:before {
  content: "";
}

.la-close:before {
  content: "";
}

.la-cloud:before {
  content: "";
}

.la-cloud-download:before {
  content: "";
}

.la-cloud-upload:before {
  content: "";
}

.la-cny:before {
  content: "";
}

.la-code:before {
  content: "";
}

.la-code-fork:before {
  content: "";
}

.la-codepen:before {
  content: "";
}

.la-coffee:before {
  content: "";
}

.la-cog:before {
  content: "";
}

.la-cogs:before {
  content: "";
}

.la-columns:before {
  content: "";
}

.la-comment:before {
  content: "";
}

.la-comment-o:before {
  content: "";
}

.la-commenting:before {
  content: "";
}

.la-commenting-o:before {
  content: "";
}

.la-comments:before {
  content: "";
}

.la-comments-o:before {
  content: "";
}

.la-compass:before {
  content: "";
}

.la-compress:before {
  content: "";
}

.la-connectdevelop:before {
  content: "";
}

.la-contao:before {
  content: "";
}

.la-copy:before {
  content: "";
}

.la-copyright:before {
  content: "";
}

.la-creative-commons:before {
  content: "";
}

.la-credit-card:before {
  content: "";
}

.la-crop:before {
  content: "";
}

.la-crosshairs:before {
  content: "";
}

.la-css3:before {
  content: "";
}

.la-cube:before {
  content: "";
}

.la-cubes:before {
  content: "";
}

.la-cut:before {
  content: "";
}

.la-cutlery:before {
  content: "";
}

.la-dashboard:before {
  content: "";
}

.la-dashcube:before {
  content: "";
}

.la-database:before {
  content: "";
}

.la-dedent:before {
  content: "";
}

.la-delicious:before {
  content: "";
}

.la-desktop:before {
  content: "";
}

.la-deviantart:before {
  content: "";
}

.la-diamond:before {
  content: "";
}

.la-digg:before {
  content: "";
}

.la-dollar:before {
  content: "";
}

.la-dot-circle-o:before {
  content: "";
}

.la-download:before {
  content: "";
}

.la-dribbble:before {
  content: "";
}

.la-dropbox:before {
  content: "";
}

.la-drupal:before {
  content: "";
}

.la-edit:before {
  content: "";
}

.la-eject:before {
  content: "";
}

.la-ellipsis-h:before {
  content: "";
}

.la-ellipsis-v:before {
  content: "";
}

.la-empire:before, .la-ge:before {
  content: "";
}

.la-envelope:before {
  content: "";
}

.la-envelope-o:before {
  content: "";
}

.la-envelope-square:before {
  content: "";
}

.la-eraser:before {
  content: "";
}

.la-eur:before {
  content: "";
}

.la-euro:before {
  content: "";
}

.la-exchange:before {
  content: "";
}

.la-exclamation:before {
  content: "";
}

.la-exclamation-circle:before {
  content: "";
}

.la-exclamation-triangle:before {
  content: "";
}

.la-expand:before {
  content: "";
}

.la-expeditedssl:before {
  content: "";
}

.la-external-link:before {
  content: "";
}

.la-external-link-square:before {
  content: "";
}

.la-eye:before {
  content: "";
}

.la-eye-slash:before {
  content: "";
}

.la-eyedropper:before {
  content: "";
}

.la-facebook:before, .la-facebook-f:before {
  content: "";
}

.la-facebook-official:before {
  content: "";
}

.la-facebook-square:before {
  content: "";
}

.la-fast-backward:before {
  content: "";
}

.la-fast-forward:before {
  content: "";
}

.la-fax:before {
  content: "";
}

.la-female:before {
  content: "";
}

.la-fighter-jet:before {
  content: "";
}

.la-file:before {
  content: "";
}

.la-file-archive-o:before {
  content: "";
}

.la-file-audio-o:before {
  content: "";
}

.la-file-code-o:before {
  content: "";
}

.la-file-excel-o:before {
  content: "";
}

.la-file-image-o:before {
  content: "";
}

.la-file-movie-o:before {
  content: "";
}

.la-file-o:before {
  content: "";
}

.la-file-pdf-o:before {
  content: "";
}

.la-file-photo-o:before {
  content: "";
}

.la-file-picture-o:before {
  content: "";
}

.la-file-powerpoint-o:before {
  content: "";
}

.la-file-sound-o:before {
  content: "";
}

.la-file-text:before {
  content: "";
}

.la-file-text-o:before {
  content: "";
}

.la-file-video-o:before {
  content: "";
}

.la-file-word-o:before {
  content: "";
}

.la-file-zip-o:before {
  content: "";
}

.la-files-o:before {
  content: "";
}

.la-film:before {
  content: "";
}

.la-filter:before {
  content: "";
}

.la-fire:before {
  content: "";
}

.la-fire-extinguisher:before {
  content: "";
}

.la-firefox:before {
  content: "";
}

.la-flag:before {
  content: "";
}

.la-flag-checkered:before {
  content: "";
}

.la-flag-o:before {
  content: "";
}

.la-flash:before {
  content: "";
}

.la-flask:before {
  content: "";
}

.la-flickr:before {
  content: "";
}

.la-floppy-o:before {
  content: "";
}

.la-folder:before {
  content: "";
}

.la-folder-o:before {
  content: "";
}

.la-folder-open:before {
  content: "";
}

.la-folder-open-o:before {
  content: "";
}

.la-font:before {
  content: "";
}

.la-fonticons:before {
  content: "";
}

.la-forumbee:before {
  content: "";
}

.la-forward:before {
  content: "";
}

.la-foursquare:before {
  content: "";
}

.la-frown-o:before {
  content: "";
}

.la-futbol-o:before, .la-soccer-ball-o:before {
  content: "";
}

.la-gamepad:before {
  content: "";
}

.la-gavel:before {
  content: "";
}

.la-gbp:before {
  content: "";
}

.la-gear:before {
  content: "";
}

.la-gears:before {
  content: "";
}

.la-genderless:before {
  content: "";
}

.la-get-pocket:before {
  content: "";
}

.la-gg:before {
  content: "";
}

.la-gg-circle:before {
  content: "";
}

.la-gift:before {
  content: "";
}

.la-git:before {
  content: "";
}

.la-git-square:before {
  content: "";
}

.la-github:before {
  content: "";
}

.la-github-alt:before {
  content: "";
}

.la-github-square:before {
  content: "";
}

.la-glass:before {
  content: "";
}

.la-globe:before {
  content: "";
}

.la-google:before {
  content: "";
}

.la-google-plus:before {
  content: "";
}

.la-google-plus-square:before {
  content: "";
}

.la-google-wallet:before {
  content: "";
}

.la-graduation-cap:before {
  content: "";
}

.la-gratipay:before, .la-gittip:before {
  content: "";
}

.la-group:before {
  content: "";
}

.la-h-square:before {
  content: "";
}

.la-hacker-news:before {
  content: "";
}

.la-hand-grab-o:before {
  content: "";
}

.la-hand-lizard-o:before {
  content: "";
}

.la-hand-o-down:before {
  content: "";
}

.la-hand-o-left:before {
  content: "";
}

.la-hand-o-right:before {
  content: "";
}

.la-hand-o-up:before {
  content: "";
}

.la-hand-paper-o:before {
  content: "";
}

.la-hand-peace-o:before {
  content: "";
}

.la-hand-pointer-o:before {
  content: "";
}

.la-hand-rock-o:before {
  content: "";
}

.la-hand-scissors-o:before {
  content: "";
}

.la-hand-spock-o:before {
  content: "";
}

.la-hand-stop-o:before {
  content: "";
}

.la-hdd-o:before {
  content: "";
}

.la-header:before {
  content: "";
}

.la-headphones:before {
  content: "";
}

.la-heart:before {
  content: "";
}

.la-heart-o:before {
  content: "";
}

.la-heartbeat:before {
  content: "";
}

.la-history:before {
  content: "";
}

.la-home:before {
  content: "";
}

.la-hospital-o:before {
  content: "";
}

.la-hotel:before {
  content: "";
}

.la-hourglass:before {
  content: "";
}

.la-hourglass-1:before {
  content: "";
}

.la-hourglass-2:before {
  content: "";
}

.la-hourglass-3:before {
  content: "";
}

.la-hourglass-end:before {
  content: "";
}

.la-hourglass-half:before {
  content: "";
}

.la-hourglass-o:before {
  content: "";
}

.la-hourglass-start:before {
  content: "";
}

.la-houzz:before {
  content: "";
}

.la-html5:before {
  content: "";
}

.la-i-cursor:before {
  content: "";
}

.la-ils:before {
  content: "";
}

.la-image:before {
  content: "";
}

.la-inbox:before {
  content: "";
}

.la-indent:before {
  content: "";
}

.la-industry:before {
  content: "";
}

.la-info:before {
  content: "";
}

.la-info-circle:before {
  content: "";
}

.la-inr:before {
  content: "";
}

.la-instagram:before {
  content: "";
}

.la-institution:before {
  content: "";
}

.la-internet-explorer:before {
  content: "";
}

.la-ioxhost:before {
  content: "";
}

.la-italic:before {
  content: "";
}

.la-joomla:before {
  content: "";
}

.la-jpy:before {
  content: "";
}

.la-jsfiddle:before {
  content: "";
}

.la-key:before {
  content: "";
}

.la-keyboard-o:before {
  content: "";
}

.la-krw:before {
  content: "";
}

.la-language:before {
  content: "";
}

.la-laptop:before {
  content: "";
}

.la-lastfm:before {
  content: "";
}

.la-lastfm-square:before {
  content: "";
}

.la-leaf:before {
  content: "";
}

.la-leanpub:before {
  content: "";
}

.la-legal:before {
  content: "";
}

.la-lemon-o:before {
  content: "";
}

.la-level-down:before {
  content: "";
}

.la-level-up:before {
  content: "";
}

.la-life-bouy:before {
  content: "";
}

.la-life-buoy:before {
  content: "";
}

.la-life-ring:before, .la-support:before {
  content: "";
}

.la-life-saver:before {
  content: "";
}

.la-lightbulb-o:before {
  content: "";
}

.la-line-chart:before {
  content: "";
}

.la-link:before {
  content: "";
}

.la-linkedin:before {
  content: "";
}

.la-linkedin-square:before {
  content: "";
}

.la-linux:before {
  content: "";
}

.la-list:before {
  content: "";
}

.la-list-alt:before {
  content: "";
}

.la-list-ol:before {
  content: "";
}

.la-list-ul:before {
  content: "";
}

.la-location-arrow:before {
  content: "";
}

.la-lock:before {
  content: "";
}

.la-long-arrow-down:before {
  content: "";
}

.la-long-arrow-left:before {
  content: "";
}

.la-long-arrow-right:before {
  content: "";
}

.la-long-arrow-up:before {
  content: "";
}

.la-magic:before {
  content: "";
}

.la-magnet:before {
  content: "";
}

.la-mail-forward:before {
  content: "";
}

.la-mail-reply:before {
  content: "";
}

.la-mail-reply-all:before {
  content: "";
}

.la-male:before {
  content: "";
}

.la-map:before {
  content: "";
}

.la-map-marker:before {
  content: "";
}

.la-map-o:before {
  content: "";
}

.la-map-pin:before {
  content: "";
}

.la-map-signs:before {
  content: "";
}

.la-mars:before {
  content: "";
}

.la-mars-double:before {
  content: "";
}

.la-mars-stroke:before {
  content: "";
}

.la-mars-stroke-h:before {
  content: "";
}

.la-mars-stroke-v:before {
  content: "";
}

.la-maxcdn:before {
  content: "";
}

.la-meanpath:before {
  content: "";
}

.la-medium:before {
  content: "";
}

.la-medkit:before {
  content: "";
}

.la-meh-o:before {
  content: "";
}

.la-mercury:before {
  content: "";
}

.la-microphone:before {
  content: "";
}

.la-microphone-slash:before {
  content: "";
}

.la-minus:before {
  content: "";
}

.la-minus-circle:before {
  content: "";
}

.la-minus-square:before {
  content: "";
}

.la-minus-square-o:before {
  content: "";
}

.la-mobile:before {
  content: "";
}

.la-mobile-phone:before {
  content: "";
}

.la-money:before {
  content: "";
}

.la-moon-o:before {
  content: "";
}

.la-mortar-board:before {
  content: "";
}

.la-motorcycle:before {
  content: "";
}

.la-mouse-pointer:before {
  content: "";
}

.la-music:before {
  content: "";
}

.la-navicon:before {
  content: "";
}

.la-neuter:before {
  content: "";
}

.la-newspaper-o:before {
  content: "";
}

.la-object-group:before {
  content: "";
}

.la-object-ungroup:before {
  content: "";
}

.la-odnoklassniki:before {
  content: "";
}

.la-odnoklassniki-square:before {
  content: "";
}

.la-opencart:before {
  content: "";
}

.la-openid:before {
  content: "";
}

.la-opera:before {
  content: "";
}

.la-optin-monster:before {
  content: "";
}

.la-outdent:before {
  content: "";
}

.la-pagelines:before {
  content: "";
}

.la-paint-brush:before {
  content: "";
}

.la-paper-plane:before, .la-send:before {
  content: "";
}

.la-paper-plane-o:before, .la-send-o:before {
  content: "";
}

.la-paperclip:before {
  content: "";
}

.la-paragraph:before {
  content: "";
}

.la-paste:before {
  content: "";
}

.la-pause:before {
  content: "";
}

.la-paw:before {
  content: "";
}

.la-paypal:before {
  content: "";
}

.la-pencil:before {
  content: "";
}

.la-pencil-square:before {
  content: "";
}

.la-pencil-square-o:before {
  content: "";
}

.la-phone:before {
  content: "";
}

.la-phone-square:before {
  content: "";
}

.la-photo:before {
  content: "";
}

.la-picture-o:before {
  content: "";
}

.la-pie-chart:before {
  content: "";
}

.la-pied-piper:before {
  content: "";
}

.la-pied-piper-alt:before {
  content: "";
}

.la-pinterest:before {
  content: "";
}

.la-pinterest-p:before {
  content: "";
}

.la-pinterest-square:before {
  content: "";
}

.la-plane:before {
  content: "";
}

.la-play:before {
  content: "";
}

.la-play-circle:before {
  content: "";
}

.la-play-circle-o:before {
  content: "";
}

.la-plug:before {
  content: "";
}

.la-plus:before {
  content: "";
}

.la-plus-circle:before {
  content: "";
}

.la-plus-square:before {
  content: "";
}

.la-plus-square-o:before {
  content: "";
}

.la-power-off:before {
  content: "";
}

.la-print:before {
  content: "";
}

.la-puzzle-piece:before {
  content: "";
}

.la-qq:before {
  content: "";
}

.la-qrcode:before {
  content: "";
}

.la-question:before {
  content: "";
}

.la-question-circle:before {
  content: "";
}

.la-quote-left:before {
  content: "";
}

.la-quote-right:before {
  content: "";
}

.la-ra:before {
  content: "";
}

.la-random:before {
  content: "";
}

.la-rebel:before {
  content: "";
}

.la-recycle:before {
  content: "";
}

.la-reddit:before {
  content: "";
}

.la-reddit-square:before {
  content: "";
}

.la-refresh:before {
  content: "";
}

.la-registered:before {
  content: "";
}

.la-renren:before {
  content: "";
}

.la-reorder:before {
  content: "";
}

.la-repeat:before {
  content: "";
}

.la-reply:before {
  content: "";
}

.la-reply-all:before {
  content: "";
}

.la-retweet:before {
  content: "";
}

.la-rmb:before {
  content: "";
}

.la-road:before {
  content: "";
}

.la-rocket:before {
  content: "";
}

.la-rotate-left:before {
  content: "";
}

.la-rotate-right:before {
  content: "";
}

.la-rouble:before {
  content: "";
}

.la-rss:before, .la-feed:before {
  content: "";
}

.la-rss-square:before {
  content: "";
}

.la-rub:before {
  content: "";
}

.la-ruble:before {
  content: "";
}

.la-rupee:before {
  content: "";
}

.la-safari:before {
  content: "";
}

.la-save:before {
  content: "";
}

.la-scissors:before {
  content: "";
}

.la-search:before {
  content: "";
}

.la-search-minus:before {
  content: "";
}

.la-search-plus:before {
  content: "";
}

.la-sellsy:before {
  content: "";
}

.la-server:before {
  content: "";
}

.la-share:before {
  content: "";
}

.la-share-alt:before {
  content: "";
}

.la-share-alt-square:before {
  content: "";
}

.la-share-square:before {
  content: "";
}

.la-share-square-o:before {
  content: "";
}

.la-shekel:before {
  content: "";
}

.la-sheqel:before {
  content: "";
}

.la-shield:before {
  content: "";
}

.la-ship:before {
  content: "";
}

.la-shirtsinbulk:before {
  content: "";
}

.la-shopping-cart:before {
  content: "";
}

.la-sign-in:before {
  content: "";
}

.la-sign-out:before {
  content: "";
}

.la-signal:before {
  content: "";
}

.la-simplybuilt:before {
  content: "";
}

.la-sitemap:before {
  content: "";
}

.la-skyatlas:before {
  content: "";
}

.la-skype:before {
  content: "";
}

.la-slack:before {
  content: "";
}

.la-sliders:before {
  content: "";
}

.la-slideshare:before {
  content: "";
}

.la-smile-o:before {
  content: "";
}

.la-sort:before, .la-unsorted:before {
  content: "";
}

.la-sort-alpha-asc:before {
  content: "";
}

.la-sort-alpha-desc:before {
  content: "";
}

.la-sort-amount-asc:before {
  content: "";
}

.la-sort-amount-desc:before {
  content: "";
}

.la-sort-asc:before, .la-sort-up:before {
  content: "";
}

.la-sort-desc:before, .la-sort-down:before {
  content: "";
}

.la-sort-numeric-asc:before {
  content: "";
}

.la-sort-numeric-desc:before {
  content: "";
}

.la-soundcloud:before {
  content: "";
}

.la-space-shuttle:before {
  content: "";
}

.la-spinner:before {
  content: "";
}

.la-spoon:before {
  content: "";
}

.la-spotify:before {
  content: "";
}

.la-square:before {
  content: "";
}

.la-square-o:before {
  content: "";
}

.la-stack-exchange:before {
  content: "";
}

.la-stack-overflow:before {
  content: "";
}

.la-star:before {
  content: "";
}

.la-star-half:before {
  content: "";
}

.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before {
  content: "";
}

.la-star-o:before {
  content: "";
}

.la-steam:before {
  content: "";
}

.la-steam-square:before {
  content: "";
}

.la-step-backward:before {
  content: "";
}

.la-step-forward:before {
  content: "";
}

.la-stethoscope:before {
  content: "";
}

.la-sticky-note:before {
  content: "";
}

.la-sticky-note-o:before {
  content: "";
}

.la-stop:before {
  content: "";
}

.la-street-view:before {
  content: "";
}

.la-strikethrough:before {
  content: "";
}

.la-stumbleupon:before {
  content: "";
}

.la-stumbleupon-circle:before {
  content: "";
}

.la-subscript:before {
  content: "";
}

.la-subway:before {
  content: "";
}

.la-suitcase:before {
  content: "";
}

.la-sun-o:before {
  content: "";
}

.la-superscript:before {
  content: "";
}

.la-table:before {
  content: "";
}

.la-tablet:before {
  content: "";
}

.la-tachometer:before {
  content: "";
}

.la-tag:before {
  content: "";
}

.la-tags:before {
  content: "";
}

.la-tasks:before {
  content: "";
}

.la-taxi:before {
  content: "";
}

.la-television:before, .la-tv:before {
  content: "";
}

.la-tencent-weibo:before {
  content: "";
}

.la-terminal:before {
  content: "";
}

.la-text-height:before {
  content: "";
}

.la-text-width:before {
  content: "";
}

.la-th:before {
  content: "";
}

.la-th-large:before {
  content: "";
}

.la-th-list:before {
  content: "";
}

.la-thumb-tack:before {
  content: "";
}

.la-thumbs-down:before {
  content: "";
}

.la-thumbs-o-down:before {
  content: "";
}

.la-thumbs-o-up:before {
  content: "";
}

.la-thumbs-up:before {
  content: "";
}

.la-ticket:before {
  content: "";
}

.la-times:before, .la-remove:before {
  content: "";
}

.la-times-circle:before {
  content: "";
}

.la-times-circle-o:before {
  content: "";
}

.la-tint:before {
  content: "";
}

.la-toggle-off:before {
  content: "";
}

.la-toggle-on:before {
  content: "";
}

.la-trademark:before {
  content: "";
}

.la-train:before {
  content: "";
}

.la-transgender:before, .la-intersex:before {
  content: "";
}

.la-transgender-alt:before {
  content: "";
}

.la-trash:before {
  content: "";
}

.la-trash-o:before {
  content: "";
}

.la-tree:before {
  content: "";
}

.la-trello:before {
  content: "";
}

.la-tripadvisor:before {
  content: "";
}

.la-trophy:before {
  content: "";
}

.la-truck:before {
  content: "";
}

.la-try:before {
  content: "";
}

.la-tty:before {
  content: "";
}

.la-tumblr:before {
  content: "";
}

.la-tumblr-square:before {
  content: "";
}

.la-turkish-lira:before {
  content: "";
}

.la-twitch:before {
  content: "";
}

.la-twitter:before {
  content: "";
}

.la-twitter-square:before {
  content: "";
}

.la-umbrella:before {
  content: "";
}

.la-underline:before {
  content: "";
}

.la-undo:before {
  content: "";
}

.la-university:before {
  content: "";
}

.la-unlink:before {
  content: "";
}

.la-unlock:before {
  content: "";
}

.la-unlock-alt:before {
  content: "";
}

.la-upload:before {
  content: "";
}

.la-usd:before {
  content: "";
}

.la-user:before {
  content: "";
}

.la-user-md:before {
  content: "";
}

.la-user-plus:before {
  content: "";
}

.la-user-secret:before {
  content: "";
}

.la-user-times:before {
  content: "";
}

.la-users:before {
  content: "";
}

.la-venus:before {
  content: "";
}

.la-venus-double:before {
  content: "";
}

.la-venus-mars:before {
  content: "";
}

.la-viacoin:before {
  content: "";
}

.la-video-camera:before {
  content: "";
}

.la-vimeo:before {
  content: "";
}

.la-vimeo-square:before {
  content: "";
}

.la-vine:before {
  content: "";
}

.la-vk:before {
  content: "";
}

.la-volume-down:before {
  content: "";
}

.la-volume-off:before {
  content: "";
}

.la-volume-up:before {
  content: "";
}

.la-warning:before {
  content: "";
}

.la-wechat:before {
  content: "";
}

.la-weibo:before {
  content: "";
}

.la-weixin:before {
  content: "";
}

.la-whatsapp:before {
  content: "";
}

.la-wheelchair:before {
  content: "";
}

.la-wifi:before {
  content: "";
}

.la-wikipedia-w:before {
  content: "";
}

.la-windows:before {
  content: "";
}

.la-won:before {
  content: "";
}

.la-wordpress:before {
  content: "";
}

.la-wrench:before {
  content: "";
}

.la-xing:before {
  content: "";
}

.la-xing-square:before {
  content: "";
}

.la-y-combinator:before {
  content: "";
}

.la-y-combinator-square:before {
  content: "";
}

.la-yahoo:before {
  content: "";
}

.la-yc:before {
  content: "";
}

.la-yc-square:before {
  content: "";
}

.la-yelp:before {
  content: "";
}

.la-yen:before {
  content: "";
}

.la-youtube:before {
  content: "";
}

.la-youtube-play:before {
  content: "";
}

.la-youtube-square:before {
  content: "";
}

/* 
-----------------------------
    : Custom - Menu css :
-----------------------------
*/
.horizontal-menu-toggle {
  display: none;
}
.horizontal-menu-toggle button {
  border: none;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.horizontal-menu-toggle button i {
  vertical-align: middle;
}

.menubar {
  background-color: transparent;
}

.horizontal-nav {
  border-radius: 0;
  z-index: 999;
  left: 0;
  right: 0;
  /* -- Mega Menu -- */
  /* -- Fixed Navbar -- */
}
.horizontal-nav ul,
.horizontal-nav ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.horizontal-nav ul li a {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  line-height: 20px;
  text-decoration: none;
  white-space: normal;
  background: transparent;
}
.horizontal-nav .animated {
  animation-fill-mode: both;
}
.horizontal-nav .container,
.horizontal-nav .container-fluid {
  position: relative;
}
.horizontal-nav .dropdown-toggle::after {
  width: inherit;
  height: inherit;
  border: 0;
  margin: 0;
}
.horizontal-nav .dropdown {
  position: relative;
}
.horizontal-nav .dropdown-menu {
  position: absolute;
  display: none;
  top: 56px;
  left: -15px;
  padding: 10px 0;
  z-index: 1000;
}
.horizontal-nav .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 9px;
  top: -9px;
  display: block;
  background-color: transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  z-index: 9999;
}
.horizontal-nav .open > .dropdown-menu {
  display: block;
}
.horizontal-nav .collapse:not(.show) {
  display: none;
}
.horizontal-nav .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}
.horizontal-nav .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch;
}
.horizontal-nav .navbar-collapse.show {
  overflow-y: auto;
}
.horizontal-nav .navbar-collapse:before,
.horizontal-nav .navbar-collapse:after {
  content: " ";
  display: table;
}
.horizontal-nav .navbar-collapse:after {
  clear: both;
}
.horizontal-nav .horizontal-menu li a {
  position: relative;
  display: block;
  font-size: 14px;
}
.horizontal-nav .horizontal-menu li .fa-icon-left {
  margin-right: 8px;
}
.horizontal-nav .horizontal-menu li .fa-icon-right {
  margin-left: 8px;
}
.horizontal-nav .horizontal-menu > li > a {
  padding: 10px 20px 10px 0;
  color: #001d4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.horizontal-nav .horizontal-menu > li > a img {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  margin-right: 7px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.horizontal-nav .horizontal-menu > li > a i {
  display: inline-block;
  width: 23px;
  font-size: 16px;
  vertical-align: middle;
}
.horizontal-nav .horizontal-menu > li > a span {
  vertical-align: middle;
}
.horizontal-nav .horizontal-menu > li.active > a,
.horizontal-nav .horizontal-menu > li > a:hover,
.horizontal-nav .horizontal-menu > li > a:focus {
  color: #0080ff;
  background-color: transparent;
}
.horizontal-nav .horizontal-menu > li.active > a img,
.horizontal-nav .horizontal-menu > li > a:hover img,
.horizontal-nav .horizontal-menu > li > a:focus img {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.horizontal-nav .horizontal-menu li .description {
  font-style: italic;
  font-size: 90%;
  margin: 6px 0 0;
  font-weight: 400;
}
.horizontal-nav .horizontal-menu .dropdown-menu {
  background-color: #ffffff;
  margin: 0;
}
.horizontal-nav .horizontal-menu .dropdown-menu li a {
  color: #001d4f;
  font-size: 15px;
}
.horizontal-nav .horizontal-menu .dropdown-menu li a:before {
  content: "";
  font-family: "feather" !important;
  font-size: 10px;
  line-height: 10px;
  padding-right: 0.2rem;
  vertical-align: middle;
}
.horizontal-nav .horizontal-menu .dropdown-menu li a .mdi {
  font-size: 5px;
  margin-right: 10px;
  vertical-align: middle;
}
.horizontal-nav .horizontal-menu .dropdown-menu li.active > a,
.horizontal-nav .horizontal-menu .dropdown-menu li > a:hover,
.horizontal-nav .horizontal-menu .dropdown-menu li > a:focus {
  color: #0080ff;
}
.horizontal-nav .horizontal-menu .dropdown-toggle:focus {
  outline: 0;
}
.horizontal-nav .horizontal-menu .mega-menu-col-title:before,
.horizontal-nav .horizontal-menu .dropdown .dropdown-toggle:before,
.horizontal-nav .horizontal-menu .dropdown .dropdown-toggle:after {
  font-family: "feather";
}
.horizontal-nav .navbar-collapse {
  padding: 0;
}
.horizontal-nav .menu-item-has-mega-menu.dropdown {
  position: static;
}
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu.dropdown-menu {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
}
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-row {
  width: 100%;
  float: left;
}
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col {
  list-style: none;
  color: #001d4f;
}
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col a {
  color: #001d4f;
}
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col .active > a,
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col > a:hover,
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col > a:focus {
  color: #0080ff;
  background: transparent;
}
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col-title {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.horizontal-nav.fixed-navbar {
  position: relative;
}

/* -- Responsive -- */
@media (min-width: 992px) {
  .horizontal-nav {
    /* -- Dropdown Menu -- */
  }
  .horizontal-nav .navbar-toggle {
    display: none;
  }
  .horizontal-nav .navbar-collapse.collapse {
    display: block;
  }
  .horizontal-nav .horizontal-menu {
    float: left;
    /* -- Mega Menu -- */
  }
  .horizontal-nav .horizontal-menu > li {
    float: left;
  }
  .horizontal-nav .horizontal-menu > .dropdown > .dropdown-toggle:after {
    display: none;
    content: "";
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    top: 20px;
    right: 5px;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 200px;
    border: none;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    left: -25px;
    top: 5px;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown:first-child .dropdown-menu {
    top: -1px;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu > li > a {
    padding: 8px 15px;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown > .dropdown-toggle:after {
    float: right;
    content: "";
    position: absolute;
    font-size: 14px;
    right: 8px;
  }
  .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
  }
  .horizontal-nav .horizontal-menu .mega-menu-col {
    padding: 10px 15px;
    float: left;
  }
  .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a {
    padding: 10px 12px;
    display: inline-block;
  }
  .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a:hover, .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a:focus {
    color: #0080ff;
    background: transparent;
  }
  .horizontal-nav .horizontal-menu .mega-menu-col-title {
    font-weight: 700;
    padding: 6px 10px;
    display: inline-block;
  }
  .horizontal-nav .horizontal-menu .mega-menu-col-content {
    padding: 4px 10px;
  }
}
@media (max-width: 991px) {
  /* -- Horizontal Navbar -- */
  .horizontal-nav {
    background-color: transparent;
    border-color: transparent;
    /* -- Dropdown Mega Menu -- */
    /* -- Dropdown Mega Menu -- */
    /* -- Mega Menu -- */
  }
  .horizontal-nav .dropdown-menu {
    top: 0;
    padding: 0;
  }
  .horizontal-nav .navbar-collapse {
    overflow-y: auto !important;
  }
  .horizontal-nav .mega-menu-col .mega-menu-col-title,
.horizontal-nav .dropdown .dropdown-toggle {
    padding: 12px 30px 12px 12px;
  }
  .horizontal-nav .mega-menu-col .mega-menu-col-title:after,
.horizontal-nav .dropdown .dropdown-toggle:after {
    float: right;
    content: "";
    font-family: "feather" !important;
    font-size: 14px;
    position: absolute;
    right: 8px;
  }
  .horizontal-nav .mega-menu-col.on .mega-menu-col-title:after,
.horizontal-nav .dropdown.on > .dropdown-toggle:after {
    transform: rotate(-270deg);
  }
  .horizontal-nav .horizontal-menu {
    float: none !important;
  }
  .horizontal-nav .horizontal-menu li {
    float: none;
  }
  .horizontal-nav .horizontal-menu li .mega-menu-col-title,
.horizontal-nav .horizontal-menu li a {
    max-width: inherit;
    padding: 10px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #001d4f;
  }
  .horizontal-nav .horizontal-menu li .mega-menu-col-title img,
.horizontal-nav .horizontal-menu li a img {
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  }
  .horizontal-nav .horizontal-menu li a:hover,
.horizontal-nav .horizontal-menu li a:focus, .horizontal-nav .horizontal-menu li.active > a,
.horizontal-nav .horizontal-menu li .mega-menu-col-title:hover,
.horizontal-nav .horizontal-menu li .mega-menu.dropdown-menu .mega-menu-col .active > a,
.horizontal-nav .horizontal-menu li .dropdown-menu li.active > a,
.horizontal-nav .horizontal-menu li .dropdown-menu li a:hover,
.horizontal-nav .horizontal-menu li .dropdown-menu li a:focus,
.horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:hover,
.horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:focus {
    color: #0080ff;
    background-color: transparent;
  }
  .horizontal-nav .horizontal-menu li a:hover img,
.horizontal-nav .horizontal-menu li a:focus img, .horizontal-nav .horizontal-menu li.active > a img,
.horizontal-nav .horizontal-menu li .mega-menu-col-title:hover img,
.horizontal-nav .horizontal-menu li .mega-menu.dropdown-menu .mega-menu-col .active > a img,
.horizontal-nav .horizontal-menu li .dropdown-menu li.active > a img,
.horizontal-nav .horizontal-menu li .dropdown-menu li a:hover img,
.horizontal-nav .horizontal-menu li .dropdown-menu li a:focus img,
.horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:hover img,
.horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:focus img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
  }
  .horizontal-nav .horizontal-menu > li:first-child > a {
    border-top: 0;
  }
  .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu,
.horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
    float: none;
    position: relative;
    left: 0;
    box-shadow: 0px 0px 0px;
    border-radius: 0px 0px 0px;
    border: 0;
    background-color: transparent;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
    padding-left: 28px;
  }
  .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu {
    padding-left: 18px;
  }
  .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu .mega-menu-row {
    float: none;
  }
  .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu .mega-menu-row .mega-menu-col {
    padding: 0;
  }
  .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu .mega-menu-row .mega-menu-col-title {
    font-size: 14px;
  }

  /* -- Mobile Navbar -- */
  .horizontal-nav.mobile-navbar .navbar-collapse {
    position: fixed;
    overflow-x: hidden;
    display: block;
    z-index: 99;
    width: 100%;
    height: 390px !important;
    max-height: 100%;
    left: 100%;
    top: 70px;
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
  }
  .horizontal-nav.mobile-navbar .navbar-collapse.show {
    left: 0;
  }
  .horizontal-nav.mobile-navbar .navbar-collapse .mega-menu-col {
    width: 100%;
    max-width: 100%;
  }
  .horizontal-nav.mobile-navbar .horizontal-menu {
    padding: 15px;
    margin: 0;
  }
}
/* 
-------------------------------
    : Custom - Topbar css :
-------------------------------
*/
.topbar-mobile {
  display: none;
  background-color: #ffffff;
  padding: 15px 25px;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.topbar-mobile .mobile-logobar {
  display: inline-block;
}
.topbar-mobile .mobile-logobar img {
  width: 128px;
}
.topbar-mobile .mobile-togglebar {
  display: inline-block;
  float: right;
  /*margin-top: 8px;*/
}
.topbar-mobile .mobile-togglebar li {
  margin-right: 0;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger {
  padding: 10px 10px 12px;
  border-radius: 3px;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger img {
  width: 20px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger img.menu-hamburger-vertical {
  display: none;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger:hover {
  background-color: rgba(129, 167, 205, 0.1);
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger:hover img {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.topbar-mobile .mobile-togglebar .menu-hamburger {
  padding: 10px 10px 12px;
  border-radius: 3px;
}
.topbar-mobile .mobile-togglebar .menu-hamburger img {
  width: 20px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar-mobile .mobile-togglebar .menu-hamburger img.menu-hamburger-close {
  display: none;
}
.topbar-mobile .mobile-togglebar .menu-hamburger:hover {
  background-color: rgba(129, 167, 205, 0.1) !important;
}
.topbar-mobile .mobile-togglebar .menu-hamburger:hover img {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.topbar {
  background-color: #ffffff;
  padding: 15px 30px;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.topbar .dropdown-toggle::after {
  display: none;
}
.topbar .searchbar {
  width: 220px;
}
.topbar .searchbar input[type=search] {
  background-color: rgba(129, 167, 205, 0.1);
  color: #001d4f;
  font-size: 16px;
  padding-left: 20px;
  border: none;
  border-radius: 3px 0 0 3px;
}
.topbar .searchbar ::placeholder {
  color: #717C99;
}
.topbar .searchbar .input-group-append {
  margin-left: 0px;
}
.topbar .searchbar .btn {
  background-color: rgba(129, 167, 205, 0.1);
  color: #001d4f;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
  padding: 3px 15px 3px 5px;
  box-shadow: none;
}
.topbar .searchbar .btn img {
  width: 20px;
  margin-top: -3px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar .togglebar {
  display: inline-block;
  padding-top: 1px;
}
.topbar .infobar {
  display: inline-block;
  float: right;
}
.topbar .infobar > ul > li {
  margin-left: 0;
  margin-right: 0;
}
.topbar .infobar > ul > li:first-child {
  margin-left: 0;
}
.topbar .infobar .infobar-icon {
  color: #0080ff;
  border-radius: 3px;
  display: flex;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.topbar-mobile .mobile-togglebar .infobar-icon {
  color: #0080ff;
  border-radius: 3px;
  display: flex;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.topbar .infobar .infobar-icon img {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar-mobile .mobile-togglebar .infobar-icon img {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar .infobar .infobar-icon i {
  padding: 12px;
}
.topbar .infobar .infobar-icon .live-icon {
  position: absolute;
  top: 3px;
  margin: 0px 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #0080ff;
}
.topbar .infobar .infobar-icon:hover {
  background-color: rgba(129, 167, 205, 0.1);
}
.topbar .infobar .infobar-icon:hover img {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.topbar .infobar .languagebar a {
  padding: 15px 10px 5px;
  border-radius: 3px;
}
.topbar .infobar .languagebar a:hover {
  background-color: rgba(129, 167, 205, 0.1);
}
.topbar .infobar .flag {
  display: inline-block;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  margin-top: -12px;
}
.topbar .menubar-toggle {
  display: none;
}
.topbar .menubar-toggle .menu-hamburger {
  padding: 10px;
  border-radius: 3px;
  vertical-align: super;
}
.topbar .menubar-toggle .menu-hamburger img {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  width: 20px;
}
.topbar .menubar-toggle .menu-hamburger img.menu-hamburger-close {
  display: none;
}
.topbar .menubar-toggle .menu-hamburger:hover {
  background-color: rgba(129, 167, 205, 0.1) !important;
}
.topbar .menubar-toggle .menu-hamburger:hover img {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.breadcrumbbar {
  margin: 174px 30px 0 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 3px;
}
.breadcrumbbar .page-title {
  font-size: 18px;
  color: #001d4f;
  margin-bottom: 5px;
  margin-top: 0;
}
.breadcrumbbar .breadcrumb-list {
  text-align: left;
}
.breadcrumbbar .breadcrumb {
  margin: 0;
  padding: 0;
  display: inline-flex;
  background-color: transparent;
}
.breadcrumbbar .breadcrumb .breadcrumb-item a {
  color: #8A98AC;
}
.breadcrumbbar .breadcrumb .breadcrumb-item.active {
  color: #001d4f;
}
.breadcrumbbar .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem;
}
.breadcrumbbar .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "feather" !important;
  font-size: 14px;
  padding-right: 0.2rem;
}
.breadcrumbbar .widgetbar {
  text-align: right;
}

.notifybar .dropdown-menu {
  top: 14px !important;
  border-radius: 3px;
  padding: 0;
}
.notifybar .dropdown-menu .notification-dropdown-title {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.notifybar .dropdown-menu .notification-dropdown-title h4 {
  color: #0080ff;
  font-size: 18px;
  margin-bottom: 0;
}
.notifybar .dropdown-menu .dropdown-item {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.notifybar .action-icon {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
}
.notifybar h5 {
  font-size: 15px;
  color: #001d4f;
  margin-top: 0;
  margin-bottom: 5px;
}
.notifybar p {
  margin-bottom: 0;
}
.notifybar .timing {
  color: #8A98AC;
  font-size: 12px;
  margin-top: 3px;
}

.infobar-settings-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.infobar-settings-sidebar.sidebarshow {
  width: 420px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head {
  padding: 14px 30px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head h4 {
  margin-bottom: 0;
  line-height: 40px;
  font-size: 18px;
  color: #0080ff;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close {
  padding: 4px 10px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 3px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close:hover {
  background-color: rgba(129, 167, 205, 0.1);
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close img {
  width: 20px;
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-color-setting {
  padding: 30px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-mode-setting {
  padding: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-layout-setting {
  padding: 30px;
}

.infobar-settings-sidebar-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

.languagebar .dropdown-menu {
  top: 15px !important;
  border-radius: 3px;
  padding: 0;
}
.languagebar .dropdown-menu .dropdown-item {
  padding: 10px 15px !important;
  color: #8A98AC;
}
.languagebar .dropdown-menu .dropdown-item:focus {
  color: #282828;
  background-color: rgba(0, 0, 0, 0.03);
}
.languagebar .dropdown-menu .dropdown-item:hover {
  color: #001d4f;
  background-color: rgba(0, 0, 0, 0.03);
}
.languagebar .dropdown-menu i {
  margin-right: 10px;
}
.languagebar .dropdown-menu .flag {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -5px;
}

.account-box {
  background-color: #d4d8de;
  border-radius: 3px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
.account-box h5 {
  color: #001d4f;
  margin: 15px 0 5px;
}
.account-box p {
  margin-bottom: 0;
}
.account-box.active {
  background-color: #0080ff;
}
.account-box.active h5 {
  color: #ffffff;
}
.account-box.active p {
  color: #ffffff;
}
.account-box:hover {
  background-color: #0080ff;
}
.account-box:hover h5 {
  color: #ffffff;
}
.account-box:hover p {
  color: #ffffff;
}

.profilebar a {
  padding: 15px 8px 5px;
  border-radius: 3px;
}
.profilebar a:hover {
  background-color: rgba(129, 167, 205, 0.1);
}
.profilebar img {
  width: 26px;
  margin-top: -14px;
}
.profilebar .dropdown-menu {
  top: 15px !important;
  border-radius: 3px;
  text-align: center;
  padding: 0;
}
.profilebar .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.profilebar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.profilebar .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.profilebar .live-icon {
  display: none;
}

.profilename {
  padding: 5px 0;
}
.profilename h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #0080ff;
}
.profilename p {
  color: #8A98AC;
  margin-bottom: 0;
  font-size: 15px;
}

.userbox {
  margin-top: 7px;
  margin-bottom: 5px;
}
.userbox .profile-icon {
  padding: 0;
  color: #001d4f;
  border-radius: 3px;
}
.userbox .profile-icon:hover {
  background-color: transparent;
  color: #0080ff;
}
.userbox .profile-icon:hover img {
  width: 20px;
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.userbox .profile-icon img {
  width: 20px;
  margin-top: -3px;
  margin-right: 10px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.userbox .list-inline-item {
  margin-right: 0;
}

.navigationbar {
  background-color: #ffffff;
  padding: 15px 30px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 88px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/* 
-------------------------------
    : Custom - Alerts css :
-------------------------------
*/
.alert {
  border: 0;
}
.alert .alert-heading {
  font-size: 20px;
}
.alert .alert-link {
  font-weight: 800;
}

.alert-primary {
  color: #0080ff;
  background-color: rgba(0, 128, 255, 0.1);
  border-color: rgba(0, 128, 255, 0.1);
}
.alert-primary .alert-link {
  color: #0080ff;
}
.alert-primary hr {
  border-top-color: #0080ff;
}

.alert-secondary {
  color: #93b4d4;
  background-color: rgba(129, 167, 205, 0.1);
  border-color: rgba(129, 167, 205, 0.1);
}
.alert-secondary .alert-link {
  color: #93b4d4;
}
.alert-secondary hr {
  border-top-color: #93b4d4;
}

.alert-success {
  color: #18d26b;
  background-color: rgba(24, 210, 107, 0.1);
  border-color: rgba(24, 210, 107, 0.1);
}
.alert-success .alert-link {
  color: #18d26b;
}
.alert-success hr {
  border-top-color: #18d26b;
}

.alert-danger {
  color: #ff3f3f;
  background-color: rgba(255, 63, 63, 0.1);
  border-color: rgba(255, 63, 63, 0.1);
}
.alert-danger .alert-link {
  color: #ff3f3f;
}
.alert-danger hr {
  border-top-color: #ff3f3f;
}

.alert-warning {
  color: #ffa800;
  background-color: rgba(255, 168, 0, 0.1);
  border-color: rgba(255, 168, 0, 0.1);
}
.alert-warning .alert-link {
  color: #ffa800;
}
.alert-warning hr {
  border-top-color: #ffa800;
}

.alert-info {
  color: #00b8d4;
  background-color: rgba(0, 184, 212, 0.1);
  border-color: rgba(0, 184, 212, 0.1);
}
.alert-info .alert-link {
  color: #00b8d4;
}
.alert-info hr {
  border-top-color: #00b8d4;
}

.alert-light {
  color: #8A98AC;
  background-color: rgba(212, 216, 222, 0.1);
  border-color: rgba(212, 216, 222, 0.1);
}
.alert-light .alert-link {
  color: #8A98AC;
}
.alert-light hr {
  border-top-color: #8A98AC;
}

.alert-dark {
  color: #001d4f;
  background-color: rgba(38, 58, 91, 0.1);
  border-color: rgba(38, 58, 91, 0.1);
}
.alert-dark .alert-link {
  color: #001d4f;
}
.alert-dark hr {
  border-top-color: #001d4f;
}

/* 
-------------------------------
    : Custom - Badges css :
-------------------------------
*/
.badge {
  font-weight: 600;
}

.badge-default {
  background-color: #0080ff;
  color: #ffffff;
}
.badge-default[href]:hover {
  background-color: #0073e6;
}
.badge-default[href]:focus {
  background-color: #0073e6;
}

.badge-primary {
  background-color: #0080ff;
}
.badge-primary[href]:hover {
  background-color: #0073e6;
}
.badge-primary[href]:focus {
  background-color: #0073e6;
}

.badge-secondary {
  background-color: #78c7cc;
}
.badge-secondary[href]:hover {
  background-color: #78c7cc;
}
.badge-secondary[href]:focus {
  background-color: #78c7cc;
}

.badge-success {
  background-color: #18d26b;
}
.badge-success[href]:hover {
  background-color: #15bb5f;
}
.badge-success[href]:focus {
  background-color: #15bb5f;
}

.badge-danger {
  background-color: #ff3f3f;
}
.badge-danger[href]:hover {
  background-color: #ff2626;
}
.badge-danger[href]:focus {
  background-color: #ff2626;
}

.badge-warning {
  color: #ffffff;
  background-color: #ffa800;
}
.badge-warning[href]:hover {
  background-color: #e69700;
}
.badge-warning[href]:focus {
  background-color: #e69700;
}

.badge-info {
  background-color: #00b8d4;
}
.badge-info[href]:hover {
  background-color: #00a2bb;
}
.badge-info[href]:focus {
  background-color: #00a2bb;
}

.badge-light {
  color: #8A98AC;
  background-color: #d4d8de;
}
.badge-light[href]:hover {
  background-color: #c6cbd3;
}
.badge-light[href]:focus {
  background-color: #c6cbd3;
}

.badge-dark {
  background-color: #001d4f;
}
.badge-dark[href]:hover {
  background-color: #1e2f49;
}
.badge-dark[href]:focus {
  background-color: #1e2f49;
}

.badge-default-inverse {
  background-color: rgba(0, 128, 255, 0.1);
  color: #0080ff;
}
.badge-default-inverse[href]:hover {
  background-color: #0073e6;
}
.badge-default-inverse[href]:focus {
  background-color: #0073e6;
}

.badge-primary-inverse {
  background-color: rgba(0, 128, 255, 0.1);
  color: #0080ff;
}
.badge-primary-inverse[href]:hover {
  background-color: #0073e6;
  color: #ffffff;
}
.badge-primary-inverse[href]:focus {
  background-color: #0073e6;
  color: #ffffff;
}

.badge-secondary-inverse {
  background-color: rgba(129, 167, 205, 0.1);
  color: #93b4d4;
}
.badge-secondary-inverse[href]:hover {
  background-color: #81a7cd;
  color: #ffffff;
}
.badge-secondary-inverse[href]:focus {
  background-color: #81a7cd;
  color: #ffffff;
}

.badge-success-inverse {
  background-color: rgba(24, 210, 107, 0.1);
  color: #18d26b;
}
.badge-success-inverse[href]:hover {
  background-color: #15bb5f;
  color: #ffffff;
}
.badge-success-inverse[href]:focus {
  background-color: #15bb5f;
  color: #ffffff;
}

.badge-danger-inverse {
  background-color: rgba(255, 63, 63, 0.1);
  color: #ff3f3f;
}
.badge-danger-inverse[href]:hover {
  background-color: #ff2626;
  color: #ffffff;
}
.badge-danger-inverse[href]:focus {
  background-color: #ff2626;
  color: #ffffff;
}

.badge-warning-inverse {
  background-color: rgba(255, 168, 0, 0.1);
  color: #ffa800;
}
.badge-warning-inverse[href]:hover {
  background-color: #e69700;
  color: #ffffff;
}
.badge-warning-inverse[href]:focus {
  background-color: #e69700;
  color: #ffffff;
}

.badge-info-inverse {
  background-color: rgba(0, 184, 212, 0.1);
  color: #00b8d4;
}
.badge-info-inverse[href]:hover {
  background-color: #00a2bb;
  color: #ffffff;
}
.badge-info-inverse[href]:focus {
  background-color: #00a2bb;
  color: #ffffff;
}

.badge-light-inverse {
  background-color: rgba(212, 216, 222, 0.1);
  color: #8A98AC;
}
.badge-light-inverse[href]:hover {
  background-color: #c6cbd3;
  color: #8A98AC;
}
.badge-light-inverse[href]:focus {
  background-color: #c6cbd3;
  color: #8A98AC;
}

.badge-dark-inverse {
  background-color: rgba(38, 58, 91, 0.1);
  color: #001d4f;
}
.badge-dark-inverse[href]:hover {
  background-color: #1e2f49;
  color: #ffffff;
}
.badge-dark-inverse[href]:focus {
  background-color: #1e2f49;
  color: #ffffff;
}

/* 
--------------------------------
    : Custom - Buttons css :
--------------------------------
*/
.button-list .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn-group .btn {
  margin-right: 0;
}

.dropdown-list .btn {
  margin-bottom: 5px;
}

.btn {
  border-radius: 3px;
  font-size: 16px;
  padding: 6px 12px;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-round {
  width: 40px;
  height: 40px;
  padding: 6px 11px;
  border-radius: 50%;
}

.btn-sm {
  padding: 4px 18px;
}

.btn-white {
  color: #282828;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-link {
  color: #0080ff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0080ff;
  text-decoration: none;
}
.btn-link.focus {
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}

/* -- Primary Button -- */
.btn-primary {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
  box-shadow: none;
}
.btn-primary .disabled {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
}
.btn-primary:disabled {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
}
.btn-primary:active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-primary:hover {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-primary.focus {
  color: #ffffff;
  background-color: #0073e6;
  border-color: #0073e6;
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #0073e6;
  border-color: #0073e6;
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-primary:visited {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}

/* -- Primary Button Outline -- */
.btn-outline-primary {
  color: #0080ff;
  border-color: #0080ff;
}
.btn-outline-primary:active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-primary:visited {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}

.open > .dropdown-toggle.btn-primary {
  background-color: #0073e6;
  border-color: #0073e6;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #0073e6;
  border-color: #0073e6;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.show > .btn-primary.dropdown-toggle {
  background-color: #0073e6;
  border-color: #0073e6;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}

/* -- Secondary Button -- */
.btn-secondary {
  color: #ffffff;
  background-color: #93b4d4;
  border-color: #93b4d4;
  box-shadow: none;
}
.btn-secondary .disabled {
  color: #ffffff;
  background-color: #93b4d4;
  border-color: #93b4d4;
}
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #93b4d4;
  border-color: #93b4d4;
}
.btn-secondary:active {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-secondary:hover {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-secondary.focus {
  color: #ffffff;
  background-color: #81a7cd;
  border-color: #81a7cd;
  box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-secondary:focus {
  color: #ffffff;
  background-color: #81a7cd;
  border-color: #81a7cd;
  box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-secondary:visited {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a5c1db;
}

/* -- Secondary Button Outline -- */
.btn-outline-secondary {
  color: #93b4d4;
  border-color: #93b4d4;
}
.btn-outline-secondary:active {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-outline-secondary:visited {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a5c1db;
}

.open > .dropdown-toggle.btn-secondary {
  background-color: #81a7cd;
  border-color: #81a7cd;
}

.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #dce7f1;
}
.show > .btn-secondary.dropdown-toggle {
  background-color: #81a7cd;
  border-color: #81a7cd;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #dce7f1;
}

/* -- Success Button -- */
.btn-success {
  color: #ffffff;
  background-color: #18d26b;
  border-color: #18d26b;
  box-shadow: none;
}
.btn-success .disabled {
  color: #ffffff;
  background-color: #18d26b;
  border-color: #18d26b;
}
.btn-success:disabled {
  color: #ffffff;
  background-color: #18d26b;
  border-color: #18d26b;
}
.btn-success:active {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-success:hover {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-success.focus {
  color: #ffffff;
  background-color: #15bb5f;
  border-color: #15bb5f;
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #15bb5f;
  border-color: #15bb5f;
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-success:visited {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-success:not(:disabled):not(.disabled).active {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-success:not(:disabled):not(.disabled):active {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}

/* -- Success Button Outline -- */
.btn-outline-success {
  color: #18d26b;
  border-color: #18d26b;
}
.btn-outline-success:active {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-outline-success:visited {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-outline-success:not(:disabled):not(.disabled).active {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}

.open > .dropdown-toggle.btn-success {
  background-color: #15bb5f;
  border-color: #15bb5f;
}

.show > .btn-outline-success.dropdown-toggle {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.show > .btn-success.dropdown-toggle {
  background-color: #15bb5f;
  border-color: #15bb5f;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #63eda1;
}

/* -- Danger Button -- */
.btn-danger {
  color: #ffffff;
  background-color: #ff3f3f;
  border-color: #ff3f3f;
  box-shadow: none;
}
.btn-danger .disabled {
  color: #ffffff;
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}
.btn-danger:disabled {
  color: #ffffff;
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}
.btn-danger:active {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-danger:hover {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-danger.focus {
  color: #ffffff;
  background-color: #ff2626;
  border-color: #ff2626;
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: #ff2626;
  border-color: #ff2626;
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-danger:visited {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}

/* -- Danger Button Outline -- */
.btn-outline-danger {
  color: #ff3f3f;
  border-color: #ff3f3f;
}
.btn-outline-danger:active {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-outline-danger:visited {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-outline-danger:not(:disabled):not(.disabled).active {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #ff2626;
  border-color: #ff2626;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}

.open > .dropdown-toggle.btn-danger {
  background-color: #ff2626;
  border-color: #ff2626;
}

.show > .btn-outline-danger.dropdown-toggle {
  background-color: #ff2626;
  border-color: #ff2626;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.show > .btn-danger.dropdown-toggle {
  background-color: #ff2626;
  border-color: #ff2626;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}

/* -- Warning Button -- */
.btn-warning {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
  box-shadow: none;
}
.btn-warning .disabled {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.btn-warning:disabled {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.btn-warning:active {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-warning.focus {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
  box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-warning:focus {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
  box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-warning:visited {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-warning:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}

/* -- Warning Button Outline -- */
.btn-outline-warning {
  color: #ffa800;
  border-color: #ffa800;
}
.btn-outline-warning:active {
  background-color: #e69700;
  border-color: #e69700;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-outline-warning:visited {
  background-color: #e69700;
  border-color: #e69700;
}
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #e69700;
  border-color: #e69700;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}

.open > .dropdown-toggle.btn-warning {
  background-color: #e69700;
  border-color: #e69700;
}

.show > .btn-outline-warning.dropdown-toggle {
  background-color: #e69700;
  border-color: #e69700;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}
.show > .btn-warning.dropdown-toggle {
  background-color: #e69700;
  border-color: #e69700;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffcb66;
}

/* -- Info Button -- */
.btn-info {
  color: #ffffff;
  background-color: #00b8d4;
  border-color: #00b8d4;
  box-shadow: none;
}
.btn-info .disabled {
  color: #ffffff;
  background-color: #00b8d4;
  border-color: #00b8d4;
}
.btn-info:disabled {
  color: #ffffff;
  background-color: #00b8d4;
  border-color: #00b8d4;
}
.btn-info:active {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-info:hover {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-info.focus {
  color: #ffffff;
  background-color: #00a2bb;
  border-color: #00a2bb;
  box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #00a2bb;
  border-color: #00a2bb;
  box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-info:visited {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-info:not(:disabled):not(.disabled).active {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-info:not(:disabled):not(.disabled):active {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}

/* -- Info Button Outline -- */
.btn-outline-info {
  color: #00b8d4;
  border-color: #00b8d4;
}
.btn-outline-info:active {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-outline-info:visited {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}

.open > .dropdown-toggle.btn-info {
  background-color: #00a2bb;
  border-color: #00a2bb;
}

.show > .btn-outline-info.dropdown-toggle {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}
.show > .btn-info.dropdown-toggle {
  background-color: #00a2bb;
  border-color: #00a2bb;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #3be5ff;
}

/* -- Light Button -- */
.btn-light {
  color: #8A98AC;
  background-color: #d4d8de;
  border-color: #d4d8de;
  box-shadow: none;
}
.btn-light .disabled {
  color: #ffffff;
  background-color: #d4d8de;
  border-color: #d4d8de;
}
.btn-light:disabled {
  color: #ffffff;
  background-color: #d4d8de;
  border-color: #d4d8de;
}
.btn-light:active {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-light:hover {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-light.focus {
  color: #8A98AC;
  background-color: #c6cbd3;
  border-color: #c6cbd3;
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-light:focus {
  color: #8A98AC;
  background-color: #c6cbd3;
  border-color: #c6cbd3;
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-light:visited {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-light:not(:disabled):not(.disabled).active {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-light:not(:disabled):not(.disabled):active {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}

/* -- Light Button Outline -- */
.btn-outline-light {
  color: #d4d8de;
  border-color: #d4d8de;
}
.btn-outline-light:active {
  color: #ffffff;
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-outline-light:hover {
  color: #ffffff;
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-outline-light:visited {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-outline-light:not(:disabled):not(.disabled).active {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}

.open > .dropdown-toggle.btn-light {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}

.show > .btn-outline-light.dropdown-toggle {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.show > .btn-light.dropdown-toggle {
  background-color: #c6cbd3;
  border-color: #c6cbd3;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d7dbe0;
}

/* -- Dark Button -- */
.btn-dark {
  color: #ffffff;
  background-color: #001d4f;
  border-color: #001d4f;
  box-shadow: none;
}
.btn-dark .disabled {
  color: #ffffff;
  background-color: #001d4f;
  border-color: #001d4f;
}
.btn-dark:disabled {
  color: #ffffff;
  background-color: #001d4f;
  border-color: #001d4f;
}
.btn-dark:active {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-dark:hover {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-dark.focus {
  color: #ffffff;
  background-color: #1e2f49;
  border-color: #1e2f49;
  box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-dark:focus {
  color: #ffffff;
  background-color: #1e2f49;
  border-color: #1e2f49;
  box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-dark:visited {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-dark:not(:disabled):not(.disabled).active {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-dark:not(:disabled):not(.disabled):active {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}

/* -- Dark Button Outline -- */
.btn-outline-dark {
  color: #001d4f;
  background-image: none;
  background-color: transparent;
  border-color: #001d4f;
}
.btn-outline-dark:active {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-outline-dark:visited {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-outline-dark:not(:disabled):not(.disabled).active {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}

.open > .dropdown-toggle.btn-dark {
  background-color: #1e2f49;
  border-color: #1e2f49;
}

.show > .btn-outline-dark.dropdown-toggle {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}
.show > .btn-dark.dropdown-toggle {
  background-color: #1e2f49;
  border-color: #1e2f49;
}
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #4468a3;
}

/* -- Default Button -- */
.btn-default {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
  box-shadow: none;
}
.btn-default .disabled {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
}
.btn-default:disabled {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
}
.btn-default:active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-default.focus {
  color: #ffffff;
  background-color: #0073e6;
  border-color: #0073e6;
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-default:focus {
  color: #ffffff;
  background-color: #0073e6;
  border-color: #0073e6;
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-default:visited {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-default:not(:disabled):not(.disabled).active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-default:not(:disabled):not(.disabled):active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-default:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}

/* -- Default Button Outline -- */
.btn-outline-default {
  color: #0080ff;
  border-color: #0080ff;
}
.btn-outline-default:active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-default:hover {
  color: #ffffff;
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-default:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-default:visited {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-default:not(:disabled):not(.disabled).active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-default:not(:disabled):not(.disabled):active {
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}

.open > .dropdown-toggle.btn-default {
  background-color: #0073e6;
  border-color: #0073e6;
}

.show > .btn-outline-default.dropdown-toggle {
  background-color: #0073e6;
  border-color: #0073e6;
}
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}
.show > .btn-default.dropdown-toggle {
  background-color: #0073e6;
  border-color: #0073e6;
}
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #66b3ff;
}

/* -- Link Buttons -- */
.btn-primary-rgba {
  background-color: rgba(0, 128, 255, 0.1);
  border: none;
  color: #0080ff;
}

.btn-primary-rgba:hover {
  background-color: #0080ff;
  border: none;
  color: #ffffff;
}

.btn-primary-rgba:focus {
  background-color: #0080ff;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #66b3ff;
}

.btn-secondary-rgba {
  background-color: rgba(129, 167, 205, 0.1);
  border: none;
  color: #93b4d4;
}

.btn-secondary-rgba:hover {
  background-color: #93b4d4;
  border: none;
  color: #ffffff;
}

.btn-secondary-rgba:focus {
  background-color: #93b4d4;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #a5c1db;
}

.btn-success-rgba {
  background-color: rgba(24, 210, 107, 0.1);
  border: none;
  color: #18d26b;
}

.btn-success-rgba:hover {
  background-color: #18d26b;
  border: none;
  color: #ffffff;
}

.btn-success-rgba:focus {
  background-color: #18d26b;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #63eda1;
}

.btn-danger-rgba {
  background-color: rgba(255, 63, 63, 0.1);
  border: none;
  color: #ff3f3f;
}

.btn-danger-rgba:hover {
  background-color: #ff3f3f;
  border: none;
  color: #ffffff;
}

.btn-danger-rgba:focus {
  background-color: #ff3f3f;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}

.btn-warning-rgba {
  background-color: rgba(255, 168, 0, 0.1);
  border: none;
  color: #ffa800;
}

.btn-warning-rgba:hover {
  background-color: #ffa800;
  border: none;
  color: #ffffff;
}

.btn-warning-rgba:focus {
  background-color: #ffa800;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #ffcb66;
}

.btn-info-rgba {
  background-color: rgba(0, 184, 212, 0.1);
  border: none;
  color: #00b8d4;
}

.btn-info-rgba:hover {
  background-color: #00b8d4;
  border: none;
  color: #ffffff;
}

.btn-info-rgba:focus {
  background-color: #00b8d4;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #3be5ff;
}

.btn-light-rgba {
  background-color: rgba(212, 216, 222, 0.1);
  border: none;
  color: #8A98AC;
}

.btn-light-rgba:hover {
  background-color: #d4d8de;
  border: none;
  color: #ffffff;
}

.btn-light-rgba:focus {
  background-color: #d4d8de;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #dde0e5;
}

.btn-dark-rgba {
  background-color: rgba(38, 58, 91, 0.1);
  border: none;
  color: #001d4f;
}

.btn-dark-rgba:hover {
  background-color: #001d4f;
  border: none;
  color: #ffffff;
}

.btn-dark-rgba:focus {
  background-color: #001d4f;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #4468a3;
}

/* 
---------------------------------
    : Custom - Calender css :
---------------------------------
*/
.fc-toolbar h2 {
  margin: 0;
  font-size: 18px;
  color: #282828;
}
.fc-toolbar .fc-state-active {
  z-index: 4;
  background-color: #0080ff;
  border-color: #0080ff;
  color: #ffffff;
}
.fc-toolbar .ui-state-active {
  z-index: 4;
  background-color: #0080ff;
  border-color: #0080ff;
  color: #ffffff;
}
.fc-toolbar .fc-left {
  margin-bottom: 10px;
}
.fc-toolbar .fc-center {
  margin-bottom: 10px;
}
.fc-toolbar .fc-right {
  margin-bottom: 10px;
}

.fc-button {
  background: #d4d8de;
  border: 1px solid #c6cbd3;
  color: #282828;
  outline: 0;
  box-shadow: none;
  text-transform: capitalize;
  height: auto !important;
  padding: 6px 15px !important;
}

.fc-state-hover {
  background: #c6cbd3;
  border: 1px solid #c6cbd3;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.fc-widget-header {
  background-color: #e2e5e9;
  border: 1px solid #c6cbd3;
}

.fc th.fc-widget-header {
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.fc-unthemed .fc-content {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-divider {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-popover {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-row {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed tbody {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed td {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed th {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed thead {
  border-color: rgba(0, 0, 0, 0.03);
}

.fc-event {
  background-color: #0080ff;
  color: #ffffff !important;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
  padding: 5px 5px;
  cursor: move;
}

/* 
------------------------------
    : Custom - Cards css :
------------------------------
*/
.card {
  border: none;
  border-radius: 3px;
  background-color: #ffffff;
}

.card.border-primary {
  border: 1px solid;
}

.card.border-secondary {
  border: 1px solid;
}

.card.border-success {
  border: 1px solid;
}

.card.border-danger {
  border: 1px solid;
}

.card.border-warning {
  border: 1px solid;
}

.card.border-info {
  border: 1px solid;
}

.card.border-light {
  border: 1px solid;
}

.card.border-dark {
  border: 1px solid;
}

.card-primary {
  background-color: #0080ff;
  border-color: #0080ff;
}

.card-secondary {
  background-color: #93b4d4;
  border-color: #93b4d4;
}

.card-success {
  background-color: #18d26b;
  border-color: #18d26b;
}

.card-danger {
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}

.card-warning {
  background-color: #ffa800;
  border-color: #ffa800;
}

.card-info {
  background-color: #00b8d4;
  border-color: #00b8d4;
}

.card-light {
  background-color: #d4d8de;
  border-color: #d4d8de;
}

.card-dark {
  background-color: #001d4f;
  border-color: #001d4f;
}

.card-header {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.card-header:first-child {
  border-radius: calc(5px - 1px) calc(5px - 1px) 0 0;
  padding: 15px 20px;
}

.card .card-header .card-title {
  font-size: 16px;
  margin-bottom: 0;
}

.card .card-header .row .card-title {
  font-size: 16px;
}

.card-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8A98AC;
  margin-bottom: 15px;
}

.card-img {
  width: 100%;
  border-radius: calc(5px - 1px);
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: transparent;
}

.card-arrow {
  background-color: rgba(0, 128, 255, 0.1);
  color: #0080ff;
  border-radius: 50%;
  display: flex;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.card-arrow i {
  padding: 5px;
}
.card-arrow:hover {
  background-color: #0080ff;
  color: #ffffff;
}

.amount-spent-select .form-control {
  font-size: 12px;
  padding: 0px 5px;
  line-height: 24px;
  height: 24px;
}

.card-statistics .nav-pills {
  float: right;
}
.card-statistics .nav-pills .nav-link {
  padding: 0 6px 16px 6px;
  margin-bottom: -16px;
  font-size: 14px;
}
.card-statistics .nav-pills .nav-link.active {
  color: #0080ff;
  background-color: transparent;
  border-bottom: 2px solid #0080ff;
  border-radius: 0;
}
.card-statistics .nav-tabs {
  float: right;
}

/* 
-------------------------------
    : Custom - Charts css :
-------------------------------
*/
.chart-label {
  text-align: center;
}
.chart-label li {
  margin: 0 15px;
  padding: 0;
  border: none;
}
.chart-label li p {
  font-size: 16px;
  color: #8A98AC;
}
.chart-label li p i {
  margin-right: 5px;
}
.chart-label li.list-inline-item:not(:last-child) {
  margin-right: 0;
}

/* -- Chartist chart -- */
.ct-chart {
  height: 320px;
}

.ct-golden-section:before {
  float: none;
  padding-bottom: 0;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.03);
  stroke-width: 0.5px;
  stroke-dasharray: 0;
}

.ct-label {
  fill: #8A98AC;
  color: #8A98AC;
  font-size: 14px;
}

.chartist-simple-pie-chart .ct-label {
  fill: #ffffff;
  color: #ffffff;
}

.chartist-donut-fill-rather-chart .ct-label {
  fill: #ffffff;
  color: #ffffff;
}

.chartist-gauge-fill-rather-chart .ct-label {
  fill: #ffffff;
  color: #ffffff;
}

.ct-point {
  cursor: pointer;
}

.ct-series-a .ct-point {
  stroke: #0080ff;
}
.ct-series-a .ct-line {
  stroke: #0080ff;
}
.ct-series-a .ct-bar {
  stroke: #0080ff;
}
.ct-series-a .ct-slice-donut {
  stroke: #0080ff;
}

.ct-series-a .ct-slice-pie {
  fill: #0080ff;
}
.ct-series-a .ct-slice-donut-solid {
  fill: #0080ff;
}
.ct-series-a .ct-area {
  fill: #0080ff;
}

.ct-series-b .ct-point {
  stroke: #18d26b;
}
.ct-series-b .ct-line {
  stroke: #18d26b;
}
.ct-series-b .ct-bar {
  stroke: #18d26b;
}
.ct-series-b .ct-slice-donut {
  stroke: #18d26b;
}

.ct-series-b .ct-slice-pie {
  fill: #18d26b;
}
.ct-series-b .ct-slice-donut-solid {
  fill: #18d26b;
}
.ct-series-b .ct-area {
  fill: #18d26b;
}

.ct-series-c .ct-point {
  stroke: #d4d8de;
}
.ct-series-c .ct-line {
  stroke: #d4d8de;
}
.ct-series-c .ct-bar {
  stroke: #d4d8de;
}
.ct-series-c .ct-slice-donut {
  stroke: #d4d8de;
}

.ct-series-c .ct-slice-pie {
  fill: #d4d8de;
}
.ct-series-c .ct-slice-donut-solid {
  fill: #d4d8de;
}
.ct-series-c .ct-area {
  fill: #d4d8de;
}

.ct-series-d .ct-point {
  stroke: #ff3f3f;
}
.ct-series-d .ct-line {
  stroke: #ff3f3f;
}
.ct-series-d .ct-bar {
  stroke: #ff3f3f;
}
.ct-series-d .ct-slice-donut {
  stroke: #ff3f3f;
}

.ct-series-d .ct-slice-pie {
  fill: #ff3f3f;
}
.ct-series-d .ct-slice-donut-solid {
  fill: #ff3f3f;
}
.ct-series-d .ct-area {
  fill: #ff3f3f;
}

.ct-series-e .ct-point {
  stroke: #ffa800;
}
.ct-series-e .ct-line {
  stroke: #ffa800;
}
.ct-series-e .ct-bar {
  stroke: #ffa800;
}
.ct-series-e .ct-slice-donut {
  stroke: #ffa800;
}

.ct-series-e .ct-slice-pie {
  fill: #ffa800;
}
.ct-series-e .ct-slice-donut-solid {
  fill: #ffa800;
}
.ct-series-e .ct-area {
  fill: #ffa800;
}

.ct-series-f .ct-point {
  stroke: #00b8d4;
}
.ct-series-f .ct-line {
  stroke: #00b8d4;
}
.ct-series-f .ct-bar {
  stroke: #00b8d4;
}
.ct-series-f .ct-slice-donut {
  stroke: #00b8d4;
}

.ct-series-f .ct-slice-pie {
  fill: #00b8d4;
}
.ct-series-f .ct-slice-donut-solid {
  fill: #00b8d4;
}
.ct-series-f .ct-area {
  fill: #00b8d4;
}

.ct-series-g .ct-point {
  stroke: #001d4f;
}
.ct-series-g .ct-line {
  stroke: #001d4f;
}
.ct-series-g .ct-bar {
  stroke: #001d4f;
}
.ct-series-g .ct-slice-donut {
  stroke: #001d4f;
}

.ct-series-g .ct-slice-pie {
  fill: #001d4f;
}
.ct-series-g .ct-slice-donut-solid {
  fill: #001d4f;
}
.ct-series-g .ct-area {
  fill: #001d4f;
}

.ct-series-h .ct-point {
  stroke: #93b4d4;
}
.ct-series-h .ct-line {
  stroke: #93b4d4;
}
.ct-series-h .ct-bar {
  stroke: #93b4d4;
}
.ct-series-h .ct-slice-donut {
  stroke: #93b4d4;
}

.ct-series-h .ct-slice-pie {
  fill: #93b4d4;
}
.ct-series-h .ct-slice-donut-solid {
  fill: #93b4d4;
}
.ct-series-h .ct-area {
  fill: #93b4d4;
}

.ct-series-i .ct-point {
  stroke: #f05b4f;
}
.ct-series-i .ct-line {
  stroke: #f05b4f;
}
.ct-series-i .ct-bar {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-i .ct-slice-donut-solid {
  fill: #f05b4f;
}
.ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point {
  stroke: #dda458;
}
.ct-series-j .ct-line {
  stroke: #dda458;
}
.ct-series-j .ct-bar {
  stroke: #dda458;
}
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie {
  fill: #dda458;
}
.ct-series-j .ct-slice-donut-solid {
  fill: #dda458;
}
.ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point {
  stroke: #eacf7d;
}
.ct-series-k .ct-line {
  stroke: #eacf7d;
}
.ct-series-k .ct-bar {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}
.ct-series-k .ct-slice-donut-solid {
  fill: #eacf7d;
}
.ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point {
  stroke: #86797d;
}
.ct-series-l .ct-line {
  stroke: #86797d;
}
.ct-series-l .ct-bar {
  stroke: #86797d;
}
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie {
  fill: #86797d;
}
.ct-series-l .ct-slice-donut-solid {
  fill: #86797d;
}
.ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point {
  stroke: #b2c326;
}
.ct-series-m .ct-line {
  stroke: #b2c326;
}
.ct-series-m .ct-bar {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie {
  fill: #b2c326;
}
.ct-series-m .ct-slice-donut-solid {
  fill: #b2c326;
}
.ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point {
  stroke: #6188e2;
}
.ct-series-n .ct-line {
  stroke: #6188e2;
}
.ct-series-n .ct-bar {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie {
  fill: #6188e2;
}
.ct-series-n .ct-slice-donut-solid {
  fill: #6188e2;
}
.ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point {
  stroke: #a748ca;
}
.ct-series-o .ct-line {
  stroke: #a748ca;
}
.ct-series-o .ct-bar {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie {
  fill: #a748ca;
}
.ct-series-o .ct-slice-donut-solid {
  fill: #a748ca;
}
.ct-series-o .ct-area {
  fill: #a748ca;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 12px;
  padding: 3px 12px;
  background: #001d4f;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #001d4f;
}
.chartist-tooltip.tooltip-show {
  opacity: 1;
}

.ct-area, .ct-line {
  pointer-events: none;
}

/* -- Chartjs chart -- */
.chartjs-chart {
  height: 350px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* -- C3 chart -- */
.c3 svg {
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
}

.c3 path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.03);
}

.c3 line {
  fill: none;
  stroke: rgba(0, 0, 0, 0.03);
}

.c3-line {
  stroke-width: 3px;
}

.c3-bar {
  stroke-width: 0;
}

.c3 text {
  fill: #8A98AC;
}

.c3-chart-arc path {
  stroke: transparent;
  fill: #ffffff;
}

.c3-chart-arc .c3-gauge-value {
  fill: #ffffff;
}
.c3-chart-arc text {
  fill: #ffffff;
}

.c3-chart-arcs-title {
  font-size: 14px;
  color: #ffffff;
}

.c3-legend-item {
  font-size: 14px;
  padding-right: 10px;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  empty-cells: show;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 3px;
}
.c3-tooltip tr {
  border: none;
}
.c3-tooltip th {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 5px;
  text-align: left;
  color: #282828;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #ffffff;
  border-left: none;
  color: #8A98AC;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}

/* -- Flot chart -- */
.flot-chart {
  height: 320px;
}
.flot-chart .legend div {
  background-color: transparent !important;
}

.flotTip {
  padding: 3px 5px;
  background-color: #ffffff;
  z-index: 100;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=85);
  font-size: 14px;
}

.legendLabel {
  color: #8A98AC;
  font-size: 14px;
}

/* -- Morris chart -- */
.morris-chart {
  width: 100%;
  height: 320px;
}
.morris-chart tspan {
  font-family: "Instrument Sans", sans-serif;
  color: #8A98AC;
  font-size: 14px;
  font-weight: 400;
}

.morris-hover.morris-default-style {
  border-radius: 3px;
  padding: 10px;
  color: #ffffff;
  background: #001d4f;
  border: none;
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-point {
  font-weight: 400;
  font-size: 14px;
  color: #8A98AC !important;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #001d4f;
  font-weight: 500;
  color: #ffffff;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  margin: -5px -5px 0;
}

/* -- jQuery Knob Chart -- */
.knob {
  font: 600 30px "Instrument Sans", sans-serif !important;
}

.knob-superpose {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.knob-superpose .knob-minute {
  position: absolute;
  left: 30px;
  top: 30px;
}
.knob-superpose .knob-second {
  position: absolute;
  left: 55px;
  top: 55px;
}

/* -- jQuery Sparkline Chart -- */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none !important;
  border-radius: 3px !important;
  background-color: #282828 !important;
  padding: 5px 10px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.jqsfield {
  font: 12px poppins !important;
  color: #ffffff !important;
  text-align: center !important;
}

/* -- Apex Chart -- */
.apexcharts-xaxis text,
.apexcharts-yaxis text {
  font-family: "Instrument Sans", sans-serif !important;
  fill: #8A98AC;
}

.apexcharts-legend-text {
  position: relative;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif !important;
}

/* 
-------------------------------
    : Custom - Chat css :
-------------------------------
*/
.chat-list {
  background-color: #ffffff;
  border-radius: 3px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.chat-list .chat-search {
  padding: 21px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.chat-list .chat-search input[type=search] {
  background-color: rgba(129, 167, 205, 0.1);
  color: #8A98AC;
  font-size: 16px;
  padding-left: 20px;
  border: none;
  border-radius: 3px 0 0 3px;
}
.chat-list .chat-search ::placeholder {
  color: #8A98AC;
}
.chat-list .chat-search .input-group-append {
  margin-left: 0px;
}
.chat-list .chat-search .btn {
  background-color: rgba(129, 167, 205, 0.1);
  color: #8A98AC;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  padding: 5px 15px 3px 5px;
  box-shadow: none;
  z-index: 0;
}
.chat-list .chat-user-list li {
  padding: 15px 30px;
}
.chat-list .chat-user-list li img {
  width: 35px;
  margin-right: 10px;
}
.chat-list .chat-user-list li h5 {
  font-size: 16px;
  margin-bottom: 3px;
}
.chat-list .chat-user-list li h5 .timing {
  color: #8A98AC;
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.chat-list .chat-user-list li p {
  margin-bottom: 0;
}
.chat-list .chat-user-list li:hover {
  background-color: rgba(129, 167, 205, 0.1);
}

.chat-detail {
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 30px;
}
.chat-detail .chat-head {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.chat-detail.order-chat-detail .chat-body {
  padding: 0 20px;
}
.chat-detail .chat-body {
  padding: 30px 40px;
}
.chat-detail .chat-body .chat-message {
  margin-bottom: 20px;
}
.chat-detail .chat-body .chat-message .chat-message-text {
  background-color: #d4d8de;
  color: #282828;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
}
.chat-detail .chat-body .chat-message .chat-message-meta {
  margin-top: 5px;
  font-size: 14px;
}
.chat-detail .chat-body .chat-message.chat-message-left {
  text-align: left;
}
.chat-detail .chat-body .chat-message.chat-message-left .chat-message-text:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  right: auto;
  top: auto;
  bottom: 0;
  border: 6px solid #d4d8de;
  border-color: transparent #d4d8de #d4d8de transparent;
}
.chat-detail .chat-body .chat-message.chat-message-right {
  text-align: right;
}
.chat-detail .chat-body .chat-message.chat-message-right .chat-message-text {
  background-color: #0080ff;
  color: #ffffff;
}
.chat-detail .chat-body .chat-message.chat-message-right .chat-message-text:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -10px;
  top: auto;
  bottom: 0;
  border: 6px solid #0080ff;
  border-color: transparent transparent #0080ff #0080ff;
}
.chat-detail .chat-body .chat-message.chat-message-right .chat-message-meta {
  text-align: right;
}
.chat-detail .chat-bottom {
  padding: 15px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.chat-detail .chat-bottom .chat-messagebar input[type=text] {
  background-color: transparent;
  color: #8A98AC;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.chat-detail .chat-bottom .chat-messagebar ::placeholder {
  color: #8A98AC;
}
.chat-detail .chat-bottom .chat-messagebar .input-group-append {
  margin-left: 0px;
}
.chat-detail .chat-bottom .chat-messagebar .btn {
  border-radius: 50% !important;
  margin: 0 5px;
}

/* 
---------------------------------
    : Custom - Collapse css :
---------------------------------
*/
.accordion > .card {
  overflow: hidden;
}
.accordion > .card .card-header {
  background-color: rgba(129, 167, 205, 0.1);
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.accordion > .card h2 {
  line-height: 20px;
}
.accordion > .card h2 .btn-link {
  font-size: 16px;
  font-weight: 600;
  color: #0080ff;
  width: 100%;
  text-align: left;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 0;
}
.accordion > .card h2 .btn-link.collapsed {
  color: #282828;
}
.accordion > .card h2 .btn-link:hover {
  text-decoration: none;
}
.accordion > .card h2 .btn-link:focus {
  text-decoration: none;
}
.accordion > .card .collapse {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.accordion > .card .collapse.show {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion > .card:last-of-type h2 .btn-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion > .card:last-of-type .collapse {
  border-bottom: 1px solid transparent;
}
.accordion > .card:last-of-type .collapse.show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.accordion.accordion-outline > .card {
  border-radius: 0;
  margin-bottom: 10px;
}
.accordion.accordion-outline > .card .card-header {
  background-color: transparent;
}
.accordion.accordion-outline > .card h2 {
  line-height: 20px;
}
.accordion.accordion-outline > .card h2 .btn-link {
  border-top: 1px solid #0080ff;
  border-left: 1px solid #0080ff;
  border-bottom: 1px solid #0080ff;
  border-right: 1px solid #0080ff;
}
.accordion.accordion-outline > .card h2 .btn-link.collapsed {
  border-top: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.accordion.accordion-outline > .card .collapse {
  border-left: 1px solid #0080ff;
  border-bottom: 1px solid #0080ff;
  border-right: 1px solid #0080ff;
}
.accordion.accordion-outline > .card:last-of-type .collapse {
  border-bottom: 1px solid transparent;
}
.accordion.accordion-outline > .card:last-of-type .collapse.show {
  border-bottom: 1px solid #0080ff;
}

.accordion.accordion-light > .card {
  border-radius: 0;
  margin-bottom: 10px;
}
.accordion.accordion-light > .card .card-header {
  background-color: transparent;
}
.accordion.accordion-light > .card h2 {
  line-height: 20px;
}
.accordion.accordion-light > .card h2 .btn-link {
  padding: 15px 0;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #0080ff;
  border-right: none;
}
.accordion.accordion-light > .card h2 .btn-link.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.accordion.accordion-light > .card .collapse {
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.accordion.accordion-light > .card:last-of-type .collapse {
  border-bottom: none;
}

/* 
----------------------------------
    : Custom - Dashboard css :
----------------------------------
*/
.dash-social-icon {
  margin-top: 15px;
  margin-bottom: 30px;
}
.dash-social-icon i {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  padding: 14px 15px;
}

.dash-flag-icon .flag {
  display: inline-block;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.dash-analytic-icon {
  margin-top: 15px;
  margin-bottom: 30px;
}
.dash-analytic-icon i {
  border-radius: 3px;
  font-size: 20px;
  padding: 12px 12px;
}

.analytic-chart-label .analytic-label-perform {
  margin-bottom: 0;
  text-align: center;
}
.analytic-chart-label .list-inline {
  text-align: center;
}
.analytic-chart-label .analytic-chart-piety {
  text-align: right;
}

.ecommerce-widget .card-header {
  border-bottom: none;
}
.ecommerce-widget .card-header .dash-analytic-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ecommerce-widget .card-footer {
  border-top: none;
}

.product-file-type .img-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-weight: 600;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}

.ecommerce-upload .dropzone {
  min-height: 278px;
  border-top: 1px dashed #0080ff;
  border-right: 1px dashed #0080ff;
  border-left: 1px dashed #0080ff;
  border-bottom: none;
  background: rgba(0, 128, 255, 0.1);
  border-radius: 0;
  margin: 0 1px 0 0;
}
.ecommerce-upload .dropzone .dz-message {
  font-size: 20px;
}
.ecommerce-upload img {
  margin-top: -22%;
  width: 100%;
}

#latestorder_wrapper .dataTables_length {
  display: none !important;
}

#topproducts_wrapper .dataTables_length {
  display: none !important;
}

.best-product-slider > i {
  position: absolute;
  top: -54px;
  right: -5px;
  font-size: 18px;
}
.best-product-slider > i:first-child {
  right: 15px;
}
.best-product-slider > i:hover {
  color: #0080ff;
}

.user-slider .slick-slide img {
  display: inline-block;
  width: 100px;
}
.user-slider > i {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 20px;
  z-index: 9;
}
.user-slider > i:first-child {
  right: 15px;
}
.user-slider > i:hover {
  color: #0080ff;
}

/* 
-----------------------------------
    : Custom - eCommerce css :
-----------------------------------
*/
.product-bar .product-head p {
  position: relative;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 40px;
}

.ecommerce-sortby {
  margin-bottom: 30px;
}
.ecommerce-sortby .button-list {
  text-align: right;
}
.ecommerce-sortby .button-list .btn {
  margin-bottom: 0;
}

.ecommerce-pagination p {
  margin-bottom: 0;
}
.ecommerce-pagination .pagination {
  float: right;
}

.product-slider-box.product-box-for .product-preview img {
  width: 100%;
}
.product-slider-box.product-box-for .product-preview p {
  position: relative;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 50px;
}
.product-slider-box.product-box-nav .product-preview img {
  padding: 0 5px;
}

.rating-average span {
  font-weight: 600;
  border-radius: 50%;
  font-size: 18px;
  padding: 15px;
}

.cart-container {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 30px;
}
.cart-container .cart-body {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  padding: 30px 0 20px;
  margin: 20px 0 30px;
}

.cart-qty {
  width: 75px;
}

.forgot-psw-link {
  text-align: right;
}

.partition {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}
.partition hr {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.partition h6 {
  position: relative;
  margin-top: -27px;
}
.partition h6 span {
  background-color: #ffffff;
  padding: 0 10px;
}

.jp-card .jp-card-front {
  background: #93b4d4 !important;
}
.jp-card .jp-card-back {
  background: #93b4d4 !important;
}

/* My Account CSS */
.ecom-dashboard-widget i {
  font-size: 40px;
  margin-right: 20px;
}
.ecom-dashboard-widget h5 {
  font-size: 18px;
  color: #282828;
  margin-bottom: 5px;
}
.ecom-dashboard-widget p {
  margin-bottom: 0;
}
.ecom-dashboard-widget:hover {
  color: #0080ff;
}
.ecom-dashboard-widget:hover h5 {
  color: #0080ff;
}

.order-box .card-header h5 {
  margin-bottom: 0;
}
.order-box .card-header h6 {
  text-align: right;
}
.order-box .card-footer h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.order-box .card-footer h6 {
  text-align: right;
}

.wallet-box {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px;
  margin-top: 60px;
  border-radius: 3px;
}
.wallet-box h4 {
  margin-bottom: 0;
}
.wallet-box p {
  text-align: right;
}

.ecom-notification-box .media {
  padding: 15px;
}
.ecom-notification-box .media:hover {
  background-color: rgba(188, 196, 220, 0.1);
}
.ecom-notification-box .media .action-icon {
  width: 46px;
  height: 46px;
  line-height: 38px;
  font-weight: 600;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}
.ecom-notification-box .media h5 {
  font-size: 16px;
  color: #282828;
  margin-top: 12px;
  margin-bottom: 5px;
}
.ecom-notification-box .media p {
  margin-bottom: 0;
}
.ecom-notification-box .media p span {
  margin-right: 8px;
}

@media (max-width: 1199px) {
  .ecommerce-sortby .button-list {
    margin-top: 15px;
    text-align: left;
  }

  .ecommerce-pagination p {
    margin-bottom: 15px;
  }
  .ecommerce-pagination .pagination {
    float: none;
  }
}
@media (max-width: 767px) {
  .profilebox img {
    width: 100px;
  }

  .cart-container {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .order-box .card-header h5 {
    text-align: center;
    margin-bottom: 10px;
  }
  .order-box .card-header h6 {
    text-align: center;
  }
  .order-box .card-footer h5 {
    text-align: center;
    margin-bottom: 15px;
  }
  .order-box .card-footer h6 {
    text-align: center;
  }

  .wallet-box h4 {
    text-align: center;
    margin-bottom: 15px;
  }
  .wallet-box p {
    text-align: center;
  }

  .forgot-psw-link {
    text-align: left;
  }
  
  
}
@media (max-width: 420px) {
  .jp-card {
    left: -80px;
  }
}
/* 
-------------------------------
    : Custom - Emails css :
-------------------------------
*/
.email-leftbar ul li {
  border: none;
  padding: 12px 0 !important;
  background-color: transparent;
}
.email-leftbar ul li a {
  color: #8A98AC;
}
.email-leftbar ul li a:hover {
  color: #0080ff;
}
.email-leftbar ul li a.active {
  color: #0080ff;
}

.email-rightbar .card-header ul li a i {
  padding: 8px 5px;
  color: #8A98AC;
}
.email-rightbar .card-header ul li a:hover i {
  color: #0080ff;
}
.email-rightbar .card-body tr td {
  color: #8A98AC;
  vertical-align: top;
}
.email-rightbar .card-body tr td a {
  color: #8A98AC;
}
.email-rightbar .card-body tr:hover {
  background-color: rgba(129, 167, 205, 0.1);
}
.email-rightbar .card-body tr.email-unread td {
  font-weight: 600;
  color: #001d4f;
}
.email-rightbar .card-body tr.email-unread td a {
  color: #001d4f;
}
.email-rightbar .email-open-box .media img {
  width: 50px;
  border-radius: 50%;
}
.email-rightbar .email-open-box .open-email-head ul {
  text-align: right;
}
.email-rightbar .email-open-box .open-email-head ul li a i {
  color: #8A98AC;
}
.email-rightbar .email-open-box .open-email-head ul li a:hover i {
  color: #0080ff;
}
.email-rightbar .email-open-box .open-email-head ul {
  text-align: right;
}
.email-rightbar .email-open-box .open-email-head ul li a i {
  color: #8A98AC;
}
.email-rightbar .email-open-box .open-email-head ul li a:hover i {
  color: #0080ff;
}

/* 
-----------------------------------------
    : Custom - Form Colorpicker css :
-----------------------------------------
*/
.colorpicker-input-addon:before {
  height: 20px;
  width: 20px;
  border-radius: 3px;
}

.colorpicker-input-addon i {
  height: 20px;
  width: 20px;
  border-radius: 3px;
}

.colorpicker-saturation {
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}
.colorpicker-saturation .colorpicker-guide {
  height: 10px;
  width: 10px;
  box-shadow: none;
}

.colorpicker-hue {
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}
.colorpicker-hue .colorpicker-guide {
  height: 5px;
}

.colorpicker-alpha {
  cursor: pointer;
}
.colorpicker-alpha .colorpicker-alpha-color {
  border-radius: 5px;
  box-shadow: none;
}
.colorpicker-alpha .colorpicker-guide {
  height: 5px;
}

.colorpicker-bar {
  border-radius: 5px;
  box-shadow: none;
}
.colorpicker-bar > div {
  border-radius: 5px;
  box-shadow: none;
}

/* 
-----------------------------------------
    : Custom - Form Date Picker css :
-----------------------------------------
*/
.datepicker {
  font-family: "Instrument Sans", sans-serif;
  background: #ffffff;
  color: #8A98AC;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.datepicker--day-name {
  color: #0080ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}

.datepicker--cell-day.-other-month- {
  color: #d4d8de;
}

.datepicker--cell-year.-other-decade- {
  color: #d4d8de;
}

.datepicker--nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.datepicker--nav .datepicker--nav-title {
  color: #282828;
  border-radius: 50px;
  font-weight: 700;
}
.datepicker--nav .datepicker--nav-title i {
  font-style: normal;
  color: #282828;
  margin-left: 5px;
}

.datepicker--nav-action:hover {
  background: transparent;
}

.datepicker--nav-title:hover {
  background: transparent;
}

.datepicker--pointer {
  border-top: none;
  border-right: none;
  background: #ffffff;
}

.datepicker--cell {
  border-radius: 50px;
}

.datepicker--cell.-selected- {
  color: #ffffff;
  background: #0080ff;
}

.datepicker--cell.-selected-.-current- {
  color: #ffffff;
  background: #0080ff;
}

.datepicker--cell.-selected-.-focus- {
  background: #0080ff;
}

.datepicker--cell.-focus- {
  background: transparent;
  color: #282828;
}

.datepicker--cell.-current- {
  color: #0080ff;
}

.datepicker--cell.-range-from- {
  border: 1px solid #0080ff;
  background-color: #0080ff;
  border-radius: 50px 0 0 50px;
}

.datepicker--cell.-range-to- {
  border: 1px solid #0080ff;
  background-color: #0080ff;
  border-radius: 0 50px 50px 0;
  color: #ffffff;
}

.datepicker--cell.-in-range- {
  background: rgba(0, 128, 255, 0.1);
  color: #282828;
  border-radius: 0;
}

.datepicker--time-current-hours {
  font-family: "Instrument Sans", sans-serif;
}

.datepicker--time-current-minutes {
  font-family: "Instrument Sans", sans-serif;
}

.datepicker--buttons {
  border-top: 1px solid #e2e5e9;
  padding: 5px;
}

.datepicker--time {
  border-top: 1px solid #e2e5e9;
  padding: 5px;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #ffffff;
  background: #99ccff;
}

.datepicker--time-row {
  background: linear-gradient(to right, #d4d8de, #d4d8de) left 50%/100% 1px no-repeat;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  background: #0080ff;
  border-color: #0080ff;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  background: #0080ff;
  border-color: #0080ff;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  background: #0080ff;
  border-color: #0080ff;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #0080ff;
  border-color: #0080ff;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #0080ff;
  border-color: #0080ff;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #0080ff;
  border-color: #0080ff;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  border: 1px solid #0080ff;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  border: 1px solid #0080ff;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  border: 1px solid #0080ff;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker-inline .datepicker {
  border-color: transparent;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}
.datepicker-inline .datepicker .datepicker--day-name {
  color: #0080ff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.datepicker-inline .datepicker .datepicker--cell-day {
  width: 14.28571%;
  height: 43px;
}
.datepicker-inline .datepicker .datepicker--cell.-current- {
  color: #0080ff;
  background-color: transparent;
}
.datepicker-inline .datepicker .datepicker--nav-title {
  border-radius: 15px;
  padding: 4px 15px;
  font-size: 16px;
}

/* 
-------------------------------------
    : Custom - Form Editors css :
-------------------------------------
*/
.mce-panel {
  border-color: rgba(0, 0, 0, 0.03) !important;
  background-color: #ffffff !important;
  border-radius: 3px !important;
}

.mce-flow-layout-item {
  margin: 5px 0 5px 5px !important;
}

.mce-menubar .mce-menubtn {
  border-color: transparent !important;
  background: #d4d8de !important;
  border-radius: 3px;
}
.mce-menubar .mce-menubtn button span {
  color: #8A98AC !important;
}

.mce-btn {
  border: 1px solid transparent !important;
  background-color: #d4d8de !important;
  border-radius: 3px;
}
.mce-btn .mce-txt {
  color: #8A98AC !important;
}
.mce-btn button {
  padding: 5px 10px !important;
}

.mce-btn-group .mce-btn {
  margin-left: 5px !important;
}
.mce-btn-group:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
  padding-left: 0 !important;
}

.mce-caret {
  border-top-color: #8A98AC !important;
}

.mce-ico {
  color: #8A98AC !important;
}

.mce-label {
  text-shadow: none !important;
  color: #282828 !important;
}

.mce-menu-item .mce-ico {
  color: #8A98AC !important;
}
.mce-menu-item .mce-text {
  color: #8A98AC !important;
}
.mce-menu-item:hover {
  background-color: #0080ff !important;
}
.mce-menu-item:hover .mce-ico {
  color: #ffffff !important;
}
.mce-menu-item:hover .mce-text {
  color: #ffffff !important;
}
.mce-menu-item.mce-selected {
  background-color: #0080ff !important;
}
.mce-menu-item.mce-selected .mce-ico {
  color: #ffffff !important;
}
.mce-menu-item.mce-selected .mce-text {
  color: #ffffff !important;
}
.mce-menu-item:focus {
  background-color: #0080ff !important;
}
.mce-menu-item:focus .mce-ico {
  color: #ffffff !important;
}
.mce-menu-item:focus .mce-text {
  color: #ffffff !important;
}

.mce-grid-border a {
  border-color: #8A98AC !important;
}
.mce-grid-border a:hover {
  border-color: #0080ff !important;
  background: #0080ff !important;
}
.mce-grid-border a.mce-active {
  border-color: #0080ff !important;
  background: #0080ff !important;
}

/* 
--------------------------------------
    : Custom - Form Elements css :
--------------------------------------
*/
label {
  font-weight: 500;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #8A98AC !important;
}

.form-control {
  background-color: #ffffff;
  font-size: 15px;
  color: #8A98AC;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.form-control:focus {
  border-color: #0080ff;
  box-shadow: none !important;
}
.form-control:focus:disabled {
  background-color: #d4d8de;
  opacity: 1;
}
.form-control:disabled {
  background-color: #d4d8de;
  opacity: 1;
}
.form-control[readonly] {
  background-color: #d4d8de;
  opacity: 1;
}
.form-control .form-check-input {
  margin-top: 0.25rem;
}

.form-control-plaintext {
  color: #8A98AC;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0080ff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0080ff;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #80c0ff;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #d4d8de;
  border-color: rgba(0, 0, 0, 0.03);
}

.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #8A98AC;
}
.custom-control-label::before:focus {
  border-color: #0080ff;
}
.input-group-addon {
  border-radius: 5px;
  border: none;
}

.input-group-text {
  border: 1px solid #d4d8de;
  background: #dde0e5;
  color: #8A98AC;
}

.custom-select {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  color: #8A98AC;
}
.custom-select:focus {
  border-color: #0080ff;
  outline: 0;
  box-shadow: none;
}

.custom-file-label {
  color: #8A98AC;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  line-height: 1.9;
  font-weight: 400;
}
.custom-file-label::after {
  background-color: #0080ff;
  border: none;
  color: #ffffff;
  height: 36px;
  line-height: 24px;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #0080ff;
  box-shadow: none !important;
}
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #91f2bc;
  color: #8A98AC;
}

.custom-file-input.is-invalid ~ .custom-file-label .form-control[readonly] {
  background-color: #d4d8de;
  opacity: 1;
}

.custom-select.is-valid {
  border-color: #91f2bc;
  background-color: #ffffff;
}
.custom-select.is-valid:focus {
  border-color: #18d26b;
}

.form-control.is-valid {
  border-color: #91f2bc;
  background-color: #ffffff;
}
.form-control.is-valid:focus {
  border-color: #18d26b;
}

.was-validated .custom-select:valid {
  border-color: #91f2bc;
  background-color: #ffffff;
}
.was-validated .custom-select:valid:focus {
  border-color: #18d26b;
  box-shadow: none !important;
}
.was-validated .custom-select:invalid {
  border-color: #ffd8d8;
  background-color: #ffffff;
}
.was-validated .custom-select:invalid:focus {
  border-color: #ff3f3f;
  box-shadow: none !important;
}
.was-validated .form-control:valid {
  border-color: #91f2bc;
  background-color: #ffffff;
}
.was-validated .form-control:valid:focus {
  border-color: #18d26b;
}
.was-validated .form-control:invalid {
  border-color: #ffd8d8;
  background-color: #ffffff;
}
.was-validated .form-control:invalid:focus {
  border-color: #ff3f3f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #18d26b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #ff3f3f;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #18d26b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #ffd8d8;
  color: #8A98AC;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #ff3f3f;
}

.valid-feedback {
  color: #18d26b;
}

.custom-select.is-invalid {
  border-color: #ffd8d8;
  background-color: #ffffff;
}

.form-control.is-invalid {
  border-color: #ffd8d8;
  background-color: #ffffff;
}
.form-control.is-invalid:focus {
  border-color: #ff3f3f;
}

.valid-tooltip {
  background-color: #1ee577;
}

.invalid-tooltip {
  background-color: #ff5959;
}

.custom-control-input.is-valid ~ .custom-control-label {
  color: #18d26b;
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff3f3f;
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff3f3f;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #18d26b;
}

.invalid-feedback {
  color: #ff3f3f;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #ff3f3f;
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ff3f3f;
}

.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: dashed 1px #0080ff;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  color: #ff3f3f;
}

.editable-submit {
  padding: 4px 8px;
}

.editable-cancel {
  padding: 4px 8px;
}

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #80c0ff;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0080ff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #d4d8de;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d4d8de;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

input[type=range] {
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, 0.03);
  height: 5px;
  cursor: default;
  padding: initial;
  border: initial;
  margin: 2px;
}
input[type=range]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

/* 
-------------------------------------
    : Custom - Form Selects css :
-------------------------------------
*/
.select2-container {
  width: 100% !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  line-height: 38px;
  margin-top: 0;
  line-height: 38px;
  color: #282828;
}
.select2-container .select2-selection--single {
  border: none;
  height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 15px;
  color: #8A98AC;
}
.select2-container .select2-selection--multiple {
  border: none;
  min-height: 38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #0080ff;
  outline: 0;
  background-color: #ffffff;
}

.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 15px;
  vertical-align: bottom;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0080ff;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 5px;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  font-size: 16px;
  color: #8A98AC;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 30px;
  top: 0;
  right: 0;
}
.select2-container--default .select2-results__option {
  padding: 6px 15px;
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0080ff !important;
  color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.03);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  color: #282828;
}

.select2-dropdown {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

/* --- Tags Input -- */
.bootstrap-tagsinput {
  background-color: #ffffff;
  font-size: 12px;
  color: #8A98AC;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  line-height: 24px;
  box-shadow: none;
  width: 100%;
}
.bootstrap-tagsinput.focus {
  border: 1px solid #0080ff;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #ffffff;
  background-color: #0080ff;
  border-radius: 5px;
  padding: 4px 10px;
  line-height: 25px;
}

.bootstrap-tagsinput .tag.label.label-success {
  background-color: #18d26b;
}

.bootstrap-tagsinput .tag.label.label-danger {
  background-color: #ff3f3f;
}

.bootstrap-tagsinput .tag.label.label-warning {
  background-color: #ffa800;
}

.bootstrap-tagsinput .tag.label.label-default {
  background-color: #00b8d4;
}

.tt-menu {
  border: 1px solid #e2e5e9;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.tt-suggestion {
  color: #282828;
}

.tt-suggestion:hover, .tt-suggestion:focus {
  background-color: #0080ff;
}

/* 
-----------------------------------------
    : Custom - Form File Upload css :
-----------------------------------------
*/
/* -- Dropzone -- */
.dropzone {
  min-height: 250px;
  border: 2px dashed rgba(0, 0, 0, 0.03);
  background: white;
  border-radius: 6px;
}
.dropzone .dz-message {
  font-size: 30px;
}

/* 
----------------------------------------
    : Custom - Form Validation css :
----------------------------------------
*/
.error {
  color: ff0000;
}

.parsley-error {
  border-color: #ff3f3f;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ff3f3f;
  margin-top: 5px;
}

.parsley-errors-list.filled {
  display: block;
}

/* 
------------------------------------
    : Custom - Form Wizard css :
------------------------------------
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.wizard > .steps .form-wizard-line {
  height: 3px;
  background-color: #d4d8de;
  -webkit-transform: translateY(1.7rem);
  transform: translateY(1.7rem);
  margin: 0 15%;
  position: relative;
  z-index: 0;
  top: 26px;
}
.wizard > .steps > ul > li {
  display: flex;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: auto;
  font-weight: 500;
  font-size: 1.1rem;
}
.wizard > .steps a {
  display: block;
  width: auto;
  background-color: #e2e5e9;
  color: #8A98AC;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 0;
  text-decoration: none;
  border-radius: 30px;
  cursor: default;
  text-align: center;
}
.wizard > .steps .current a {
  color: #282828;
  cursor: default;
}
.wizard > .steps .current a .number {
  background: #0080ff;
  color: #ffffff;
}
.wizard > .steps .done a {
  color: #282828;
}
.wizard > .steps .done a .number {
  background: #d4d8de;
  color: #8A98AC;
}
.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .steps .number {
  background-color: #d4d8de;
  color: #8A98AC;
  font-size: 20px;
  font-weight: 600;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  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;
  margin: 15px auto;
}
.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  display: inline-block;
  margin: 0 0 15px 15px;
}
.wizard > .actions > ul > li:first-child a {
  background-color: rgba(0, 128, 255, 0.1);
  border: none;
  color: #0080ff;
  box-shadow: none;
}
.wizard > .actions a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 3px;
  color: #ffffff;
  background-color: #0080ff;
  border: none;
  box-shadow: none;
}
.wizard > .actions .disabled a {
  display: none;
}
.wizard > .content {
  background: #ffffff;
  display: block;
  padding: 30px;
  margin: 30px 0;
  border-radius: 3px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.wizard > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .content > .body ul {
  display: block !important;
}
.wizard > .content > .body ul > li {
  line-height: 30px;
}
.wizard > .content > .body ul.nav-pills {
  display: flex !important;
}

.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* -- Vertical Wizard -- */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
  padding: 10px;
}
.wizard.vertical > .steps > ul {
  display: block;
}
.wizard.vertical > .steps > ul > li {
  display: block;
}
.wizard.vertical > .steps > ul > li a {
  display: block;
  text-align: left;
}
.wizard.vertical > .steps > ul > li a .number {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 10px;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 30px 2.5%;
  width: 65%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* -- Responsive Wizard -- */
@media (max-width: 991px) {
  .wizard.vertical > .content {
    width: 100%;
    margin: 30px 0;
  }
  .wizard.vertical > .steps {
    width: 100%;
  }

  .wizard > .steps > ul > li {
    width: 100%;
  }
}
/* 
-------------------------------
    : Custom - Gallery css :
-------------------------------
*/
.gallery-filter ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.gallery-filter ul .filter-item {
  line-height: 46px;
  text-transform: capitalize;
  cursor: pointer;
  color: #282828 !important;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0.7rem 0;
  margin-right: 1.5rem;
}
.gallery-filter ul .filter-item:hover {
  color: #0080ff !important;
  border-bottom: 2px solid #0080ff;
}
.gallery-filter ul .filter-item.current {
  color: #0080ff !important;
  border-bottom: 2px solid #0080ff;
}

.gallery-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 3px;
  margin-bottom: 30px;
  transition: transform 0.8s;
}
.gallery-box .gallery-preview {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gallery-box .gallery-preview img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gallery-box .gallery-preview:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-content {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-content p {
  margin-bottom: 0;
  color: #ccc;
  font-size: 15px;
}
.gallery-box .gallery-content h5 {
  margin-bottom: 0;
  margin-top: 5px;
}
.gallery-box .gallery-content h5 a {
  font-size: 18px;
  color: #ffffff;
}
.gallery-box:hover {
  transform: scale(1.1);
}
.gallery-box:hover .gallery-preview img {
  transform: scale(1.1);
}
.gallery-box:hover .gallery-preview:after {
  background: rgba(148, 77, 255, 0.8);
}
.gallery-box:hover .gallery-content {
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1;
}

/* 
--------------------------------
    : Custom - Invoice css :
--------------------------------
*/
.invoice .invoice-logo img {
  width: 120px;
  margin-bottom: 20px;
}
.invoice .invoice-head {
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-head .invoice-name {
  text-align: right;
}
.invoice .invoice-billing {
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-billing .invoice-address {
  margin-bottom: 30px;
}
.invoice .invoice-summary {
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-summary-total {
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-meta {
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-meta .invoice-meta-box {
  margin-bottom: 30px;
}
.invoice .invoice-footer {
  padding-top: 20px;
}
.invoice .invoice-footer .invoice-footer-btn {
  text-align: right;
}

@media (max-width: 767px) {
  .invoice .invoice-head .invoice-name {
    margin-top: 30px;
    text-align: left;
  }
  .invoice .invoice-meta {
    text-align: left;
  }
  .invoice .invoice-footer {
    text-align: center;
  }
  .invoice .invoice-footer .invoice-footer-btn {
    text-align: center;
    margin-top: 30px;
  }
}
/* 
---------------------------------------
    : Custom - jQuery Confirm css :
---------------------------------------
*/
.jconfirm.jconfirm-white .jconfirm-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
  border-radius: 3px;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #81a7cd;
}

.jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  border-radius: 3px;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #81a7cd;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #93b4d4;
  color: #ffffff !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #0080ff;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #0073e6;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #18d26b;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #15bb5f;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:focus {
  background-color: #15bb5f;
  box-shadow: 0 0 0 0.2rem #63eda1;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #ff3f3f;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #ff2626;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:focus {
  background-color: #ff2626;
  box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-title {
  font-size: 20px !important;
  color: #282828;
}
.jconfirm .jconfirm-box .jconfirm-content {
  color: #8A98AC;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: none;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: none;
}

/* 
-------------------------------
    : Custom - jsTree css :
-------------------------------
*/
.jstree-default .jstree-hovered {
  background: rgba(0, 128, 255, 0.1);
  color: #0080ff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 128, 255, 0.1);
}
.jstree-default .jstree-clicked {
  background: rgba(0, 128, 255, 0.1);
  color: #0080ff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 128, 255, 0.1);
}
.jstree-default .jstree-wholerow-hovered {
  background: rgba(0, 128, 255, 0.1);
}
.jstree-default .jstree-wholerow-clicked {
  background: rgba(0, 128, 255, 0.1);
}
.jstree-default .jstree-node {
  min-height: 30px;
  line-height: 30px;
  margin-left: 30px;
  min-width: 30px;
}
.jstree-default .jstree-icon:empty {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

/* 
--------------------------------------
    : Custom - Kanban Board css :
--------------------------------------
*/
.kanban-menu {
  text-align: right;
}

.kanban-users {
  text-align: right;
}

.avatar-group {
  display: inline-flex;
}
.avatar-group .avatar {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  margin-left: -0.8rem;
  transition: transform 0.2s;
}
.avatar-group .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.avatar-group .avatar:hover {
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 1;
  transform: scale(1.1);
}

/* 
-----------------------------
    : Custom - Maps css :
-----------------------------
*/
.gmaps {
  height: 300px;
  background: #d4d8de;
  border-radius: 3px;
}

.gmaps-panaroma {
  height: 300px;
  background: #d4d8de;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #0080ff;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #0080ff;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #0080ff;
}

.vector-world-map {
  height: 420px;
  margin-bottom: 40px;
}

/* Responsive css */
@media (max-width: 991px) {
  .vector-world-map {
    height: 250px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .vector-world-map {
    height: 200px;
  }
}
/* 
------------------------------
    : Custom - Modal css :
------------------------------
*/
.example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.modal-content {
  border: none;
  background-color: #ffffff;
}

.modal-header {
  background-color: #0080ff;
  border: 1px solid #0080ff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-header .close {
  color: #ffffff;
}

.modal-title {
  color: #ffffff;
  font-size: 18px;
}

.modal-body {
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.03);
}

.modal-footer {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

#session-timeout-dialog .modal-header {
  display: block;
}

/* 
---------------------------------
    : Custom - Nestable css :
---------------------------------
*/
.dd-list .dd-item > button {
  height: 27px;
  margin: 5px 0 5px 10px;
}
.dd-list .dd-item > button:before {
  color: #8A98AC;
}
.dd-list .dd-item .dd-list {
  padding-left: 40px;
}
.dd-list .dd-item .dd-handle {
  display: block;
  height: auto;
  margin: 10px 0;
  padding: 10px 15px;
  color: #8A98AC;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
}
.dd-list .dd-item .dd-handle:hover {
  color: #0080ff;
  background: #ffffff;
  border: 1px solid #0080ff;
  cursor: move;
}

/* -- Nestable List 2 -- */
#nestable2 .dd-list .dd-item > button :before {
  color: #8A98AC;
}
#nestable2 .dd-list .dd-item .dd-handle {
  color: #8A98AC;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #ffffff;
}
#nestable2 .dd-list .dd-item .dd-handle:hover {
  color: #0080ff;
  background: #ffffff;
  border: 1px solid #0080ff;
}

/* -- Nestable Draggable Handles -- */
.dd-list .dd-item.dd3-item > button {
  margin-left: 40px;
}
.dd-list .dd-item .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 40px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #d4d8de;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.dd-list .dd-item .dd3-handle:hover {
  color: #0080ff;
  background: rgba(0, 128, 255, 0.1);
  border: 1px solid #0080ff;
  cursor: move;
}
.dd-list .dd-item .dd3-handle:hover:before {
  color: #0080ff;
}
.dd-list .dd-item .dd3-handle:before {
  content: "";
  font-family: "feather" !important;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #8A98AC;
  font-size: 20px;
  font-weight: 400;
}
.dd-list .dd-item .dd3-content {
  display: block;
  margin: 10px 10px 10px 0;
  padding: 10px 15px 10px 50px;
  color: #8A98AC;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-list .dd-item .dd3-content:hover {
  color: #0080ff;
  background: #ffffff;
  border: 1px solid #0080ff;
}

.dd-placeholder {
  background-color: rgba(0, 128, 255, 0.1);
  border-color: #0080ff;
  border-radius: 3px;
}

/* 
-------------------------------------------
    : Custom - Onboarding Screens css :
-------------------------------------------
*/
.onboard-screen {
  margin-bottom: 90px !important;
}
.onboard-screen .onboard-screen-list {
  text-align: center;
}
.onboard-screen .onboard-screen-list img {
  margin: 0 auto 60px;
  width: 60%;
}
.onboard-screen .slick-dots {
  bottom: -65px;
  left: 12px;
}
.onboard-screen .slick-dots li {
  margin: 0;
}
.onboard-screen .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.25;
  color: #0080ff;
}
.onboard-screen .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0080ff;
}
.onboard-screen .slick-arrow {
  font-family: "Instrument Sans", sans-serif;
  width: auto;
  height: auto;
  top: auto;
  bottom: -90px;
  z-index: 999;
}
.onboard-screen .slick-prev {
  left: 0;
}
.onboard-screen .slick-prev:before {
  content: none;
}
.onboard-screen .slick-next {
  right: 0;
}
.onboard-screen .slick-next:before {
  content: none;
}

/* 
-----------------------------------
    : Custom - Pagination css :
-----------------------------------
*/
.page-item .page-link {
  color: #0080ff;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.page-item .page-link:focus {
  background-color: #d4d8de;
  border-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 0.2rem #99ccff;
}
.page-item .page-link:hover {
  color: #001d4f;
  background-color: #d4d8de;
  border-color: rgba(0, 0, 0, 0.03);
}
.page-item.active .page-link {
  color: #ffffff;
  background-color: #0080ff;
  border-color: #0080ff;
}
.page-item.disabled .page-link {
  color: #8A98AC;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.03);
}

/* 
--------------------------------
    : Custom - Pnotify css :
--------------------------------
*/
.ui-pnotify .ui-pnotify-shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme {
  border: none;
  border-radius: 3px;
}
.ui-pnotify .brighttheme .ui-pnotify-action-button {
  text-transform: capitalize;
  font-weight: 600;
  padding: 4px 8px;
  border: none;
  background: 0 0;
}
.ui-pnotify .brighttheme .ui-pnotify-action-button.btn-primary {
  background-color: #ffa800;
  color: #282828;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme .ui-pnotify-action-button.btn-primary:focus {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme.ui-pnotify-container {
  padding: 15px;
}
.ui-pnotify .brighttheme.brighttheme-notice {
  background-color: #ffa800;
  color: #282828;
}
.ui-pnotify .brighttheme.brighttheme-success {
  background-color: #18d26b;
  color: #282828;
}
.ui-pnotify .brighttheme.brighttheme-info {
  background-color: #00b8d4;
  color: #282828;
}
.ui-pnotify .brighttheme.brighttheme-error {
  background-color: #ff3f3f;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 35px, rgba(255, 255, 255, 0.3) 70px);
  border: none;
  color: #282828;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
  font-size: 20px;
}

/* 
--------------------------------------------
    : Custom - Popovers & Tooltips css :
--------------------------------------------
*/
/* -- Popovers -- */
.popover {
  font-family: "Instrument Sans", sans-serif;
  border-radius: 3px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.popover-header {
  margin-top: 0;
  background-color: #ffffff;
  font-size: 16px;
  color: #282828;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #8A98AC;
  background-color: #ffffff;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  border-top-color: #ffffff;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  border-right-color: #ffffff;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  border-bottom-color: #ffffff;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  border-left-color: #ffffff;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  border-top-color: #ffffff;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  border-right-color: #ffffff;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  border-bottom-color: #ffffff;
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  border-left-color: #ffffff;
}

.popover-title {
  margin-top: 0;
}

/* -- Tooltips -- */
.tooltip .tooltip-inner {
  padding: 4px 10px;
}

/* 
--------------------------------
    : Custom - Pricing css :
--------------------------------
*/
.pricing > p span {
  padding: 8px 20px;
  border-radius: 0 0 3px 3px;
}
.pricing .pricing-top {
  padding-top: 30px;
  padding-bottom: 20px;
}
.pricing .pricing-top img {
  width: 150px;
}
.pricing .pricing-top img.price-pro-image {
  width: 180px;
}
.pricing .pricing-middle .list-group-item {
  border: none;
  padding: 5px 0;
}
.pricing .pricing-bottom.pricing-bottom-basic {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing .pricing-bottom.pricing-bottom-professional {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing .pricing-bottom.pricing-bottom-enterprise {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 
------------------------------
    : Custom - Print css :
------------------------------
*/
@media print {
  .leftbar {
    display: none;
  }

  .topbar {
    display: none;
  }

  .footerbar {
    display: none;
  }

  .breadcrumbbar {
    display: none;
  }

  .rightbar {
    margin-left: 0;
  }
}
/* 
------------------------------------
    : Custom - Progressbar css :
------------------------------------
*/
.progress {
  background-color: #d4d8de;
}

.progress-bar {
  background-color: #0080ff;
}

/* 
-------------------------------------
    : Custom - Range Slider css :
-------------------------------------
*/
.irs-line-mid {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-line-left {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-line-right {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-bar {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-bar-edge {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-slider {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 8px;
  top: 25px;
  border-radius: 15px;
}

.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
  border-radius: 15px;
}

.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}

.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
  border-radius: 15px;
}

.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 10px;
  background-position: 0 -90px;
  border-radius: 15px 0 0 15px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #282828;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 20px;
  height: 20px;
  top: 18px;
  background-color: #ffffff;
  border: 2px solid #0080ff;
  border-radius: 50%;
  background: #ffffff;
  background-position: 0 -120px;
  z-index: 0;
}
.irs-slider.type_last {
  z-index: 0;
}

.irs-slider.state_hover {
  background-position: 0 -150px;
}

.irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min {
  color: #8A98AC;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #d4d8de;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-max {
  color: #8A98AC;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #d4d8de;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #0080ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-to {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #0080ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-single {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #0080ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0080ff;
}

.irs-to:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0080ff;
}

.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0080ff;
}

.irs-grid-pol {
  background: #d4d8de;
}

.irs-grid-text {
  color: #8A98AC;
}

/* 
-------------------------------
    : Custom - Rating css :
-------------------------------
*/
/* -- 1 to 10 Rating -- */
.br-theme-bars-1to10 .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 12px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: rgba(0, 128, 255, 0.1);
  margin: 1px;
  text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active {
  background-color: #0080ff;
}
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #0080ff;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 30px;
  float: left;
  padding: 0 20px 0 20px;
  color: #0080ff;
  font-weight: 400;
  vertical-align: middle;
}
.br-theme-bars-1to10 .br-readonly a {
  cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active {
  background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f2cd95;
}

@media print {
  .br-theme-bars-1to10 .br-widget a {
    border: 1px solid #0080ff;
    background: #ffffff;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-1to10 .br-widget a.br-active {
    border: 1px solid #0080ff;
    background: #0080ff;
  }
  .br-theme-bars-1to10 .br-widget a.br-selected {
    border: 1px solid #0080ff;
    background: #0080ff;
  }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #0080ff;
  }
}
/* -- Movie Rating -- */
.br-theme-bars-movie .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-movie .br-widget a {
  display: block;
  width: 60px;
  height: 8px;
  float: left;
  background-color: rgba(0, 128, 255, 0.1);
  margin: 1px;
}
.br-theme-bars-movie .br-widget a.br-active {
  background-color: #0080ff;
}
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: #0080ff;
}
.br-theme-bars-movie .br-widget .br-current-rating {
  clear: both;
  width: 240px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0.5em 0;
  color: #0080ff;
  font-weight: 400;
}
.br-theme-bars-movie .br-readonly a {
  cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active {
  background-color: rgba(0, 128, 255, 0.1);
}
.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: rgba(0, 128, 255, 0.1);
}
.br-theme-bars-movie .br-readonly .br-current-rating {
  color: rgba(0, 128, 255, 0.1);
}

@media print {
  .br-theme-bars-movie .br-widget a {
    border: 1px solid #0080ff;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-movie .br-widget a.br-active {
    border: 1px solid #0080ff;
    background: #0080ff;
  }
  .br-theme-bars-movie .br-widget a.br-selected {
    border: 1px solid #0080ff;
    background: #0080ff;
  }
  .br-theme-bars-movie .br-widget .br-current-rating {
    color: #0080ff;
  }
}
/* -- Square Rating -- */
.br-theme-bars-square .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-square .br-widget a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid rgba(0, 128, 255, 0.1);
  background-color: #ffffff;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: rgba(0, 128, 255, 0.1);
  font-weight: 600;
}
.br-theme-bars-square .br-widget a.br-active {
  border: 2px solid #0080ff;
  color: #0080ff;
}
.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #0080ff;
  color: #0080ff;
}
.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0.5em 0;
  color: #0080ff;
}
.br-theme-bars-square .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-bars-square .br-widget a {
    border: 2px solid #0080ff;
    color: #0080ff;
  }
  .br-theme-bars-square .br-widget a.br-active {
    border: 2px solid #0080ff;
    color: #0080ff;
  }
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #0080ff;
    color: #0080ff;
  }
}
/* -- Pill Rating -- */
.br-theme-bars-pill .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-pill .br-widget a {
  padding: 7px 15px;
  background-color: rgba(0, 128, 255, 0.1);
  color: #0080ff;
  text-decoration: none;
  font-size: 13px;
  line-height: 3;
  text-align: center;
  font-weight: 400;
}
.br-theme-bars-pill .br-widget a:first-child {
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.br-theme-bars-pill .br-widget a:last-child {
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-topright: 999px;
  -moz-border-radius-bottomright: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.br-theme-bars-pill .br-widget a.br-active {
  background-color: #0080ff;
  color: #ffffff;
}
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: #0080ff;
  color: #ffffff;
}
.br-theme-bars-pill .br-readonly a {
  cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active {
  background-color: rgba(0, 128, 255, 0.1);
}
.br-theme-bars-pill .br-readonly a.br-selected {
  background-color: rgba(0, 128, 255, 0.1);
}

@media print {
  .br-theme-bars-pill .br-widget a {
    border: 1px solid #0080ff;
    border-left: none;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-pill .br-widget a:first-child {
    border-left: 1px solid #0080ff;
  }
  .br-theme-bars-pill .br-widget a.br-active {
    border: 1px solid #0080ff;
    border-left: none;
    background: #ffffff;
    color: #0080ff;
  }
  .br-theme-bars-pill .br-widget a.br-selected {
    border: 1px solid #0080ff;
    border-left: none;
    background: #ffffff;
    color: #0080ff;
  }
}
/* -- Reversed Rating -- */
.br-theme-bars-reversed .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-reversed .br-widget a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  background-color: rgba(0, 128, 255, 0.1);
  margin: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #0080ff;
  text-align: center;
}
.br-theme-bars-reversed .br-widget a.br-active {
  background-color: #0080ff;
  color: #ffffff;
}
.br-theme-bars-reversed .br-widget a.br-selected {
  background-color: #0080ff;
  color: #ffffff;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
  line-height: 1.3;
  float: left;
  padding: 0 20px 0 20px;
  color: #0080ff;
  font-size: 17px;
  font-weight: 400;
}
.br-theme-bars-reversed .br-readonly a {
  cursor: default;
}
.br-theme-bars-reversed .br-readonly a.br-active {
  background-color: #0080ff;
}
.br-theme-bars-reversed .br-readonly a.br-selected {
  background-color: #0080ff;
}
.br-theme-bars-reversed .br-readonly .br-current-rating {
  color: #0080ff;
}

@media print {
  .br-theme-bars-reversed .br-widget a {
    border: 1px solid #0080ff;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-reversed .br-widget a.br-active {
    border: 1px solid #0080ff;
    background: white;
  }
  .br-theme-bars-reversed .br-widget a.br-selected {
    border: 1px solid #0080ff;
    background: white;
  }
  .br-theme-bars-reversed .br-widget .br-current-rating {
    color: #0080ff;
  }
}
/* -- Horizontal Rating -- */
.br-theme-bars-horizontal .br-widget {
  width: 50px;
  white-space: nowrap;
}
.br-theme-bars-horizontal .br-widget a {
  display: block;
  width: 120px;
  height: 5px;
  background-color: rgba(0, 128, 255, 0.1);
  margin: 1px;
}
.br-theme-bars-horizontal .br-widget a.br-active {
  background-color: #0080ff;
}
.br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: #0080ff;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #0080ff;
}
.br-theme-bars-horizontal .br-readonly a {
  cursor: default;
}
.br-theme-bars-horizontal .br-readonly a.br-active {
  background-color: #0080ff;
}
.br-theme-bars-horizontal .br-readonly a.br-selected {
  background-color: #0080ff;
}
.br-theme-bars-horizontal .br-readonly .br-current-rating {
  color: #0080ff;
}

@media print {
  .br-theme-bars-horizontal .br-widget a {
    border: 1px solid #0080ff;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-horizontal .br-widget a.br-active {
    border: 1px solid #0080ff;
    background: white;
  }
  .br-theme-bars-horizontal .br-widget a.br-selected {
    border: 1px solid #0080ff;
    background: white;
  }
  .br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #0080ff;
  }
}
/* -- CSS Rating -- */
.br-theme-css-stars .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "★";
  color: rgba(0, 128, 255, 0.1);
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #0080ff;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #0080ff;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "☆";
    color: #0080ff;
  }
  .br-theme-css-stars .br-widget a.br-active:after {
    content: "★";
    color: #0080ff;
  }
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "★";
    color: #0080ff;
  }
}
/* -- Font Awesome Rating -- */
.br-theme-fontawesome-stars .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: "";
  color: rgba(0, 128, 255, 0.1);
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #0080ff;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #0080ff;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: "";
    color: #0080ff;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after {
    content: "";
    color: #0080ff;
  }
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: "";
    color: #0080ff;
  }
}
/* -- Font Awesome Franctional Rating -- */
.br-theme-fontawesome-stars-o .br-widget {
  height: 30px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
  content: "";
  color: rgba(0, 128, 255, 0.1);
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: "";
  color: #0080ff;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: "";
  color: #0080ff;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: "";
  color: #0080ff;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: "";
    color: #0080ff;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: "";
    color: #0080ff;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: "";
    color: #0080ff;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: "";
    color: #0080ff;
  }
}
/* 
---------------------------------------
    : Custom - Security Pages css :
---------------------------------------
*/
.authenticate-bg {
  background: url(../images/authentication/authentication-bg.svg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.auth-box > .row {
  height: 100vh;
  padding: 15px 0;
}
.auth-box .auth-box-left .card {
  background: linear-gradient(-90deg, #8a51ff 0%, #ac45ff 100%);
  border-radius: 3px 0 0 3px;
}
.auth-box .auth-box-left .card .card-body {
  padding: 30px;
}
.auth-box .auth-box-left .auth-box-icon {
  margin: 83px 0;
}
.auth-box .auth-box-left .auth-box-logo {
  width: 150px;
}
.auth-box .auth-box-right .card {
  text-align: center;
}
.auth-box .auth-box-right .card .card-body {
  padding: 30px;
}
.auth-box .auth-box-right .error-title {
  font-size: 90px;
}
.auth-box .auth-box-right .web-logo img {
  margin: 30px 0;
}
.auth-box .auth-box-right .user-logo {
  position: relative;
  z-index: 999;
}
.auth-box .auth-box-right .user-logo img {
  height: 80px;
  width: 80px;
}
.auth-box .auth-box-right .form-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.auth-box .auth-box-right .form-head img {
  width: 150px;
}
.auth-box .auth-box-right .login-or {
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.auth-box .auth-box-right .login-or:before {
  content: "";
  background: rgba(0, 0, 0, 0.03);
  height: 1px;
  width: 45%;
  top: 45%;
  left: 0;
  position: absolute;
}
.auth-box .auth-box-right .login-or:after {
  content: "";
  background: rgba(0, 0, 0, 0.03);
  height: 1px;
  width: 45%;
  top: 45%;
  right: 0;
  position: absolute;
}
.auth-box .auth-box-right .forgot-psw {
  text-align: right;
}
.auth-box .auth-box-right .custom-checkbox .custom-control-label:before {
  margin-top: -2px;
}
.auth-box .auth-box-right .custom-checkbox .custom-control-label:after {
  margin-top: -2px;
}
.auth-box.error-box .error-logo {
  width: 150px;
}
.auth-box.error-box .error-image {
  margin: 30px 0;
}
.auth-box.error-box > .row {
  height: 100vh;
}
.auth-box .countdown-block {
  display: inline-block;
  padding: 30px;
}

@media (max-width: 767px) {
  .auth-box > .row {
    height: auto;
  }
  .auth-box .auth-box-left .card {
    border-radius: 3px 3px 0 0;
  }
  .auth-box .auth-box-left .auth-box-icon {
    margin: 30px 0;
  }
  .auth-box .auth-box-left .auth-box-icon img {
    width: 150px;
  }
  .auth-box .auth-box-left .auth-box-logo {
    width: 100px;
  }
  .auth-box .auth-box-left h4 {
    font-size: 22px;
  }
  .auth-box .auth-box-right .card {
    border-radius: 0 0 3px 3px;
  }
  .auth-box .auth-box-right h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .auth-box .auth-box-right .forgot-psw {
    text-align: left;
  }
}
/* 
-----------------------------------
    : Custom - Summernote css :
-----------------------------------
*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #282828;
  white-space: nowrap;
}
.note-btn-group .dropdown-menu > li > a:hover {
  background-color: #dadde2;
}

.note-image-popover {
  display: none;
}
.note-image-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-air-popover {
  display: none;
}
.note-air-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-link-popover {
  display: none;
}
.note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}
.note-editor .btn-default {
  background-color: transparent;
  border-color: transparent;
}
.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
  padding: 8px 12px;
}
.note-editor .note-toolbar {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin: 0;
}
.note-editor .note-toolbar .btn-light {
  color: #8A98AC;
  background-color: #d4d8de;
  border-color: transparent;
  box-shadow: none;
}
.note-editor .note-statusbar {
  background-color: transparent !important;
}
.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: transparent;
  color: #8A98AC;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}
.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}
.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* 
------------------------------------
    : Custom - Sweet Alert css :
------------------------------------
*/
.swal2-modal {
  font-family: "Instrument Sans", sans-serif;
  border-radius: 3px;
  border: none;
}
.swal2-modal .swal2-title {
  font-weight: 400;
  font-size: 20px;
  color: #282828;
}
.swal2-modal .swal2-content {
  font-size: 16px;
  font-weight: 400;
  color: #8A98AC;
}
.swal2-modal .swal2-spacer {
  margin: 10px 0;
}
.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 16px;
  box-shadow: none !important;
  background-color: transparent;
}
.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  border: 1px solid #0080ff;
}
.swal2-modal .swal2-styled {
  border: inherit;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  padding: 6px 12px;
}
.swal2-modal .swal2-confirm {
  background-color: #0080ff !important;
  border: none;
}
.swal2-modal .swal2-confirm.btn-success {
  background-color: #18d26b !important;
  box-shadow: none;
  border: none;
  border-radius: 3px;
}
.swal2-modal .swal2-cancel {
  background-color: #ff3f3f !important;
  border: none;
  border-radius: 3px;
}
.swal2-modal .swal2-icon.swal2-error {
  color: #ff3f3f;
  border-color: #ffa5a5;
}
.swal2-modal .swal2-icon.swal2-question {
  color: #0080ff;
  border-color: #66b3ff;
}
.swal2-modal .swal2-icon.swal2-warning {
  color: #ffa800;
  border-color: #ffcb66;
}
.swal2-modal .swal2-icon.swal2-info {
  color: #00b8d4;
  border-color: #3be5ff;
}
.swal2-modal .swal2-icon.swal2-success {
  color: #18d26b;
  border-color: #18d26b;
}
.swal2-modal .swal2-icon.swal2-success .line {
  background-color: #18d26b;
}
.swal2-modal .swal2-icon.swal2-success .placeholder {
  border: 4px solid #91f2bc;
}
.swal2-modal .swal2-icon.swal2-success:before {
  background: transparent;
}
.swal2-modal .swal2-icon.swal2-success:after {
  background: transparent;
}
.swal2-modal .swal2-icon.swal2-success .fix {
  background: transparent;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #0080ff;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #66b3ff;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #66b3ff;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle {
  background: #0080ff;
}
.swal2-modal .swal2-progresssteps .swal2-progressline {
  background: #0080ff;
}
.swal2-modal .swal2-validationerror {
  background-color: #d4d8de;
  color: #8A98AC;
  font-weight: 400;
}
.swal2-modal .swal2-validationerror:before {
  background-color: #ff3f3f;
}

/* 
----------------------------------
    : Custom - Switchery css :
----------------------------------
*/
.switchery {
  background-color: #ffffff;
  border: 1px solid tranparent;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  margin-bottom: 5px;
}

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}
.switchery-large > small {
  height: 40px;
  width: 40px;
}

/* 
-------------------------------
    : Custom - Tables css :
-------------------------------
*/
.table {
  margin-bottom: 10px;
  color: #001d4f;
}
.table th {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding: 0.7rem;
}
.table td {
  color: #8A98AC;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding: 0.6rem;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
.table .thead-light th {
  color: #282828;
  background-color: #d4d8de;
  border-color: rgba(0, 0, 0, 0.03);
}
.table .thead-dark th {
  color: #ffffff;
  background-color: #001d4f;
  border-color: rgba(0, 0, 0, 0.03);
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.table-hover tbody tr:hover {
  color: #282828;
  background-color: #d4d8de;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #d4d8de;
}

.thead-default th {
  background-color: #d4d8de;
}

.table-dark {
  color: #ffffff;
  background-color: #001d4f;
}
.table-dark td {
  border-color: rgba(255, 255, 255, 0.05);
  color: #8A98AC;
}
.table-dark th {
  border-color: rgba(255, 255, 255, 0.05);
}
.table-dark thead th {
  border-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.table-borderless tbody + tbody {
  border: 0 !important;
}
.table-borderless td {
  border: 0 !important;
}
.table-borderless th {
  border: 0 !important;
}
.table-borderless thead th {
  border: 0 !important;
}

.table-primary {
  background-color: rgba(0, 128, 255, 0.1);
}
.table-primary > td {
  background-color: rgba(0, 128, 255, 0.1);
  color: #0080ff;
}
.table-primary > th {
  background-color: rgba(0, 128, 255, 0.1);
  color: #0080ff;
}

.table-secondary {
  background-color: rgba(129, 167, 205, 0.1);
}
.table-secondary > td {
  background-color: rgba(129, 167, 205, 0.1);
  color: #93b4d4;
}
.table-secondary > th {
  background-color: rgba(129, 167, 205, 0.1);
  color: #93b4d4;
}

.table-success {
  background-color: rgba(24, 210, 107, 0.1);
}
.table-success > td {
  background-color: rgba(24, 210, 107, 0.1);
  color: #18d26b;
}
.table-success > th {
  background-color: rgba(24, 210, 107, 0.1);
  color: #18d26b;
}

.table-danger {
  background-color: rgba(255, 63, 63, 0.1);
}
.table-danger > td {
  background-color: rgba(255, 63, 63, 0.1);
  color: #ff3f3f;
}
.table-danger > th {
  background-color: rgba(255, 63, 63, 0.1);
  color: #ff3f3f;
}

.table-warning {
  background-color: rgba(255, 168, 0, 0.1);
}
.table-warning > td {
  background-color: rgba(255, 168, 0, 0.1);
  color: #ffa800;
}
.table-warning > th {
  background-color: rgba(255, 168, 0, 0.1);
  color: #ffa800;
}

.table-info {
  background-color: rgba(0, 184, 212, 0.1);
}
.table-info > td {
  background-color: rgba(0, 184, 212, 0.1);
  color: #00b8d4;
}
.table-info > th {
  background-color: rgba(0, 184, 212, 0.1);
  color: #00b8d4;
}

.table-light {
  background-color: rgba(212, 216, 222, 0.1);
}
.table-light > td {
  background-color: rgba(212, 216, 222, 0.1);
  color: #8A98AC;
}
.table-light > th {
  background-color: rgba(212, 216, 222, 0.1);
  color: #8A98AC;
}

/* -- Table Data Table -- */
.table.dataTable {
  border-spacing: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
  background-color: #0080ff;
  border: none;
  box-shadow: none;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #0080ff;
  border: none;
  box-shadow: none;
  height: 18px;
  width: 18px;
  line-height: 18px;
}

div.dt-button-info {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-radius: 3px !important;
}
div.dt-button-info h2 {
  color: #282828;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.03);
  font-size: 20px;
  border-radius: 3px 3px 0 0 !important;
}
div.dt-button-info div {
  color: #8A98AC;
}

/* -- Table Editable -- */
button.tabledit-edit-button {
  background-color: #0080ff;
  border: none;
  border-radius: 3px !important;
  width: 35px;
  height: 35px;
}
button.tabledit-edit-button:active {
  background-color: #0073e6 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:hover {
  background-color: #0073e6 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:focus {
  background-color: #0073e6 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:visited {
  background-color: #0073e6 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:not(:disabled):not(.disabled).active {
  background-color: #0073e6 !important;
  box-shadow: none !important;
}

button.tabledit-delete-button {
  background-color: #ff3f3f;
  border: none !important;
  border-radius: 3px !important;
  width: 35px;
  height: 35px;
}
button.tabledit-delete-button:active {
  background-color: #ff2626 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:hover {
  background-color: #ff2626 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:focus {
  background-color: #ff2626 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:visited {
  background-color: #ff2626 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:not(:disabled):not(.disabled).active {
  background-color: #ff2626 !important;
  box-shadow: none !important;
}

.tabledit-save-button {
  border-radius: 3px;
}

.tabledit-confirm-button {
  border-radius: 3px;
}

/* -- RWD Table -- */
table.focus-on tbody tr.focused th {
  background-color: #0080ff;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #0080ff;
  color: #ffffff;
}
table.focus-on tfoot tr.focused th {
  background-color: #0080ff;
  color: #ffffff;
}
table.focus-on tfoot tr.focused td {
  background-color: #0080ff;
  color: #ffffff;
}

.table-wrapper .btn-toolbar {
  display: block;
  margin-bottom: 15px;
}

.table-responsive[data-pattern=priority-columns] {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

/* -- Footable -- */
.footable-paging .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.footable-paging .pagination > li {
  display: inline;
}
.footable-paging .pagination > li a.footable-page-link {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0080ff;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.footable-paging .pagination > li:first-child a.footable-page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.footable-paging .pagination > li:last-child a.footable-page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.footable-paging .pagination > li.active a.footable-page-link {
  color: #ffffff;
  background-color: #0080ff;
  border: 1px solid #0080ff;
}
.footable-paging .label {
  background-color: #d4d8de;
  color: #8A98AC;
  padding: 2px 10px;
  border-radius: 3px;
}

.footable-filtering .form-inline {
  display: block;
  float: right;
}
.footable-filtering .open > .dropdown-menu {
  display: block;
  padding: 15px;
  color: #8A98AC;
}
.footable-filtering .open > .dropdown-menu li a.checkbox input[type=checkbox] {
  margin-top: 5px;
}
.footable-filtering .input-group-btn .btn {
  margin-left: 5px;
  padding: 7px 12px;
}
.footable-filtering .input-group-btn .fooicon-search:before {
  content: "";
  font-family: "feather" !important;
}

/* 
-----------------------------
    : Custom - Tabs css :
-----------------------------
*/
/* -- Navs & Tabs -- */
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.nav-tabs .nav-link {
  color: #001d4f;
}
.nav-tabs .nav-link:hover {
  border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-tabs .nav-link:focus {
  border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-tabs .nav-link.active {
  color: #0080ff;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-tabs .nav-link.disabled {
  color: #93b4d4;
}
.nav-tabs .nav-item.show .nav-link {
  color: #0080ff;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}

.nav-pills .nav-link {
  color: #001d4f;
  background-color: rgba(250,250,250,0.4);
}
.nav-pills .nav-link.disabled {
  color: #93b4d4;
}
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #1e2f49;
}
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0080ff;
}

/* -- Custom Tabs -- */
.nav-tabs.custom-tab-line .nav-item {
  margin-right: 20px;
}
.nav-tabs.custom-tab-line .nav-item.show .nav-link {
  color: #0080ff;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #0080ff;
}
.nav-tabs.custom-tab-line .nav-link {
  border-bottom-width: 2px;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs.custom-tab-line .nav-link.active {
  color: #0080ff;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #0080ff;
}
.nav-tabs.custom-tab-line .nav-link:focus {
  color: #0080ff;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #0080ff;
}
.nav-tabs.custom-tab-line .nav-link:hover {
  color: #0080ff;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #0080ff;
}

.nav-pills.custom-tab-button {
  text-align: center;
}
.nav-pills.custom-tab-button .nav-item {
  margin-right: 20px;
}
.nav-pills.custom-tab-button .nav-link .tab-btn-icon {
  display: block;
}

/* 
---------------------------------
    : Custom - Timeline css :
---------------------------------
*/
.timeline-container {
  padding: 2.5em 0;
}

/* 
--------------------------------
    : Custom - Toolbar css :
--------------------------------
*/
.btn-toolbar {
  margin: 0 auto;
}

.tool-bottom .tool-item:first-child, .tool-top .tool-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tool-bottom .tool-item:last-child, .tool-top .tool-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-toolbar > i {
  color: #ffffff;
  font-size: 20px;
}

.toolbar-primary .tool-item {
  background: #0080ff;
}

.toolbar-primary .tool-item > .feather {
  color: #ffffff;
}

.toolbar-primary.tool-top .arrow {
  border-color: #0080ff transparent transparent;
}

.toolbar-primary .tool-item.selected {
  background: #0073e6;
}
.toolbar-primary .tool-item:hover {
  background: #0073e6;
}

.btn-toolbar-primary.pressed {
  background: #0073e6;
}

.toolbar-secondary .tool-item {
  background: #93b4d4;
}

.toolbar-secondary .tool-item > .feather {
  color: #ffffff;
}

.toolbar-secondary.tool-top .arrow {
  border-color: #93b4d4 transparent transparent;
}

.toolbar-secondary .tool-item.selected {
  background: #81a7cd;
}
.toolbar-secondary .tool-item:hover {
  background: #81a7cd;
}

.btn-toolbar-secondary.pressed {
  background: #81a7cd;
}

.toolbar-success .tool-item {
  background: #18d26b;
}

.toolbar-success .tool-item > .feather {
  color: #ffffff;
}

.toolbar-success.tool-top .arrow {
  border-color: #18d26b transparent transparent;
}

.toolbar-success.tool-right .arrow {
  border-color: transparent #18d26b transparent transparent;
}

.toolbar-success .tool-item.selected {
  background: #15bb5f;
}
.toolbar-success .tool-item:hover {
  background: #15bb5f;
}

.btn-toolbar-success.pressed {
  background: #15bb5f;
}

.toolbar-danger .tool-item {
  background: #ff3f3f;
}

.toolbar-danger .tool-item > .feather {
  color: #ffffff;
}

.toolbar-danger.tool-top .arrow {
  border-color: #ff3f3f transparent transparent;
}

.toolbar-danger.tool-bottom .arrow {
  border-color: transparent transparent #ff3f3f;
}

.toolbar-danger .tool-item.selected {
  background: #ff2626;
}
.toolbar-danger .tool-item:hover {
  background: #ff2626;
}

.btn-toolbar-danger.pressed {
  background: #ff2626;
}

.toolbar-warning .tool-item {
  background: #ffa800;
}

.toolbar-warning .tool-item > .feather {
  color: #ffffff;
}

.toolbar-warning.tool-top .arrow {
  border-color: #ffa800 transparent transparent;
}

.toolbar-warning.tool-left .arrow {
  border-color: transparent transparent transparent #ffa800;
}

.toolbar-warning .tool-item.selected {
  background: #e69700;
}
.toolbar-warning .tool-item:hover {
  background: #e69700;
}

.btn-toolbar-warning.pressed {
  background: #e69700;
}

.toolbar-info .tool-item {
  background: #00b8d4;
}

.toolbar-info .tool-item > .feather {
  color: #ffffff;
}

.toolbar-info.tool-top .arrow {
  border-color: #00b8d4 transparent transparent;
}

.toolbar-info .tool-item.selected {
  background: #00a2bb;
}
.toolbar-info .tool-item:hover {
  background: #00a2bb;
}

.btn-toolbar-info.pressed {
  background: #00a2bb;
}

.toolbar-light .tool-item {
  background: #d4d8de;
}

.toolbar-light .tool-item > .feather {
  color: #ffffff;
}

.toolbar-light.tool-top .arrow {
  border-color: #d4d8de transparent transparent;
}

.toolbar-light .tool-item.selected {
  background: #c6cbd3;
}
.toolbar-light .tool-item:hover {
  background: #c6cbd3;
}

.btn-toolbar-light.pressed {
  background: #c6cbd3;
}

.toolbar-dark .tool-item {
  background: #001d4f;
}

.toolbar-dark .tool-item > .feather {
  color: #ffffff;
}

.toolbar-dark.tool-top .arrow {
  border-color: #001d4f transparent transparent;
}

.toolbar-dark .tool-item.selected {
  background: #1e2f49;
}
.toolbar-dark .tool-item:hover {
  background: #1e2f49;
}

.btn-toolbar-dark.pressed {
  background: #1e2f49;
}

/* 
-------------------------------
    : Custom - Tour css :
-------------------------------
*/
.tourbar .card-body {
  padding: 20px;
}

.cd-single-step .cd-more-info {
  font-family: "Instrument Sans", sans-serif !important;
  border-radius: 3px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
}
.cd-single-step .cd-more-info:before {
  color: #ffffff;
}
.cd-single-step .cd-more-info h2 {
  font-size: 18px;
  color: #282828;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.cd-single-step .cd-more-info p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.4em;
  font-family: "Instrument Sans", sans-serif !important;
  color: #8A98AC;
}
.cd-single-step .cd-more-info img {
  margin-bottom: 1.4em;
  max-width: 100%;
  width: 150px;
}
.cd-single-step .cd-more-info span {
  float: left;
  padding-top: 0.1em;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif !important;
}
.cd-single-step .cd-more-info .cd-close:before {
  background-color: #8A98AC;
}
.cd-single-step .cd-more-info .cd-close:after {
  background-color: #8A98AC;
}
.cd-single-step .cd-more-info .cd-tour-nav li:first-of-type {
  margin-right: 15px;
}
.cd-single-step .cd-more-info .cd-tour-nav a {
  font-size: 14px;
  color: #0080ff;
  font-weight: 400;
  background-color: rgba(0, 128, 255, 0.1);
  padding: 6px 12px;
  border-radius: 3px;
}
.cd-single-step .cd-more-info .cd-tour-nav a.cd-prev.inactive {
  background-color: rgba(129, 167, 205, 0.1);
  border: none;
  color: #93b4d4;
}
.cd-single-step .cd-more-info .cd-tour-nav a.cd-next.inactive {
  background-color: rgba(129, 167, 205, 0.1);
  border: none;
  color: #93b4d4;
}

@media only screen and (min-width: 768px) {
  .cd-single-step .cd-more-info {
    font-family: "Instrument Sans", sans-serif !important;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
  }
  .cd-single-step .cd-more-info:before {
    color: #ffffff;
  }
  .cd-single-step .cd-more-info h2 {
    font-size: 18px;
    color: #282828;
    line-height: 1.2;
    margin-bottom: 0.4em;
  }
  .cd-single-step .cd-more-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.4em;
    font-family: "Instrument Sans", sans-serif !important;
    color: #8A98AC;
  }
  .cd-single-step .cd-more-info span {
    float: left;
    padding-top: 0.1em;
    font-size: 14px;
    font-family: "Instrument Sans", sans-serif !important;
  }
  .cd-single-step .cd-more-info .cd-close:before {
    background-color: #8A98AC;
  }
  .cd-single-step .cd-more-info .cd-close:after {
    background-color: #8A98AC;
  }
  .cd-single-step .cd-more-info .cd-tour-nav li:first-of-type {
    margin-right: 15px;
  }
  .cd-single-step .cd-more-info .cd-tour-nav a {
    font-size: 14px;
    color: #0080ff;
    font-weight: 400;
    background-color: rgba(0, 128, 255, 0.1);
    padding: 6px 12px;
    border-radius: 3px;
  }
  .cd-single-step .cd-more-info .cd-tour-nav a.cd-prev.inactive {
    background-color: rgba(129, 167, 205, 0.1);
    border: none;
    color: #93b4d4;
  }
  .cd-single-step .cd-more-info .cd-tour-nav a.cd-next.inactive {
    background-color: rgba(129, 167, 205, 0.1);
    border: none;
    color: #93b4d4;
  }
}
/* 
--------------------------------
    : Custom - Widgets css :
--------------------------------
*/
/* -- Widget - Basic -- */
.widget-icon-bg {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

/* --  Widget - To Do Lists -- */
.to-do-list .list-group-item {
  border: none;
}
.to-do-list .custom-control-label {
  color: #282828;
}

.to-do-list-remove {
  float: right;
  vertical-align: middle;
  cursor: pointer;
}
.to-do-list-remove:hover {
  color: #ff3f3f !important;
}

/* -- Widget - Action History -- */
.activities-history-list {
  position: relative;
}
.activities-history-list i {
  position: absolute;
  color: #0080ff;
  top: 9px;
  left: 9px;
  font-size: 18px;
}
.activities-history-list:before {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #d4d8de;
}
.activities-history-list:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 20px;
  left: 6px;
  background: rgba(129, 167, 205, 0.1);
}
.activities-history-list .activities-history-item {
  margin-left: 30px;
  margin-bottom: 30px;
}
.activities-history-list .activities-history-item p {
  font-size: 12px;
}

.icon-timer i {
  width: 30px;
  height: 30px;
  padding: 15px;
  font-size: 20px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}

.widget-newsletter .form-control {
  background-color: #ffffff;
  border-radius: 50px;
}
.widget-newsletter .form-control:focus {
  background-color: #ffffff;
}
.widget-newsletter .input-group-append {
  padding: 3px;
  background: #ffffff;
  border-radius: 0 50px 50px 0;
}
.widget-newsletter .input-group-append .btn {
  border-radius: 50px;
  background-color: #ff3f3f;
  color: #ffffff;
  padding: 4px 10px;
  font-weight: 700;
}

.chartist-widget-color {
  height: 194px !important;
}
.chartist-widget-color .ct-series-a .ct-bar {
  stroke: #ffffff;
}
.chartist-widget-color .ct-label {
  fill: #ffffff;
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
}

.blog-meta {
  text-align: right;
  font-size: 14px;
}

.action-icon {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
}

.dash-widget .nav-pills .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
}
.dash-widget .nav-pills .nav-link.active {
  color: #0080ff;
  background-color: rgba(129, 167, 205, 0.1);
}

.storage-num {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ecom-chart-btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  bottom: 5%;
  left: 4%;
}
.ecom-chart-btn span {
  background-color: #ffffff;
  border-radius: 3px;
  color: #001d4f;
  padding: 5px 10px;
  font-size: 14px;
}

#apex-pie-chart .apexcharts-canvas {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .blog-link {
    text-align: center;
  }

  .blog-meta {
    text-align: center;
    margin-top: 15px;
  }
}
/* 
-----------------------------------
    : Custom - Responsive css :
-----------------------------------
*/
@media (min-width: 1200px) and (max-width: 1300px) {
  .prodCard { min-height: 470px; }
}
@media (min-width: 1301px) and (max-width: 1440px) {
  .prodCard { min-height: 440px; }
}
@media (max-width: 1199px) {
  .container-fluid {
    width: 100%;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .topbar .menubar-toggle {
    display: inline-block;
  }

  .navigationbar {
    background-color: transparent;
    padding: 0;
  }

  .breadcrumbbar {
    margin: 101px 30px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .vertical-layout.toggle-menu .leftbar {
    position: fixed;
    width: 80px;
    margin-left: 0;
    transition: all 0.3s ease;
  }
  .vertical-layout.toggle-menu .leftbar:hover {
    width: 250px;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu > li > a > span {
    display: inline-block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu > li > a > i {
    font-size: 16px;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu li > a > .icon-chevron-right {
    display: inline-block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu li.active > .vertical-submenu {
    display: block !important;
  }
  .vertical-layout.toggle-menu .leftbar:hover .profilename {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .userbox {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-header {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .profilebar {
    padding: 15px 30px 15px 30px;
  }
  .vertical-layout.toggle-menu .leftbar:hover .logobar .logo.logo-small {
    display: none;
  }
  .vertical-layout.toggle-menu .leftbar:hover .logobar .logo.logo-large {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .logobar .logo img {
    width: 120px;
  }
  .vertical-layout.toggle-menu .leftbar:hover ~ .rightbar .topbar {
    left: 250px;
  }
  .vertical-layout.toggle-menu .vertical-menu > li > a > i {
    font-size: 18px;
  }
  .vertical-layout.toggle-menu .vertical-menu > li > a > span {
    display: none;
  }
  .vertical-layout.toggle-menu .vertical-menu li > a > .icon-chevron-right {
    display: none;
  }
  .vertical-layout.toggle-menu .vertical-menu li.active > .vertical-submenu {
    display: none !important;
  }
  .vertical-layout.toggle-menu .profilename {
    display: none;
  }
  .vertical-layout.toggle-menu .userbox {
    display: none;
  }
  .vertical-layout.toggle-menu .vertical-header {
    display: none;
  }
  .vertical-layout.toggle-menu .profilebar {
    padding: 15px 15px 15px 15px;
  }
  .vertical-layout.toggle-menu .logobar .logo.logo-small {
    display: block;
  }
  .vertical-layout.toggle-menu .logobar .logo.logo-large {
    display: none;
  }
  .vertical-layout.toggle-menu .logobar .logo img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 15px;
  }

  .leftbar {
    position: fixed;
    margin-left: -250px;
  }

  .rightbar {
    margin-left: 0 !important;
  }

  .topbar-mobile {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 110;
  }

  .topbar {
    display: none;
  }
  .topbar .togglebar {
    display: none;
  }
  .topbar .infobar {
    margin-right: 0;
  }
  .topbar .menubar-toggle {
    display: none;
  }

  .topbar-toggle-menu .topbar {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    margin-top: 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
  }

  .menubar {
    text-align: right;
  }

  .contentbar {
    padding: 30px 15px;
  }

  .footerbar {
    left: 0;
  }

  .email-rightbar .email-open-box .open-email-head ul {
    text-align: left;
    margin-top: 15px;
  }

  .breadcrumbbar {
    margin: 101px 15px 0 15px;
    padding: 20px 0 20px 0;
  }
  .breadcrumbbar .page-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .breadcrumbbar .breadcrumb-list {
    text-align: center;
  }
  .breadcrumbbar .widgetbar {
    text-align: center;
    margin-top: 10px;
  }

}
@media (max-width: 420px) {
  .infobar-settings-sidebar.sidebarshow { width: 100%; }
  .card-body { padding: 0.25rem; }
  .table th {
    font-size: 12px;
    padding: 0.2rem;
  }
  .table td {
    font-size: 13px;
}
}

.topbar li a sup, .topbar-mobile li a sup {
  background: #1e2f49;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  line-height: 16px;
  text-align: center;
  right: 15px;
  top: 2px;
  position: absolute;
}

.rotate { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }

/* badge */

.badge2 {
  font-size: 120%;
  transform: rotate(45deg);
  margin: 0px auto;
  background: #001d4f;
  width: 50px;
  height: 50px;
  line-height: 11px;
  text-align: center;
  border-radius: 10px;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
  position: absolute;
  right: 40px;
  bottom: 15px;
  padding-top: 12px;
  padding-right: 0px;
}

.badge2 span {
  display: block;
  transform: rotate(-45deg);
  opacity: .9;
}

/* ribbon */

.ribbon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  content: '';
  display: block;
  border: 5px solid #052b5e;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 198px;
  /*padding: 12px 0;*/
  padding: 7px 0;
  color: #FFF;
  font-weight: bold;
  /*font-size: 11px;*/
  font-size: 18px;
  /*text-shadow: 1px 1px 2px rgba(0,0,0,.6);*/
  text-shadow: 0px 0px 3px rgba(0,0,0,.8);
  text-align: center;
}

.ribbon-top-left {
  top: -10px;
  left: 5px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -15px;
  top: 36px;
  transform: rotate(-45deg);
}

/* fine ribbon */

.sk-title { min-height: 90px; }
.sk-text { min-height: 80px; }

@media (min-width: 1199px) and (max-width: 1400px) {
  .sk-title { min-height: 130px; }
  .sk-text { min-height: 110px; }
}

.badge {
  font-size: 100%;
  }

  .modal-xxl {
    width: 100%;
    max-width: 1800px;
}