/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html {
  min-height: 100%;
}

body {
  color: #888ea8;
  height: 100%;
  font-size: 0.875rem;
  background: #f1f2f3;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 0.0312rem;
  font-family: 'Quicksand', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #3b3f5c;
}

:focus {
  outline: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: #1b55e2;
  background: transparent;
}

::selection {
  color: #1b55e2;
  background: transparent;
}

p {
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #515365;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #f1f2f3;
}

strong {
  font-weight: 600;
}

code {
  color: #e7515a;
}

/*Page title*/
.page-header {
  border: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #e0e6ed;
  padding-bottom: 7px;
}

.page-title {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 15px;
}

.page-title:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #5c1ac3;
  position: absolute;
  border-radius: 50px;
  bottom: -8px;
}

.page-title h3 {
  margin: 0;
  margin-bottom: 0;
  font-size: 25px;
  color: #3b3f5c;
}

.page-title span {
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: normal;
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: normal;
}

.page-header .breadcrumb-one {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.page-header .breadcrumb-one .breadcrumb {
  padding: 0;
  vertical-align: sub;
  background-color: transparent;
  margin-bottom: 0;
}

.page-header .breadcrumb-one .breadcrumb-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page-header .breadcrumb-one .breadcrumb-item a {
  color: #888ea8;
  vertical-align: sub;
  font-size: 14px;
  font-weight: 500;
}

.page-header .breadcrumb-one .breadcrumb-item a svg {
  width: 18px;
  height: 18px;
  vertical-align: sub;
  fill: #888ea8;
}

.page-header .breadcrumb-one .breadcrumb-item.active a {
  color: #515365;
}

.page-header .breadcrumb-one .breadcrumb-item span {
  vertical-align: sub;
}

.page-header .breadcrumb-one .breadcrumb-item.active {
  color: #5c1ac3;
  font-weight: 600;
  margin-left: 14px;
}

.page-header .breadcrumb-one .breadcrumb-item + .breadcrumb-item {
  padding: 0px;
  position: relative;
}

.page-header .breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
  color: #888ea8;
  content: ".";
  position: absolute;
  left: -10px;
  top: -6px;
  font-size: 20px;
  padding: 0;
}

.main-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#container.fixed-header {
  margin-top: 56px;
}

#content {
  width: 50%;
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 150px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.main-container-fluid > .main-content > .container {
  float: left;
  width: 100%;
}

#content > .wrapper {
  -webkit-transition: margin ease-in-out .1s;
  transition: margin ease-in-out .1s;
  position: relative;
}

