@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=Mukta+Vaani:200,300,400,500,600,700,800&display=swap");
/* 
--------------------------------
    : Custom - General css :
--------------------------------
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Mukta Vaani", sans-serif;
  margin: 0;
  background: #f2f3f7;
  font-size: 16px;
  font-weight: 300;
  color: #8A98AC;
  line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #141d46;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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: #506fe4;
}
a:hover {
  color: #3a5de1;
  outline: 0;
  text-decoration: none;
}
a:active {
  color: #3a5de1;
  outline: 0;
  text-decoration: none;
}
a:focus {
  color: #3a5de1;
  outline: 0;
  text-decoration: none;
}

code {
  color: #506fe4;
}

.logobar {
  padding: 15px 0;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.logobar .logo img {
  width: 100px;
  height: 40px;
}

.leftbar {
  width: 250px;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 99;
  transition: all 0.3s ease;
}

.rightbar {
  margin-left: 250px;
  overflow: hidden;
  min-height: 500px;
  transition: all 0.3s ease;
}

.contentbar {
  padding: 30px;
  margin-bottom: 30px;
}

.footerbar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 250px;
  padding: 20px 30px;
  text-align: center;
  background-color: #ffffff;
  background-color: #ffffff;
}

.toggle-menu .footerbar {
  left: 60px;
}

.slimScrollBar {
  z-index: 0 !important;
}

.navigationbar {
  height: calc(100vh - 0px);
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.vertical-menu-detail {
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vertical-menu-detail .logobar {
  margin-bottom: 5px;
}

.vertical-menu-icon {
  height: 100%;
  width: 60px;
  float: left;
  background-color: #506fe4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}
.vertical-menu-icon .nav-pills .nav-link {
  padding: 7px 5px;
  margin: 10px;
  text-align: center;
  border-radius: 3px;
}
.vertical-menu-icon .nav-pills .nav-link img {
  width: 25px;
}
.vertical-menu-icon .nav-pills .nav-link.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vertical-menu-icon .nav-pills .logobar {
  margin-bottom: 200px;
}

.menu-title {
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 18px;
  color: #141d46;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/*
.vertical-menu-icon .nav-pills .nav-link.active:before {
    content: "";    
    position: absolute;
    left: 52px;
    top: auto;
    font-size: 0;
    font-weight: 600;
    line-height: 0;
    color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px;
    border: 7px solid $primary;
    border-radius: 3px;
}
*/
/* 
-------------------------------
    : 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, #506fe4 0, #969efa 100%);
}

.bg-secondary-gradient {
  background-image: linear-gradient(58deg, #96a3b6 0, #e6e8f0 100%);
}

.bg-success-gradient {
  background-image: linear-gradient(58deg, #43d187 0, #45e396 100%);
}

.bg-danger-gradient {
  background-image: linear-gradient(58deg, #f9616d 0, #ff8181 100%);
}

.bg-warning-gradient {
  background-image: linear-gradient(58deg, #f7bb4d 0, #fef07f 100%);
}

.bg-info-gradient {
  background-image: linear-gradient(58deg, #3d9bfb 0, #a7daf5 100%);
}

.bg-light-gradient {
  background-image: linear-gradient(58deg, #f2f3f7 0, #f8fbff 100%);
}

.bg-dark-gradient {
  background-image: linear-gradient(58deg, #141d46 0, #4c4c4c 100%);
}

.text-primary-gradient {
  background: -webkit-linear-gradient(#4cc6f3, #506fe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
  background: -webkit-linear-gradient(#cfd2d6, #96a3b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-success-gradient {
  background: -webkit-linear-gradient(#9acd2b, #43d187);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-danger-gradient {
  background: -webkit-linear-gradient(#ff7e4b, #f9616d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-warning-gradient {
  background: -webkit-linear-gradient(#faec51, #f7bb4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-info-gradient {
  background: -webkit-linear-gradient(#2ce9ad, #3d9bfb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-light-gradient {
  background: -webkit-linear-gradient(#f3f3f3, #f2f3f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-dark-gradient {
  background: -webkit-linear-gradient(#666666, #141d46);
  -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(80, 111, 228, 0.1);
}

.secondary-rgba {
  background-color: rgba(150, 163, 182, 0.1);
}

.success-rgba {
  background-color: rgba(67, 209, 135, 0.1);
}

.danger-rgba {
  background-color: rgba(249, 97, 109, 0.1);
}

.warning-rgba {
  background-color: rgba(247, 187, 77, 0.1);
}

.info-rgba {
  background-color: rgba(61, 155, 251, 0.1);
}

.light-rgba {
  background-color: rgba(242, 243, 247, 0.1);
}

.dark-rgba {
  background-color: rgba(20, 29, 70, 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: #506fe4;
}
.icon-box-list div:hover p i {
  color: #506fe4;
  background-color: rgba(80, 111, 228, 0.1) !important;
  transform: scale(1.2);
}
.icon-box-list div:hover p span.text-alias {
  color: #506fe4;
}

.icon-svg-list div p span {
  padding: 8px 12px 10px;
  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: 22px;
  transition: transform 0.2s;
}
.icon-svg-list div p:hover span {
  background-color: rgba(80, 111, 228, 0.1) !important;
}
.icon-svg-list div p:hover span .icon-svg {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
  transform: scale(1.2);
}

/* -- Grid -- */
.example-row .grid-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #ebeefc;
  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(80, 111, 228, 0.1);
  border: 1px solid #a8b8f2;
  color: #506fe4;
}
.example-row .row + .row {
  margin-top: 1rem;
}
.example-row.example-row-flex-cols .row {
  min-height: 10rem;
  background-color: #d5dcf8;
}

@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: #506fe4;
}
.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: #506fe4;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox]:checked + label:after {
  background-color: #506fe4;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox] + label:before {
  border-color: #96a3b6;
}
.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: #96a3b6;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox]:checked + label:after {
  background-color: #96a3b6;
}
.custom-checkbox-button .checkbox-success input[type=checkbox] + label:before {
  border-color: #43d187;
}
.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: #43d187;
}
.custom-checkbox-button .checkbox-success input[type=checkbox]:checked + label:after {
  background-color: #43d187;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox] + label:before {
  border-color: #f9616d;
}
.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: #f9616d;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox]:checked + label:after {
  background-color: #f9616d;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox] + label:before {
  border-color: #f7bb4d;
}
.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: #f7bb4d;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox]:checked + label:after {
  background-color: #f7bb4d;
}
.custom-checkbox-button .checkbox-info input[type=checkbox] + label:before {
  border-color: #3d9bfb;
}
.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: #3d9bfb;
}
.custom-checkbox-button .checkbox-info input[type=checkbox]:checked + label:after {
  background-color: #3d9bfb;
}
.custom-checkbox-button .checkbox-light input[type=checkbox] + label:before {
  border-color: #f2f3f7;
}
.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: #f2f3f7;
}
.custom-checkbox-button .checkbox-light input[type=checkbox]:checked + label:after {
  background-color: #f2f3f7;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox] + label:before {
  border-color: #141d46;
}
.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: #141d46;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox]:checked + label:after {
  background-color: #141d46;
}

/* -- 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: #506fe4;
}
.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: #506fe4;
}
.custom-radio-button .radio-primary input[type=radio]:checked + label:after {
  background-color: #506fe4;
}
.custom-radio-button .radio-secondary input[type=radio] + label:before {
  border-color: #96a3b6;
}
.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: #96a3b6;
}
.custom-radio-button .radio-secondary input[type=radio]:checked + label:after {
  background-color: #96a3b6;
}
.custom-radio-button .radio-success input[type=radio] + label:before {
  border-color: #43d187;
}
.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: #43d187;
}
.custom-radio-button .radio-success input[type=radio]:checked + label:after {
  background-color: #43d187;
}
.custom-radio-button .radio-danger input[type=radio] + label:before {
  border-color: #f9616d;
}
.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: #f9616d;
}
.custom-radio-button .radio-danger input[type=radio]:checked + label:after {
  background-color: #f9616d;
}
.custom-radio-button .radio-warning input[type=radio] + label:before {
  border-color: #f7bb4d;
}
.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: #f7bb4d;
}
.custom-radio-button .radio-warning input[type=radio]:checked + label:after {
  background-color: #f7bb4d;
}
.custom-radio-button .radio-info input[type=radio] + label:before {
  border-color: #3d9bfb;
}
.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: #3d9bfb;
}
.custom-radio-button .radio-info input[type=radio]:checked + label:after {
  background-color: #3d9bfb;
}
.custom-radio-button .radio-light input[type=radio] + label:before {
  border-color: #f2f3f7;
}
.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: #f2f3f7;
}
.custom-radio-button .radio-light input[type=radio]:checked + label:after {
  background-color: #f2f3f7;
}
.custom-radio-button .radio-dark input[type=radio] + label:before {
  border-color: #141d46;
}
.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: #141d46;
}
.custom-radio-button .radio-dark input[type=radio]:checked + label:after {
  background-color: #141d46;
}

/* 
----------------------------------
    : 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: #506fe4 !important;
}

.border-secondary {
  border-color: #96a3b6 !important;
}

.border-success {
  border-color: #43d187 !important;
}

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

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

.border-info {
  border-color: #3d9bfb !important;
}

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

.border-dark {
  border-color: #141d46 !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: #141d46;
}
.toast .toast-header .close {
  color: #141d46;
  background-color: transparent;
}

/* -- Dropdown -- */
.dropdown-menu {
  padding: 5px 0;
  font-size: 16px;
  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: #141d46;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #141d46;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:hover {
  color: #141d46;
  background-color: rgba(150, 163, 182, 0.1);
}

.dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* -- Background color -- */
.bg-primary {
  background-color: #506fe4 !important;
}

.bg-secondary {
  background-color: #96a3b6 !important;
}

.bg-success {
  background-color: #43d187 !important;
}

.bg-danger {
  background-color: #f9616d !important;
}

.bg-warning {
  background-color: #f7bb4d !important;
}

.bg-info {
  background-color: #3d9bfb !important;
}

.bg-light {
  background-color: #f2f3f7 !important;
}

.bg-dark {
  background-color: #141d46 !important;
}

.bg-muted {
  background-color: #8A98AC !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/* -- Background color rgba -- */
.bg-primary-rgba {
  background-color: rgba(80, 111, 228, 0.1) !important;
}

.bg-secondary-rgba {
  background-color: rgba(150, 163, 182, 0.1) !important;
}

.bg-success-rgba {
  background-color: rgba(67, 209, 135, 0.1) !important;
}

.bg-danger-rgba {
  background-color: rgba(249, 97, 109, 0.1) !important;
}

.bg-warning-rgba {
  background-color: rgba(247, 187, 77, 0.1) !important;
}

.bg-info-rgba {
  background-color: rgba(61, 155, 251, 0.1) !important;
}

.bg-light-rgba {
  background-color: rgba(242, 243, 247, 0.1) !important;
}

.bg-dark-rgba {
  background-color: rgba(20, 29, 70, 0.1) !important;
}

/* -- Text Color -- */
.text-white {
  color: #ffffff !important;
}

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

.text-muted {
  color: #8A98AC !important;
}

.text-primary {
  color: #506fe4 !important;
}

.text-secondary {
  color: #96a3b6 !important;
}

.text-success {
  color: #43d187 !important;
}

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

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

.text-info {
  color: #3d9bfb !important;
}

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

.text-dark {
  color: #141d46 !important;
}

a.text-primary:focus {
  color: #3a5de1 !important;
}
a.text-primary:hover {
  color: #3a5de1 !important;
}

a.text-secondary:focus {
  color: #8796ac !important;
}
a.text-secondary:hover {
  color: #8796ac !important;
}

a.text-success:focus {
  color: #31c97a !important;
}
a.text-success:hover {
  color: #31c97a !important;
}

a.text-danger:focus {
  color: #f84856 !important;
}
a.text-danger:hover {
  color: #f84856 !important;
}

a.text-warning:focus {
  color: #f6b235 !important;
}
a.text-warning:hover {
  color: #f6b235 !important;
}

a.text-info:focus {
  color: #248efa !important;
}
a.text-info:hover {
  color: #248efa !important;
}

a.text-light:focus {
  color: #e2e4ed !important;
}
a.text-light:hover {
  color: #e2e4ed !important;
}

a.text-dark:focus {
  color: #0e1532 !important;
}
a.text-dark:hover {
  color: #0e1532 !important;
}

/* -- 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(247, 187, 77, 0.1);
  color: #141d46;
}

mark {
  background-color: rgba(247, 187, 77, 0.1);
  color: #141d46;
}

/* 
------------------------------
    : Custom - Icons css :
------------------------------
*/
@font-face {
  font-family: "feather";
  src: url("../fonts/feather.eot?t=1525787366991");
  /* IE9*/
  src: url("../fonts/feather.eot?t=1525787366991#iefix") format("embedded-opentype"), url("../fonts/feather.woff?t=1525787366991") format("woff"), url("../fonts/feather.ttf?t=1525787366991") format("truetype"), url("../fonts/feather.svg?t=1525787366991#feather") format("svg");
  /* iOS 4.1- */
}
.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-octagon:before {
  content: "";
}

.icon-alert-circle:before {
  content: "";
}

.icon-activity:before {
  content: "";
}

.icon-alert-triangle:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-airplay:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-arrow-down-left:before {
  content: "";
}

.icon-arrow-down-right:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-aperture:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up-left:before {
  content: "";
}

.icon-arrow-up-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-award:before {
  content: "";
}

.icon-bar-chart:before {
  content: "";
}

.icon-at-sign:before {
  content: "";
}

.icon-bar-chart-2:before {
  content: "";
}

.icon-battery-charging:before {
  content: "";
}

.icon-bell-off:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-bluetooth:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-camera-off:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-cast:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevrons-down:before {
  content: "";
}

.icon-chevrons-right:before {
  content: "";
}

.icon-chevrons-up:before {
  content: "";
}

.icon-chevrons-left:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-cloud-lightning:before {
  content: "";
}

.icon-cloud-drizzle:before {
  content: "";
}

.icon-cloud-rain:before {
  content: "";
}

.icon-cloud-off:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-cloud-snow:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-corner-down-right:before {
  content: "";
}

.icon-corner-down-left:before {
  content: "";
}

.icon-corner-left-down:before {
  content: "";
}

.icon-corner-left-up:before {
  content: "";
}

.icon-corner-up-left:before {
  content: "";
}

.icon-corner-up-right:before {
  content: "";
}

.icon-corner-right-down:before {
  content: "";
}

.icon-corner-right-up:before {
  content: "";
}

.icon-cpu:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-crosshair:before {
  content: "";
}

.icon-disc:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-download-cloud:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-droplet:before {
  content: "";
}

.icon-edit-2:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-edit-1:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-feather:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-file-minus:before {
  content: "";
}

.icon-eye-off:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-plus:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-layers:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-layout:before {
  content: "";
}

.icon-link-2:before {
  content: "";
}

.icon-life-buoy:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-log-in:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-log-out:before {
  content: "";
}

.icon-loader:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-maximize-2:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-message-circle:before {
  content: "";
}

.icon-message-square:before {
  content: "";
}

.icon-minimize-2:before {
  content: "";
}

.icon-mic-off:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-mic:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-monitor:before {
  content: "";
}

.icon-more-vertical:before {
  content: "";
}

.icon-more-horizontal:before {
  content: "";
}

.icon-move:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-navigation-2:before {
  content: "";
}

.icon-navigation:before {
  content: "";
}

.icon-octagon:before {
  content: "";
}

.icon-package:before {
  content: "";
}

.icon-pause-circle:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

.icon-phone-call:before {
  content: "";
}

.icon-phone-forwarded:before {
  content: "";
}

.icon-phone-missed:before {
  content: "";
}

.icon-phone-off:before {
  content: "";
}

.icon-phone-incoming:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone-outgoing:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-pocket:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-radio:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-refresh-ccw:before {
  content: "";
}

.icon-rewind:before {
  content: "";
}

.icon-rotate-ccw:before {
  content: "";
}

.icon-refresh-cw:before {
  content: "";
}

.icon-rotate-cw:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-scissors:before {
  content: "";
}

.icon-share-2:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-skip-back:before {
  content: "";
}

.icon-shuffle:before {
  content: "";
}

.icon-sidebar:before {
  content: "";
}

.icon-skip-forward:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-slash:before {
  content: "";
}

.icon-smartphone:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-speaker:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-stop-circle:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-sunrise:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-sunset:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-thermometer:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-toggle-left:before {
  content: "";
}

.icon-toggle-right:before {
  content: "";
}

.icon-trash-2:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-trending-up:before {
  content: "";
}

.icon-trending-down:before {
  content: "";
}

.icon-triangle:before {
  content: "";
}

.icon-type:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-upload-cloud:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-user-check:before {
  content: "";
}

.icon-user-minus:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-x:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-video-off:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-voicemail:before {
  content: "";
}

.icon-volume-x:before {
  content: "";
}

.icon-volume-2:before {
  content: "";
}

.icon-volume-1:before {
  content: "";
}

.icon-volume:before {
  content: "";
}

.icon-watch:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-x-square:before {
  content: "";
}

.icon-wind:before {
  content: "";
}

.icon-x:before {
  content: "";
}

.icon-x-circle:before {
  content: "";
}

.icon-zap:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-zoom-out:before {
  content: "";
}

.icon-command:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-hash:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-help-circle:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-wifi-off:before {
  content: "";
}

.icon-minimize:before {
  content: "";
}

.icon-maximize:before {
  content: "";
}

.icon-gitlab:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-star-on:before {
  content: "";
}

.icon-heart-on:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-arrow-down-circle:before {
  content: "";
}

.icon-arrow-up-circle:before {
  content: "";
}

.icon-arrow-left-circle:before {
  content: "";
}

.icon-arrow-right-circle:before {
  content: "";
}

.icon-bar-chart-line-:before {
  content: "";
}

.icon-bar-chart-line:before {
  content: "";
}

.icon-book-open:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-dollar-sign:before {
  content: "";
}

.icon-folder-plus:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-folder-minus:before {
  content: "";
}

.icon-git-commit:before {
  content: "";
}

.icon-git-branch:before {
  content: "";
}

.icon-git-pull-request:before {
  content: "";
}

.icon-git-merge:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-hard-drive:before {
  content: "";
}

.icon-more-vertical-:before {
  content: "";
}

.icon-more-horizontal-:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-shield-off:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-zap-off:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

/* 
-----------------------------
    : Custom - Menu css :
-----------------------------
*/
.vertical-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: calc(100vh - 100px);
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.vertical-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.vertical-menu > li > a {
  padding: 8px 15px;
  display: block;
  color: #141d46;
  font-size: 16px;
}
.vertical-menu > li > a > i {
  display: inline-block;
  width: 30px;
  font-size: 16px;
  vertical-align: middle;
}
.vertical-menu > li > a > img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.vertical-menu > li > a > span {
  vertical-align: middle;
}
.vertical-menu > li > a.active {
  color: #506fe4;
}
.vertical-menu > li > a.active img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu > li:hover > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu > li:hover > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu > li.active > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu > li.active > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.vertical-menu > li.active {
  background-color: transparent;
}
.vertical-menu > li .label,
.vertical-menu > li .badge {
  margin-top: 4px;
}
.vertical-menu li.vertical-header {
  padding: 15px 25px 5px 25px;
  color: #8A98AC;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.vertical-menu li:first-child.vertical-header {
  padding: 5px 25px 5px 25px;
}
.vertical-menu li > a > .icon-chevron-right {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  float: right;
}
.vertical-menu li.active > a > .icon-chevron-right {
  transform: rotate(90deg);
}
.vertical-menu li.active > .vertical-submenu {
  display: block;
}
.vertical-menu a {
  color: #8A98AC;
  text-decoration: none;
}
.vertical-menu .vertical-submenu {
  display: none;
  list-style: none;
  padding-left: 5px;
  padding: 5px 0 5px 5px;
  margin: 0 1px;
  background: transparent;
}
.vertical-menu .vertical-submenu .vertical-submenu {
  padding-left: 12px;
}
.vertical-menu .vertical-submenu > li > a {
  padding: 4px 12px 4px 24px;
  display: block;
  font-size: 15px;
  color: #141d46;
}
.vertical-menu .vertical-submenu > li > a > .mdi {
  font-size: 5px;
  margin-right: 10px;
  vertical-align: middle;
  color: #141d46;
}
.vertical-menu .vertical-submenu > li > a > .icon-chevron-right,
.vertical-menu .vertical-submenu > li > a > .icon-chevron-down {
  width: auto;
}
.vertical-menu .vertical-submenu > li > a:before {
  content: "";
  font-family: "feather" !important;
  font-size: 10px;
  line-height: 10px;
  padding-right: 0.2rem;
  vertical-align: middle;
}
.vertical-menu .vertical-submenu > li > a.active {
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li.active > a {
  opacity: 1;
  font-weight: 300;
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li.active > a > .mdi {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li > a:hover {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li > a:hover > .mdi {
  opacity: 1;
  color: #506fe4;
}

.vertical-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  height: calc(100vh - 100px);
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.vertical-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.vertical-menu-rtl > li > a {
  padding: 15px 8px;
  display: block;
  color: #141d46;
  font-size: 16px;
}
.vertical-menu-rtl > li > a > i {
  display: inline-block;
  width: 30px;
  font-size: 16px;
  vertical-align: middle;
}
.vertical-menu-rtl > li > a > img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.vertical-menu-rtl > li > a > span {
  vertical-align: middle;
}
.vertical-menu-rtl > li > a.active {
  color: #506fe4;
}
.vertical-menu-rtl > li > a.active img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu-rtl > li:hover > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu-rtl > li:hover > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu-rtl > li.active > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu-rtl > li.active > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.vertical-menu-rtl > li.active {
  background-color: transparent;
}
.vertical-menu-rtl > li .label,
.vertical-menu-rtl > li .badge {
  margin-top: 4px;
}
.vertical-menu-rtl li.vertical-header {
  padding: 10px 15px 10px 25px;
  color: #8A98AC;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.vertical-menu-rtl li:first-child.vertical-header {
  padding: 5px 25px 5px 25px;
}
.vertical-menu-rtl li > a > .icon-chevron-right {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  float: right;
}
.vertical-menu-rtl li.active > a > .icon-chevron-right {
  transform: rotate(90deg);
}
.vertical-menu-rtl li.active > .vertical-submenu {
  display: block;
}
.vertical-menu-rtl a {
  color: #8A98AC;
  text-decoration: none;
}
.vertical-menu-rtl .vertical-submenu {
  display: none;
  list-style: none;
  padding-right: 5px;
  margin: 0 1px;
  background: transparent;
}
.vertical-menu-rtl .vertical-submenu .vertical-submenu {
  padding-right: 12px;
}
.vertical-menu-rtl .vertical-submenu > li > a {
  padding: 4px 24px 4px 12px;
  display: block;
  font-size: 15px;
  color: #141d46;
}
.vertical-menu-rtl .vertical-submenu > li > a > .mdi {
  font-size: 5px;
  margin-right: 10px;
  vertical-align: middle;
  color: #141d46;
}
.vertical-menu-rtl .vertical-submenu > li > a > .icon-chevron-right,
.vertical-menu-rtl .vertical-submenu > li > a > .icon-chevron-down {
  width: auto;
}
.vertical-menu-rtl .vertical-submenu > li > a:before {
  content: "";
  font-family: "feather" !important;
  font-size: 10px;
  line-height: 10px;
  padding-right: 0.2rem;
  vertical-align: middle;
}
.vertical-menu-rtl .vertical-submenu > li > a.active {
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li.active > a {
  opacity: 1;
  font-weight: 300;
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li.active > a > .mdi {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li > a:hover {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li > a:hover > .mdi {
  opacity: 1;
  color: #506fe4;
}

/* 
-------------------------------
    : Custom - Topbar css :
-------------------------------
*/
.toggle-menu .leftbar {
  position: fixed;
  width: 250px;
  margin-left: 0;
  transition: all 0.3s ease;
}
.toggle-menu .rightbar {
  margin-left: 60px;
}
.toggle-menu .rightbar .topbar {
  left: 60px;
}

.topbar-mobile {
  display: none;
  background-color: #ffffff;
  padding: 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  z-index: 9;
}
.topbar-mobile .mobile-logobar {
  display: inline-block;
}
.topbar-mobile .mobile-logobar img {
  width: 100px;
  height: 40px;
}
.topbar-mobile .mobile-togglebar {
  display: inline-block;
  float: right;
  margin-top: 8px;
}
.topbar-mobile .mobile-togglebar li {
  margin-right: 0;
  margin-left: 5px;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger {
  padding: 6px 10px;
  border-radius: 50%;
  background-color: #f2f3f7;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger img {
  width: 18px;
  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: #506fe4;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}
.topbar-mobile .mobile-togglebar .menu-hamburger {
  padding: 6px 10px;
  border-radius: 50%;
  background-color: #f2f3f7;
}
.topbar-mobile .mobile-togglebar .menu-hamburger img {
  width: 18px;
  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: #506fe4;
}
.topbar-mobile .mobile-togglebar .menu-hamburger:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}

.topbar {
  background-color: #ffffff;
  padding: 15px 30px;
  position: fixed;
  z-index: 9;
  left: 250px;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.topbar .dropdown-toggle::after {
  display: none;
}
.topbar .searchbar {
  width: 215px;
  margin-left: 5px;
}
.topbar .searchbar input[type=search] {
  background-color: rgba(150, 163, 182, 0.1);
  color: #141d46;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  border-radius: 0 3px 3px 0;
}
.topbar .searchbar ::placeholder {
  color: #717C99;
}
.topbar .searchbar .input-group-append {
  margin-left: 0px;
}
.topbar .searchbar .btn {
  background-color: rgba(150, 163, 182, 0.1);
  color: #141d46;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px 0 0 3px;
  padding: 3px 5px 3px 10px;
  box-shadow: none;
}
.topbar .searchbar .btn img {
  width: 18px;
  margin-top: 0;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar .togglebar {
  display: inline-block;
  padding-top: 1px;
}
.topbar .togglebar li {
  margin-right: 0;
}
.topbar .togglebar .menu-hamburger {
  padding: 6px 10px;
  border-radius: 50%;
  background-color: #f2f3f7;
}
.topbar .togglebar .menu-hamburger img {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  width: 18px;
}
.topbar .togglebar .menu-hamburger img.menu-hamburger-close {
  display: none;
}
.topbar .togglebar .menu-hamburger:hover {
  background-color: #506fe4;
}
.topbar .togglebar .menu-hamburger:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}
.topbar .infobar {
  display: inline-block;
  float: right;
}
.topbar .infobar > ul > li {
  margin-left: 5px;
  margin-right: 0;
}
.topbar .infobar > ul > li:first-child {
  margin-left: 0;
}
.topbar .infobar .infobar-icon {
  color: #506fe4;
  border-radius: 20px;
  display: flex;
  line-height: 40px;
  width: 60px;
  height: 40px;
  padding: 10px;
  background-color: #f2f3f7;
}
.topbar .infobar .infobar-icon img {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  width: 25px;
}
.topbar .infobar .infobar-icon i {
  padding: 12px;
}
.topbar .infobar .infobar-icon .live-icon {
  margin: 0 0 0 5px;
  vertical-align: middle;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.topbar .infobar .infobar-icon:hover {
  background-color: #506fe4;
  color: #ffffff;
}
.topbar .infobar .infobar-icon:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}
.topbar .infobar .languagebar .live-icon {
  font-size: 15px;
}
.topbar .infobar .languagebar a {
  padding: 6px 0 7px 0;
  border-radius: 3px;
  vertical-align: super;
  font-weight: 300;
}
.topbar .infobar .languagebar a:hover {
  color: #506fe4;
}
.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: -1px;
}

.breadcrumbbar {
  margin: 100px 30px 0 30px;
}
.breadcrumbbar .page-title {
  font-size: 18px;
  color: #141d46;
  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: #141d46;
}
.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: #506fe4;
  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: 36px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
}
.notifybar h5 {
  font-size: 16px;
  color: #141d46;
  margin-top: 0;
  margin-bottom: 5px;
}
.notifybar p {
  margin-bottom: 0;
}
.notifybar .timing {
  color: #8A98AC;
  font-size: 13px;
  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: #506fe4;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close {
  padding: 4px 0;
  color: #ffffff;
  font-size: 20px;
  border-radius: 3px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close:hover {
  background-color: transparent;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close img {
  width: 20px;
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.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: 14px !important;
  border-radius: 3px;
  padding: 0;
}
.languagebar .dropdown-menu .dropdown-item {
  padding: 10px 15px !important;
  color: #8A98AC;
}
.languagebar .dropdown-menu .dropdown-item:focus {
  color: #141d46;
  background-color: rgba(0, 0, 0, 0.03);
}
.languagebar .dropdown-menu .dropdown-item:hover {
  color: #141d46;
  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: -1px;
}

.account-box {
  background-color: #f2f3f7;
  border-radius: 3px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
.account-box h5 {
  color: #141d46;
  margin: 15px 0 5px;
}
.account-box p {
  margin-bottom: 0;
}
.account-box.active {
  background-color: #506fe4;
}
.account-box.active h5 {
  color: #ffffff;
}
.account-box.active p {
  color: #ffffff;
}
.account-box:hover {
  background-color: #506fe4;
}
.account-box:hover h5 {
  color: #ffffff;
}
.account-box:hover p {
  color: #ffffff;
}

.profilebar a.dropdown-toggle {
  padding: 6px 0 7px 0;
  border-radius: 20px;
  vertical-align: super;
}
.profilebar a.dropdown-toggle:hover {
  color: #506fe4;
}
.profilebar img {
  width: 36px;
  margin-right: 5px;
}
.profilebar .dropdown-menu {
  top: 14px !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 {
  vertical-align: middle;
  font-size: 15px;
}

.profilename {
  padding: 5px 0;
}
.profilename h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #506fe4;
}
.profilename p {
  color: #8A98AC;
  margin-bottom: 0;
  font-size: 15px;
}

.userbox {
  margin-top: 7px;
  margin-bottom: 5px;
}
.userbox .profile-icon {
  padding: 0;
  color: #141d46;
  border-radius: 3px;
  font-weight: 300;
}
.userbox .profile-icon:hover {
  background-color: transparent;
  color: #506fe4;
}
.userbox .profile-icon:hover img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.userbox .profile-icon img {
  width: 18px;
  margin-top: -3px;
  margin-right: 10px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.userbox .list-inline-item {
  margin-right: 0;
}

/* 
-------------------------------
    : Custom - Alerts css :
-------------------------------
*/
.alert {
  border: 0;
}
.alert .alert-heading {
  font-size: 20px;
}
.alert .alert-link {
  font-weight: 800;
}

.alert-primary {
  color: #506fe4;
  background-color: rgba(80, 111, 228, 0.1);
  border-color: rgba(80, 111, 228, 0.1);
}
.alert-primary .alert-link {
  color: #506fe4;
}
.alert-primary hr {
  border-top-color: #506fe4;
}

.alert-secondary {
  color: #96a3b6;
  background-color: rgba(150, 163, 182, 0.1);
  border-color: rgba(150, 163, 182, 0.1);
}
.alert-secondary .alert-link {
  color: #96a3b6;
}
.alert-secondary hr {
  border-top-color: #96a3b6;
}

.alert-success {
  color: #43d187;
  background-color: rgba(67, 209, 135, 0.1);
  border-color: rgba(67, 209, 135, 0.1);
}
.alert-success .alert-link {
  color: #43d187;
}
.alert-success hr {
  border-top-color: #43d187;
}

.alert-danger {
  color: #f9616d;
  background-color: rgba(249, 97, 109, 0.1);
  border-color: rgba(249, 97, 109, 0.1);
}
.alert-danger .alert-link {
  color: #f9616d;
}
.alert-danger hr {
  border-top-color: #f9616d;
}

.alert-warning {
  color: #f7bb4d;
  background-color: rgba(247, 187, 77, 0.1);
  border-color: rgba(247, 187, 77, 0.1);
}
.alert-warning .alert-link {
  color: #f7bb4d;
}
.alert-warning hr {
  border-top-color: #f7bb4d;
}

.alert-info {
  color: #3d9bfb;
  background-color: rgba(61, 155, 251, 0.1);
  border-color: rgba(61, 155, 251, 0.1);
}
.alert-info .alert-link {
  color: #3d9bfb;
}
.alert-info hr {
  border-top-color: #3d9bfb;
}

.alert-light {
  color: #8A98AC;
  background-color: rgba(242, 243, 247, 0.1);
  border-color: rgba(242, 243, 247, 0.1);
}
.alert-light .alert-link {
  color: #8A98AC;
}
.alert-light hr {
  border-top-color: #8A98AC;
}

.alert-dark {
  color: #141d46;
  background-color: rgba(20, 29, 70, 0.1);
  border-color: rgba(20, 29, 70, 0.1);
}
.alert-dark .alert-link {
  color: #141d46;
}
.alert-dark hr {
  border-top-color: #141d46;
}

/* 
-------------------------------
    : Custom - Badges css :
-------------------------------
*/
.badge {
  font-weight: 400;
}

.badge-default {
  background-color: #506fe4;
  color: #ffffff;
}
.badge-default[href]:hover {
  background-color: #3a5de1;
}
.badge-default[href]:focus {
  background-color: #3a5de1;
}

.badge-primary {
  background-color: #506fe4;
}
.badge-primary[href]:hover {
  background-color: #3a5de1;
}
.badge-primary[href]:focus {
  background-color: #3a5de1;
}

.badge-secondary {
  background-color: #96a3b6;
}
.badge-secondary[href]:hover {
  background-color: #8796ac;
}
.badge-secondary[href]:focus {
  background-color: #8796ac;
}

.badge-success {
  background-color: #43d187;
}
.badge-success[href]:hover {
  background-color: #31c97a;
}
.badge-success[href]:focus {
  background-color: #31c97a;
}

.badge-danger {
  background-color: #f9616d;
}
.badge-danger[href]:hover {
  background-color: #f84856;
}
.badge-danger[href]:focus {
  background-color: #f84856;
}

.badge-warning {
  color: #ffffff;
  background-color: #f7bb4d;
}
.badge-warning[href]:hover {
  background-color: #f6b235;
}
.badge-warning[href]:focus {
  background-color: #f6b235;
}

.badge-info {
  background-color: #3d9bfb;
}
.badge-info[href]:hover {
  background-color: #248efa;
}
.badge-info[href]:focus {
  background-color: #248efa;
}

.badge-light {
  color: #8A98AC;
  background-color: #f2f3f7;
}
.badge-light[href]:hover {
  background-color: #e2e4ed;
}
.badge-light[href]:focus {
  background-color: #e2e4ed;
}

.badge-dark {
  background-color: #141d46;
}
.badge-dark[href]:hover {
  background-color: #0e1532;
}
.badge-dark[href]:focus {
  background-color: #0e1532;
}

.badge-default-inverse {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}
.badge-default-inverse[href]:hover {
  background-color: #3a5de1;
}
.badge-default-inverse[href]:focus {
  background-color: #3a5de1;
}

.badge-primary-inverse {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}
.badge-primary-inverse[href]:hover {
  background-color: #3a5de1;
  color: #ffffff;
}
.badge-primary-inverse[href]:focus {
  background-color: #3a5de1;
  color: #ffffff;
}

.badge-secondary-inverse {
  background-color: rgba(150, 163, 182, 0.1);
  color: #96a3b6;
}
.badge-secondary-inverse[href]:hover {
  background-color: #8796ac;
  color: #ffffff;
}
.badge-secondary-inverse[href]:focus {
  background-color: #8796ac;
  color: #ffffff;
}

.badge-success-inverse {
  background-color: rgba(67, 209, 135, 0.1);
  color: #43d187;
}
.badge-success-inverse[href]:hover {
  background-color: #31c97a;
  color: #ffffff;
}
.badge-success-inverse[href]:focus {
  background-color: #31c97a;
  color: #ffffff;
}

.badge-danger-inverse {
  background-color: rgba(249, 97, 109, 0.1);
  color: #f9616d;
}
.badge-danger-inverse[href]:hover {
  background-color: #f84856;
  color: #ffffff;
}
.badge-danger-inverse[href]:focus {
  background-color: #f84856;
  color: #ffffff;
}

.badge-warning-inverse {
  background-color: rgba(247, 187, 77, 0.1);
  color: #f7bb4d;
}
.badge-warning-inverse[href]:hover {
  background-color: #f6b235;
  color: #ffffff;
}
.badge-warning-inverse[href]:focus {
  background-color: #f6b235;
  color: #ffffff;
}

.badge-info-inverse {
  background-color: rgba(61, 155, 251, 0.1);
  color: #3d9bfb;
}
.badge-info-inverse[href]:hover {
  background-color: #248efa;
  color: #ffffff;
}
.badge-info-inverse[href]:focus {
  background-color: #248efa;
  color: #ffffff;
}

.badge-light-inverse {
  background-color: rgba(242, 243, 247, 0.1);
  color: #8A98AC;
}
.badge-light-inverse[href]:hover {
  background-color: #e2e4ed;
  color: #8A98AC;
}
.badge-light-inverse[href]:focus {
  background-color: #e2e4ed;
  color: #8A98AC;
}

.badge-dark-inverse {
  background-color: rgba(20, 29, 70, 0.1);
  color: #141d46;
}
.badge-dark-inverse[href]:hover {
  background-color: #0e1532;
  color: #ffffff;
}
.badge-dark-inverse[href]:focus {
  background-color: #0e1532;
  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: 15px;
  padding: 6px 18px;
}

.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: #141d46;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-link {
  color: #506fe4;
  text-decoration: none;
}
.btn-link:hover {
  color: #506fe4;
  text-decoration: none;
}
.btn-link.focus {
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}

/* -- Primary Button -- */
.btn-primary {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
  box-shadow: none;
}
.btn-primary .disabled {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.btn-primary:disabled {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.btn-primary:active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-primary:hover {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-primary.focus {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-primary:visited {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

/* -- Primary Button Outline -- */
.btn-outline-primary {
  color: #506fe4;
  border-color: #506fe4;
}
.btn-outline-primary:active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-primary:visited {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

.open > .dropdown-toggle.btn-primary {
  background-color: #3a5de1;
  border-color: #3a5de1;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.show > .btn-primary.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

/* -- Secondary Button -- */
.btn-secondary {
  color: #ffffff;
  background-color: #96a3b6;
  border-color: #96a3b6;
  box-shadow: none;
}
.btn-secondary .disabled {
  color: #ffffff;
  background-color: #96a3b6;
  border-color: #96a3b6;
}
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #96a3b6;
  border-color: #96a3b6;
}
.btn-secondary:active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-secondary:hover {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-secondary.focus {
  color: #ffffff;
  background-color: #8796ac;
  border-color: #8796ac;
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-secondary:focus {
  color: #ffffff;
  background-color: #8796ac;
  border-color: #8796ac;
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-secondary:visited {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}

/* -- Secondary Button Outline -- */
.btn-outline-secondary {
  color: #96a3b6;
  border-color: #96a3b6;
}
.btn-outline-secondary:active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-outline-secondary:visited {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}

.open > .dropdown-toggle.btn-secondary {
  background-color: #8796ac;
  border-color: #8796ac;
}

.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #8796ac;
  border-color: #8796ac;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d2d8e0;
}
.show > .btn-secondary.dropdown-toggle {
  background-color: #8796ac;
  border-color: #8796ac;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d2d8e0;
}

/* -- Success Button -- */
.btn-success {
  color: #ffffff;
  background-color: #43d187;
  border-color: #43d187;
  box-shadow: none;
}
.btn-success .disabled {
  color: #ffffff;
  background-color: #43d187;
  border-color: #43d187;
}
.btn-success:disabled {
  color: #ffffff;
  background-color: #43d187;
  border-color: #43d187;
}
.btn-success:active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:hover {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success.focus {
  color: #ffffff;
  background-color: #31c97a;
  border-color: #31c97a;
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #31c97a;
  border-color: #31c97a;
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-success:visited {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:not(:disabled):not(.disabled).active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:not(:disabled):not(.disabled):active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

/* -- Success Button Outline -- */
.btn-outline-success {
  color: #43d187;
  border-color: #43d187;
}
.btn-outline-success:active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-outline-success:visited {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:not(:disabled):not(.disabled).active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

.open > .dropdown-toggle.btn-success {
  background-color: #31c97a;
  border-color: #31c97a;
}

.show > .btn-outline-success.dropdown-toggle {
  background-color: #31c97a;
  border-color: #31c97a;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.show > .btn-success.dropdown-toggle {
  background-color: #31c97a;
  border-color: #31c97a;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

/* -- Danger Button -- */
.btn-danger {
  color: #ffffff;
  background-color: #f9616d;
  border-color: #f9616d;
  box-shadow: none;
}
.btn-danger .disabled {
  color: #ffffff;
  background-color: #f9616d;
  border-color: #f9616d;
}
.btn-danger:disabled {
  color: #ffffff;
  background-color: #f9616d;
  border-color: #f9616d;
}
.btn-danger:active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:hover {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger.focus {
  color: #ffffff;
  background-color: #f84856;
  border-color: #f84856;
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: #f84856;
  border-color: #f84856;
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-danger:visited {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

/* -- Danger Button Outline -- */
.btn-outline-danger {
  color: #f9616d;
  border-color: #f9616d;
}
.btn-outline-danger:active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-outline-danger:visited {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:not(:disabled):not(.disabled).active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

.open > .dropdown-toggle.btn-danger {
  background-color: #f84856;
  border-color: #f84856;
}

.show > .btn-outline-danger.dropdown-toggle {
  background-color: #f84856;
  border-color: #f84856;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.show > .btn-danger.dropdown-toggle {
  background-color: #f84856;
  border-color: #f84856;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

/* -- Warning Button -- */
.btn-warning {
  color: #ffffff;
  background-color: #f7bb4d;
  border-color: #f7bb4d;
  box-shadow: none;
}
.btn-warning .disabled {
  color: #ffffff;
  background-color: #f7bb4d;
  border-color: #f7bb4d;
}
.btn-warning:disabled {
  color: #ffffff;
  background-color: #f7bb4d;
  border-color: #f7bb4d;
}
.btn-warning:active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning.focus {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-warning:focus {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-warning:visited {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

/* -- Warning Button Outline -- */
.btn-outline-warning {
  color: #f7bb4d;
  border-color: #f7bb4d;
}
.btn-outline-warning:active {
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-outline-warning:visited {
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

.open > .dropdown-toggle.btn-warning {
  background-color: #f6b235;
  border-color: #f6b235;
}

.show > .btn-outline-warning.dropdown-toggle {
  background-color: #f6b235;
  border-color: #f6b235;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.show > .btn-warning.dropdown-toggle {
  background-color: #f6b235;
  border-color: #f6b235;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

/* -- Info Button -- */
.btn-info {
  color: #ffffff;
  background-color: #3d9bfb;
  border-color: #3d9bfb;
  box-shadow: none;
}
.btn-info .disabled {
  color: #ffffff;
  background-color: #3d9bfb;
  border-color: #3d9bfb;
}
.btn-info:disabled {
  color: #ffffff;
  background-color: #3d9bfb;
  border-color: #3d9bfb;
}
.btn-info:active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:hover {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info.focus {
  color: #ffffff;
  background-color: #248efa;
  border-color: #248efa;
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #248efa;
  border-color: #248efa;
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-info:visited {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:not(:disabled):not(.disabled).active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:not(:disabled):not(.disabled):active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

/* -- Info Button Outline -- */
.btn-outline-info {
  color: #3d9bfb;
  border-color: #3d9bfb;
}
.btn-outline-info:active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-outline-info:visited {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

.open > .dropdown-toggle.btn-info {
  background-color: #248efa;
  border-color: #248efa;
}

.show > .btn-outline-info.dropdown-toggle {
  background-color: #248efa;
  border-color: #248efa;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.show > .btn-info.dropdown-toggle {
  background-color: #248efa;
  border-color: #248efa;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

/* -- Light Button -- */
.btn-light {
  color: #8A98AC;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
  box-shadow: none;
}
.btn-light .disabled {
  color: #ffffff;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
}
.btn-light:disabled {
  color: #ffffff;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
}
.btn-light:active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:hover {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light.focus {
  color: #8A98AC;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-light:focus {
  color: #8A98AC;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-light:visited {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:not(:disabled):not(.disabled).active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:not(:disabled):not(.disabled):active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}

/* -- Light Button Outline -- */
.btn-outline-light {
  color: #f2f3f7;
  border-color: #f2f3f7;
}
.btn-outline-light:active {
  color: #ffffff;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:hover {
  color: #ffffff;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-outline-light:visited {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:not(:disabled):not(.disabled).active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}

.open > .dropdown-toggle.btn-light {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}

.show > .btn-outline-light.dropdown-toggle {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.show > .btn-light.dropdown-toggle {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}

/* -- Dark Button -- */
.btn-dark {
  color: #ffffff;
  background-color: #141d46;
  border-color: #141d46;
  box-shadow: none;
}
.btn-dark .disabled {
  color: #ffffff;
  background-color: #141d46;
  border-color: #141d46;
}
.btn-dark:disabled {
  color: #ffffff;
  background-color: #141d46;
  border-color: #141d46;
}
.btn-dark:active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:hover {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark.focus {
  color: #ffffff;
  background-color: #0e1532;
  border-color: #0e1532;
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-dark:focus {
  color: #ffffff;
  background-color: #0e1532;
  border-color: #0e1532;
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-dark:visited {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:not(:disabled):not(.disabled).active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:not(:disabled):not(.disabled):active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

/* -- Dark Button Outline -- */
.btn-outline-dark {
  color: #141d46;
  background-image: none;
  background-color: transparent;
  border-color: #141d46;
}
.btn-outline-dark:active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-outline-dark:visited {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:not(:disabled):not(.disabled).active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

.open > .dropdown-toggle.btn-dark {
  background-color: #0e1532;
  border-color: #0e1532;
}

.show > .btn-outline-dark.dropdown-toggle {
  background-color: #0e1532;
  border-color: #0e1532;
}
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.show > .btn-dark.dropdown-toggle {
  background-color: #0e1532;
  border-color: #0e1532;
}
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

/* -- Default Button -- */
.btn-default {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
  box-shadow: none;
}
.btn-default .disabled {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.btn-default:disabled {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.btn-default:active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default.focus {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-default:focus {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-default:visited {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:not(:disabled):not(.disabled).active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:not(:disabled):not(.disabled):active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-default:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

/* -- Default Button Outline -- */
.btn-outline-default {
  color: #506fe4;
  border-color: #506fe4;
}
.btn-outline-default:active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:hover {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-default:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-default:visited {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:not(:disabled):not(.disabled).active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:not(:disabled):not(.disabled):active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

.open > .dropdown-toggle.btn-default {
  background-color: #3a5de1;
  border-color: #3a5de1;
}

.show > .btn-outline-default.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.show > .btn-default.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

/* -- Link Buttons -- */
.btn-primary-rgba {
  background-color: rgba(80, 111, 228, 0.1);
  border: none;
  color: #506fe4;
}

.btn-primary-rgba:hover {
  background-color: #506fe4;
  border: none;
  color: #ffffff;
}

.btn-primary-rgba:focus {
  background-color: #506fe4;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

.btn-secondary-rgba {
  background-color: rgba(150, 163, 182, 0.1);
  border: none;
  color: #96a3b6;
}

.btn-secondary-rgba:hover {
  background-color: #96a3b6;
  border: none;
  color: #ffffff;
}

.btn-secondary-rgba:focus {
  background-color: #96a3b6;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}

.btn-success-rgba {
  background-color: rgba(67, 209, 135, 0.1);
  border: none;
  color: #43d187;
}

.btn-success-rgba:hover {
  background-color: #43d187;
  border: none;
  color: #ffffff;
}

.btn-success-rgba:focus {
  background-color: #43d187;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

.btn-danger-rgba {
  background-color: rgba(249, 97, 109, 0.1);
  border: none;
  color: #f9616d;
}

.btn-danger-rgba:hover {
  background-color: #f9616d;
  border: none;
  color: #ffffff;
}

.btn-danger-rgba:focus {
  background-color: #f9616d;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

.btn-warning-rgba {
  background-color: rgba(247, 187, 77, 0.1);
  border: none;
  color: #f7bb4d;
}

.btn-warning-rgba:hover {
  background-color: #f7bb4d;
  border: none;
  color: #ffffff;
}

.btn-warning-rgba:focus {
  background-color: #f7bb4d;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

.btn-info-rgba {
  background-color: rgba(61, 155, 251, 0.1);
  border: none;
  color: #3d9bfb;
}

.btn-info-rgba:hover {
  background-color: #3d9bfb;
  border: none;
  color: #ffffff;
}

.btn-info-rgba:focus {
  background-color: #3d9bfb;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

.btn-light-rgba {
  background-color: rgba(242, 243, 247, 0.1);
  border: none;
  color: #8A98AC;
}

.btn-light-rgba:hover {
  background-color: #f2f3f7;
  border: none;
  color: #ffffff;
}

.btn-light-rgba:focus {
  background-color: #f2f3f7;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #fbfcfd;
}

.btn-dark-rgba {
  background-color: rgba(20, 29, 70, 0.1);
  border: none;
  color: #141d46;
}

.btn-dark-rgba:hover {
  background-color: #141d46;
  border: none;
  color: #ffffff;
}

.btn-dark-rgba:focus {
  background-color: #141d46;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

/* 
---------------------------------
    : Custom - Calender css :
---------------------------------
*/
.fc-toolbar h2 {
  margin: 0;
  font-size: 18px;
  color: #141d46;
}
.fc-toolbar .fc-state-active {
  z-index: 4;
  background-color: #506fe4;
  border-color: #506fe4;
  color: #ffffff;
}
.fc-toolbar .ui-state-active {
  z-index: 4;
  background-color: #506fe4;
  border-color: #506fe4;
  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: #f2f3f7;
  border: 1px solid #e2e4ed;
  color: #141d46;
  outline: 0;
  box-shadow: none;
  text-transform: capitalize;
  height: auto !important;
  padding: 6px 15px !important;
}

.fc-state-hover {
  background: #e2e4ed;
  border: 1px solid #e2e4ed;
}

.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: white;
  border: 1px solid #e2e4ed;
}

.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: #506fe4;
  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: #506fe4;
  border-color: #506fe4;
}

.card-secondary {
  background-color: #96a3b6;
  border-color: #96a3b6;
}

.card-success {
  background-color: #43d187;
  border-color: #43d187;
}

.card-danger {
  background-color: #f9616d;
  border-color: #f9616d;
}

.card-warning {
  background-color: #f7bb4d;
  border-color: #f7bb4d;
}

.card-info {
  background-color: #3d9bfb;
  border-color: #3d9bfb;
}

.card-light {
  background-color: #f2f3f7;
  border-color: #f2f3f7;
}

.card-dark {
  background-color: #141d46;
  border-color: #141d46;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  background-color: transparent;
}

.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
  padding: 15px;
}

.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(4px - 1px);
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: transparent;
}

.card-arrow {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
  border-radius: 50%;
  display: flex;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.card-arrow i {
  padding: 5px;
}
.card-arrow:hover {
  background-color: #506fe4;
  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: #506fe4;
  background-color: transparent;
  border-bottom: 2px solid #506fe4;
  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: #506fe4;
}
.ct-series-a .ct-line {
  stroke: #506fe4;
}
.ct-series-a .ct-bar {
  stroke: #506fe4;
}
.ct-series-a .ct-slice-donut {
  stroke: #506fe4;
}

.ct-series-a .ct-slice-pie {
  fill: #506fe4;
}
.ct-series-a .ct-slice-donut-solid {
  fill: #506fe4;
}
.ct-series-a .ct-area {
  fill: #506fe4;
}

.ct-series-b .ct-point {
  stroke: #43d187;
}
.ct-series-b .ct-line {
  stroke: #43d187;
}
.ct-series-b .ct-bar {
  stroke: #43d187;
}
.ct-series-b .ct-slice-donut {
  stroke: #43d187;
}

.ct-series-b .ct-slice-pie {
  fill: #43d187;
}
.ct-series-b .ct-slice-donut-solid {
  fill: #43d187;
}
.ct-series-b .ct-area {
  fill: #43d187;
}

.ct-series-c .ct-point {
  stroke: #f2f3f7;
}
.ct-series-c .ct-line {
  stroke: #f2f3f7;
}
.ct-series-c .ct-bar {
  stroke: #f2f3f7;
}
.ct-series-c .ct-slice-donut {
  stroke: #f2f3f7;
}

.ct-series-c .ct-slice-pie {
  fill: #f2f3f7;
}
.ct-series-c .ct-slice-donut-solid {
  fill: #f2f3f7;
}
.ct-series-c .ct-area {
  fill: #f2f3f7;
}

.ct-series-d .ct-point {
  stroke: #f9616d;
}
.ct-series-d .ct-line {
  stroke: #f9616d;
}
.ct-series-d .ct-bar {
  stroke: #f9616d;
}
.ct-series-d .ct-slice-donut {
  stroke: #f9616d;
}

.ct-series-d .ct-slice-pie {
  fill: #f9616d;
}
.ct-series-d .ct-slice-donut-solid {
  fill: #f9616d;
}
.ct-series-d .ct-area {
  fill: #f9616d;
}

.ct-series-e .ct-point {
  stroke: #f7bb4d;
}
.ct-series-e .ct-line {
  stroke: #f7bb4d;
}
.ct-series-e .ct-bar {
  stroke: #f7bb4d;
}
.ct-series-e .ct-slice-donut {
  stroke: #f7bb4d;
}

.ct-series-e .ct-slice-pie {
  fill: #f7bb4d;
}
.ct-series-e .ct-slice-donut-solid {
  fill: #f7bb4d;
}
.ct-series-e .ct-area {
  fill: #f7bb4d;
}

.ct-series-f .ct-point {
  stroke: #3d9bfb;
}
.ct-series-f .ct-line {
  stroke: #3d9bfb;
}
.ct-series-f .ct-bar {
  stroke: #3d9bfb;
}
.ct-series-f .ct-slice-donut {
  stroke: #3d9bfb;
}

.ct-series-f .ct-slice-pie {
  fill: #3d9bfb;
}
.ct-series-f .ct-slice-donut-solid {
  fill: #3d9bfb;
}
.ct-series-f .ct-area {
  fill: #3d9bfb;
}

.ct-series-g .ct-point {
  stroke: #141d46;
}
.ct-series-g .ct-line {
  stroke: #141d46;
}
.ct-series-g .ct-bar {
  stroke: #141d46;
}
.ct-series-g .ct-slice-donut {
  stroke: #141d46;
}

.ct-series-g .ct-slice-pie {
  fill: #141d46;
}
.ct-series-g .ct-slice-donut-solid {
  fill: #141d46;
}
.ct-series-g .ct-area {
  fill: #141d46;
}

.ct-series-h .ct-point {
  stroke: #96a3b6;
}
.ct-series-h .ct-line {
  stroke: #96a3b6;
}
.ct-series-h .ct-bar {
  stroke: #96a3b6;
}
.ct-series-h .ct-slice-donut {
  stroke: #96a3b6;
}

.ct-series-h .ct-slice-pie {
  fill: #96a3b6;
}
.ct-series-h .ct-slice-donut-solid {
  fill: #96a3b6;
}
.ct-series-h .ct-area {
  fill: #96a3b6;
}

.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: #141d46;
  color: #ffffff;
  font-family: "Mukta Vaani", 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: #141d46;
}
.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: "Mukta Vaani", 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: #141d46;
}
.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: "Mukta Vaani", sans-serif;
  color: #8A98AC;
  font-size: 14px;
  font-weight: 400;
}

.morris-hover.morris-default-style {
  border-radius: 3px;
  padding: 10px;
  color: #ffffff;
  background: #141d46;
  border: none;
  font-family: "Mukta Vaani", 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: #141d46;
  font-weight: 500;
  color: #ffffff;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  margin: -5px -5px 0;
}

/* -- jQuery Knob Chart -- */
.knob {
  font: 600 30px "Mukta Vaani", 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: #141d46 !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: "Mukta Vaani", sans-serif !important;
  fill: #8A98AC;
}

.apexcharts-legend-text {
  position: relative;
  font-size: 14px;
  font-family: "Mukta Vaani", 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(150, 163, 182, 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(150, 163, 182, 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(150, 163, 182, 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: #f2f3f7;
  color: #141d46;
  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 #f2f3f7;
  border-color: transparent #f2f3f7 #f2f3f7 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: #506fe4;
  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 #506fe4;
  border-color: transparent transparent #506fe4 #506fe4;
}
.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(150, 163, 182, 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: #506fe4;
  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: #141d46;
}
.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 #506fe4;
  border-left: 1px solid #506fe4;
  border-bottom: 1px solid #506fe4;
  border-right: 1px solid #506fe4;
}
.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 #506fe4;
  border-bottom: 1px solid #506fe4;
  border-right: 1px solid #506fe4;
}
.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 #506fe4;
}

.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 #506fe4;
  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 #506fe4;
  border-right: 1px dashed #506fe4;
  border-left: 1px dashed #506fe4;
  border-bottom: none;
  background: rgba(80, 111, 228, 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: #506fe4;
}

.product-slider .slick-slide img {
  display: inline-block;
}
.product-slider > i {
  position: absolute;
  bottom: 60px;
  right: 15px;
  font-size: 20px;
  z-index: 1;
}
.product-slider > i:first-child {
  right: 60px;
}
.product-slider > i:hover {
  color: #506fe4;
}

.sun-img {
  width: 60px;
}

.crm-tab-widget .nav-pills .nav-link.active {
  color: #506fe4;
  background-color: transparent;
}

.user-slider .slick-slide .action-icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.user-slider > i {
  position: absolute;
  top: 80px;
  right: 30px;
  font-size: 20px;
  z-index: 1;
}
.user-slider > i:first-child {
  left: 30px;
  right: auto;
}
.user-slider > i:hover {
  color: #506fe4;
}

.vector-world-map .jvectormap-zoomin {
  display: none;
}
.vector-world-map .jvectormap-zoomout {
  display: none;
}

.doctor-box .card-body {
  padding: 40px 15px;
}
.doctor-box .card-body img {
  width: 80px;
  margin-bottom: 30px;
}
.doctor-box .card-body .doctor-detail {
  margin: 20px 0;
}
.doctor-box .card-body .badge {
  font-size: 16px;
  padding: 10px 15px 7px;
}

/* 
--------------------------------------
    : Custom - Form Elements css :
--------------------------------------
*/
label {
  font-weight: 400;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #8A98AC !important;
}

.form-control {
  background-color: #ffffff;
  font-size: 16px;
  color: #8A98AC;
  border: 1px solid rgb(0 0 0 / 17%);
  border-radius: 3px;
}
.form-control:focus {
  border-color: #506fe4;
  box-shadow: none !important;
}
.form-control:focus:disabled {
  background-color: #f2f3f7;
  opacity: 1;
}
.form-control:disabled {
  background-color: #f2f3f7;
  opacity: 1;
}
.form-control[readonly] {
  background-color: #f2f3f7;
  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: #506fe4;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #506fe4;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #becaf5;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f2f3f7;
  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: #506fe4;
}
.input-group-addon {
  border-radius: 5px;
  border: none;
}

.input-group-text {
  border: 1px solid #f2f3f7;
  background: #fbfcfd;
  color: #8A98AC;
}

.custom-select {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  color: #8A98AC;
}
.custom-select:focus {
  border-color: #506fe4;
  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: #506fe4;
  border: none;
  color: #ffffff;
  height: 36px;
  line-height: 24px;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #506fe4;
  box-shadow: none !important;
}
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #beefd5;
  color: #8A98AC;
}

.custom-file-input.is-invalid ~ .custom-file-label .form-control[readonly] {
  background-color: #f2f3f7;
  opacity: 1;
}

.custom-select.is-valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.custom-select.is-valid:focus {
  border-color: #43d187;
}

.form-control.is-valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.form-control.is-valid:focus {
  border-color: #43d187;
}

.was-validated .custom-select:valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.was-validated .custom-select:valid:focus {
  border-color: #43d187;
  box-shadow: none !important;
}
.was-validated .custom-select:invalid {
  border-color: #fff4f5;
  background-color: #ffffff;
}
.was-validated .custom-select:invalid:focus {
  border-color: #f9616d;
  box-shadow: none !important;
}
.was-validated .form-control:valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.was-validated .form-control:valid:focus {
  border-color: #43d187;
}
.was-validated .form-control:invalid {
  border-color: #fff4f5;
  background-color: #ffffff;
}
.was-validated .form-control:invalid:focus {
  border-color: #f9616d;
}
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #43d187;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f9616d;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #43d187;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #fff4f5;
  color: #8A98AC;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f9616d;
}

.valid-feedback {
  color: #43d187;
}

.custom-select.is-invalid {
  border-color: #fff4f5;
  background-color: #ffffff;
}

.form-control.is-invalid {
  border-color: #fff4f5;
  background-color: #ffffff;
}
.form-control.is-invalid:focus {
  border-color: #f9616d;
}

.valid-tooltip {
  background-color: #57d694;
}

.invalid-tooltip {
  background-color: #fa7a84;
}

.custom-control-input.is-valid ~ .custom-control-label {
  color: #43d187;
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #f9616d;
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f9616d;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #43d187;
}

.invalid-feedback {
  color: #f9616d;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #f9616d;
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f9616d;
}

.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: dashed 1px #506fe4;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  color: #f9616d;
}

.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 #becaf5;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #506fe4;
  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: #f2f3f7;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f2f3f7;
  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: #141d46;
}
.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 #506fe4;
  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: #506fe4;
  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: #506fe4 !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: #141d46;
}

.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 #506fe4;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #ffffff;
  background-color: #506fe4;
  border-radius: 5px;
  padding: 4px 10px;
  line-height: 25px;
}

.bootstrap-tagsinput .tag.label.label-success {
  background-color: #43d187;
}

.bootstrap-tagsinput .tag.label.label-danger {
  background-color: #f9616d;
}

.bootstrap-tagsinput .tag.label.label-warning {
  background-color: #f7bb4d;
}

.bootstrap-tagsinput .tag.label.label-default {
  background-color: #3d9bfb;
}

.tt-menu {
  border: 1px solid white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.tt-suggestion {
  color: #141d46;
}

.tt-suggestion:hover, .tt-suggestion:focus {
  background-color: #506fe4;
}

/* 
-----------------------------------------
    : 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: #f9616d;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f9616d;
  margin-top: 5px;
}

.parsley-errors-list.filled {
  display: block;
}

/* 
-----------------------------
    : Custom - Maps css :
-----------------------------
*/
.gmaps {
  height: 300px;
  background: #f2f3f7;
  border-radius: 3px;
}

.gmaps-panaroma {
  height: 300px;
  background: #f2f3f7;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #506fe4;
  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 #506fe4;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #506fe4;
}

.vector-world-map {
  height: 250px;
}

/* 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: #506fe4;
  border: 1px solid #506fe4;
  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 - Pagination css :
-----------------------------------
*/
.page-item .page-link {
  color: #506fe4;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.page-item .page-link:focus {
  background-color: #f2f3f7;
  border-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 0.2rem #d5dcf8;
}
.page-item .page-link:hover {
  color: #141d46;
  background-color: #f2f3f7;
  border-color: rgba(0, 0, 0, 0.03);
}
.page-item.active .page-link {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.page-item.disabled .page-link {
  color: #8A98AC;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.03);
}

/* 
------------------------------
    : 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: #f2f3f7;
}

.progress-bar {
  background-color: #506fe4;
}

/* 
-------------------------------------
    : 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: #141d46;
  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 #506fe4;
  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: #f2f3f7;
  -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: #f2f3f7;
  -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: #506fe4;
  -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: #506fe4;
  -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: #506fe4;
  -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: #506fe4;
}

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

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

.irs-grid-pol {
  background: #f2f3f7;
}

.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(80, 111, 228, 0.1);
  margin: 1px;
  text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 30px;
  float: left;
  padding: 0 20px 0 20px;
  color: #506fe4;
  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 #506fe4;
    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 #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-1to10 .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
  margin: 1px;
}
.br-theme-bars-movie .br-widget a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: #506fe4;
}
.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: #506fe4;
  font-weight: 400;
}
.br-theme-bars-movie .br-readonly a {
  cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active {
  background-color: rgba(80, 111, 228, 0.1);
}
.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: rgba(80, 111, 228, 0.1);
}
.br-theme-bars-movie .br-readonly .br-current-rating {
  color: rgba(80, 111, 228, 0.1);
}

@media print {
  .br-theme-bars-movie .br-widget a {
    border: 1px solid #506fe4;
    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 #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-movie .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-movie .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
  background-color: #ffffff;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: rgba(80, 111, 228, 0.1);
  font-weight: 600;
}
.br-theme-bars-square .br-widget a.br-active {
  border: 2px solid #506fe4;
  color: #506fe4;
}
.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #506fe4;
  color: #506fe4;
}
.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: #506fe4;
}
.br-theme-bars-square .br-readonly a {
  cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active {
  border: 2px solid #primary;
  color: #506fe4;
}
.br-theme-bars-square .br-readonly a.br-selected {
  border: 2px solid #primary;
  color: #506fe4;
}

@media print {
  .br-theme-bars-square .br-widget a {
    border: 2px solid #506fe4;
    color: #506fe4;
  }
  .br-theme-bars-square .br-widget a.br-active {
    border: 2px solid #506fe4;
    color: #506fe4;
  }
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #506fe4;
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
  color: #506fe4;
  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: #506fe4;
  color: #ffffff;
}
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: #506fe4;
  color: #ffffff;
}
.br-theme-bars-pill .br-readonly a {
  cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active {
  background-color: rgba(80, 111, 228, 0.1);
}
.br-theme-bars-pill .br-readonly a.br-selected {
  background-color: rgba(80, 111, 228, 0.1);
}

@media print {
  .br-theme-bars-pill .br-widget a {
    border: 1px solid #506fe4;
    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 #506fe4;
  }
  .br-theme-bars-pill .br-widget a.br-active {
    border: 1px solid #506fe4;
    border-left: none;
    background: #ffffff;
    color: #506fe4;
  }
  .br-theme-bars-pill .br-widget a.br-selected {
    border: 1px solid #506fe4;
    border-left: none;
    background: #ffffff;
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
  margin: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #506fe4;
  text-align: center;
}
.br-theme-bars-reversed .br-widget a.br-active {
  background-color: #506fe4;
  color: #ffffff;
}
.br-theme-bars-reversed .br-widget a.br-selected {
  background-color: #506fe4;
  color: #ffffff;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
  line-height: 1.3;
  float: left;
  padding: 0 20px 0 20px;
  color: #506fe4;
  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: #506fe4;
}
.br-theme-bars-reversed .br-readonly a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-reversed .br-readonly .br-current-rating {
  color: #506fe4;
}

@media print {
  .br-theme-bars-reversed .br-widget a {
    border: 1px solid #506fe4;
    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 #506fe4;
    background: white;
  }
  .br-theme-bars-reversed .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: white;
  }
  .br-theme-bars-reversed .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
  margin: 1px;
}
.br-theme-bars-horizontal .br-widget a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #506fe4;
}
.br-theme-bars-horizontal .br-readonly a {
  cursor: default;
}
.br-theme-bars-horizontal .br-readonly a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-readonly a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-readonly .br-current-rating {
  color: #506fe4;
}

@media print {
  .br-theme-bars-horizontal .br-widget a {
    border: 1px solid #506fe4;
    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 #506fe4;
    background: white;
  }
  .br-theme-bars-horizontal .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: white;
  }
  .br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #506fe4;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #506fe4;
}
.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: #506fe4;
  }
  .br-theme-css-stars .br-widget a.br-active:after {
    content: "★";
    color: #506fe4;
  }
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "★";
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #506fe4;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #506fe4;
}
.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: #506fe4;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: "";
    color: #506fe4;
  }
}
/* -- 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(80, 111, 228, 0.1);
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: "";
  color: #506fe4;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: "";
  color: #506fe4;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: "";
  color: #506fe4;
}
.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: #506fe4;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: "";
    color: #506fe4;
  }
}
/* 
---------------------------------------
    : 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: #141d46;
  white-space: nowrap;
}
.note-btn-group .dropdown-menu > li > a:hover {
  background-color: #f8f9fb;
}

.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: #f2f3f7;
  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: "Mukta Vaani", sans-serif;
  border-radius: 3px;
  border: none;
}
.swal2-modal .swal2-title {
  font-weight: 400;
  font-size: 20px;
  color: #141d46;
}
.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 #506fe4;
}
.swal2-modal .swal2-styled {
  border: inherit;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  padding: 6px 12px;
}
.swal2-modal .swal2-confirm {
  background-color: #506fe4 !important;
  border: none;
}
.swal2-modal .swal2-confirm.btn-success {
  background-color: #43d187 !important;
  box-shadow: none;
  border: none;
  border-radius: 3px;
}
.swal2-modal .swal2-cancel {
  background-color: #f9616d !important;
  border: none;
  border-radius: 3px;
}
.swal2-modal .swal2-icon.swal2-error {
  color: #f9616d;
  border-color: #fdc3c8;
}
.swal2-modal .swal2-icon.swal2-question {
  color: #506fe4;
  border-color: #a8b8f2;
}
.swal2-modal .swal2-icon.swal2-warning {
  color: #f7bb4d;
  border-color: #fbe0af;
}
.swal2-modal .swal2-icon.swal2-info {
  color: #3d9bfb;
  border-color: #a1cffd;
}
.swal2-modal .swal2-icon.swal2-success {
  color: #43d187;
  border-color: #43d187;
}
.swal2-modal .swal2-icon.swal2-success .line {
  background-color: #43d187;
}
.swal2-modal .swal2-icon.swal2-success .placeholder {
  border: 4px solid #beefd5;
}
.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: #506fe4;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #a8b8f2;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #a8b8f2;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle {
  background: #506fe4;
}
.swal2-modal .swal2-progresssteps .swal2-progressline {
  background: #506fe4;
}
.swal2-modal .swal2-validationerror {
  background-color: #f2f3f7;
  color: #8A98AC;
  font-weight: 400;
}
.swal2-modal .swal2-validationerror:before {
  background-color: #f9616d;
}

/* 
----------------------------------
    : 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: #141d46;
}
.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: #141d46;
  background-color: #f2f3f7;
  border-color: rgba(0, 0, 0, 0.03);
}
.table .thead-dark th {
  color: #ffffff;
  background-color: #141d46;
  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: #141d46;
  background-color: #f2f3f7;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f3f7;
}

.thead-default th {
  background-color: #f2f3f7;
}

.table-dark {
  color: #ffffff;
  background-color: #141d46;
}
.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(80, 111, 228, 0.1);
}
.table-primary > td {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}
.table-primary > th {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}

.table-secondary {
  background-color: rgba(150, 163, 182, 0.1);
}
.table-secondary > td {
  background-color: rgba(150, 163, 182, 0.1);
  color: #96a3b6;
}
.table-secondary > th {
  background-color: rgba(150, 163, 182, 0.1);
  color: #96a3b6;
}

.table-success {
  background-color: rgba(67, 209, 135, 0.1);
}
.table-success > td {
  background-color: rgba(67, 209, 135, 0.1);
  color: #43d187;
}
.table-success > th {
  background-color: rgba(67, 209, 135, 0.1);
  color: #43d187;
}

.table-danger {
  background-color: rgba(249, 97, 109, 0.1);
}
.table-danger > td {
  background-color: rgba(249, 97, 109, 0.1);
  color: #f9616d;
}
.table-danger > th {
  background-color: rgba(249, 97, 109, 0.1);
  color: #f9616d;
}

.table-warning {
  background-color: rgba(247, 187, 77, 0.1);
}
.table-warning > td {
  background-color: rgba(247, 187, 77, 0.1);
  color: #f7bb4d;
}
.table-warning > th {
  background-color: rgba(247, 187, 77, 0.1);
  color: #f7bb4d;
}

.table-info {
  background-color: rgba(61, 155, 251, 0.1);
}
.table-info > td {
  background-color: rgba(61, 155, 251, 0.1);
  color: #3d9bfb;
}
.table-info > th {
  background-color: rgba(61, 155, 251, 0.1);
  color: #3d9bfb;
}

.table-light {
  background-color: rgba(242, 243, 247, 0.1);
}
.table-light > td {
  background-color: rgba(242, 243, 247, 0.1);
  color: #8A98AC;
}
.table-light > th {
  background-color: rgba(242, 243, 247, 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: #506fe4;
  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: #506fe4;
  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: #141d46;
  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: #506fe4;
  border: none;
  border-radius: 3px !important;
  width: 35px;
  height: 35px;
}
button.tabledit-edit-button:active {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:hover {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:focus {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:visited {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:not(:disabled):not(.disabled).active {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}

button.tabledit-delete-button {
  background-color: #f9616d;
  border: none !important;
  border-radius: 3px !important;
  width: 35px;
  height: 35px;
}
button.tabledit-delete-button:active {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:hover {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:focus {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:visited {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:not(:disabled):not(.disabled).active {
  background-color: #f84856 !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: #506fe4;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #506fe4;
  color: #ffffff;
}
table.focus-on tfoot tr.focused th {
  background-color: #506fe4;
  color: #ffffff;
}
table.focus-on tfoot tr.focused td {
  background-color: #506fe4;
  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: #506fe4;
  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: #506fe4;
  border: 1px solid #506fe4;
}
.footable-paging .label {
  background-color: #f2f3f7;
  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: #141d46;
}
.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: #506fe4;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-tabs .nav-link.disabled {
  color: #96a3b6;
}
.nav-tabs .nav-item.show .nav-link {
  color: #506fe4;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}

.nav-pills .nav-link {
  color: #141d46;
}
.nav-pills .nav-link.disabled {
  color: #96a3b6;
}
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #506fe4;
}
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #506fe4;
}

/* -- Custom Tabs -- */
.nav-tabs.custom-tab-line .nav-item {
  margin-right: 20px;
}
.nav-tabs.custom-tab-line .nav-item.show .nav-link {
  color: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}
.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: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}
.nav-tabs.custom-tab-line .nav-link:focus {
  color: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}
.nav-tabs.custom-tab-line .nav-link:hover {
  color: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}

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

.to-do-list-remove {
  float: right;
  vertical-align: middle;
  cursor: pointer;
}
.to-do-list-remove:hover {
  color: #f9616d !important;
}

/* -- Widget - Action History -- */
.activities-history-list {
  position: relative;
}
.activities-history-list i {
  position: absolute;
  color: #506fe4;
  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 #f2f3f7;
}
.activities-history-list:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 20px;
  left: 6px;
  background: rgba(150, 163, 182, 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: #f9616d;
  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: 50px;
  height: 50px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 20px;
  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: #506fe4;
  background-color: rgba(150, 163, 182, 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: #141d46;
  padding: 5px 10px;
  font-size: 14px;
}

#apex-pie-chart .apexcharts-canvas {
  margin: 0 auto;
}

.appointment-widget .bg-icon {
  margin-bottom: 0;
  text-align: right;
  font-size: 80px;
  line-height: 80px;
  color: #506fe4;
  opacity: 0.2;
}

.blog-slider i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  z-index: 9;
  color: #ffffff;
}
.blog-slider i:first-child {
  right: 35px;
}

@media (max-width: 767px) {
  .blog-link {
    text-align: center;
  }

  .blog-meta {
    text-align: center;
    margin-top: 15px;
  }
}
/* 
-----------------------------------
    : Custom - Responsive css :
-----------------------------------
*/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@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 .searchbar {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .vertical-layout.toggle-menu .leftbar {
    position: fixed;
    width: 60px;
    margin-left: 0;
    transition: all 0.3s ease;
  }
  .vertical-layout.toggle-menu .leftbar:hover {
    width: 250px;
  }
  .vertical-layout.toggle-menu .leftbar:hover ~ .rightbar {
    margin-left: 250px;
  }
  .vertical-layout.toggle-menu .leftbar:hover ~ .rightbar .footerbar {
    left: 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-large {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .logobar .logo img {
    width: 100px;
  }
  .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 .vertical-header {
    display: none;
  }
  .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: 40px;
  }
}
@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;
  }

  .vertical-menu-icon .nav-pills .logobar {
    margin-bottom: 120px;
  }

  .rightbar {
    margin-left: 0 !important;
  }

  .topbar-mobile {
    display: block;
    position: fixed;
    width: 100%;
  }

  .topbar {
    display: none;
  }
  .topbar .togglebar {
    display: none;
  }
  .topbar .infobar {
    margin-right: 0;
  }

  .topbar-toggle-menu .topbar {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    margin-top: 71px;
    padding: 15px 15px;
  }

  .menubar {
    text-align: right;
  }

  .footerbar {
    left: 0;
  }

  .email-rightbar .email-open-box .open-email-head ul {
    text-align: left;
    margin-top: 15px;
  }

  .breadcrumbbar {
    margin: 100px 0 0 0;
    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;
  }

  .analytic-chart-label .analytic-label-perform {
    text-align: left;
    margin-bottom: 30px;
  }
  .analytic-chart-label .list-inline {
    text-align: left;
  }
  .analytic-chart-label .analytic-chart-piety {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .infobar-settings-sidebar.sidebarshow {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