.widget {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.layout-top-spacing {
  margin-top: 25px;
}

.layout-spacing {
  padding-bottom: 40px;
}

.layout-px-spacing {
  padding: 0 20px 0 20px !important;
  min-height: calc(100vh - 140px) !important;
}

.widget.box .widget-header {
  background: #fff;
  padding: 0px 8px 0px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.row [class*="col-"] .widget .widget-header h4 {
  color: #3b3f5c;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 16px 15px;
}

.seperator-header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 40px;
  border-radius: 0;
}

.seperator-header h4 {
  color: #888ea8;
  margin-bottom: 0;
  display: inline-block;
  border: 2px dashed #888ea8;
  line-height: 1.4;
  padding: 3px 6px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 1px;
}

.widget .widget-header {
  border-bottom: 0px solid #f1f2f3;
}

.widget .widget-header:before {
  display: table;
  content: "";
  line-height: 0;
}

.widget .widget-header:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.widget-content-area {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.content-area {
  max-width: 58.333333%;
  margin-left: 80px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar {
    padding: 12px 0 11px 20px;
  }
  .navbar .navbar-item .nav-item form.form-inline input.search-form-control {
    padding-top: 8px;
  }
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

html {
  min-height: 100%;
}

body {
  color: #888ea8;
  height: 100%;
  font-size: 0.875rem;
  background: #f1f2f3;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 0.0312rem;
  font-family: 'Quicksand', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #3b3f5c;
}

:focus {
  outline: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: #1b55e2;
  background: transparent;
}

::selection {
  color: #1b55e2;
  background: transparent;
}

p {
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #515365;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #f1f2f3;
}

strong {
  font-weight: 600;
}

code {
  color: #e7515a;
}

select.form-custom::-ms-expand {
  display: none;
}

.custom-file-input:focus ~ .custom-file-label {
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-file-input:focus ~ .custom-file-label::after {
  border: none;
  border-left: 1px solid #ced4da;
}

.lead a.btn.btn-primary.btn-lg {
  margin-top: 15px;
  border-radius: 4px;
}

.jumbotron {
  background-color: #f1f2f3;
}

.mark, mark {
  background-color: #ffeccb;
}

.code-section-container {
  margin-top: 20px;
  text-align: left;
}

.toggle-code-snippet {
  border: none;
  background-color: transparent !important;
  padding: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #888ea8 !important;
  margin-bottom: -24px;
  border-bottom: 1px dashed #bfc9d4;
  border-radius: 0;
}

.toggle-code-snippet svg {
  color: #1b55e2;
}

.code-section {
  padding: 0;
  height: 0;
}

.code-section-container.show-code .code-section {
  margin-top: 20px;
  height: auto;
}

.code-section pre {
  margin-bottom: 0;
  height: 0;
  padding: 0;
  border-radius: 6px;
}

.code-section-container.show-code .code-section pre {
  height: auto;
  padding: 22px;
}

.code-section code {
  color: #fff;
}

/*blockquote*/
blockquote.blockquote {
  color: #0e1726;
  padding: 20px 20px 20px 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #e0e6ed;
  border-left: 2px solid #1b55e2;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

blockquote.blockquote > p {
  margin-bottom: 0;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote.media-object.m-o-border-right {
  border-right: 4px solid #1b55e2;
  border-left: none;
}

blockquote.media-object .media .usr-img img {
  width: 55px;
}

/* Icon List */
.list-icon {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.list-icon li:not(:last-child) {
  margin-bottom: 15px;
}

.list-icon svg {
  width: 18px;
  height: 18px;
  color: #1b55e2;
  margin-right: 2px;
  vertical-align: sub;
}

.list-icon .list-text {
  font-size: 14px;
  font-weight: 600;
  color: #515365;
  letter-spacing: 1px;
}

a {
  color: #515365;
  outline: none;
}

a:hover {
  color: #555555;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

button:focus {
  outline: none;
}

textarea {
  outline: none;
}

textarea:focus {
  outline: none;
}

.btn-link:hover {
  text-decoration: none;
}

span.blue {
  color: #1b55e2;
}

span.green {
  color: #8dbf42;
}

span.red {
  color: #e7515a;
}

/*      Form Group Label       */
.form-group label, label {
  font-size: 15px;
  color: #acb0c3;
  letter-spacing: 1px;
}

/*  Disable forms     */
.custom-control-input:disabled ~ .custom-control-label {
  color: #d3d3d3;
}

/*      Form Control       */
.form-control {
  height: auto;
  border: 1px solid #bfc9d4;
  color: #3b3f5c;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
  height: calc(1.4em + 1.4rem + 2px);
  padding: .75rem 1.25rem;
  border-radius: 6px;
}

.form-control[type="range"] {
  padding: 0;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 5px 2px rgba(194, 213, 255, 0.619608);
          box-shadow: 0 0 5px 2px rgba(194, 213, 255, 0.619608);
  border-color: #1b55e2;
  color: #3b3f5c;
}

.form-control::-webkit-input-placeholder, .form-control::-ms-input-placeholder, .form-control::-moz-placeholder {
  color: #acb0c3;
  font-size: 15px;
}

.form-control:focus::-webkit-input-placeholder, .form-control:focus::-ms-input-placeholder, .form-control:focus::-moz-placeholder {
  color: #d3d3d3;
  font-size: 15px;
}

.form-control.form-control-lg {
  font-size: 19px;
  padding: 11px 20px;
}

.form-control.form-control-sm {
  padding: 7px 16px;
  font-size: 13px;
}

/*      Custom Select       */
.custom-select {
  height: auto;
  border: 1px solid #f1f2f3;
  color: #3b3f5c;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
  background-color: #f1f2f3;
}

.custom-select.custom-select-lg {
  font-size: 18px;
  padding: 16px 20px;
}

.custom-select.custom-select-sm {
  font-size: 13px;
  padding: 7px 16px;
}

.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1b55e2;
  color: #3b3f5c;
}

/*      Form Control File       */
.form-control-file {
  width: 100%;
  color: #5c1ac3;
}

.form-control-file::-webkit-file-upload-button {
  letter-spacing: 1px;
  padding: 9px 20px;
  text-shadow: none;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  white-space: normal;
  word-wrap: break-word;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #5c1ac3;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
          box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-radius: 4px;
  border: transparent;
  outline: none;
}

.form-control-file::-ms-file-upload-button {
  letter-spacing: 1px;
  padding: 9px 20px;
  text-shadow: none;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  white-space: normal;
  word-wrap: break-word;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-color: #5c1ac3;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-radius: 4px;
  border: transparent;
  outline: none;
}

.form-control-file.form-control-file-rounded::-webkit-file-upload-button {
  border-radius: 1.875rem !important;
}

select.form-control.form-custom {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  vertical-align: middle;
  background: #fff url(../../staticfiles/images/arrow-down.png) no-repeat right 0.75rem center;
  background-size: 13px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*      Form Control Custom File       */
.custom-file {
  height: auto;
}

.custom-file input {
  height: auto;
}

.custom-file-label {
  height: auto;
  border: 1px solid #f1f2f3;
  color: #3b3f5c;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
  background-color: #f1f2f3;
}

.custom-file-label::after {
  height: auto;
  padding: 8px 12px;
  color: #515365;
}

/*      Input Group      */
.input-group button:hover, .input-group .btn:hover, .input-group button:focus, .input-group .btn:focus {
  -webkit-transform: none;
          transform: none;
}

.input-group .input-group-prepend .input-group-text {
  border: 1px solid #bfc9d4;
  background-color: #f1f2f3;
}

.input-group .input-group-prepend .input-group-text svg {
  color: #888ea8;
}

.input-group:hover .input-group-prepend .input-group-text svg {
  color: #1b55e2;
  fill: rgba(27, 85, 226, 0.239216);
}

.input-group .input-group-append .input-group-text {
  border: 1px solid #bfc9d4;
  background-color: #f1f2f3;
}

.input-group .input-group-append .input-group-text svg {
  color: #888ea8;
}

.input-group:hover .input-group-append .input-group-text svg {
  color: #1b55e2;
  fill: rgba(27, 85, 226, 0.239216);
}

/*      Input Group append       */
/*      Input Group Append       */
/*      Validation Customization      */
.invalid-feedback {
  color: #e7515a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.valid-feedback {
  color: #8dbf42;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.valid-tooltip {
  background-color: #8dbf42;
}

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

.custom-select.is-valid, .form-control.is-valid {
  border-color: #8dbf42;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238dbf42' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
}

.was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #8dbf42;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238dbf42' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #8dbf42;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e7515a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #e7515a;
}

.dropdown-toggle:after, .dropup .dropdown-toggle::after, .dropright .dropdown-toggle::after, .dropleft .dropdown-toggle::before {
  display: none;
}

.dropdown-toggle svg.feather[class*="feather-chevron-"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.btn {
  padding: 0.4375rem 1.25rem;
  text-shadow: none;
  font-size: 14px;
  color: #3b3f5c;
  font-weight: normal;
  white-space: normal;
  word-wrap: break-word;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-color: #f1f2f3;
  -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.btn svg {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.btn.rounded-circle {
  height: 40px;
  width: 40px;
  padding: 8px 8px;
}

.btn:hover, .btn:focus {
  color: #3b3f5c;
  background-color: #f1f2f3;
  border-color: #d3d3d3;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 #e0e6ed,0 2px 10px 0 #e0e6ed;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn-group .btn:hover, .btn-group .btn:focus {
  -webkit-transform: none;
  transform: none;
}

.btn.disabled, .btn.btn[disabled] {
  background-color: #f1f2f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.13);
}

.btn.disabled:hover, .btn.btn[disabled]:hover {
  cursor: not-allowed;
}

.btn .caret {
  border-top-color: #0e1726;
  margin-top: 0;
  margin-left: 3px;
  vertical-align: middle;
}

.btn + .caret, .btn + .dropdown-toggle .caret {
  margin-left: 0;
}

.btn-group > .btn, .btn-group .btn {
  padding: 8px 14px;
}

.btn-group-lg > .btn, .btn-group-lg .btn {
  font-size: 1.125rem;
}

.btn-group-lg > .btn {
  padding: .625rem 1.5rem;
  font-size: 16px;
}

.btn-lg {
  padding: .625rem 1.5rem;
  font-size: 16px;
}

.btn-group > .btn.btn-lg, .btn-group .btn.btn-lg {
  padding: .625rem 1.5rem;
  font-size: 16px;
}

.btn-group-lg > .btn, .btn-group-lg .btn {
  font-size: 1.125rem;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.6875rem;
}

.btn-group > .btn.btn-sm, .btn-group .btn.btn-sm {
  font-size: 0.6875rem;
}

.btn-group .dropdown-menu {
  border: 1px solid #e0e6ed;
  -webkit-box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
          box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
  padding: 10px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

.btn-group .dropdown-menu a.dropdown-item {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #888ea8;
  padding: 11px 8px;
}

.btn-group .dropdown-menu a.dropdown-item:hover {
  background-color: #f1f2f3;
}

.btn-group .dropdown-menu a.dropdown-item svg {
  cursor: pointer;
  color: #888ea8;
  margin-right: 6px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: rgba(0, 23, 55, 0.08);
}

.btn-group .dropdown-menu a.dropdown-item:hover svg {
  color: #1b55e2;
}

.dropdown:not(.custom-dropdown-icon) .dropdown-menu {
  border: none;
  border: 1px solid #e0e6ed;
  z-index: 899;
  -webkit-box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
          box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
  padding: 10px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

.dropdown:not(.custom-dropdown-icon) .dropdown-menu a.dropdown-item {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #888ea8;
  padding: 11px 8px;
}

.dropdown:not(.custom-dropdown-icon) .dropdown-menu a.dropdown-item.active, .dropdown:not(.custom-dropdown-icon) .dropdown-menu a.dropdown-item:active {
  background-color: transparent;
  color: #3b3f5c;
  font-weight: 700;
}

.dropdown:not(.custom-dropdown-icon) .dropdown-menu a.dropdown-item:hover {
  color: #888ea8;
  background-color: #f1f2f3;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:focus, .btn-info:focus, .btn-danger:focus, .btn-warning:focus, .btn-secondary:focus, .btn-dark:focus, .btn-outline-success:focus, .btn-outline-info:focus, .btn-outline-danger:focus, .btn-outline-warning:focus, .btn-outline-secondary:focus, .btn-outline-dark:focus .btn-light-default:focus, .btn-light-primary:focus, .btn-light-success:focus, .btn-light-info:focus, .btn-light-danger:focus, .btn-light-warning:focus, .btn-light-secondary:focus, .btn-light-dark:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*      Default Buttons       */
.btn-primary {
  color: #fff !important;
  background-color: #1b55e2 !important;
  border-color: #1b55e2;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff !important;
  background-color: #1b55e2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1b55e2;
}

.btn-primary:active, .btn-primary.active {
  background-color: #1b55e2;
  border-top: 1px solid #1b55e2;
}

.btn-primary.disabled, .btn-primary.btn[disabled], .btn-primary:disabled {
  background-color: #1b55e2;
  border-color: #1b55e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover {
  color: #fff !important;
  background-color: #2aebcb;
  border-color: #2aebcb;
}

.btn-primary.focus:active {
  color: #fff !important;
  background-color: #2aebcb;
  border-color: #2aebcb;
}

.btn-primary:active:focus, .btn-primary:active:hover {
  color: #fff !important;
  background-color: #2aebcb;
  border-color: #2aebcb;
}

.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff !important;
  background-color: #2aebcb;
  border-color: #2aebcb;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #1b55e2;
  border-color: #1b55e2;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #1b55e2;
  border-color: #1b55e2;
}

.btn-primary .caret {
  border-top-color: #fff;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #c2d5ff;
}

.btn-secondary {
  color: #fff !important;
  background-color: #5c1ac3;
  border-color: #5c1ac3;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff !important;
  background-color: #5c1ac3;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #5c1ac3;
}

.btn-secondary:active, .btn-secondary.active {
  background-color: #5c1ac3;
  border-top: 1px solid #5c1ac3;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #5c1ac3;
  border-color: #5c1ac3;
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #5c1ac3;
  border-color: #5c1ac3;
}

.btn-secondary.disabled, .btn-secondary.btn[disabled], .btn-secondary:disabled {
  background-color: #5c1ac3;
  border-color: #5c1ac3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary .caret {
  border-top-color: #fff;
}

.btn-info {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-info:hover, .btn-info:focus {
  color: #fff !important;
  background-color: #2196f3;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2196f3;
}

.btn-info:active, .btn-info.active {
  background-color: #2196f3;
  border-top: 1px solid #2196f3;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}

.show > .btn-info.dropdown-toggle {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-info.disabled, .btn-info.btn[disabled], .btn-info:disabled {
  background-color: #2196f3;
  border-color: #2196f3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-info.focus:active {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-info:active:focus, .btn-info:active:hover {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}

.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-info .caret {
  border-top-color: #fff;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #bae7ff;
}

.btn-warning {
  color: #fff !important;
  background-color: #e2a03f;
  border-color: #e2a03f;
}

.btn-warning:hover, .btn-warning:focus {
  color: #fff !important;
  background-color: #e2a03f;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e2a03f;
}

.btn-warning:active, .btn-warning.active {
  background-color: #e2a03f;
  border-top: 1px solid #e2a03f;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
  color: #0e1726;
  background-color: #e2a03f;
  border-color: #e2a03f;
}

.show > .btn-warning.dropdown-toggle {
  color: #0e1726;
  background-color: #e2a03f;
  border-color: #e2a03f;
}

.btn-warning.disabled, .btn-warning.btn[disabled], .btn-warning:disabled {
  background-color: #e2a03f;
  border-color: #e2a03f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-warning.focus:active {
  color: #fff !important;
  background-color: #e2a03f;
  border-color: #e2a03f;
}

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

.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff !important;
  background-color: #e2a03f;
  border-color: #e2a03f;
}

.btn-warning .caret {
  border-top-color: #fff;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #df8505;
}

.btn-danger {
  color: #fff !important;
  background-color: #e7515a;
  border-color: #e7515a;
}

.btn-danger:hover, .btn-danger:focus {
  color: #fff !important;
  background-color: #e7515a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e7515a;
}

.btn-danger:active, .btn-danger.active {
  background-color: #e7515a;
  border-top: 1px solid #e7515a;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #e7515a;
  border-color: #e7515a;
}

.show > .btn-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #e7515a;
  border-color: #e7515a;
}

.btn-danger.disabled, .btn-danger.btn[disabled], .btn-danger:disabled {
  background-color: #e7515a;
  border-color: #e7515a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-danger.focus:active {
  color: #fff !important;
  background-color: #c00;
  border-color: #c00;
}

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

.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff !important;
  background-color: #c00;
  border-color: #c00;
}

.btn-danger .caret {
  border-top-color: #fff;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #a9302a;
}

.btn-dark {
  color: #fff !important;
  background-color: #3b3f5c;
  border-color: #3b3f5c;
}

.btn-dark:hover, .btn-dark:focus {
  color: #fff !important;
  background-color: #3b3f5c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3b3f5c;
}

.btn-dark:active, .btn-dark.active {
  background-color: #3b3f5c;
  border-top: 1px solid #3b3f5c;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #3b3f5c;
  border-color: #3b3f5c;
}

.show > .btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #3b3f5c;
  border-color: #3b3f5c;
}

.btn-dark.disabled, .btn-dark.btn[disabled], .btn-dark:disabled {
  background-color: #3b3f5c;
  border-color: #3b3f5c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark .caret {
  border-top-color: #fff;
}

.btn-group.open .btn-dark.dropdown-toggle {
  background-color: #484848;
}

.btn-success {
  color: #fff !important;
  background-color: #8dbf42;
  border-color: #8dbf42;
}

.btn-success:hover, .btn-success:focus {
  color: #fff !important;
  background-color: #8dbf42;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #8dbf42;
}

.btn-success:active, .btn-success.active {
  background-color: #8dbf42;
  border-top: 1px solid #8dbf42;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #8dbf42;
  border-color: #8dbf42;
}

.show > .btn-success.dropdown-toggle {
  color: #fff !important;
  background-color: #8dbf42;
  border-color: #8dbf42;
}

.btn-success.disabled, .btn-success.btn[disabled], .btn-success:disabled {
  background-color: #8dbf42;
  border-color: #8dbf42;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover {
  color: #fff !important;
  background-color: #17c678;
  border-color: #17c678;
}

.btn-success.focus:active {
  color: #fff !important;
  background-color: #17c678;
  border-color: #17c678;
}

.btn-success:active:focus, .btn-success:active:hover {
  color: #fff !important;
  background-color: #17c678;
  border-color: #17c678;
}

.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff !important;
  background-color: #17c678;
  border-color: #17c678;
}

.btn-success .caret {
  border-top-color: #fff;
}

/*-----/Button Light Colors------*/
.btn.box-shadow-none {
  border: none;
}

.btn.box-shadow-none:hover, .btn.box-shadow-none:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.box-shadow-none:not(:disabled):not(.disabled).active, .btn.box-shadow-none:not(:disabled):not(.disabled):active {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.show > .btn.box-shadow-none.dropdown-toggle {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #499249;
}

.btn-dismiss {
  color: #0e1726;
  background-color: #fff !important;
  border-color: #fff;
  padding: 3px 7px;
}

.btn-dismiss:hover, .btn-dismiss:focus {
  color: #0e1726;
  background-color: #fff;
}

.btn-dismiss:active, .btn-dismiss.active {
  background-color: #fff;
  border-top: 1px solid #fff;
}

.btn-group > .btn i {
  margin-right: 3px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
}

.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group > .btn + .dropdown-toggle.btn-primary {
  border-left: 1px solid #4468fd;
}

.btn-group > .btn + .dropdown-toggle.btn-success {
  border-left: 1px solid #a3c66f;
}

.btn-group > .btn + .dropdown-toggle.btn-info {
  border-left: 1px solid #49acfb;
}

.btn-group > .btn + .dropdown-toggle.btn-warning {
  border-left: 1px solid #f5b455;
}

.btn-group > .btn + .dropdown-toggle.btn-danger {
  border-left: 1px solid #f1848b;
}

.btn-group > .btn + .dropdown-toggle.btn-dark {
  border-left: 1px solid #70767a;
}

.btn-group > .btn + .dropdown-toggle.btn-secondary {
  border-left: 1px solid #8353dc;
}

.btn-group.dropleft .dropdown-toggle-split {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group.dropleft .btn-primary:not(.dropdown-toggle-split) {
  border-left: 1px solid #4468fd;
}

.btn-group.dropleft .btn-success:not(.dropdown-toggle-split) {
  border-left: 1px solid #a3c66f;
}

.btn-group.dropleft .btn-info:not(.dropdown-toggle-split) {
  border-left: 1px solid #49acfb;
}

.btn-group.dropleft .btn-warning:not(.dropdown-toggle-split) {
  border-left: 1px solid #f5b455;
}

.btn-group.dropleft .btn-danger:not(.dropdown-toggle-split) {
  border-left: 1px solid #f1848b;
}

.btn-group.dropleft .btn-dark:not(.dropdown-toggle-split) {
  border-left: 1px solid #70767a;
}

.btn-group.dropleft .btn-secondary:not(.dropdown-toggle-split) {
  border-left: 1px solid #8353dc;
}

/*
    Btn group dropdown-toggle
*/
.btn .badge.badge-align-right {
  position: absolute;
  top: -1px;
  right: 8px;
}

.dropup .btn .caret {
  border-bottom-color: #0e1726;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #1b55e2;
  color: #fff !important;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #1b55e2;
  color: #fff !important;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #8dbf42;
  color: #fff !important;
}

.show > .btn-outline-success.dropdown-toggle {
  background-color: #8dbf42;
  color: #fff !important;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #2196f3;
  color: #fff !important;
}

.show > .btn-outline-info.dropdown-toggle {
  background-color: #2196f3;
  color: #fff !important;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #e7515a;
  color: #fff !important;
}

.show > .btn-outline-danger.dropdown-toggle {
  background-color: #e7515a;
  color: #fff !important;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #e2a03f;
  color: #fff !important;
}

.show > .btn-outline-warning.dropdown-toggle {
  background-color: #e2a03f;
  color: #fff !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5c1ac3;
  color: #fff !important;
}

.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #5c1ac3;
  color: #fff !important;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3b3f5c;
  color: #fff !important;
}

.show > .btn-outline-dark.dropdown-toggle {
  background-color: #3b3f5c;
  color: #fff !important;
}

.show > .btn-outline-primary.dropdown-toggle:after, .show > .btn-outline-success.dropdown-toggle:after, .show > .btn-outline-info.dropdown-toggle:after, .show > .btn-outline-danger.dropdown-toggle:after, .show > .btn-outline-warning.dropdown-toggle:after, .show > .btn-outline-secondary.dropdown-toggle:after, .show > .btn-outline-dark.dropdown-toggle:after, .show > .btn-outline-primary.dropdown-toggle:before, .show > .btn-outline-success.dropdown-toggle:before, .show > .btn-outline-info.dropdown-toggle:before, .show > .btn-outline-danger.dropdown-toggle:before, .show > .btn-outline-warning.dropdown-toggle:before, .show > .btn-outline-secondary.dropdown-toggle:before, .show > .btn-outline-dark.dropdown-toggle:before {
  color: #fff !important;
}

.btn-outline-primary {
  border: 1px solid #1b55e2 !important;
  color: #1b55e2 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info {
  border: 1px solid #2196f3 !important;
  color: #2196f3 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning {
  border: 1px solid #e2a03f !important;
  color: #e2a03f !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success {
  border: 1px solid #8dbf42 !important;
  color: #8dbf42 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger {
  border: 1px solid #e7515a !important;
  color: #e7515a !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary {
  border: 1px solid #5c1ac3 !important;
  color: #5c1ac3 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark {
  border: 1px solid #3b3f5c !important;
  color: #3b3f5c !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:hover, .btn-outline-info:hover, .btn-outline-warning:hover, .btn-outline-success:hover, .btn-outline-danger:hover, .btn-outline-secondary:hover, .btn-outline-dark:hover {
  -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #1b55e2;
}

.btn-outline-info:hover {
  color: #fff !important;
  background-color: #2196f3;
}

.btn-outline-warning:hover {
  color: #fff !important;
  background-color: #e2a03f;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #8dbf42;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #e7515a;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #5c1ac3;
}

.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #3b3f5c;
}

/*      Dropdown Toggle       */
.btn-rounded {
  border-radius: 1.875rem !important;
}

/*
    ===========================
        Data Marker ( dot )
    ===========================
*/
.data-marker {
  padding: 2px;
  border-radius: 50%;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.data-marker-success {
  background-color: #8dbf42;
}

.data-marker-warning {
  background-color: #e2a03f;
}

.data-marker-danger, .data-marker-info, .data-marker-dark {
  background-color: #e7515a;
}

.badge {
  font-weight: 600;
  line-height: 1.4;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.badge:hover {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.badge.badge-enabled {
  background-color: #8dbf42;
  color: #fff;
}

.badge.badge-disable {
  background-color: #e7515a;
  color: #fff;
}

.badge-pills {
  border-radius: 30px;
}

.badge-classic {
  border-radius: 0;
}

.badge-collapsed-img img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.3);
          box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.3);
  margin-left: -21px;
}

.badge-collapsed-img.badge-tooltip img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.3);
          box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.3);
  margin-left: -21px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.badge-collapsed-img.badge-tooltip img:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
  transform: translateY(-5px) scale(1.02);
}

.badge-collapsed-img.translateY-axis img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.badge-collapsed-img.translateY-axis img:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
  transform: translateY(-5px) scale(1.02);
}

.badge-collapsed-img.rectangle-collapsed img {
  width: 45px;
  height: 32px;
}

.badge-collapsed-img.translateX-axis img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.badge-collapsed-img.translateX-axis img:hover {
  -webkit-transform: translateX(5px) scale(1.02);
  transform: translateX(5px) scale(1.02);
}

.badge-primary {
  color: #fff;
  background-color: #1b55e2;
}

.badge-info {
  color: #fff;
  background-color: #2196f3;
}

.badge-success {
  color: #fff;
  background-color: #8dbf42;
}

.badge-danger {
  color: #fff;
  background-color: #e7515a;
}

.badge-warning {
  color: #fff;
  background-color: #e2a03f;
}

.badge-dark {
  color: #fff;
  background-color: #3b3f5c;
}

.badge-secondary {
  background-color: #5c1ac3;
}

.outline-badge-primary {
  color: #1b55e2;
  background-color: transparent;
  border: 1px solid #1b55e2;
}

.outline-badge-info {
  color: #2196f3;
  background-color: transparent;
  border: 1px solid #2196f3;
}

.outline-badge-success {
  color: #8dbf42;
  background-color: transparent;
  border: 1px solid #8dbf42;
}

.outline-badge-danger {
  color: #e7515a;
  background-color: transparent;
  border: 1px solid #e7515a;
}

.outline-badge-warning {
  color: #e2a03f;
  background-color: transparent;
  border: 1px solid #e2a03f;
}

.outline-badge-dark {
  color: #3b3f5c;
  background-color: transparent;
  border: 1px solid #3b3f5c;
}

.outline-badge-secondary {
  color: #5c1ac3;
  background-color: transparent;
  border: 1px solid #5c1ac3;
}

.outline-badge-primary:focus, .outline-badge-primary:hover {
  background-color: #c2d5ff;
  color: #1b55e2;
}

.outline-badge-secondary:focus, .outline-badge-secondary:hover {
  color: #5c1ac3;
  background-color: #dccff7;
}

.outline-badge-success:focus, .outline-badge-success:hover {
  color: #8dbf42;
  background-color: #e6ffbf;
}

.outline-badge-danger:focus, .outline-badge-danger:hover {
  color: #e7515a;
  background-color: #ffe1e2;
}

.outline-badge-warning:focus, .outline-badge-warning:hover {
  color: #e2a03f;
  background-color: #ffeccb;
}

.outline-badge-info:focus, .outline-badge-info:hover {
  color: #2196f3;
  background-color: #bae7ff;
}

.outline-badge-dark:focus, .outline-badge-dark:hover {
  color: #3b3f5c;
  background-color: #acb0c3;
}

/*      Link     */
.badge[class*="link-badge-"] {
  cursor: pointer;
}

.link-badge-primary {
  color: #1b55e2;
  background-color: transparent;
  border: 1px solid transparent;
}

.link-badge-info {
  color: #2196f3;
  background-color: transparent;
  border: 1px solid transparent;
}

.link-badge-success {
  color: #8dbf42;
  background-color: transparent;
  border: 1px solid transparent;
}

.link-badge-danger {
  color: #e7515a;
  background-color: transparent;
  border: 1px solid transparent;
}

.link-badge-warning {
  color: #e2a03f;
  background-color: transparent;
  border: 1px solid transparent;
}

.link-badge-dark {
  color: #3b3f5c;
  background-color: transparent;
  border: 1px solid transparent;
}

.link-badge-secondary {
  color: #5c1ac3;
  background-color: transparent;
  border: 1px solid transparent;
}

.link-badge-primary:focus, .link-badge-primary:hover {
  color: #1b55e2;
  background-color: transparent;
}

.link-badge-secondary:focus, .link-badge-secondary:hover {
  color: #6f51ea;
  background-color: transparent;
}

.link-badge-success:focus, .link-badge-success:hover {
  color: #2ea37d;
  background-color: transparent;
}

.link-badge-danger:focus, .link-badge-danger:hover {
  color: #e7515a;
  background-color: transparent;
}

.link-badge-warning:focus, .link-badge-warning:hover {
  color: #dea82a;
  background-color: transparent;
}

.link-badge-info:focus, .link-badge-info:hover {
  color: #009eda;
  background-color: transparent;
}

.link-badge-dark:focus, .link-badge-dark:hover {
  color: #454656;
  background-color: transparent;
}

/* Custom Dropdown*/
.custom-dropdown .dropdown-toggle::after, .custom-dropdown-icon .dropdown-toggle::after, .custom-dropdown .dropdown-toggle::before, .custom-dropdown-icon .dropdown-toggle::before {
  display: none;
}

.custom-dropdown .dropdown-menu, .custom-dropdown-icon .dropdown-menu {
  min-width: 11rem;
  border-radius: 4px;
  border: none;
  border: 1px solid #e0e6ed;
  z-index: 899;
  -webkit-box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
          box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
  top: 15px !important;
  padding: 10px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

.custom-dropdown .dropdown-item.active, .custom-dropdown .dropdown-item:active, .custom-dropdown .dropdown-item:hover {
  color: #888ea8;
  background-color: #f1f2f3;
}

.custom-dropdown-icon .dropdown-item.active, .custom-dropdown-icon .dropdown-item:active, .custom-dropdown-icon .dropdown-item:hover {
  color: #888ea8;
  background-color: #f1f2f3;
}

.custom-dropdown .dropdown-item {
  font-size: 13px;
  color: #888ea8;
  display: block;
  font-weight: 700;
  padding: 11px 8px;
  font-size: 12px;
}

.custom-dropdown-icon .dropdown-item {
  font-size: 13px;
  color: #888ea8;
  display: block;
  font-weight: 700;
  padding: 11px 8px;
  font-size: 12px;
}

.custom-dropdown-icon .dropdown-menu .dropdown-item svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  color: #888ea8;
}

.custom-dropdown .dropdown-item.active svg, .custom-dropdown .dropdown-item:active svg, .custom-dropdown .dropdown-item:hover svg {
  color: #1b55e2;
}

.custom-dropdown-icon .dropdown-item.active svg, .custom-dropdown-icon .dropdown-item:active svg, .custom-dropdown-icon .dropdown-item:hover svg {
  color: #1b55e2;
}

.status.rounded-tooltip .tooltip-inner {
  border-radius: 20px;
  padding: 8px 20px;
}

.tooltip-inner {
  border-radius: 0;
}

.popover {
  z-index: 999;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-bottom-color: #b3b3b3;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #f1f2f3 !important;
  color: #acb0c3;
}

.help-block, .help-inline {
  color: #555555;
}

.controls {
  position: relative;
}

.search-form-control {
  border-radius: .25rem;
}

/*  Table   */
.table-bordered {
  border: 1px solid #f1f2f3;
}

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

.table > tbody > tr > td {
  vertical-align: middle;
  color: #515365;
  font-size: 13px;
  letter-spacing: 1px;
}

.table > thead > tr > th {
  color: #1b55e2;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.table > tbody > tr > td .usr-img-frame {
  background-color: #ebedf2;
  padding: 2px;
  width: 35px;
  height: 35px;
}

.table > tbody > tr > td .usr-img-frame img {
  width: 35px;
  margin: 0;
}

.table > tbody > tr > td .admin-name {
  font-weight: 700;
  color: #515365;
}

.table > tbody > tr > td .progress {
  width: 135px;
  height: 6px;
  margin: auto 0;
}

.table > tbody > tr > td svg.icon {
  width: 21px;
}

.table > tbody > tr > td .t-dot {
  background-color: #000;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto;
}

.table > tbody > tr > td svg.t-icon {
  padding: 5px;
  border-radius: 50%;
  font-size: 11px;
  vertical-align: sub;
  cursor: pointer;
}

.table > tbody > tr > td svg.t-icon.t-hover-icon:hover {
  background-color: #e7515a;
  color: #fff;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #ebedf2;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: none;
}

.table-hover:not(.table-dark) tbody tr:hover {
  background-color: #f1f2f3 !important;
}

.table-controls > li > a svg {
  color: #25d5e4;
}

.table tr td .custom-dropdown.t-custom-dropdown a.dropdown-toggle, .table tr td .custom-dropdown-icon.t-custom-dropdown a.dropdown-toggle {
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}

.table-controls > li > a svg {
  color: #888ea8;
  width: 21px;
}

/*  Table Dark      */
.table.table-dark > thead > tr > th {
  color: #d3d3d3;
}

.table.table-dark > tbody > tr > td {
  color: #ffffff;
}

.table-dark {
  background-color: #060818;
}

.table-dark.table-hover tbody tr {
  background-color: #060818;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #191e3a !important;
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(25, 30, 58, 0.631373);
}

.table.table-dark > tbody > tr > td i.t-icon {
  padding: 5px;
  border-radius: 50%;
  font-size: 14px;
  vertical-align: sub;
  cursor: pointer;
  color: #0e1726 !important;
}

table .badge-success, table .badge-primary, table .badge-warning, table .badge-danger, table .badge-info, table .badge-secondary, table .badge-dark {
  -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.table > tfoot > tr > th {
  color: #3b3f5c;
}

.table-vertical-align tr, .table-vertical-align th, .table-vertical-align td {
  vertical-align: middle !important;
}

.statbox .widget-content:before, .statbox .widget-content:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.nav-tabs > li > a {
  border-radius: 0 !important;
}

.btn-toolbar {
  margin-left: 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input-group > .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
  }
}

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.toast-primary {
  background: #1b55e2;
}

.toast-header {
  background: #1b55e2;
  color: #fff;
  border-bottom: 1px solid rgba(33, 150, 243, 0.341176);
}

.toast-header .meta-time {
  color: #f1f2f3;
}

.toast-header .close {
  color: #f1f2f3;
  opacity: 1;
  text-shadow: none;
}

.toast-body {
  padding: 16px 12px;
  color: #fff;
}

/*
    ==========================
        Background Colors
    ==========================
*/
/*
    Default
*/
.bg-primary {
  background-color: #1b55e2 !important;
  border-color: #1b55e2;
  color: #fff;
}

.bg-success {
  background-color: #8dbf42 !important;
  border-color: #8dbf42;
  color: #fff;
}

.bg-info {
  background-color: #2196f3 !important;
  border-color: #2196f3;
  color: #fff;
}

.bg-warning {
  background-color: #e2a03f !important;
  border-color: #e2a03f;
  color: #fff;
}

.bg-danger {
  background-color: #e7515a !important;
  border-color: #e7515a;
  color: #fff;
}

.bg-secondary {
  background-color: #5c1ac3 !important;
  border-color: #5c1ac3;
  color: #fff;
}

.bg-dark {
  background-color: #fff;
  border-color: #3b3f5c;
  color: #fff;
}

/*
    Light Background
*/
.bg-light-primary {
  background-color: #c2d5ff !important;
  border-color: #c2d5ff;
  color: #2196f3;
}

.bg-light-success {
  background-color: #e6ffbf !important;
  border-color: #e6ffbf;
  color: #8dbf42;
}

.bg-light-info {
  background-color: #bae7ff !important;
  border-color: #bae7ff;
  color: #2196f3;
}

.bg-light-warning {
  background-color: #ffeccb !important;
  border-color: #ffeccb;
  color: #e2a03f;
}

.bg-light-danger {
  background-color: #ffe1e2 !important;
  border-color: #ffe1e2;
  color: #e7515a;
}

.bg-light-secondary {
  background-color: #dccff7 !important;
  border-color: #dccff7;
  color: #5c1ac3;
}

.bg-light-dark {
  background-color: #acb0c3;
  border-color: #acb0c3;
  color: #fff;
}

/*
    Progress Bar
*/
.progress {
  border-radius: 0;
  background-color: #ebedf2;
  margin-bottom: 1.25rem;
  height: 16px;
  -webkit-box-shadow: 1px 3px 20px 3px #f1f2f3;
          box-shadow: 1px 3px 20px 3px #f1f2f3;
}

.progress.progress-bar-stack .progress-bar:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.progress .progress-bar {
  font-size: 10px;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 4px rgba(0, 69, 255, 0.15), 0 8px 16px rgba(0, 69, 255, 0.2);
          box-shadow: 0 2px 4px rgba(0, 69, 255, 0.15), 0 8px 16px rgba(0, 69, 255, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 100;
}

.progress:not(.progress-bar-stack) .progress-bar {
  border-radius: 16px;
}

.progress-sm {
  height: 4px;
}

.progress-md {
  height: 10px;
}

.progress-lg {
  height: 20px;
}

.progress-xl {
  height: 25px;
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .progress-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.progress .progress-title span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.progress .progress-bar.bg-gradient-primary {
  background-color: #1b55e2;
  background: -webkit-gradient(linear, left top, right top, from(#0081ff), to(#0045ff));
  background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
}

.progress .progress-bar.bg-gradient-info {
  background-color: #1b55e2;
  background-image: -webkit-gradient(linear, left top, right top, from(#04befe), to(#4481eb));
  background-image: linear-gradient(to right, #04befe 0%, #4481eb 100%);
}

.progress .progress-bar.bg-gradient-success {
  background-color: #1b55e2;
  background-image: -webkit-gradient(linear, left top, right top, from(#3cba92), to(#0ba360));
  background-image: linear-gradient(to right, #3cba92 0%, #0ba360 100%);
}

.progress .progress-bar.bg-gradient-warning {
  background-color: #1b55e2;
  background-image: -webkit-gradient(linear, left top, right top, from(#f09819), to(#ff5858));
  background-image: linear-gradient(to right, #f09819 0%, #ff5858 100%);
}

.progress .progress-bar.bg-gradient-secondary {
  background-color: #1b55e2;
  background-image: -webkit-gradient(linear, left top, right top, from(#7579ff), to(#b224ef));
  background-image: linear-gradient(to right, #7579ff 0%, #b224ef 100%);
}

.progress .progress-bar.bg-gradient-danger {
  background-color: #1b55e2;
  background-image: -webkit-gradient(linear, left top, right top, from(#d09693), to(#c71d6f));
  background-image: linear-gradient(to right, #d09693 0%, #c71d6f 100%);
}

.progress .progress-bar.bg-gradient-dark {
  background-color: #1b55e2;
  background-image: -webkit-gradient(linear, left top, right top, from(#2b5876), to(#4e4376));
  background-image: linear-gradient(to right, #2b5876 0%, #4e4376 100%);
}

.br-0 {
  border-radius: 0 !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-30 {
  border-radius: 30px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.br-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.bx-top-6 {
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

.bx-bottom-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

/*      Badge Custom      */
.badge.counter {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -10px;
  font-weight: 600;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  padding: 2px 0px;
  font-size: 12px;
}

.badge-chip {
  display: inline-block;
  padding: 0 25px;
  font-size: 16px;
  line-height: 42px;
  border-radius: 25px;
}

.badge-chip img {
  float: left;
  margin: 0px 10px 0px -26px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
}

.badge-chip .closebtn {
  color: #f1f2f3;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.badge-chip .closebtn:hover {
  color: #fff;
}

/*-------text-colors------*/
.text-primary {
  color: #1b55e2 !important;
}

.text-success {
  color: #8dbf42 !important;
}

.text-info {
  color: #2196f3 !important;
}

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

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

.text-secondary {
  color: #5c1ac3 !important;
}

.text-dark {
  color: #3b3f5c !important;
}

.text-muted {
  color: #888ea8 !important;
}

.text-white {
  color: #fff !important;
}

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

/*-----border main------*/
.border {
  border: 1px solid !important;
}

.border-bottom {
  border-bottom: 1px solid !important;
}

.border-top {
  border-top: 1px solid !important;
}

.border-right {
  border-right: 1px solid !important;
}

.border-left {
  border-left: 1px solid !important;
}

.border-primary {
  border-color: #1b55e2 !important;
}

.border-info {
  border-color: #2196f3 !important;
}

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

.border-success {
  border-color: #8dbf42 !important;
}

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

.border-secondary {
  border-color: #5c1ac3 !important;
}

.border-dark {
  border-color: #3b3f5c !important;
}

/*-----border style------*/
.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

/*-----border width------*/
.border-width-1px {
  border-width: 1px !important;
}

.border-width-2px {
  border-width: 2px !important;
}

.border-width-3px {
  border-width: 3px !important;
}

.border-width-4px {
  border-width: 4px !important;
}

.border-width-5px {
  border-width: 5px !important;
}

.border-width-6px {
  border-width: 6px !important;
}

/*-----transform-position------*/
.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.position-inherit {
  position: inherit;
}

.position-initial {
  position: initial;
}

.position-relative {
  position: relative;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
=====================
    Navigation Bar
=====================
*/
.header-container {
  z-index: 1031;
}

.navbar {
  padding: 0 0 0 20px;
  background: #fafafa;
  min-height: 80px;
  border-bottom: 1px solid #fafafa;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.navbar.expand-header {
  padding: 0;
}

.navbar-expand-sm .navbar-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-container .sidebarCollapse {
  color: #5c1ac3;
}

.header-container .sidebarCollapse svg {
  width: 27px;
  height: 27px;
}

.navbar-expand-sm .navbar-item .nav-link {
  line-height: 2.75rem;
  padding: 6.24px 9.6px;
  text-transform: initial;
  position: unset;
}

.navbar .navbar-item .nav-item.dropdown a svg {
  stroke-width: 1.0px;
  width: 26px;
  height: 26px;
  color: #5c1ac3;
}

.navbar .dropdown-menu {
  border-radius: 6px;
  border-color: #e0e6ed;
}

.navbar .dropdown-item {
  line-height: 1.8;
  font-size: 0.96rem;
  padding: 15px 0 15px 0;
  word-wrap: normal;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span {
  color: #5c1ac3 !important;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span.badge {
  background-color: #888ea8 !important;
}

.navbar .navbar-item .nav-item .dropdown-item.active, .navbar .navbar-item .nav-item .dropdown-item:active {
  background-color: transparent;
  color: #16181b;
}

.navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
  color: #5c1ac3 !important;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu {
  top: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  background: #fff;
  border: 1px solid #e0e6ed;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu .dropdown-item {
  border-radius: 6px;
}

.navbar .navbar-item .nav-item.theme-logo {
  margin-left: 25px;
  margin-right: 65px;
}

.navbar .navbar-item .nav-item.theme-logo a img {
  width: 56px;
  height: 56px;
  border-radius: 5px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link, .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
  position: relative;
  z-index: 1;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:before, .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:before {
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  background: #ece6f6;
  border-radius: 50%;
  top: 29px;
  z-index: -1;
  left: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:hover:before, .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:hover:before {
  height: 45px;
  width: 45px;
  opacity: 1;
}

.navbar .language-dropdown {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.navbar .language-dropdown .custom-dropdown-icon {
  margin-right: 0;
}

.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
  position: relative;
  padding: 0 9px 0 0;
  border: none;
  border-radius: 6px;
  -webkit-transform: none;
          transform: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: transparent;
  min-width: 0;
  text-align: inherit;
  color: #1b2e4b;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 35px;
}

.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
  width: 23px;
  height: 23px;
  margin-right: 9px;
  vertical-align: text-top;
}

.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
  position: absolute;
  right: 0;
  top: 8px;
  color: #5c1ac3;
  width: 12px;
  height: 12px;
  stroke-width: 2px;
  margin: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.navbar .language-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu {
  position: absolute;
  right: -10px;
  top: 40px !important;
  padding: 8px 0;
  border: none;
  min-width: 135px;
  border: 1px solid #d3d3d3;
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 500;
  color: #3b3f5c;
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
  background-color: #ebedf2;
  color: #5c1ac3;
  border-radius: 0 !important;
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu img {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  vertical-align: sub;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown {
  margin-left: 20px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
  font-size: 20px;
  padding: 6px 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after {
  display: none;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  color: #fff !important;
  background: #1b55e2;
  border: 2px solid #e0e6ed;
  top: 16px;
  right: 2px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown.double-digit .nav-link span.badge {
  top: 11px;
  right: 1px;
  width: 22px;
  height: 22px;
  padding: 3px 3px 0px;
  font-size: 9px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
  min-width: 13rem;
  right: -15px;
  left: auto;
  padding: 10px !important;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item {
  padding: 8px 7px;
  border: 1px solid #fff;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.active, .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e0e6ed;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:focus, .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:first-child {
  padding-top: 8px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
  right: 17px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 8px;
  cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media {
  margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 39px;
  font-size: 14px;
  margin-right: 11px;
  font-weight: 500;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #dccff7;
  color: #5c1ac3;
  font-weight: 600;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media img {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
  font-size: 15px;
  margin-bottom: 0px;
  color: #0e1726;
  font-weight: 500;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover .media-body h5.usr-name {
  color: #445ede;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body p.msg-title {
  font-size: 10px;
  font-weight: 700;
  color: #888ea8;
  margin-bottom: 0;
  letter-spacing: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
  margin-left: 20px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link {
  font-size: 21px;
  padding: 6px 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:after {
  display: none;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  color: #fff !important;
  background: #009688;
  border: 2px solid #e0e6ed;
  top: 15px;
  right: 3px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
  min-width: 15rem;
  right: -5px;
  left: auto;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item {
  padding: 0.625rem 1rem;
  cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:focus, .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ebedf2;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #ebedf2;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media {
  margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu svg {
  width: 23px;
  height: 23px;
  font-weight: 600;
  color: #e2a03f;
  fill: rgba(226, 160, 63, 0.270588);
  margin-right: 9px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.file-upload svg {
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.239216);
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.server-log svg {
  color: #009688;
  fill: rgba(0, 150, 136, 0.368627);
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info {
  display: inline-block;
  white-space: normal;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #888ea8;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status {
  display: inline-block;
  white-space: normal;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg {
  margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x {
  color: #bfc9d4;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x:hover {
  color: #e7515a;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-check {
  color: #fff;
  background: #0d9a5d;
  border-radius: 50%;
  padding: 3px;
  width: 22px;
  height: 22px;
}

.navbar .navbar-item.search-ul {
  margin-right: auto;
}

.navbar .navbar-item .nav-item.search-animated {
  position: relative;
  margin-left: 35px;
}

.navbar .navbar-item .nav-item.search-animated svg {
  cursor: pointer;
  color: rgba(92, 26, 195, 0.47);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
  font-size: 15px;
  background-color: rgba(92, 26, 195, 0.0901961);
  padding-right: 40px;
  padding-top: 12px;
  border: none;
  color: #3b3f5c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
}

.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
  width: 100%;
  width: 255px;
  height: 40px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control::-ms-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control::-moz-placeholder {
  color: rgba(92, 26, 195, 0.47);
  letter-spacing: 1px;
  font-size: 15px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-webkit-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-ms-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-moz-placeholder {
  color: #888ea8;
}

/*   Language   */
/*   Language Dropdown  */
/*Message Dropdown*/
/*Notification Dropdown*/
/* Search */
.search-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: transparent !important;
  z-index: 814 !important;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-overlay.show {
  display: block;
  opacity: .1;
}

/* User Profile Dropdown*/
.navbar .navbar-item .nav-item.user-profile-dropdown {
  margin-left: 20px;
  margin-right: 20px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
  padding: 6px 0;
  font-size: 25px;
}

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
  display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
  width: 37px;
  height: 37px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 0.9px rgba(0, 0, 0, 0.07), 0 0px 7px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0px 0.9px rgba(0, 0, 0, 0.07), 0 0px 7px rgba(0, 0, 0, 0.14);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
  z-index: 9999;
  max-width: 13rem;
  padding: 0 11px;
  top: 56px;
  left: -123px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
  padding: 16px 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: -12px;
  margin-left: -12px;
  background: #8989ba;
  margin-top: -1px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a7a6cb), color-stop(52%, #8989ba), to(#8989ba));
  background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media {
  margin: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fafafa;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body p {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  color: #e0e6ed;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
  padding: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
  display: block;
  color: #3b3f5c;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active, .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #ebedf2;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
  width: 17px;
  margin-right: 7px;
  height: 17px;
  color: #56478e;
  fill: rgba(86, 71, 142, 0.34);
}

/*
===============
    Sidebar
===============
*/
.sidebar-wrapper * {
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-theme #compactSidebar {
  background: #0066FF;
}

.sidebar-closed #content {
  margin-left: 0;
}

.sidebar-wrapper #compactSidebar {
  width: 150px;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 1031;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  height: 100vh;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar-closed #compactSidebar {
  left: -150px;
}

.sidebar-wrapper #compactSidebar .menu-categories {
  position: relative;
  padding: 0;
  height: calc(100vh - 80px);
}

.sidebar-wrapper #compactSidebar .menu-categories.ps .ps__rail-y:hover, .sidebar-wrapper #compactSidebar .menu-categories.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
}

.sidebar-wrapper #compactSidebar .menu-categories > li.menu {
  position: relative;
  list-style: none;
}

.sidebar-wrapper #compactSidebar .menu-categories > li.menu svg.feather-chevron-left {
  position: absolute;
  right: -20px;
  color: #fff;
  fill: #f0eafa;
  top: 20%;
  display: none;
  width: 50px;
  height: 50px;
  stroke-width: 0;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #515365;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle > div.base-menu {
  text-align: center;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-icons {
  text-align: center;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-icons svg {
  position: relative;
  display: inline-block;
  color: #fafafa;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  fill: rgba(224, 230, 237, 0.109804);
  stroke-width: 0.7px;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-menu span {
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
  color: #fafafa;
  font-weight: 500;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-icons {
  text-align: center;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-icons svg {
  color: #e0e6ed;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-menu span {
  font-weight: 700;
  color: #e0e6ed;
  font-size: 15px;
}

.sidebar-wrapper #compactSidebar .menu-categories > li.menu:hover svg.feather-chevron-left, .sidebar-wrapper #compactSidebar .menu-categories > li.menu.active svg.feather-chevron-left {
  display: block;
}

.sidebar-wrapper #compact_submenuSidebar {
  left: -255px;
  position: fixed;
  height: 100%;
  height: calc(100vh - 79px);
  top: 80px;
  background: #f0eafa;
  width: 225px;
  padding: 20px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  z-index: 1030;
  border-right: 1px solid #e0e6ed;
}

.sidebar-wrapper #compact_submenuSidebar.show {
  left: 150px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu {
  display: none;
}

.sidebar-wrapper #compact_submenuSidebar .submenu.show {
  display: block;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li {
  padding: 0;
  list-style: none;
  margin-bottom: 3px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.active a {
  font-weight: 600;
  padding: 6px 8px;
  color: #5c1ac3;
  -webkit-transition: .300s;
  transition: .300s;
  border-radius: 5px;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
  margin: 2px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a {
  padding: 6px 5px;
  display: block;
  color: #506690;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: .300s;
  transition: .300s;
  border-radius: 5px;
  margin: 2px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a svg:not(.feather-chevron-right) {
  color: #060818;
  margin-right: 15px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  stroke-width: 0.8px;
  fill: rgba(6, 8, 24, 0.0784314);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 4px;
  -webkit-transition: .100s;
  transition: .100s;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a .icon svg:not(.feather-chevron-right) {
  margin-right: 0;
  width: 12px;
  height: 12px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a:hover {
  color: #5c1ac3;
  font-weight: 600;
  padding: 6px 14px;
  -webkit-transition: .300s;
  transition: .300s;
  background-color: rgba(92, 26, 195, 0.14);
  -webkit-box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a svg.feather-chevron-right {
  width: 15px;
  height: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: .500s;
  transition: .500s;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a[aria-expanded="true"] {
  font-weight: 600;
  color: #5c1ac3;
  -webkit-transition: .300s;
  transition: .300s;
  border-radius: 5px;
  padding: 7px 14px;
  background-color: rgba(92, 26, 195, 0.14);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a[aria-expanded="true"] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul {
  padding-left: 0;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li:first-child a {
  padding-top: 20px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a {
  position: relative;
  padding: 6px 30px;
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #506690;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li.active a {
  color: #5c1ac3;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li.active a:before {
  background-color: #5c1ac3;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li:first-child a:before {
  top: 28px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  background-color: #888ea8;
  top: 14px;
  left: 18px;
  border-radius: 50%;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a:hover:before {
  background-color: #5c1ac3;
}

/*Data active True*/
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1029 !important;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overlay.show {
  display: block;
}

.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes e-fadeInUp {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes e-fadeInUp {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.fadeInUp {
  -webkit-animation-name: e-fadeInUp;
  animation-name: e-fadeInUp;
}

/*
    ======================
        Footer-wrapper
    ======================
*/
.footer-wrapper {
  padding: 10px 20px 10px 20px;
  display: inline-block;
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  border-top-left-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-container.sidebar-closed .footer-wrapper {
  border-radius: 0;
}

.footer-wrapper .footer-section p {
  margin-bottom: 0;
  color: #515365;
  font-size: 13px;
  letter-spacing: 1px;
}

.footer-wrapper .footer-section p a {
  color: #515365;
}

.footer-wrapper .footer-section svg {
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.419608);
  width: 15px;
  height: 15px;
  vertical-align: text-top;
}

/*
    ======================
        MEDIA QUERIES
    ======================
*/
@media (max-width: 991px) {
  .header-container {
    padding-right: 0;
    padding-left: 0;
  }
  .header-container .sidebarCollapse {
    margin-left: 8px;
    display: block;
  }
  .header-container .sidebarCollapse svg {
    width: 21px;
    height: 21px;
  }
  .navbar {
    padding: 0 0 0 12px;
  }
  .navbar .navbar-item .nav-item.theme-logo {
    margin-right: 3px;
    margin-left: 0;
  }
  .navbar .navbar-item .nav-item.theme-logo a img {
    width: 38px;
    height: 38px;
  }
  /*
      =============
          NavBar
      =============
  */
  .main-container.sidebar-closed #content {
    margin-left: 0;
  }
  .navbar .language-dropdown .custom-dropdown-icon {
    margin-right: 0;
  }
  .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
    display: none;
  }
  .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
    margin-right: 0;
  }
  /*
      =============
          Sidebar
      =============
  */
  #content {
    margin-left: 0;
  }
  #sidebar .theme-brand {
    border-radius: 0;
  }
  .sidebar-closed #sidebar .theme-brand {
    padding: 0.9px 12px 0.9px 24px;
  }
  .sidebar-wrapper #compactSidebar .menu-categories {
    height: calc(100vh - 120px);
  }
  html.sidebar-noneoverflow .main-container:not(.sidebar-closed) .sidebar-wrapper #compactSidebar, .main-container.sbar-open .sidebar-wrapper #compactSidebar {
    left: 0;
  }
  .sidebar-wrapper #compact_submenuSidebar.show {
    left: 120px;
  }
  .sidebar-wrapper #compactSidebar {
    width: 120px;
    left: -150px;
  }
  .sbar-open.sidebar-closed #compactSidebar {
    left: -150px !important;
  }
  .sidebar-wrapper #compact_submenuSidebar {
    width: 200px;
  }
  body.alt-menu .sidebar-closed > .sidebar-wrapper {
    width: 0;
    left: -52px;
  }
  .main-container {
    padding: 0;
  }
  #sidebar ul.menu-categories.ps {
    height: calc(100vh - 114px) !important;
  }
  .sidebar-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 0;
  }
  #sidebar {
    height: 100vh !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* display .overlay when it has the .active class */
  .overlay.show {
    display: block;
    opacity: .7;
  }
  .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
    right: -96px;
    padding: 24px 0;
  }
  .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
    right: -55px;
  }
  .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
    position: relative;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    width: 220px;
  }
}

@media (min-width: 992px) {
  .sidebar-closed #sidebar .theme-brand li.theme-text a {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-item.search-ul {
    margin: 0 16px 0 auto;
  }
  .navbar .navbar-item .nav-item .form-inline.search {
    opacity: 0;
    -webkit-transition: opacity 200ms, top 200ms;
    transition: opacity 200ms, top 200ms;
    top: -25px;
  }
  .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    opacity: 0;
    -webkit-transition: opacity 200ms, top 200ms;
    transition: opacity 200ms, top 200ms;
  }
  .navbar .navbar-item .nav-item .form-inline.search.input-focused {
    position: absolute;
    bottom: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 32;
    margin-top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity 200ms, top 200ms;
    transition: opacity 200ms, top 200ms;
  }
  .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
    opacity: 1;
    -webkit-transition: opacity 200ms, top 200ms;
    transition: opacity 200ms, top 200ms;
  }
  .navbar .navbar-item .nav-item.search-animated {
    position: initial;
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .navbar-item .nav-item.search-animated svg {
    margin: 0;
    cursor: pointer;
    position: initial;
    -webkit-transition: top 200ms;
    transition: top 200ms;
    fill: none;
    stroke-width: 1.6px;
    color: #acb0c3;
    width: 24px;
    height: 24px;
  }
  .navbar .navbar-item .nav-item.search-animated.show-search svg {
    margin: 0;
    position: absolute;
    top: 28px;
    left: 16px;
    width: 24px;
    height: 24px;
    color: #5c1ac3;
    z-index: 40;
    -webkit-transition: top 200ms;
    transition: top 200ms;
  }
  .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-bar {
    width: 100%;
  }
  .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
    background: transparent;
    display: block;
    padding-left: 50px;
    padding-right: 12px;
    border: none;
  }
  .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    border: none;
    width: 100%;
    display: none;
  }
}

@media (max-width: 575px) {
  .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:before {
    display: none;
  }
  .navbar .navbar-item .nav-item.dropdown.message-dropdown {
    margin-left: 16px;
  }
  .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:before {
    display: none;
  }
  .navbar .navbar-item .nav-item.dropdown.notification-dropdown {
    margin-left: 16px;
  }
  .navbar .navbar-item .nav-item.user-profile-dropdown {
    margin-left: 16px;
  }
  .navbar .navbar-item .nav-item.dropdown a svg {
    width: 24px;
    height: 24px;
  }
  .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
    width: 20px;
    height: 20px;
  }
  .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle span, .footer-wrapper .footer-section.f-section-2 {
    display: none;
  }
}

/*
    ===============================
    /|\                         /|\
    /|\                         /|\
    /|\    Analytics Section    /|\
    /|\                         /|\
    /|\                         /|\
    ===============================
*/
.layout-spacing {
  padding-bottom: 30px;
}

.widget {
  position: relative;
  padding: 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

body.minimal .widget {
  border: 1px solid #e0e6ed !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*
    ==================
        Notification
    ==================
*/
body.minimal .widget-card-four {
  padding: 25px 32px;
}

.widget-card-four {
  padding: 25px 32px;
  background: #fff;
}

.widget-card-four .w-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-card-four .w-info h6 {
  font-weight: 600;
  margin-bottom: 0;
  color: #0e1726;
  font-size: 23px;
  letter-spacing: 0;
}

.widget-card-four .w-info p {
  font-weight: 600;
  margin-bottom: 0;
  color: #5c1ac3;
  font-size: 16px;
}

.widget-card-four .w-icon {
  color: #5c1ac3;
  background-color: #dccff7;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 10px;
}

.widget-card-four .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 62px;
  margin-bottom: 0;
  height: 22px;
  padding: 4px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 2px rgba(224, 230, 237, 0.458824);
          box-shadow: 0 2px 2px rgba(224, 230, 237, 0.458824);
}

.widget-card-four .progress-bar {
  position: relative;
}

.widget-card-four .progress-bar:before {
  content: '';
  height: 7px;
  width: 7px;
  background: #fff;
  position: absolute;
  right: 3px;
  border-radius: 50%;
  top: 3.4px;
}

/*
    =====================
        Unique Visitors
    =====================
*/
.widget.widget-chart-three {
  background: #fff;
}

.widget.widget-chart-three .widget-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #e0e6ed;
  padding: 20px 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.widget.widget-chart-three .widget-heading h5 {
  font-size: 17px;
  display: block;
  color: #0e1726;
  font-weight: 600;
  margin-bottom: 0;
}

.widget.widget-chart-three .widget-heading .dropdown {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget.widget-chart-three .widget-heading .dropdown a svg {
  color: #888ea8;
  width: 19px;
  height: 19px;
}

.widget.widget-chart-three .widget-heading .dropdown .dropdown-menu {
  padding: 8px 8px;
  min-width: 10rem;
  border-radius: 6px;
  top: 5px !important;
}

.widget.widget-chart-three .apexcharts-legend-marker {
  left: -5px !important;
}

.widget.widget-activity-two {
  position: relative;
  background: #fff;
  border-radius: 8px;
  height: 100%;
}

.widget.widget-activity-two .widget-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #e0e6ed;
  padding: 20px 20px;
  padding-bottom: 20px;
}

.widget.widget-activity-two .widget-heading h5 {
  font-size: 17px;
  display: block;
  color: #0e1726;
  font-weight: 600;
  margin-bottom: 0;
}

/*
    ========================
        Recent Activities
    ========================
*/
.widget-activity-two .widget-content {
  padding: 20px 20px 20px 20px;
}

.widget-activity-two .mt-container {
  position: relative;
  height: 293px;
  overflow: auto;
  padding: 0 0 0 12px;
}

.widget-activity-two .timeline-line .item-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-activity-two .timeline-line .item-timeline .t-dot {
  position: relative;
}

.widget-activity-two .timeline-line .item-timeline .t-dot:before {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #e0e6ed;
  background: #bfc9d4;
}

.widget-activity-two .timeline-line .item-timeline .t-dot:after {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #bfc9d4;
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}

.widget-activity-two .timeline-line .item-timeline.timeline-new .t-dot:before {
  background: #1b55e2;
  border-color: #c2d5ff;
}

.widget-activity-two .timeline-line .item-timeline:last-child .t-dot:after {
  display: none;
}

.widget-activity-two .timeline-line .item-timeline .t-meta-time {
  margin: 0;
  min-width: 100px;
  max-width: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #888ea8;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-activity-two .timeline-line .item-timeline .t-text {
  padding: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10px;
}

.widget-activity-two .timeline-line .item-timeline .t-text p {
  font-size: 13px;
  margin: 0;
  color: #bfc9d4;
  font-weight: 600;
}

.widget-activity-two .timeline-line .item-timeline .t-text p span {
  color: #515365;
  font-weight: 600;
}

.widget-activity-two .timeline-line .item-timeline .t-text p a {
  color: #888ea8;
  font-weight: 600;
}

.widget-activity-two .tm-action-btn {
  text-align: center;
  margin-top: 9px;
}

.widget-activity-two .tm-action-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 15px;
  padding: 0;
  background: transparent;
  color: #1b55e2;
  border: none;
}

/*
    ========================
        Recent Activities
    ========================
*/
.widget.widget-activity-three {
  position: relative;
  background: #fff;
  border-radius: 8px;
  height: 100%;
}

.widget.widget-activity-three .widget-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #e0e6ed;
  padding: 20px 20px;
  padding-bottom: 20px;
}

.widget.widget-activity-three .widget-heading h5 {
  font-size: 17px;
  display: block;
  color: #0e1726;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-activity-three .widget-content {
  padding: 20px 10px 20px 20px;
}

.widget-activity-three .mt-container {
  position: relative;
  height: 325px;
  overflow: auto;
  padding: 0 12px 0 12px;
}

.widget.widget-activity-three .timeline-line .item-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot {
  position: relative;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot div {
  background: #1b55e2;
  border-radius: 50%;
  padding: 5px;
  margin-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot div.t-primary {
  background-color: #1b55e2;
  -webkit-box-shadow: 0 10px 20px -10px #1b55e2;
          box-shadow: 0 10px 20px -10px #1b55e2;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot div.t-success {
  background-color: #009688;
  -webkit-box-shadow: 0 10px 20px -10px #009688;
          box-shadow: 0 10px 20px -10px #009688;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot div.t-danger {
  background-color: #e7515a;
  -webkit-box-shadow: 0 10px 20px -10px #e7515a;
          box-shadow: 0 10px 20px -10px #e7515a;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot div.t-warning {
  background-color: #e2a03f;
  -webkit-box-shadow: 0 10px 20px -10px #e2a03f;
          box-shadow: 0 10px 20px -10px #e2a03f;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot div.t-dark {
  background-color: #3b3f5c;
  -webkit-box-shadow: 0 10px 20px -10px #3b3f5c;
          box-shadow: 0 10px 20px -10px #3b3f5c;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot svg {
  color: #fff;
  height: 20px;
  width: 20px;
  stroke-width: 1.6px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content {
  width: 100%;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent h5 {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 5px;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent span {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  color: #888ea8;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content p {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #888ea8;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge {
  padding: 2px 4px;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-transform: none;
          transform: none;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge-primary {
  background-color: #c2d5ff;
  color: #1b55e2;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge-success {
  background-color: #e6ffbf;
  color: #009688;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge-warning {
  background-color: #ffeccb;
  color: #e2a03f;
}

.widget.widget-activity-three .timeline-line .item-timeline .t-dot:after {
  content: '';
  position: absolute;
  border-width: 1px;
  border-style: solid;
  left: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #bfc9d4;
  width: 0;
  height: auto;
  top: 36px;
  bottom: -20px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}

.widget.widget-activity-three .timeline-line .item-timeline:last-child .t-dot:after {
  display: none;
}

/*
    ==================
        Statistics
    ==================
*/
.widget-one_hybrid {
  background: #fff;
}

.widget-one_hybrid .widget-heading {
  padding: 20px 13px;
}

.widget-one_hybrid .widget-heading .w-icon {
  display: inline-block;
  padding: 7px 8px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.widget-one_hybrid .widget-heading svg {
  height: 18px;
  width: 18px;
}

.widget-one_hybrid .widget-heading .w-value {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}

.widget-one_hybrid .widget-heading h5 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #506690;
}

.widget-one_hybrid.widget-followers {
  background: #c2d5ff;
}

.widget-one_hybrid.widget-followers .widget-heading .w-icon {
  color: #1b55e2;
  border: 1px solid #1b55e2;
}

.widget-one_hybrid.widget-referral {
  background: #ffe1e2;
}

.widget-one_hybrid.widget-referral .widget-heading .w-icon {
  color: #e7515a;
  border: 1px solid #e7515a;
}

.widget-one_hybrid.widget-social {
  background: #bae7ff;
}

.widget-one_hybrid.widget-social .widget-heading .w-icon {
  color: #2196f3;
  border: 1px solid #2196f3;
}

.widget-one_hybrid.widget-engagement {
  background: #e6ffbf;
}

.widget-one_hybrid.widget-engagement .widget-heading .w-icon {
  color: #8dbf42;
  border: 1px solid #8dbf42;
}

/*
    ==================
        Balance
    ==================
*/
body.minimal .widget-account-invoice-two {
  padding: 22px 19px;
}

.widget-account-invoice-two {
  padding: 22px 19px;
  background: #e2a03f;
  background: -webkit-gradient(linear, left top, right top, from(#0081ff), to(#0045ff));
  background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
}

.widget-account-invoice-two .account-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 84px;
}

.widget-account-invoice-two .account-box h5 {
  color: #e0e6ed;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.widget-account-invoice-two .account-box p {
  color: #e0e6ed;
  font-weight: 700;
  margin-bottom: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-account-invoice-two .account-box .acc-action {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-account-invoice-two .account-box .acc-action a {
  display: inline-block;
  padding: 8px;
  border-radius: 6px;
  color: #e0e6ed;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 2px 0px #bfc9d4;
          box-shadow: 0px 0px 2px 0px #bfc9d4;
}

.widget-account-invoice-two .account-box .acc-action a:first-child {
  margin-right: 2px;
}

.widget-account-invoice-two .account-box .acc-action a svg {
  width: 18px;
  height: 18px;
}

/*
    ==================
        Statistics
    ==================
*/
body.minimal .widget-card-one {
  padding: 20px 0;
}

.widget-card-one {
  background: #fff;
  padding: 20px 0;
  height: 100%;
}

.widget-card-one .widget-content .media {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 19px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #e0e6ed;
}

.widget-card-one .widget-content .media .w-img {
  margin-right: 9px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-card-one .widget-content .media img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #e0e6ed;
}

.widget-card-one .widget-content .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-card-one .widget-content .media-body h6 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.widget-card-one .widget-content .media-body p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 600;
  color: #888ea8;
  padding: 0;
}

.widget-card-one .widget-content p {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 61px;
  padding: 0 20px;
}

.widget-card-one .widget-content .w-action {
  padding: 0 20px;
}

.widget-card-one .widget-content .w-action svg {
  color: #1b55e2;
  fill: #c2d5ff;
}

.widget-card-one .widget-content .w-action span {
  vertical-align: sub;
  font-weight: 700;
  color: #0e1726;
  letter-spacing: 1px;
}

/*
    ===========================
        Visitors by Browser
    ===========================
*/
body.minimal .widget-four {
  padding: 20px;
}

.widget-four {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
}

.widget-four .widget-heading {
  margin-bottom: 54px;
}

.widget-four .widget-heading h5 {
  font-size: 17px;
  display: block;
  color: #0e1726;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-four .widget-content {
  font-size: 17px;
}

.widget-four .widget-content .browser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-four .widget-content .browser-list:not(:last-child) {
  margin-bottom: 30px;
}

.widget-four .widget-content .w-icon {
  display: inline-block;
  padding: 8px 8px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  height: 34px;
  width: 34px;
  margin-right: 12px;
}

.widget-four .widget-content .w-icon svg {
  display: block;
  width: 17px;
  height: 17px;
}

.widget-four .widget-content .browser-list:nth-child(1) .w-icon {
  background: #c2d5ff;
}

.widget-four .widget-content .browser-list:nth-child(2) .w-icon {
  background: #ffe1e2;
}

.widget-four .widget-content .browser-list:nth-child(3) .w-icon {
  background: #ffeccb;
}

.widget-four .widget-content .browser-list:nth-child(1) .w-icon svg {
  color: #1b55e2;
}

.widget-four .widget-content .browser-list:nth-child(2) .w-icon svg {
  color: #e7515a;
}

.widget-four .widget-content .browser-list:nth-child(3) .w-icon svg {
  color: #e2a03f;
}

.widget-four .widget-content .w-browser-details {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-four .widget-content .w-browser-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1px;
}

.widget-four .widget-content .w-browser-info h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  color: #888ea8;
}

.widget-four .widget-content .w-browser-info p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  color: #888ea8;
}

.widget-four .widget-content .w-browser-stats .progress {
  margin-bottom: 0;
  height: 22px;
  padding: 4px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 2px rgba(224, 230, 237, 0.458824), 1px 6px 7px rgba(224, 230, 237, 0.458824);
          box-shadow: 0 2px 2px rgba(224, 230, 237, 0.458824), 1px 6px 7px rgba(224, 230, 237, 0.458824);
}

.widget-four .widget-content .w-browser-stats .progress .progress-bar {
  position: relative;
}

.widget-four .widget-content .w-browser-stats .progress .progress-bar:before {
  content: '';
  height: 7px;
  width: 7px;
  background: #fff;
  position: absolute;
  right: 3px;
  border-radius: 50%;
  top: 3.4px;
}

/*
    ==================
        Dev Summit
    ==================
*/
body.minimal .widget-card-two {
  padding: 20px 0px;
}

.widget-card-two {
  background: #fff;
  padding: 20px 0px;
}

.widget-card-two .media {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 19px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #e0e6ed;
}

.widget-card-two .media .w-img {
  margin-right: 10px;
}

.widget-card-two .media .w-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #e0e6ed;
}

.widget-card-two .media .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-card-two .media .media-body h6 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.widget-card-two .media .media-body p {
  margin-bottom: 0;
  font-weight: 600;
  color: #888ea8;
}

.widget-card-two .card-bottom-section {
  text-align: center;
}

.widget-card-two .card-bottom-section h5 {
  font-size: 14px;
  color: #009688;
  font-weight: 700;
  margin-bottom: 20px;
}

.widget-card-two .card-bottom-section .img-group img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #e0e6ed;
}

.widget-card-two .card-bottom-section .img-group img:not(:last-child) {
  margin-right: 5px;
}

.widget-card-two .card-bottom-section a {
  display: block;
  margin-top: 18px;
  background: #1b55e2;
  color: #fff;
  padding: 10px 10px;
  -webkit-transform: none;
          transform: none;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.widget-card-two .card-bottom-section a.btn:hover, .widget-card-two .card-bottom-section a.btn:focus {
  border-color: #1b55e2;
}

/*
    =====================
        Task Indicator
    =====================
*/
body.minimal .widget-five {
  padding: 28px 0 0 0;
}

.widget-five {
  background: #fff;
  padding: 28px 0 0 0;
  height: 100%;
}

.widget-five .widget-content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #e0e6ed;
}

.widget-five .widget-content .header-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-five .widget-content .header-body h6 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.widget-five .widget-content .header-body p {
  margin-bottom: 0;
  font-weight: 600;
  color: #888ea8;
  padding: 0;
}

.widget-five .widget-content .task-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-five .widget-content .task-action .dropdown.custom-dropdown {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-five .widget-content .task-action .dropdown.custom-dropdown a.dropdown-toggle svg {
  color: #888ea8;
}

.widget-five .widget-content .task-action .dropdown.custom-dropdown .dropdown-menu {
  padding: 8px 8px;
  min-width: 10rem;
  border-radius: 6px;
  top: 5px !important;
}

.widget-five .w-content {
  text-align: center;
  height: 100%;
  padding: 20px 26px;
}

.widget-five .w-content div .task-left {
  margin-bottom: 0;
  font-size: 30px;
  color: #1b55e2;
  background: #c2d5ff;
  font-weight: 600;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 76px;
  width: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0px;
  border: 5px solid #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 8px 2px #e0e6ed;
  box-shadow: 0px 0px 8px 2px #e0e6ed;
}

.widget-five .w-content div .task-completed {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #009688;
}

.widget-five .w-content div .task-hight-priority {
  color: #acb0c3;
  font-weight: 500;
  margin-bottom: 0;
}

.widget-five .w-content div .task-hight-priority span {
  color: #e7515a;
  font-weight: 700;
}

/*
    ===========================
    /|\                     /|\
    /|\                     /|\
    /|\    Sales Section    /|\
    /|\                     /|\
    /|\                     /|\
    ===========================
*/
.layout-spacing {
  padding-bottom: 30px;
}

.sales .widget {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border: none;
  background: #fff;
}

.sales .widget .widget-heading {
  margin-bottom: 15px;
}

.sales .widget h5 {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #515365;
}

/*
    ==================
        Total Sales
    ==================
*/
body.minimal .widget-two {
  border: 1px solid #e0e6ed !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget-two {
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 8px;
  height: 100%;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.widget-two .widget-content {
  font-size: 17px;
}

.widget-two .w-chart {
  position: absolute;
  bottom: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.widget-two .w-numeric-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-two .w-numeric-value .w-icon {
  display: inline-block;
  background: #ffeccb;
  padding: 13px 12px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  height: 45px;
  width: 45px;
}

.widget-two .w-numeric-value svg {
  display: block;
  color: #e2a03f;
  width: 20px;
  height: 20px;
}

.widget-two .w-numeric-value .w-value {
  font-size: 19px;
  display: block;
  color: #0e1726;
  font-weight: 700;
  margin-bottom: -9px;
}

.widget-two .w-numeric-value .w-numeric-title {
  font-size: 13px;
  color: #888ea8;
  font-weight: 600;
}

.widget.widget-one {
  padding: 22px 18px;
  background: #fff;
}

.widget.widget-one .widget-heading h6 {
  color: #0e1726;
  margin-bottom: 41px;
  font-size: 17px;
  display: block;
  font-weight: 600;
}

.widget.widget-one .w-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget.widget-one .w-chart .w-chart-section {
  width: 50%;
  padding: 0 12px;
}

.widget.widget-one .w-chart .w-chart-section .w-detail {
  position: absolute;
  color: #fff;
}

.widget.widget-one .w-chart .w-chart-section .w-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.widget.widget-one .w-chart .w-chart-section .w-stats {
  color: #f8538d;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 700;
}

/*
    ==================
        Widget
    ==================
*/
.widget-one {
  position: relative;
  background: #1b55e2;
  padding: 0;
  border-radius: 8px;
  height: 100%;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.widget-one .widget-content {
  font-size: 17px;
}

.widget-one .w-numeric-value {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 500;
  padding: 20px;
}

.widget-one .w-numeric-value .w-icon {
  display: inline-block;
  background: #fff;
  padding: 13px 12px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  height: 45px;
  width: 45px;
  margin-right: 14px;
}

.widget-one .w-numeric-value svg {
  display: block;
  color: #1b55e2;
  width: 20px;
  height: 20px;
}

.widget-one .w-numeric-value .w-value {
  font-size: 26px;
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: -9px;
}

.widget-one .w-numeric-value .w-numeric-title {
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

/*
    ====================
        Order Summary
    ====================
*/
body.minimal .widget-three {
  border: 1px solid #e0e6ed !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget-three {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.widget-three .widget-heading {
  margin-bottom: 54px;
}

.widget-three .widget-heading h5 {
  font-size: 19px;
  display: block;
  color: #0e1726;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-three .widget-content {
  font-size: 17px;
}

.widget-three .widget-content .summary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-three .widget-content .summary-list:not(:last-child) {
  margin-bottom: 30px;
}

.widget-three .widget-content .w-icon {
  display: inline-block;
  padding: 8px 8px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  height: 34px;
  width: 34px;
  margin-right: 12px;
}

.widget-three .widget-content .w-icon svg {
  display: block;
  width: 17px;
  height: 17px;
}

.widget-three .widget-content .summary-list:nth-child(1) .w-icon {
  background: #dccff7;
}

.widget-three .widget-content .summary-list:nth-child(2) .w-icon {
  background: #e6ffbf;
}

.widget-three .widget-content .summary-list:nth-child(3) .w-icon {
  background: #ffeccb;
}

.widget-three .widget-content .summary-list:nth-child(1) .w-icon svg {
  color: #5c1ac3;
}

.widget-three .widget-content .summary-list:nth-child(2) .w-icon svg {
  color: #009688;
}

.widget-three .widget-content .summary-list:nth-child(3) .w-icon svg {
  color: #e2a03f;
}

.widget-three .widget-content .w-summary-details {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-three .widget-content .w-summary-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1px;
}

.widget-three .widget-content .w-summary-info h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  color: #888ea8;
}

.widget-three .widget-content .w-summary-info p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  color: #888ea8;
}

.widget-three .widget-content .w-summary-stats .progress {
  margin-bottom: 0;
  height: 6px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 2px rgba(224, 230, 237, 0.458824), 1px 6px 7px rgba(224, 230, 237, 0.458824);
          box-shadow: 0 2px 2px rgba(224, 230, 237, 0.458824), 1px 6px 7px rgba(224, 230, 237, 0.458824);
}

/*
    ==================
        Revenue
    ==================
*/
.widget-chart-one .widget-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-chart-one .apexcharts-legend-marker {
  left: -5px !important;
}

.widget-chart-one .apexcharts-yaxis-title, .widget-chart-one .apexcharts-xaxis-title {
  font-weight: 600;
  fill: #bfc9d4;
}

.widget-chart-one .widget-heading .tabs {
  padding: 0;
  margin: 0;
}

.widget-chart-one .widget-heading .tabs li {
  display: inline-block;
  list-style: none;
  padding: 0 0;
}

.widget-chart-one .widget-heading .tabs a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 5px 7px;
  background: #1b55e2;
  color: #fff;
  border-radius: 4px;
}

/*
    =======================
        Sold By cateory
    =======================
*/
.widget-chart-two {
  padding: 0 !important;
}

.widget.widget-chart-two .widget-heading {
  padding: 20px 20px 0 20px;
}

.widget.widget-chart-two .widget-content {
  padding: 0 0 20px 0;
}

.widget-chart-two .apexcharts-canvas {
  margin: 0 auto;
}

.widget-chart-two .apexcharts-legend-marker {
  left: -5px !important;
}

/*
    ==================
        Transaction
    ==================
*/
.widget-table-one .widget-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-table-one .transactions-list {
  padding: 12px 12px;
  border: 1px dashed #bfc9d4;
  border-radius: 6px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.widget-table-one .transactions-list:not(:last-child) {
  margin-bottom: 15px;
}

.widget-table-one .transactions-list:hover {
  -webkit-transform: translateY(-1px) scale(1.01);
  transform: translateY(-1px) scale(1.01);
}

.widget-table-one .transactions-list .t-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-table-one .transactions-list .t-item .t-company-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-table-one .transactions-list .t-item .t-icon {
  margin-right: 12px;
}

.widget-table-one .transactions-list .t-item .t-icon .avatar {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.widget-table-one .transactions-list .t-item .t-icon .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffe1e2;
  color: #e7515a;
}

.widget-table-one .transactions-list .t-item .t-icon .icon {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #ffeccb;
  border-radius: 50%;
}

.widget-table-one .transactions-list .t-item .t-icon .icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19px;
  height: 19px;
  color: #e2a03f;
  stroke-width: 2;
}

.widget-table-one .transactions-list .t-item .t-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-table-one .transactions-list .t-item .t-name h4 {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-table-one .transactions-list .t-item .t-name .meta-date {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 600;
  color: #888ea8;
}

.widget-table-one .transactions-list .t-item .t-rate {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-table-one .transactions-list .t-item .t-rate p {
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0px;
}

.widget-table-one .transactions-list .t-item .t-rate svg {
  width: 14px;
  height: 14px;
  vertical-align: baseline;
}

.widget-table-one .transactions-list .t-item .t-rate.rate-inc p, .widget-table-one .transactions-list .t-item .t-rate.rate-inc svg {
  color: #009688;
}

.widget-table-one .transactions-list .t-item .t-rate.rate-dec p, .widget-table-one .transactions-list .t-item .t-rate.rate-dec svg {
  color: #e7515a;
}

/*
    ========================
        Recent Activities
    ========================
*/
.widget-activity-one .widget-content select {
  padding: 0;
  width: auto;
  font-size: 13px;
  border: none;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #acb0c3;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 0 auto;
  margin-bottom: 20px;
}

.widget-activity-one .mt-container {
  position: relative;
  height: 232px;
  overflow: auto;
}

.widget-activity-one .timeline-line .item-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-activity-one .timeline-line .item-timeline .t-dot {
  position: relative;
}

.widget-activity-one .timeline-line .item-timeline .t-dot:before {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #e0e6ed;
  background: #bfc9d4;
}

.widget-activity-one .timeline-line .item-timeline .t-dot:after {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #bfc9d4;
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}

.widget-activity-one .timeline-line .item-timeline.timeline-new .t-dot:before {
  background: #1b55e2;
  border-color: #c2d5ff;
}

.widget-activity-one .timeline-line .item-timeline:last-child .t-dot:after {
  display: none;
}

.widget-activity-one .timeline-line .item-timeline .t-meta-time {
  margin: 0;
  min-width: 100px;
  max-width: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #888ea8;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-activity-one .timeline-line .item-timeline .t-text {
  padding: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10px;
}

.widget-activity-one .timeline-line .item-timeline .t-text p {
  font-size: 13px;
  margin: 0;
  color: #bfc9d4;
  font-weight: 600;
}

.widget-activity-one .timeline-line .item-timeline .t-text p span {
  color: #515365;
  font-weight: 600;
}

.widget-activity-one .timeline-line .item-timeline .t-text p a {
  color: #888ea8;
  font-weight: 600;
}

.widget-activity-one .timeline-line .item-timeline .t-time {
  margin: 0;
  min-width: 80px;
  max-width: 80px;
  font-size: 13px;
  font-weight: 600;
  color: #acb0c3;
  padding: 10px 0;
  letter-spacing: 1px;
}

.widget-activity-one .tm-action-btn {
  text-align: center;
  padding-top: 20px;
}

.widget-activity-one .tm-action-btn button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  color: #1b55e2;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-size: 15px;
}

.widget-activity-one .tm-action-btn svg {
  width: 15px;
  height: 15px;
  vertical-align: inherit;
}

/*
    ========================
        Recent Activities
    ========================
*/
.widget-activity-four {
  padding-right: 0;
  padding-left: 0;
}

.widget-activity-four .mt-container {
  position: relative;
  height: 272px;
  overflow: auto;
  padding-right: 12px;
}

.widget-activity-four .widget-heading {
  padding: 0 20px;
}

.widget-activity-four .widget-content {
  padding: 0 8px 0 20px;
}

.widget-activity-four .timeline-line .item-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.widget-activity-four .timeline-line .item-timeline .t-dot {
  position: relative;
}

.widget-activity-four .timeline-line .item-timeline .t-dot:before {
  content: '';
  position: absolute;
  border-color: inherit;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #e0e6ed;
  background: #bfc9d4;
  z-index: 1;
}

.widget-activity-four .timeline-line .item-timeline .t-dot:after {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #e0e6ed;
  width: 0;
  height: auto;
  top: 12px;
  bottom: -19px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}

.widget-activity-four .timeline-line .item-timeline.timeline-primary .t-dot:before {
  background-color: #1b55e2;
  border-color: #a4bdf7;
}

.widget-activity-four .timeline-line .item-timeline.timeline-success .t-dot:before {
  background-color: #009688;
  border-color: #9ad2cd;
}

.widget-activity-four .timeline-line .item-timeline.timeline-danger .t-dot:before {
  background-color: #e7515a;
  border-color: #f1acb0;
}

.widget-activity-four .timeline-line .item-timeline.timeline-dark .t-dot:before {
  background-color: #3b3f5c;
  border-color: #9fa3bb;
}

.widget-activity-four .timeline-line .item-timeline.timeline-secondary .t-dot:before {
  background: #1b55e2;
  border-color: #c2d5ff;
}

.widget-activity-four .timeline-line .item-timeline.timeline-warning .t-dot:before {
  background-color: #e2a03f;
  border-color: #dec7a5;
}

.widget-activity-four .timeline-line .item-timeline:last-child .t-dot:after {
  display: none;
}

.widget-activity-four .timeline-line .item-timeline .t-meta-time {
  margin: 0;
  min-width: 100px;
  max-width: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #888ea8;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.widget-activity-four .timeline-line .item-timeline .t-text {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-activity-four .timeline-line .item-timeline .t-text p {
  font-size: 12px;
  margin: 0;
  color: #888ea8;
  font-weight: 400;
}

.widget-activity-four .timeline-line .item-timeline .t-text span.badge {
  position: absolute;
  right: 11px;
  padding: 2px 4px;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
}

.widget-activity-four .timeline-line .item-timeline:hover .t-text span.badge {
  opacity: 1;
}

.widget-activity-four .timeline-line .item-timeline .t-text p.t-time {
  text-align: right;
  color: #888ea8;
  font-size: 10px;
}

.widget-activity-four .timeline-line .item-timeline .t-time {
  margin: 0;
  min-width: 80px;
  max-width: 80px;
  font-size: 13px;
  font-weight: 600;
  color: #acb0c3;
  letter-spacing: 1px;
}

.widget-activity-four .tm-action-btn {
  text-align: center;
  padding-top: 20px;
}

.widget-activity-four .tm-action-btn button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  color: #1b55e2;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  font-size: 15px;
}

.widget-activity-four .tm-action-btn svg {
  width: 15px;
  height: 15px;
  vertical-align: inherit;
}

/*
    =====================
        Account Info
    =====================
*/
.widget-account-invoice-one .invoice-box .acc-total-info {
  padding: 0 0;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #bfc9d4;
}

.widget-account-invoice-one .invoice-box h5 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #1b55e2;
}

.widget-account-invoice-one .invoice-box .acc-amount {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  color: #009688;
}

.widget-account-invoice-one .invoice-box .inv-detail {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #bfc9d4;
}

.widget-account-invoice-one .invoice-box [class*="info-detail-"]:not(.info-sub) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-account-invoice-one .invoice-box [class*="info-detail-"]:not(.info-sub) p {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 14px;
}

.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}

.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail p {
  margin-bottom: 0;
}

.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail-sub {
  margin-left: 9px;
}

.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail-sub p {
  color: #888ea8;
  margin-bottom: 2px;
  font-weight: 600;
}

.widget-account-invoice-one .invoice-box .inv-action {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.widget-account-invoice-one .invoice-box .inv-action a {
  -webkit-transform: none;
          transform: none;
}

/*
    =====================
        Recent Orders
    =====================
*/
.widget-table-two {
  position: relative;
}

.widget-table-two h5 {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.widget-table-two .widget-content {
  background: transparent;
}

.widget-table-two .table {
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-bottom: 0;
}

.widget-table-two .table > thead > tr > th {
  text-transform: initial;
  font-weight: 600;
  border-top: none;
  background: #e0e6ed;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 10px 0 10px 5px;
}

.widget-table-two .table > thead > tr > th:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.widget-table-two .table > thead > tr > th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.widget-table-two .table > thead > tr > th .th-content {
  color: #1b55e2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.widget-table-two .table > thead > tr > th:first-child .th-content {
  margin-left: 10px;
}

.widget-table-two .table > thead > tr > th:last-child .th-content {
  text-align: right;
  margin-right: 10px;
}

.widget-table-two .table > thead > tr > th:nth-last-child(2) .th-content {
  text-align: center;
  padding: 0 15px 0 0;
}

.widget-table-two .table > tbody > tr > td {
  border-top: none;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.widget-table-two .table > tbody > tr:hover > td {
  -webkit-transform: translateY(-1px) scale(1.01);
          transform: translateY(-1px) scale(1.01);
}

.widget-table-two .table > tbody > tr:hover > td .td-content {
  color: #515365;
}

.widget-table-two .table > tbody > tr > td .td-content {
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  color: #888ea8;
}

.widget-table-two .table > tbody > tr > td:first-child {
  border-top-left-radius: 6px;
  padding: 10px 0 10px 15px;
  border-bottom-left-radius: 6px;
}

.widget-table-two .table > tbody > tr > td:last-child {
  border-top-right-radius: 6px;
  padding: 15.5px 15px 15.5px 0;
  text-align: right;
  border-bottom-right-radius: 6px;
}

.widget-table-two .table .td-content.customer-name {
  color: #515365;
}

.widget-table-two .table .td-content.product-brand {
  letter-spacing: 1px;
}

.widget-table-two .table .td-content img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 13px;
}

.widget-table-two .table tr > td:nth-last-child(2) .td-content {
  text-align: center;
}

.widget-table-two .table .td-content .badge {
  -webkit-transform: none;
          transform: none;
}

.widget-table-two .table tr:hover .td-content .badge {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.widget-table-two .table tr .td-content .outline-badge-primary {
  background-color: #c2d5ff;
}

.widget-table-two .table tr .td-content .outline-badge-success {
  color: #009688;
  background-color: #e6ffbf;
  border-color: #009688;
}

.widget-table-two .table tr .td-content .outline-badge-danger {
  background-color: #ffe1e2;
}

/*
    ===========================
        Top Selling Product
    ===========================
*/
.widget-table-three {
  position: relative;
}

.widget-table-three h5 {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.widget-table-three .widget-content {
  background: transparent;
}

.widget-table-three .table {
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-bottom: 0;
}

.widget-table-three .table > thead > tr > th {
  text-transform: initial;
  font-weight: 600;
  border-top: none;
  background: #e0e6ed;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 10px 0 10px 15px;
}

.widget-table-three .table > thead > tr > th:first-child .th-content {
  margin-left: 10px;
}

.widget-table-three .table > thead > tr > th:last-child .th-content {
  text-align: right;
  margin-right: 10px;
}

.widget-table-three .table > thead > tr > th:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.widget-table-three .table > thead > tr > th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.widget-table-three .table > thead > tr > th .th-content {
  color: #1b55e2;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.widget-table-three .table > tbody > tr {
  background: transparent;
}

.widget-table-three .table > tbody > tr > td {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.widget-table-three .table > tbody > tr:hover > td {
  -webkit-transform: translateY(-1px) scale(1.01);
          transform: translateY(-1px) scale(1.01);
}

.widget-table-three .table > tbody > tr:hover > td .td-content {
  color: #3b3f5c;
}

.widget-table-three .table > tbody > tr > td .td-content {
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  color: #888ea8;
}

.widget-table-three .table > tbody > tr > td:first-child {
  border-top-left-radius: 6px;
  padding: 10px 0px 10px 15px;
  border-bottom-left-radius: 6px;
}

.widget-table-three .table > tbody > tr > td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.widget-table-three .table > tbody > tr > td:last-child .td-content {
  text-align: right;
  padding: 0 15px 0 0;
}

.widget-table-three .table tr > td:nth-last-child(2) .td-content {
  padding: 10px 0 10px 15px;
}

.widget-table-three .table .td-content .discount-pricing {
  padding: 10px 0 10px 15px;
}

.widget-table-three .table .td-content.product-name {
  color: #515365;
  letter-spacing: 1px;
}

.widget-table-three .table .td-content img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.widget-table-three .table .td-content .pricing {
  padding: 10px 0 10px 15px;
}

.widget-table-three .table .td-content .tag {
  background: transparent;
  -webkit-transform: none;
          transform: none;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2px 5px;
  border-radius: 6px;
}

.widget-table-three .table .td-content .tag-primary {
  color: #1b55e2;
  border: 1px dashed #1b55e2;
  background: #c2d5ff;
}

.widget-table-three .table .td-content .tag-success {
  color: #009688;
  border: 1px dashed #009688;
  background: #e6ffbf;
}

.widget-table-three .table .td-content .tag-danger {
  color: #e7515a;
  border: 1px dashed #e7515a;
  background: #ffe1e2;
}

.widget-table-three .table .td-content a {
  padding: 0;
  font-size: 13px;
  background: transparent;
  -webkit-transform: none;
          transform: none;
  letter-spacing: 1px;
  border-bottom: 1px dashed #bfc9d4;
}

/*
    =====================
        Media Query
    =====================
*/
@media (max-width: 1199px) {
  .widget.widget-activity-two .widget-heading {
    margin-bottom: 21px;
  }
  .widget-activity-two .mt-container {
    position: relative;
    height: 177px;
  }
}

@media (max-width: 575px) {
  .widget-card-four .w-content-img img {
    height: 94px;
  }
  .widget-notification-one .noti-action a span {
    display: none;
  }
  .widget-statistic .col-12:not(:last-child) .widget-one_hybrid {
    margin-bottom: 40px;
  }
}

/*
    ====================
        Media Object
    ====================
*/
@media (min-width: 1200px) {
  .table-responsive {
    overflow-x: hidden;
  }
}

@media (max-width: 1430px) and (min-width: 1200px) {
  /*
      ===========================
          Top Selling Product
      ===========================
  */
  .widget-table-two .table .td-content img, .widget-table-three .table .td-content img {
    display: block;
  }
  /*
      ===========================
          Top Selling Product
      ===========================
  */
}

@media (max-width: 767px) {
  .widget-notification-two button {
    display: none;
  }
}

@media (max-width: 575px) {
  /*
      ==================
          Total Sales
      ==================
  */
  .widget-two .w-chart {
    position: inherit;
  }
  /*
      ========================
          Recent Activities
      ========================
  */
  .widget-activity-one .mt-container {
    height: auto;
  }
  /*
      ===========================
          Top Selling Product
      ===========================
  */
  .widget-table-two .table > thead > tr > th {
    padding-right: 15px;
  }
  .widget-table-two .table > tbody > tr > td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
  .widget-table-two .table .td-content.customer-name {
    color: #515365;
    text-align: center;
  }
  .widget-table-two .table .td-content.product-brand {
    text-align: center;
  }
  .widget-table-two .table .td-content img {
    display: block;
    margin: 0 auto 5px auto;
  }
  /*
      ===========================
          Top Selling Product
      ===========================
  */
  .widget-table-three .table > thead > tr > th {
    padding-right: 15px;
  }
  .widget-table-three .table > tbody > tr > td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
  .widget-table-three .table .td-content.product-name {
    text-align: center;
  }
  .widget-table-three .table .td-content img {
    display: block;
    margin: 0 auto 5px auto;
  }
}

/*      Alert       */
.alert {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0.9375rem;
}

.alert .btn {
  padding: 3px 12px;
  margin-right: 20px;
}

.alert .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert .alert-icon svg {
  vertical-align: middle;
  width: 33px;
  height: 33px;
}

.alert .close {
  color: #fff;
  opacity: 1;
  width: 18px;
}

/*Default Alerts*/
.alert-primary {
  color: #fff;
  background-color: #1b55e2;
  border-color: #1b55e2;
}

.alert-warning {
  color: #fff;
  background-color: #e2a03f;
  border-color: #e2a03f;
}

.alert-success {
  color: #fff;
  background-color: #8dbf42;
  border-color: #8dbf42;
}

.alert-info {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.alert-danger {
  color: #fff;
  background-color: #e7515a;
  border-color: #e7515a;
}

.alert-dark {
  color: #fff;
  background-color: #3b3f5c;
  border-color: #3b3f5c;
}

/*Outline Alerts*/
.alert-outline-primary {
  border-color: #1b55e2;
  border-radius: 5px;
}

.alert-outline-warning {
  border-color: #dea82a;
  border-radius: 5px;
}

.alert-outline-success {
  border-color: #8dbf42;
  border-radius: 5px;
}

.alert-outline-info {
  border-color: #009eda;
  border-radius: 5px;
}

.alert-outline-danger {
  border-color: #e7515a;
  border-radius: 5px;
}

.alert-outline-dark {
  border-color: #454656;
  border-radius: 5px;
}

.alert.alert-light .close {
  color: #0e1726;
}

.alert.solid-alert-3 .close, .alert.solid-alert-4 .close {
  color: #000;
}

.hide-default {
  display: none;
}

/*      Light Alert         */
.alert-light-primary {
  color: #1b55e2;
  background-color: #c2d5ff;
  border-color: #1b55e2;
}

.alert-light-primary svg.close {
  color: #1b55e2;
}

.alert-light-warning {
  color: #e2a03f;
  background-color: #ffeccb;
  border-color: #e2a03f;
}

.alert-light-warning svg.close {
  color: #e2a03f;
}

.alert-light-success {
  color: #8dbf42;
  background-color: #e6ffbf;
  border-color: #8dbf42;
}

.alert-light-success svg.close {
  color: #8dbf42;
}

.alert-light-info {
  color: #2196f3;
  background-color: #bae7ff;
  border-color: #2196f3;
}

.alert-light-info svg.close {
  color: #2196f3;
}

.alert-light-danger {
  color: #e7515a;
  background-color: #ffe1e2;
  border-color: #e7515a;
}

.alert-light-danger svg.close {
  color: #e7515a;
}

.alert-light-dark {
  color: #3b3f5c;
  background-color: #acb0c3;
  border-color: #3b3f5c;
}

.alert-light-dark svg.close {
  color: #3b3f5c;
}

/*  Background Alerts      */
.alert-background {
  color: #fff;
  background: #fff url(../../staticfiles/images/ab-1.jpeg) no-repeat center center;
  background-size: cover;
}

/*  Gradient Alerts      */
.alert-gradient {
  color: #fff;
  border: none;
  background-size: cover;
  background-image: linear-gradient(135deg, #bc1a4e 0%, #004fe6 100%);
}

/* Custom Alerts */
/* Default */
.custom-alert-1 {
  background-color: #5c1ac3;
  border-color: #5c1ac3;
  border-radius: 5px;
  color: #fff;
}

.custom-alert-1 .alert-icon {
  margin-right: 25px;
}

.custom-alert-1 .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-alert-1 .alert-text {
  margin-right: 10px;
}

.custom-alert-1 .alert-text strong, .custom-alert-1 .alert-text span {
  vertical-align: sub;
}

/*  Alert with Icon */
.alert-icon-left {
  border-left: 64px solid;
}

.alert-icon-left svg:not(.close) {
  color: #fff;
  width: 4rem;
  left: -4rem;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alert-icon-right {
  border-right: 64px solid;
}

.alert-icon-right svg:not(.close) {
  color: #fff;
  width: 4rem;
  right: -4rem;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alert-icon-right i {
  float: left;
  margin-right: 7px;
}

.alert[class*=alert-arrow-]:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 8px solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left-color: inherit;
  margin-top: -8px;
}

.alert.alert-arrow-right:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 8px solid;
  border-right-color: inherit;
}

@media (max-width: 575px) {
  .custom-alert-1 .media-body {
    display: block;
  }
  .alert .btn {
    margin-top: 8px;
  }
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

.avatar--group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #bfc9d4;
  color: #fff;
}

.avatar--group .avatar-xl {
  margin-left: -1.28125rem;
}

.avatar--group .avatar {
  margin-left: -.75rem;
}

.avatar--group img, .avatar--group .avatar .avatar-title {
  border: 2px solid #ffffff;
}

.avatar-xl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.70833rem;
}

.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.33333rem;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: .83333rem;
}

/*
	Indicators
*/
.avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 1%;
  right: 5%;
  width: 28%;
  height: 28%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.avatar-offline:before {
  background-color: #bfc9d4;
}

.avatar-online:before {
  background-color: #009688;
}

.avatar.translateY-axis img, .avatar.translateY-axis .avatar-title {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.avatar.translateY-axis img:hover, .avatar.translateY-axis .avatar-title:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
  transform: translateY(-5px) scale(1.02);
}

.avatar.translateX-axis img, .avatar.translateX-axis .avatar-title {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.avatar.translateX-axis img:hover, .avatar.translateX-axis .avatar-title:hover {
  -webkit-transform: translateX(5px) scale(1.02);
  transform: translateX(5px) scale(1.02);
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}

/*
    Breadcrumb 1
*/
.breadcrumb-one {
  display: inline-block;
}

.breadcrumb-one .breadcrumb {
  padding: 0;
  vertical-align: text-bottom;
}

.breadcrumb-one .breadcrumb-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.breadcrumb-one .breadcrumb-item a {
  color: #888ea8;
  vertical-align: text-bottom;
}

.breadcrumb-one .breadcrumb-item a svg {
  width: 18px;
  height: 18px;
  vertical-align: sub;
  fill: #e0e6ed;
}

.breadcrumb-one .breadcrumb-item.active a {
  color: #515365;
}

.breadcrumb-one .breadcrumb-item span {
  vertical-align: text-bottom;
}

.breadcrumb-one .breadcrumb-item.active {
  color: #3b3f5c;
  font-weight: 600;
}

.breadcrumb-one .breadcrumb-item + .breadcrumb-item {
  padding: 0px;
}

.breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
  color: #888ea8;
  padding: 0 6px 0 6px;
}

/*
    Breadcrumb 2
*/
.breadcrumb-two .breadcrumb {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.breadcrumb-two .breadcrumb li {
  float: left;
}

.breadcrumb-two .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-two .breadcrumb li a {
  color: #1b55e2;
  text-decoration: none;
  padding: 6px 0 6px 40px;
  background: #ebedf2;
  position: relative;
  display: block;
  float: left;
}

.breadcrumb-two .breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ebedf2;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb-two .breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ebedf2;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb-two .breadcrumb li:last-child a:before {
  margin-left: -6px;
}

.breadcrumb-two .breadcrumb li:first-child a {
  padding-left: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.breadcrumb-two .breadcrumb li.active a {
  background: #1b55e2;
  color: #fff;
}

.breadcrumb-two .breadcrumb li.active a:after {
  border-left-color: #1b55e2;
}

.breadcrumb-two .breadcrumb li:last-child a {
  pointer-events: none;
  cursor: default;
  padding-left: 20px;
  padding-right: 20px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.breadcrumb-two .breadcrumb li:last-child a:after {
  border: none;
}

/*
    Breadcrumb 3
*/
.breadcrumb-three {
  padding: 0;
  background-color: transparent;
}

.breadcrumb-three .breadcrumb {
  padding: 0;
}

.breadcrumb-three .breadcrumb-item {
  color: #888ea8;
  padding: 9px 9px;
  background: #f1f2f3;
  border-bottom-right-radius: 13px;
  border-top-right-radius: 13px;
}

.breadcrumb-three .breadcrumb-item.active {
  color: #1b55e2;
  font-weight: 600;
}

.breadcrumb-three .breadcrumb-item + .breadcrumb-item::before {
  color: #515365;
  font-weight: 700;
  font-size: 13px;
  content: '';
  padding: 0px 6px;
  vertical-align: sub;
}

/*
    Breadcrumb 4
*/
.breadcrumb-four .breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-four .breadcrumb li {
  position: relative;
  font-size: 14px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 6px;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid #e0e6ed;
  -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 0px 1px 8px 0px rgba(31, 45, 61, 0.1);
}

.breadcrumb-four .breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb-four .breadcrumb li:not(:first-child):before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background: #1b55e2;
  left: -13px;
  top: 50%;
}

.breadcrumb-four .breadcrumb li a {
  color: #555;
  vertical-align: sub;
}

.breadcrumb-four .breadcrumb li a:hover {
  text-decoration: none;
  color: #4d7496;
}

.breadcrumb-four .breadcrumb li:not(:first-child) svg {
  margin-right: 5px;
}

.breadcrumb-four .breadcrumb li svg {
  color: #6f6f6f;
  vertical-align: text-bottom;
  width: 20px;
}

.breadcrumb-four .breadcrumb li.active a {
  color: #1b55e2 !important;
  font-weight: 600;
}

.breadcrumb-four .breadcrumb li.active svg {
  color: #1b55e2;
}

.breadcrumb-four .breadcrumb li span {
  vertical-align: text-bottom;
}

/*
    Breadcrumb 5
*/
.breadcrumb-five .breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-five .breadcrumb li {
  position: relative;
  font-size: 14px;
  margin-right: 20px;
  padding: 0 7px;
}

.breadcrumb-five .breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb-five .breadcrumb li:not(:first-child):before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background: #1b55e2;
  left: -13px;
  top: 50%;
}

.breadcrumb-five .breadcrumb li a {
  color: #555;
  vertical-align: sub;
}

.breadcrumb-five .breadcrumb li a:hover {
  text-decoration: none;
  color: #4d7496;
}

.breadcrumb-five .breadcrumb li svg {
  color: #6f6f6f;
  vertical-align: bottom;
  width: 20px;
}

.breadcrumb-five .breadcrumb li.active a {
  color: #1b55e2 !important;
  font-weight: 600;
}

@media (max-width: 575px) {
  .breadcrumb-two .breadcrumb li {
    padding: 0;
  }
  .breadcrumb-two .breadcrumb li a {
    padding: 6px 10px 6px 10px;
    margin-bottom: 5px;
  }
  .breadcrumb-two .breadcrumb li a:after {
    display: none;
  }
  .breadcrumb-two .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-two .breadcrumb li a:before {
    display: none;
  }
}

/*
    ============================
        Pagination container
    =============================
*/
.paginating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.paginating-container .prev svg, .paginating-container .next svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

.paginating-container .pagination {
  margin-bottom: 0;
}

.paginating-container li {
  padding: 10px 0;
  font-weight: 600;
  color: #3b3f5c;
  border-radius: 4px;
}

.paginating-container li a {
  padding: 10px 15px;
  font-weight: 600;
  color: #3b3f5c;
}

.paginating-container li:not(:last-child) {
  margin-right: 4px;
}

/*
    Default Style
*/
.pagination-default li {
  border: 2px solid #e0e6ed;
}

.pagination-default li:hover {
  border: 2px solid #1b55e2 !important;
}

.pagination-default li:hover a {
  color: #1b55e2;
}

.pagination-default li.active {
  border: 2px solid #1b55e2 !important;
  color: #1b55e2;
}

.pagination-default li a.active:hover, .pagination-default li.active a {
  color: #1b55e2;
}

.pagination-default .prev {
  border: 2px solid #e0e6ed;
}

.pagination-default .prev:hover {
  border: 2px solid #1b55e2;
}

.pagination-default .prev:hover a, .pagination-default .prev:hover svg {
  color: #1b55e2;
}

.pagination-default .next {
  border: 2px solid #e0e6ed;
}

.pagination-default .next:hover {
  border: 2px solid #1b55e2;
}

.pagination-default .next:hover a, .pagination-default .next:hover svg {
  color: #1b55e2;
}

/*
    Solid Style
*/
.pagination-solid li {
  background-color: #e0e6ed;
}

.pagination-solid li:hover a {
  color: #1b55e2;
}

.pagination-solid li.active {
  background-color: #1b55e2 !important;
  color: #fff;
}

.pagination-solid li a.active:hover, .pagination-solid li.active a {
  color: #fff;
}

.pagination-solid .prev {
  background-color: #e0e6ed;
}

.pagination-solid .prev:hover {
  background-color: #1b55e2;
}

.pagination-solid .prev:hover a, .pagination-solid .prev:hover svg {
  color: #fff;
}

.pagination-solid .next {
  background-color: #e0e6ed;
}

.pagination-solid .next:hover {
  background-color: #1b55e2;
}

.pagination-solid .next:hover a, .pagination-solid .next:hover svg {
  color: #fff;
}

/*
    ===================
        No Spacing
    ===================
*/
.pagination-no_spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.pagination-no_spacing .prev {
  background-color: #e0e6ed;
  border-radius: 50%;
  padding: 10px 11px;
  margin-right: 5px;
}

.pagination-no_spacing .prev:hover {
  background-color: #1b55e2;
}

.pagination-no_spacing .prev:hover svg {
  color: #fff;
}

.pagination-no_spacing .next {
  background-color: #e0e6ed;
  border-radius: 50%;
  padding: 10px 11px;
  margin-left: 5px;
}

.pagination-no_spacing .next:hover {
  background-color: #1b55e2;
}

.pagination-no_spacing .next:hover svg {
  color: #fff;
}

.pagination-no_spacing .prev svg, .pagination-no_spacing .next svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

.pagination-no_spacing .pagination {
  margin-bottom: 0;
}

.pagination-no_spacing li {
  background-color: #e0e6ed;
  padding: 10px 0;
  font-weight: 600;
  color: #3b3f5c;
}

.pagination-no_spacing li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.pagination-no_spacing li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pagination-no_spacing li a {
  padding: 10px 15px;
  font-weight: 600;
  color: #3b3f5c;
}

.pagination-no_spacing li a.active {
  background-color: #1b55e2 !important;
  border-radius: 6px;
  color: #fff;
}

.pagination-no_spacing li a.active:hover {
  color: #fff;
}

.pagination-no_spacing li a:hover {
  color: #1b55e2;
}

/*
    =======================
        Custom Pagination
    =======================
*/
/*
    Custom Solid
*/
.pagination-custom_solid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.pagination-custom_solid .prev {
  background-color: #e0e6ed;
  border-radius: 50%;
  padding: 10px 11px;
  margin-right: 25px;
}

.pagination-custom_solid .prev:hover {
  background-color: #1b55e2;
}

.pagination-custom_solid .prev:hover svg {
  color: #fff;
}

.pagination-custom_solid .next {
  background-color: #e0e6ed;
  border-radius: 50%;
  padding: 10px 11px;
  margin-left: 25px;
}

.pagination-custom_solid .next:hover {
  background-color: #1b55e2;
}

.pagination-custom_solid .next:hover svg {
  color: #fff;
}

.pagination-custom_solid .prev svg, .pagination-custom_solid .next svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

.pagination-custom_solid .pagination {
  margin-bottom: 0;
}

.pagination-custom_solid li {
  background-color: #e0e6ed;
  padding: 10px 0;
  font-weight: 600;
  color: #3b3f5c;
}

.pagination-custom_solid li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.pagination-custom_solid li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pagination-custom_solid li a {
  padding: 10px 15px;
  font-weight: 600;
  color: #3b3f5c;
}

.pagination-custom_solid li a.active {
  background-color: #1b55e2 !important;
  border-radius: 6px;
  color: #fff;
}

.pagination-custom_solid li a.active:hover {
  color: #fff;
}

.pagination-custom_solid li a:hover {
  color: #1b55e2;
}

/*
    Custom Outline
*/
.pagination-custom_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.pagination-custom_outline .prev {
  border: 2px solid #e0e6ed;
  border-radius: 50%;
  padding: 8px 11px;
  margin-right: 25px;
}

.pagination-custom_outline .prev:hover {
  border: 2px solid #1b55e2;
}

.pagination-custom_outline .prev:hover svg {
  color: #1b55e2;
}

.pagination-custom_outline .next {
  border: 2px solid #e0e6ed;
  border-radius: 50%;
  padding: 8px 11px;
  margin-left: 25px;
}

.pagination-custom_outline .next:hover {
  border: 2px solid #1b55e2;
}

.pagination-custom_outline .next:hover svg {
  color: #1b55e2;
}

.pagination-custom_outline .prev svg, .pagination-custom_outline .next svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.pagination-custom_outline .pagination {
  margin-bottom: 0;
}

.pagination-custom_outline li {
  padding: 10px 0;
  font-weight: 600;
  color: #3b3f5c;
  border: 1px solid #e0e6ed;
}

.pagination-custom_outline li.active {
  background-color: #e0e6ed;
}

.pagination-custom_outline li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.pagination-custom_outline li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pagination-custom_outline li a {
  padding: 10px 15px;
  font-weight: 600;
  color: #3b3f5c;
}

.pagination-custom_outline li a:hover {
  color: #1b55e2;
}

.pagination-custom_outline li.active a {
  background-color: #ffffff;
  border: 2px solid #1b55e2 !important;
  border-radius: 6px;
  color: #1b55e2;
}

/*  Tree View   */
#myUL {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #3b3f5c;
  font-weight: 600;
}

#myUL ul {
  list-style-type: none;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  font-size: 13px;
  color: #0e1726;
  text-transform: capitalize;
}

.caret.caret-down::before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-plus"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line></svg>');
}

.caret::before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-minus"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line></svg>');
  color: #888ea8;
  display: inline-block;
  margin-right: 6px;
  vertical-align: sub;
}

.nested {
  display: none;
  padding-left: 28px;
}

.nested li {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #5c1ac3;
  font-size: 13px;
}

.active {
  display: block;
}

.file-tree {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
  overflow: hidden;
}

.file-tree * {
  list-style-type: none;
}

.file-tree ul {
  list-style: none;
  display: none;
  padding-left: 30px;
}

.file-tree li {
  position: relative;
  padding: 5px 0;
  border-radius: 0.25rem;
  cursor: auto;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0e1726;
}

.file-tree .file-tree-folder {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
}

.file-tree .file-tree-folder::before {
  content: "\e9b9";
  font-size: 1.25rem;
}

.file-tree .file-tree-folder::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: .4rem;
  left: -2em;
  content: "\f182";
  display: block;
  text-align: center;
  font-family: 'flaticon' !important;
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  font-size: 10px;
  color: #2196f3;
}

.file-tree .file-tree-folder.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.file-tree li.file-tree-folder::before {
  display: inline-block;
  text-align: center;
  width: 30px;
  margin-right: .25rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #2196f3;
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>');
}

.file-tree li::before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>');
  font-size: 1rem;
  color: #2196f3;
  margin-right: 9px;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .custo-radio {
    margin-top: 5px;
  }
}

/*
    Infobox 1
*/
.infobox-1 {
  border: 1px solid #e0e6ed;
  width: 50%;
  padding: 25px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  margin-right: auto;
  margin-left: auto;
}

.infobox-1 .info-icon svg {
  width: 50px;
  height: 50px;
  stroke-width: 1px;
  margin-bottom: 20px;
  color: #1b55e2;
}

.infobox-1 .info-heading {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.infobox-1 .info-text {
  font-size: 15px;
  color: #888ea8;
  margin-bottom: 15px;
}

.infobox-1 .info-link {
  color: #1b55e2;
  font-weight: 600;
}

.infobox-1 .info-link svg {
  width: 15px;
  height: 15px;
}

/*
    Infobox 2
*/
.infobox-2 {
  border: 1px solid #e0e6ed;
  width: 50%;
  padding: 25px;
  border-radius: 6px;
  background: #3b3f5c;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  margin-right: auto;
  margin-left: auto;
}

.infobox-2 .info-icon {
  border-radius: 50%;
  background: #888ea8;
  display: inline-block;
  padding: 15px;
  margin-bottom: 20px;
}

.infobox-2 .info-icon svg {
  width: 50px;
  height: 50px;
  stroke-width: 1px;
  color: #d3d3d3;
}

.infobox-2 .info-heading {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 14px;
  letter-spacing: 2px;
  color: #fff;
}

.infobox-2 .info-text {
  font-size: 15px;
  color: #e0e6ed;
  margin-bottom: 15px;
}

.infobox-2 .info-link {
  color: #2196f3;
  font-weight: 600;
}

.infobox-2 .info-link svg {
  width: 15px;
  height: 15px;
}

/*
    Infobox 3
*/
.infobox-3 {
  position: relative;
  border: 1px solid #e0e6ed;
  width: 50%;
  margin-top: 30px;
  padding: 50px 25px 25px 25px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  margin-right: auto;
  margin-left: auto;
}

.infobox-3 .info-icon {
  position: absolute;
  margin-bottom: 20px;
  background: #1b55e2;
  display: inline-block;
  top: -31px;
  padding: 6px;
  border-radius: 6px;
}

.infobox-3 .info-icon svg {
  width: 50px;
  height: 50px;
  stroke-width: 1px;
  color: #fff;
}

.infobox-3 .info-heading {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.infobox-3 .info-text {
  font-size: 15px;
  color: #888ea8;
  margin-bottom: 15px;
}

.infobox-3 .info-link {
  color: #1b55e2;
  font-weight: 600;
}

.infobox-3 .info-link svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 575px) {
  .infobox-1, .infobox-2, .infobox-3 {
    width: auto;
  }
}

.jumbotron p {
  text-align: left;
}

.display-4 {
  word-wrap: break-word;
  font-size: 45px;
}

.popovers-section h6 {
  color: #3b3f5c;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-bottom: 20px;
}

.popover {
  border: 1px solid #ebedf2;
  border-radius: 4px;
}

/*
	Popovers
*/
.popover-primary {
  border-color: #c2d5ff;
}

.popover-success {
  border-color: #e6ffbf;
}

.popover-info {
  border-color: #bae7ff;
}

.popover-danger {
  border-color: #ffe1e2;
}

.popover-warning {
  border-color: #ffeccb;
}

.popover-secondary {
  border-color: #dccff7;
}

.popover-dark {
  border-color: #acb0c3;
}

/* 		popover Arrow 	*/
.popover-primary .arrow:after, .popover-primary .arrow:before {
  border-top-color: #c2d5ff;
}

.popover-success .arrow:after, .popover-success .arrow:before {
  border-top-color: #e6ffbf;
}

.popover-info .arrow:after, .popover-info .arrow:before {
  border-top-color: #bae7ff;
}

.popover-danger .arrow:after, .popover-danger .arrow:before {
  border-top-color: #ffe1e2;
}

.popover-warning .arrow:after, .popover-warning .arrow:before {
  border-top-color: #ffeccb;
}

.popover-secondary .arrow:after, .popover-secondary .arrow:before {
  border-top-color: #dccff7;
}

.popover-dark .arrow:after, .popover-dark .arrow:before {
  border-top-color: #acb0c3;
}

/* 		popover Header 		*/
.popover-primary .popover-header {
  background-color: #c2d5ff;
  border: none;
  color: #1b55e2;
}

.popover-success .popover-header {
  background-color: #e6ffbf;
  border: none;
  color: #8dbf42;
}

.popover-info .popover-header {
  background-color: #bae7ff;
  border: none;
  color: #2196f3;
}

.popover-danger .popover-header {
  background-color: #ffe1e2;
  border: none;
  color: #e7515a;
}

.popover-warning .popover-header {
  background-color: #ffeccb;
  border: none;
  color: #e2a03f;
}

.popover-secondary .popover-header {
  background-color: #dccff7;
  border: none;
  color: #5c1ac3;
}

.popover-dark .popover-header {
  background-color: #acb0c3;
  border: none;
  color: #3b3f5c;
}

/*  	Popover Body 	*/
.popover-primary .popover-body {
  background-color: #c2d5ff;
  color: #1b55e2;
}

.popover-success .popover-body {
  background-color: #e6ffbf;
  color: #8dbf42;
}

.popover-info .popover-body {
  background-color: #bae7ff;
  color: #2196f3;
}

.popover-danger .popover-body {
  background-color: #ffe1e2;
  color: #e7515a;
}

.popover-warning .popover-body {
  background-color: #ffeccb;
  color: #e2a03f;
}

.popover-secondary .popover-body {
  background-color: #dccff7;
  color: #5c1ac3;
}

.popover-dark .popover-body {
  background-color: #acb0c3;
  color: #3b3f5c;
}

/*
  Live Search
*/
.filtered-list-search {
  margin-top: 0;
  margin-bottom: 50px;
}

.filtered-list-search form > div {
  position: relative;
}

.filtered-list-search form input {
  border: none;
  padding: 10px 16px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 2px rgba(31, 45, 61, 0.1);
  box-shadow: 0 0 4px 2px rgba(31, 45, 61, 0.1);
}

.filtered-list-search form input:focus {
  -webkit-box-shadow: 0 0 4px 2px rgba(31, 45, 61, 0.1);
          box-shadow: 0 0 4px 2px rgba(31, 45, 61, 0.1);
}

.filtered-list-search form button {
  border-radius: 50%;
  padding: 7px 7px;
  position: absolute;
  right: 4px;
  top: 4px;
}

.filtered-list-search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888ea8;
}

.filtered-list-search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888ea8;
}

.filtered-list-search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #888ea8;
}

.filtered-list-search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #888ea8;
}

.searchable-container {
  max-width: 1140px;
  margin: 0 auto;
}

.searchable-items {
  padding: 13px;
  border: 1px solid #e0e6ed;
  border-radius: 10px;
}

.searchable-container .searchable-items {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.searchable-container .items {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: .75rem .625rem;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 14px;
  padding: 13px 18px;
  width: 100%;
  color: #0e1726;
  min-width: 625px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 9px 2px rgba(31, 45, 61, 0.1);
  box-shadow: 0px 2px 9px 2px rgba(31, 45, 61, 0.1);
}

.searchable-container .items:hover {
  -webkit-transform: translateY(0) scale(1.03);
  transform: translateY(0) scale(1.03);
  -webkit-transform: translateY(0) scale(1.01);
          transform: translateY(0) scale(1.01);
}

.searchable-container .items .user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchable-container .items .user-profile img {
  width: 43px;
  height: 43px;
  border-radius: 5px;
}

.searchable-container .items .user-name p, .searchable-container .items .user-work p, .searchable-container .items .user-email p {
  margin-bottom: 0;
  color: #888ea8;
  font-weight: 600;
}

.searchable-container .items .user-status span.badge {
  background: transparent;
  -webkit-transform: none;
          transform: none;
}

.searchable-container .items .user-status span.badge.badge-warning {
  color: #e2a03f;
  border: 2px dashed #e2a03f;
}

.searchable-container .items .user-status span.badge.badge-danger {
  color: #e7515a;
  border: 2px dashed #e7515a;
}

.searchable-container .items .user-status span.badge.badge-primary {
  color: #1b55e2;
  border: 2px dashed #1b55e2;
}

.searchable-container .items .action-btn p {
  margin-bottom: 0;
  color: #3b3f5c;
  cursor: pointer;
  font-weight: 600;
}

.searchable-container .items:hover .serial-number p, .searchable-container .items:hover .user-name p, .searchable-container .items:hover .user-work p, .searchable-container .items:hover .user-email p, .searchable-container .items:hover .action-btn p {
  color: #1b55e2;
}

/*
    Line Search
*/
.full-search.search-form-overlay {
  height: 50px;
  position: relative;
  border: 1px solid #e0e6ed;
  border-radius: 5px;
  padding: 6px;
}

.search-form-overlay.input-focused .form-inline.search {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 32;
  border-radius: 0;
  margin-top: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.search-form-overlay .form-inline {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-form-overlay .form-inline svg {
  font-weight: 600;
  margin: 4px 10px;
  cursor: pointer;
  color: #888ea8;
}

.search-form-overlay.input-focused .form-inline svg {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 11px;
}

.search-form-overlay.input-focused .form-inline.search .search-bar {
  width: 100%;
}

.search-form-overlay form.form-inline input.search-form-control {
  width: 100%;
  font-size: 13px;
  background-color: #e3e3e3;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  color: #515365;
  letter-spacing: 1px;
}

.search-form-overlay .form-inline.search .search-form-control {
  border: none;
  width: 100%;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form-overlay.input-focused .form-inline.search .search-form-control {
  background: transparent;
  border-bottom: none;
  display: block;
  padding-left: 45px;
}

.demo-search-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff !important;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
}

.demo-search-overlay.show {
  display: block;
  opacity: .1;
}

/*
    Search Box
*/
.search-input-group-style.input-group {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(136, 142, 168, 0.313725);
  box-shadow: 0px 0px 0px 1px rgba(136, 142, 168, 0.313725);
}

.search-input-group-style.input-group .input-group-prepend .input-group-text {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.search-input-group-style.input-group .input-group-prepend .input-group-text svg {
  color: #1b55e2;
}

.search-input-group-style input {
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  color: #0e1726;
}

.tooltip-inner {
  border-radius: 6px;
}

.tooltip .tooltip-item {
  color: #fff;
  padding: 0 9px;
}

.tooltip-section h6 {
  color: #3b3f5c;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*
	==================
		Colors
	=================
*/
/*
	Tooltips
*/
/*		Tooltip Inner 	*/
.tooltip-primary .tooltip-inner {
  color: #1b55e2;
  background-color: #c2d5ff;
}

.tooltip-success .tooltip-inner {
  color: #8dbf42;
  background-color: #e6ffbf;
}

.tooltip-info .tooltip-inner {
  color: #2196f3;
  background-color: #bae7ff;
}

.tooltip-danger .tooltip-inner {
  color: #e7515a;
  background-color: #ffe1e2;
}

.tooltip-warning .tooltip-inner {
  color: #e2a03f;
  background-color: #ffeccb;
}

.tooltip-secondary .tooltip-inner {
  color: #5c1ac3;
  background-color: #dccff7;
}

.tooltip-dark .tooltip-inner {
  color: #3b3f5c;
  background-color: #acb0c3;
}

/*		Tooltip arrow 		*/
.tooltip-primary .arrow:before {
  border-top-color: #c2d5ff;
}

.tooltip-success .arrow:before {
  border-top-color: #e6ffbf;
}

.tooltip-info .arrow:before {
  border-top-color: #bae7ff;
}

.tooltip-danger .arrow:before {
  border-top-color: #ffe1e2;
}

.tooltip-warning .arrow:before {
  border-top-color: #ffeccb;
}

.tooltip-secondary .arrow:before {
  border-top-color: #dccff7;
}

.tooltip-dark .arrow:before {
  border-top-color: #acb0c3;
}

/*
	Component Card 1
*/
.component-card_1 {
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  width: 19rem;
  margin: 0 auto;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
          box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_1 .card-body {
  padding: 28px 25px;
}

.component-card_1 .icon-svg {
  margin-bottom: 20px;
  display: inline-block;
  background: #3b3f5c;
  padding: 12px;
  border-radius: 50%;
  color: #f1f2f3;
}

.component-card_1 svg {
  width: 20px;
  height: 20px;
}

.component-card_1 .card-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.component-card_1 .card-text {
  color: #888ea8;
}

/*
	Component Card 2
*/
.component-card_2 {
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  width: 18rem;
  margin: 0 auto;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
          box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_2 .card-body {
  padding: 22px 20px;
}

.component-card_2 .card-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.component-card_2 .card-text {
  color: #888ea8;
  line-height: 22px;
}

.component-card_2 a.btn-primary {
  margin: 26px 0 0 0;
  padding: 10px 16px;
  background: #f8538d !important;
  border-color: #f8538d;
}

/*
	Component Card 3
*/
.component-card_3 {
  border: none;
  border-radius: 8px;
  background: #3b3f5c;
  width: 18rem;
  margin: 0 auto;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
          box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_3 .card-body {
  padding: 22px 20px;
  text-align: center;
}

.component-card_3 .card-body img {
  width: 85px;
  height: 85px;
  margin-bottom: 25px;
  border-radius: 50%;
}

.component-card_3 .card-body h5.card-user_name {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

.component-card_3 .card-body p.card-user_occupation {
  font-size: 14px;
  color: #acb0c3;
  letter-spacing: 1px;
}

.component-card_3 .card-body .card-star_rating {
  margin-bottom: 24px;
}

.component-card_3 .card-body .card-star_rating svg {
  width: 20px;
  color: #e2a03f;
}

.component-card_3 .card-body .card-star_rating svg.fill {
  fill: #e2a03f;
}

.component-card_3 .card-body .card-text {
  color: #acb0c3;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
}

/*
	Component Card 4
*/
.component-card_4 {
  width: 30rem;
  margin: 0 auto;
  border: none;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
  box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_4 .card-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-card_4 .user-profile {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 25px;
}

.component-card_4 img {
  border-radius: 50%;
}

.component-card_4 .user-info {
  padding: 24px 8px 24px 0px;
}

.component-card_4 .card-user_name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.component-card_4 .card-user_occupation {
  color: #888ea8;
  font-size: 13px;
}

.component-card_4 .card-star_rating span {
  display: inline-block;
  padding: 0px 8px;
  font-size: 15px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.component-card_4 .card-star_rating svg {
  width: 16px;
  vertical-align: bottom;
}

.component-card_4 .card-text {
  color: #515365;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 23px;
}

/*
	Component Card 5
*/
.component-card_5 {
  width: 20rem;
  margin: 0 auto;
  border: none;
  border-radius: 8px;
  background: #5c1ac3;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
  box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_5 .card-body {
  padding: 30px 30px;
}

.component-card_5 .card-body .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0 0 0;
}

.component-card_5 .card-body .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.component-card_5 .card-body img {
  width: 56px;
  height: 56px;
  margin-right: 18px;
  border-radius: 50%;
}

.component-card_5 .card-body h5.card-user_name {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 3px;
}

.component-card_5 .card-body p.card-user_occupation {
  font-size: 14px;
  color: #acb0c3;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.component-card_5 .card-body .card-text {
  color: #f1f2f3;
  font-size: 14px;
  letter-spacing: 1px;
}

/*
	Component Card 6
*/
.component-card_6 {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e0e6ed;
  width: 19rem;
  margin: 0 auto;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
  box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_6 .card-body {
  padding: 30px 30px;
}

.component-card_6 .card-body .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 0 0;
}

.component-card_6 .card-body .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.component-card_6 .card-body img {
  width: 56px;
  height: 56px;
  margin-right: 18px;
  border-radius: 50%;
}

.component-card_6 .card-body h5.card-user_name {
  font-size: 16px;
  color: #3b3f5c;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 3px;
}

.component-card_6 .card-body p.card-user_occupation {
  font-size: 14px;
  color: #888ea8;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.component-card_6 .card-body .card-text {
  color: #515365;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.component-card_6 .card-body .card-star_rating svg {
  width: 12px;
  color: #e2a03f;
}

.component-card_6 .card-body .card-star_rating svg.fill {
  fill: #e2a03f;
}

/*
	Component Card 7
*/
.component-card_7 {
  background-color: #1b55e2;
  color: #fff;
  border: none;
  width: 18rem;
  margin: 0 auto;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
  box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_7 .card-body {
  padding: 23px 10px;
  text-align: center;
}

.component-card_7 .card-text, .component-card_7 .rating-count {
  color: #fff;
  margin-bottom: 20px;
}

.component-card_7 .rating-stars svg {
  width: 18px;
  color: #e2a03f;
}

.component-card_7 .rating-stars svg.fill {
  fill: #e2a03f;
}

/*
	Component Card 8
*/
.component-card_8 {
  background: #fff;
  border: 1px solid #e0e6ed;
  width: 24rem;
  margin: 0 auto;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
  box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_8 .progress-order .progress-order-header h6 {
  color: #0e1726;
  font-weight: 600;
  font-size: 16px;
}

.component-card_8 .progress-order .progress-order-header span.badge {
  font-size: 12px;
  padding: 6px 10px;
  color: #1b55e2;
  background-color: #c2d5ff;
}

.component-card_8 .progress-order .progress-order-body ul li img {
  width: 40px;
  height: 40px;
}

.component-card_8 .progress-order .progress-order-body ul li.badge-notify {
  position: relative;
}

.component-card_8 .progress-order .progress-order-body ul li.badge-notify .notification {
  position: absolute;
  top: -15px;
  right: -34px;
}

.component-card_8 .progress-order .progress-order-body ul li.badge-notify .notification span.badge {
  background-color: #fff;
  color: #1b55e2;
  -webkit-box-shadow: 0 0 20px 0 #d0d0d0;
          box-shadow: 0 0 20px 0 #d0d0d0;
  font-size: 12px;
  padding: 4px 7px;
}

.component-card_8 .progress-order .progress-order-body .p-o-percentage {
  font-size: 14px;
  color: #1b55e2;
}

.component-card_8 .progress-order .progress-order-body .progress {
  height: 6px;
  border-radius: 30px;
}

.component-card_8 .progress-order .progress-order-body .progress .p-o-progress {
  border-radius: 30px;
}

.pending-order {
  padding: 22px 20px;
}

/*
	Component Card 9
*/
.component-card_9 {
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  width: 22rem;
  margin: 0 auto;
  -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
  box-shadow: 4px 6px 10px -3px #bfc9d4;
}

.component-card_9 .card-body {
  padding: 22px 20px;
}

.component-card_9 .meta-date {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #1b55e2;
}

.component-card_9 .card-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.component-card_9 .card-text {
  color: #888ea8;
  line-height: 22px;
}

.component-card_9 .meta-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-top: 15px;
}

.component-card_9 .meta-info:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 215px;
  background: #e0e6ed;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.component-card_9 .meta-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-card_9 .avatar {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 1rem;
  margin-right: 10px;
}

.component-card_9 .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #515365;
  color: #e0e6ed;
  font-size: 14px;
}

.component-card_9 .user-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #515365;
  font-weight: 600;
}

.component-card_9 .meta-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-card_9 .meta-likes {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 13px;
  color: #1b55e2;
}

.component-card_9 .meta-likes svg {
  width: 16px;
  vertical-align: sub;
  color: #1b55e2;
  fill: rgba(27, 85, 226, 0.239216);
}

.component-card_9 .meta-view {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #1b55e2;
}

.component-card_9 .meta-view svg {
  width: 16px;
  vertical-align: sub;
  color: #1b55e2;
  fill: rgba(27, 85, 226, 0.239216);
}

/*
	Media Queries
*/
@media (max-width: 575px) {
  /*
  	Component Card 1
  */
  .component-card_1, .component-card_2, .component-card_3 {
    width: auto;
  }
  /*
  	Component Card 2
  */
  /*
  	Component Card 3
  */
  /*
  	Component Card 4
  */
  .component-card_4 {
    width: auto;
    text-align: center;
  }
  .component-card_4 .card-body {
    padding: 0;
    display: block;
  }
  .component-card_4 .user-info {
    padding: 0 25px 25px 25px;
  }
  .component-card_4 .user-profile {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 25px 25px;
  }
  /*
  	Component Card 5
  */
  .component-card_5, .component-card_6, .component-card_7, .component-card_8 {
    width: auto;
  }
  /*
  	Component Card 6
  */
  /*
  	Component Card 7
  */
  /*
  	Component Card 8
  */
  /*
  	Component Card 9
  */
  .component-card_9 {
    width: auto;
  }
  .component-card_9 .meta-info {
    display: block;
  }
  .component-card_9 .meta-action {
    margin-top: 16px;
  }
  .component-card_9 .meta-info:before {
    width: 50%;
  }
}

div#load_screen {
  background: #ecefff;
  opacity: 1;
  position: fixed;
  z-index: 999999;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

div#load_screen .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

div#load_screen .loader-content {
  right: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.spinner-grow {
  color: #304aca;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-form {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.form-form .form-form-wrap {
  max-width: 480px;
  margin: 0 auto;
  min-width: 311px;
  min-height: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-form .form-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: .71428571rem 2.85714286rem;
  width: 100%;
  min-height: 100%;
}

.form-form .form-container .form-content {
  display: block;
  width: 100%;
}

.form-form .form-form-wrap .user-meta {
  margin-bottom: 35px;
}

.form-form .form-form-wrap .user-meta img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 15px;
  border: 4px solid #e0e6ed;
}

.form-form .form-form-wrap .user-meta div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form-form .form-form-wrap .user-meta p {
  font-size: 31px;
  color: #3b3f5c;
  margin-bottom: 0;
}

.form-form .form-form-wrap h1 .brand-name {
  color: #1b55e2;
  font-weight: 600;
}

.form-form .form-form-wrap p.signup-link {
  font-size: 14px;
  color: #3b3f5c;
  font-weight: 700;
  margin-bottom: 50px;
}

.form-form .form-form-wrap p.signup-link a {
  color: #1b55e2;
  border-bottom: 1px solid;
}

.form-form .form-form-wrap form .field-wrapper.input {
  position: relative;
  padding: 11px 0 25px 0;
  border-bottom: none;
}

.form-form .form-form-wrap form .field-wrapper.input:focus {
  border: 1px solid #000;
}

.form-form .form-form-wrap form .field-wrapper.toggle-pass p {
  font-weight: 600;
  color: #3b3f5c;
  margin-bottom: 0;
}

.form-form .form-form-wrap form .field-wrapper .logged-in-user-name {
  font-size: 37px;
  color: #3b3f5c;
}

.form-form .form-form-wrap form .field-wrapper svg {
  position: absolute;
  top: 16px;
  color: #1b55e2;
  fill: rgba(27, 85, 226, 0.239216);
}

.form-form .form-form-wrap form .field-wrapper.terms_condition {
  margin-bottom: 20px;
}

.form-form .form-form-wrap form .field-wrapper.terms_condition label {
  font-size: 14px;
  color: #888ea8;
  padding-left: 31px;
  font-weight: 100;
}

.form-form .form-form-wrap form .field-wrapper.terms_condition a {
  color: #1b55e2;
}

.form-form .form-form-wrap form .field-wrapper input {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  min-width: 50px;
  max-width: 635px;
  width: 100%;
  min-height: 36px;
  background-color: #ffffff;
  border: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #3b3f5c;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #e0e6ed;
  padding: 0px 0 10px 35px;
}

.form-form .form-form-wrap form .field-wrapper input::-webkit-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-ms-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-moz-placeholder {
  color: #d3d3d3;
  font-size: 14px;
}

.form-form .form-form-wrap form .field-wrapper input:focus {
  border-bottom: 1px solid #1b55e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-form .form-form-wrap form .field-wrapper.toggle-pass {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: left;
}

.form-form .form-form-wrap form .field-wrapper.toggle-pass .switch {
  margin-bottom: 0;
  vertical-align: sub;
  margin-left: 7px;
}

.form-form .form-form-wrap form .field-wrapper button.btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form-form .form-form-wrap form .field-wrapper a.forgot-pass-link {
  width: 100%;
  font-weight: 700;
  color: #1b55e2;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  font-size: 15px;
  margin-top: 15px;
}

.form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator {
  top: 1px;
  border: 1px solid #bfc9d4;
  background-color: #f1f2f3;
}

.form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator:after {
  top: 52%;
}

.form-form .form-form-wrap form .field-wrapper.keep-logged-in {
  margin-top: 60px;
}

.form-form .form-form-wrap form .field-wrapper.keep-logged-in label {
  font-size: 14px;
  color: #888ea8;
  padding-left: 31px;
  font-weight: 100;
}

.form-form .terms-conditions {
  max-width: 480px;
  margin: 0 auto;
  color: #3b3f5c;
  font-weight: 600;
  margin-top: 90px;
}

.form-form .terms-conditions a {
  color: #1b55e2;
  font-weight: 700;
}

.form-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: fixed;
  right: 0;
  min-height: auto;
  height: 100vh;
  width: 50%;
}

.form-image .l-image {
  background-image: url(https://cdn.pixabay.com/photo/2015/12/10/16/39/shield-1086703_960_720.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #060818;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position-x: center;
  background-position-y: center;
}

@media (max-width: 991px) {
  .form-form {
    width: 100%;
  }
  .form-form .form-form-wrap {
    min-width: auto;
  }
  .form-image {
    display: none;
  }
}

@media (max-width: 575px) {
  .form-form .form-form-wrap form .field-wrapper.toggle-pass {
    margin-bottom: 28px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-form .form-form-wrap {
    width: 100%;
  }
  .form-form .form-container {
    height: 100%;
  }
}

.sidenav {
  position: fixed;
  right: -30px;
  top: 125px;
  width: 236px;
  height: auto;
  border-left: 1px solid #e0e6ed;
}

.sidenav .sidenav-header:after {
  display: none;
}

.sidenav .sidenav-header p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  background: #1b55e2;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
  letter-spacing: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1b55e2), to(#5c1ac3));
  background-image: linear-gradient(to right, #1b55e2 0%, #5c1ac3 100%);
}

.sidenav .sidenav-content {
  background-color: transparent;
  display: block;
  border: none;
}

.sidenav .sidenav-content a {
  display: block;
  padding: 3px 0px;
  color: #3b3f5c;
  font-size: 12px;
  padding: 3px 25px;
}

.sidenav .sidenav-content a.active {
  color: #5c1ac3;
  font-weight: 700;
  border-left: 1px solid #5c1ac3;
}

.sidenav .sidenav-content a:hover {
  color: #1b55e2;
  font-weight: 700;
  border-left: 1px solid #5c1ac3;
}

#content > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 58.333333% !important;
  margin-left: 2px;
  padding: 0 16px !important;
}

#content > .container > .container {
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .sidenav .sidenav-content a {
    padding: 4px 7px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .sidenav {
    display: none;
  }
  #content > .container {
    max-width: 100% !important;
    margin-left: auto;
  }
  #content > .container > .container {
    max-width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */