/*! 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-family: "poppins", sans-serif;
}

/**
 * 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;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.cus-header {
  padding: 20px 20px 0px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #25273e;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.cus-header .row {
  width: 100%;
}

.cus-header .row .page-title h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.cus-header .row .page-title h2 span {
  display: inline-block;
  padding-right: 10px;
  color: #ed1529;
}

.cus-header .row .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cus-header .row .header-right .search-wrapper {
  padding-right: 20px;
}

.cus-header .row .header-right .search-wrapper .form-group {
  width: 240px;
  position: relative;
}

.cus-header .row .header-right .search-wrapper .form-group .form-control {
  border-radius: 30px;
  border-color: #ddd;
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.cus-header .row .header-right .search-wrapper .form-group .form-control::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.cus-header .row .header-right .search-wrapper .form-group .form-control:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.cus-header .row .header-right .search-wrapper .form-group .form-control::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.cus-header .row .header-right .search-wrapper .form-group .form-control::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.cus-header .row .header-right .search-wrapper .form-group span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  font-size: 14px;
  color: #fff;
}

.cus-header .row .header-right .notification-wrapper {
  display: inline-block;
  padding-right: 20px;
}

.cus-header .row .header-right .notification-wrapper .dropdown .dropdown-toggle {
  width: 30px;
  height: 32px;
  border-radius: 50%;
  background: #ed1529;
  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;
  position: relative;
}

.cus-header .row .header-right .notification-wrapper .dropdown .dropdown-toggle:after {
  display: none;
}

.cus-header .row .header-right .notification-wrapper .dropdown .dropdown-toggle span {
  color: #fff;
  font-size: 14px;
}

.cus-header .row .header-right .notification-wrapper .dropdown .dropdown-toggle:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  top: 2px;
  right: 2px;
}

.cus-header .row .header-right .profile-wrap .dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #333;
}

.cus-header .row .header-right .profile-wrap .dropdown a img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.cus-header .row .header-right .profile-wrap .dropdown .dropdown-menu .profile-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
  padding-left: 14px;
}

.cus-header .row .header-right .profile-wrap .dropdown .dropdown-menu .profile-name span {
  font-size: 10px;
  width: 100%;
  color: #88959e;
  font-weight: 400;
  display: inline-block;
  line-height: 10px;
}

.cus-header .row .header-right .profile-wrap .dropdown .dropdown-menu a {
  padding: 5px 15px;
}

.cus-header .head-toggle {
  text-align: right;
}

.cus-header .head-toggle a {
  font-size: 14px;
  padding: 10px 20px;
  line-height: 14px;
  color: #fff;
  background: #ed1529;
  text-decoration: none;
  cursor: pointer;
}

.cus-header .app-details-wrapper {
  opacity: 0;
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  padding: 35px 20px 10px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  width: calc(100% - 30px);
  margin: 0 auto;
}

.cus-header .app-details-wrapper li {
  font-size: 14px;
  padding-bottom: 10px;
}

.cus-header .app-details-wrapper li span {
  min-width: 200px;
  display: inline-block;
  font-weight: 600;
}

.cus-header .app-details-wrapper .close-btn {
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

.cus-header .app-details-wrapper.active {
  top: 25px;
  opacity: 1;
}

.main-page-wrapper {
  background: #eff3f6;
  margin-left: 50px;
  width: calc(100% - 50px);
}

@media (max-width: 1199px) {
  .cus-header .row .header-right .notification-wrapper {
    padding-right: 15px;
  }

  .cus-header .row .header-right .search-wrapper {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .cus-header {
    padding: 0px 20px;
  }

  .cus-header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cus-header .row .header-right .notification-wrapper .dropdown .dropdown-toggle {
    width: 30px;
    height: 30px;
  }

  .cus-header .row .header-right .profile-wrap .dropdown a .profile-name {
    line-height: 14px;
  }

  .cus-header .row .header-right .profile-wrap .dropdown a img {
    width: 30px;
    height: 30px;
  }

  .cus-header .row .header-right .search-wrapper .form-group .form-control {
    height: 30px;
  }

  .cus-header .row .page-title h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .page-wrapper .main-page-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .page-wrapper .main-page-wrapper .cus-header {
    padding: 0px 20px;
  }

  .page-wrapper .main-page-wrapper .cus-header .dropdown-item {
    font-size: 12px;
  }

  .page-wrapper .main-page-wrapper .cus-header .row .header-right .profile-wrap .dropdown a .profile-name {
    display: none;
  }

  .page-wrapper .main-page-wrapper .cus-header .row .header-right .profile-wrap .dropdown .dropdown-menu a {
    font-size: 12px;
  }

  .page-wrapper .main-page-wrapper .cus-header .row .header-right .search-wrapper {
    display: none;
  }

  .page-wrapper .main-page-wrapper .cus-header .row .page-title h2 {
    font-size: 16px;
    padding-top: 30px;
  }
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.page-wrapper .sidebar-wrapper {
  width: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #25273e;
  transition: all 0.3s ease;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9999;
  overflow: hidden;
}

.page-wrapper .sidebar-wrapper:hover {
  width: 250px;
  overflow: auto;
}

.page-wrapper .sidebar-wrapper:hover .menu-wrapper h4 {
  opacity: 1;
}

.page-wrapper .sidebar-wrapper:hover .menu-wrapper ul li a span {
  opacity: 1;
  font-size: 14px;
}

.page-wrapper .sidebar-wrapper:hover .menu-wrapper ul li .panel-collapse {
  position: relative;
  left: 0px;
  visibility: visible;
}

.page-wrapper .sidebar-wrapper:hover .bottom-nav .copyrights p {
  display: block;
}

.page-wrapper .sidebar-wrapper:hover .sidebar-logo-wrap img.logo-sm {
  visibility: hidden;
}

.page-wrapper .sidebar-wrapper:hover .sidebar-logo-wrap img.logo-lg {
  visibility: visible;
}

.page-wrapper .sidebar-wrapper .sidebar-logo-wrap {
  height: 65px;
  padding: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.page-wrapper .sidebar-wrapper .sidebar-logo-wrap img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  max-width: 130px;
}

.page-wrapper .sidebar-wrapper .sidebar-logo-wrap img.logo-sm {
  left: 10px;
  max-width: 30px;
}

.page-wrapper .sidebar-wrapper .sidebar-logo-wrap img.logo-lg {
  left: 15px;
  visibility: hidden;
}

.page-wrapper .sidebar-wrapper .menu-wrapper h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0px 15px 15px;
  margin: 0;
  opacity: 0;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul {
  margin: 0;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li a {
  display: block;
  padding: 16px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 0px;
  font-family: "poppins", sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li a i {
  display: inline-block;
  padding-right: 10px;
  width: 28px;
  font-size: 14px;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li a span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  font-size: 0;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li a span.down-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li a span.down-arrow:before {
  color: #333;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li a:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ba2532), color-stop(#bd3132), color-stop(#bf3c32), color-stop(#c24632), to(#c44f33));
  background-image: linear-gradient(to right top, #ba2532, #bd3132, #bf3c32, #c24632, #c44f33);
  color: #fff;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li a:hover span.icon::before {
  color: #fff;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active a {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ba2532), color-stop(#bd3132), color-stop(#bf3c32), color-stop(#c24632), to(#c44f33));
  background-image: linear-gradient(to right top, #ba2532, #bd3132, #bf3c32, #c24632, #c44f33);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active a:before {
  width: 100%;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active a span.icon:before {
  color: #fff;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active .panel-collapse ul {
  background: #fff;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active .panel-collapse ul li a {
  background: transparent;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  padding: 10px 26px;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active .panel-collapse ul li a:before {
  width: 0%;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active .panel-collapse ul li a:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ba2532), color-stop(#bd3132), color-stop(#bf3c32), color-stop(#c24632), to(#c44f33));
  background-image: linear-gradient(to right top, #ba2532, #bd3132, #bf3c32, #c24632, #c44f33);
  color: #fff;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active .panel-collapse ul li a:hover:before {
  width: 100%;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li.active .panel-collapse ul li.active a {
  background: #ed1529;
  color: #fff;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li .panel-collapse {
  left: -100%;
  visibility: hidden;
  position: absolute;
}

.page-wrapper .sidebar-wrapper .menu-wrapper ul li .panel-collapse ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-wrapper .sidebar-wrapper .bottom-nav .copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.page-wrapper .sidebar-wrapper .bottom-nav .copyrights p {
  font-size: 10px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.page-wrapper .sidebar-wrapper .sidebar-profile a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
}

.page-wrapper .sidebar-wrapper .sidebar-profile a img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.page-wrapper .sidebar-wrapper .sidebar-profile a .profile-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
  padding-left: 14px;
}

.page-wrapper .sidebar-wrapper .sidebar-profile a .profile-name span {
  font-size: 10px;
  width: 100%;
  color: #88959e;
  font-weight: 400;
  display: inline-block;
  line-height: 10px;
}

.page-wrapper .sidebar-wrapper .sidebar-profile a:hover .profile-name {
  color: #fff;
}

.page-wrapper .sidebar-wrapper .sidebar-profile a:hover .profile-name span {
  color: #fff;
}

@media (max-width: 991px) {
  .page-wrapper .sidebar-wrapper.min-sidebar .sidebar-toggle.active {
    top: unset;
    -webkit-transform: none;
    transform: none;
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .page-wrapper .main-content-area {
    padding-bottom: 100px;
  }

  .page-wrapper .sidebar-wrapper {
    left: -260px;
    width: 250px;
  }

  .page-wrapper .sidebar-wrapper:hover {
    width: unset !important;
  }

  .page-wrapper .sidebar-wrapper .sidebar-logo-wrap img.logo-sm {
    left: 8px;
    max-width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .page-wrapper .sidebar-wrapper .sidebar-logo-wrap .sidebar-toggle {
    display: block;
    left: 20px;
    position: fixed;
    z-index: 9999;
  }

  .page-wrapper .sidebar-wrapper .sidebar-logo-wrap .sidebar-toggle span i:before {
    color: red;
  }

  .page-wrapper .sidebar-wrapper .sidebar-logo-wrap .sidebar-toggle img {
    display: block;
    max-width: 15px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .page-wrapper .sidebar-wrapper .menu-wrapper h4 {
    font-size: 12px;
  }

  .page-wrapper .sidebar-wrapper .menu-wrapper ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .page-wrapper .sidebar-wrapper .menu-wrapper ul li a span.down-arrow:before {
    font-size: 12px;
  }

  .page-wrapper .sidebar-wrapper .menu-wrapper ul li.active .panel-collapse ul li a {
    font-size: 14px;
  }

  .page-wrapper .sidebar-wrapper.min-sidebar {
    left: 0;
  }

  .page-wrapper .sidebar-wrapper.min-sidebar .menu-wrapper ul li span {
    display: inline-block;
  }

  .page-wrapper .sidebar-wrapper.min-sidebar .sidebar-logo-wrap .sidebar-toggle {
    left: 200px;
    top: 18px;
  }
}

.main-content-area {
  padding: 20px;
  overflow: auto;
  height: 100%;
  margin-bottom: 60px;
}

.page-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-title-wrap .title h4 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}

.page-title-wrap .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.page-title-wrap .breadcrumb ol {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title-wrap .breadcrumb ol li {
  position: relative;
  padding-right: 15px;
}

.page-title-wrap .breadcrumb ol li:before {
  position: absolute;
  content: '/';
  font-size: 16px;
  color: #333;
  top: 0;
  right: 2px;
}

.page-title-wrap .breadcrumb ol li:last-child {
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.page-title-wrap .breadcrumb ol li:last-child:before {
  display: none;
}

.page-title-wrap .breadcrumb ol li a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.space-30 {
  display: block;
  height: 20px;
}

.intro-banner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

.intro-banner .icon-wrap {
  max-width: 180px;
  height: 100%;
}

.intro-banner .icon-wrap .icon {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ba2532), color-stop(#bd3132), color-stop(#bf3c32), color-stop(#c24632), to(#c44f33));
  background-image: linear-gradient(to right top, #ba2532, #bd3132, #bf3c32, #c24632, #c44f33);
  height: 100%;
  padding: 20px;
  border-radius: 4px 0px 0px 4px;
  min-height: 100px;
}

.intro-banner .welcome-content {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro-banner .welcome-content h2 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.intro-banner .welcome-content h2 span {
  color: #ed1529;
}

.intro-banner .welcome-content p {
  margin: 0;
}

.intro-banner .welcome-content p span {
  color: #ed1529;
  font-weight: 600;
}

p {
  font-size: 14px;
  color: #333;
}

.white-bg-wrap {
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}

h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0px 0px 15px;
}

table thead {
  background: #f0f1f6;
}

table thead tr {
  background-image: none;
}

table thead tr:hover {
  background-image: none;
}

table.table-striped thead {
  background: transparent;
}

table th {
  font-size: 14px;
  font-weight: 400;
}

table td {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

table td p {
  margin: 0;
}

table td .status p {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  line-height: 12px;
}

table td .status.success p {
  background: green;
  color: #fff;
}

table tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

table tr:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ba2532), color-stop(#bd3132), color-stop(#bf3c32), color-stop(#c24632), to(#c44f33));
  background-image: linear-gradient(to right top, #ba2532, #bd3132, #bf3c32, #c24632, #c44f33);
}

table tr:hover td {
  color: #fff;
}

table tr:hover td p {
  color: #fff;
}

table tr:hover td .action-btns a,
table tr:hover td i.action-btns {
  color: #fff !important;
}

table .last-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

table .last-td .table-actions {
  position: relative;
}

table .last-td .table-actions span {
  font-size: 20px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

table .last-td .table-actions .action-details {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 10px 15px;
}

table .last-td .table-actions .action-details::before {
  position: absolute;
  bottom: -6px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  border-top: 6px solid #000;
}

table .last-td .table-actions .action-details a {
  display: inline-block;
  margin: 0px 6px;
  font-size: 12px;
}

table .last-td .table-actions .action-details a:hover {
  color: #ed1529;
}

table .last-td .table-actions:hover .action-details {
  opacity: 1;
  visibility: visible;
}

form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

form .form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  width: 100%;
  line-height: 10px;
}

form .form-group label span {
  display: none;
  padding-left: 5px;
}

form .form-group.has-error label {
  color: red;
}

form .form-group.has-error label span {
  display: inline-block;
}

form .form-group.has-error .form-control {
  border: 1px solid red;
}

form .form-group .form-control {
  width: 100%;
  border-radius: 0px;
  background: #f0f1f6;
  height: 30px;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
  font-size: 14px;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form .form-group textarea.form-control {
  height: 100px;
}

form .form-group .select-wrap {
  position: relative;
  width: 100%;
}

form .form-group .select-wrap span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
  font-size: 16px;
  pointer-events: none;
}

form .form-group .select-wrap .form-control {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  height: 35px;
}

.divider {
  display: block;
  position: relative;
  margin: 10px 0px;
}

.divider p {
  font-size: 15px;
  background: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  font-weight: 600;
}

.divider:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.action-btns a {
  font-size: 16px;
  color: #ed1529;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 5px;
}

.form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

.form-buttons a {
  padding: 10px 15px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  background: #0669b2;
}

.form-buttons a span {
  display: inline-block;
  padding-right: 5px;
}

.form-buttons a:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ba2532), color-stop(#bd3132), color-stop(#bf3c32), color-stop(#c24632), to(#c44f33));
  background-image: linear-gradient(to right top, #ba2532, #bd3132, #bf3c32, #c24632, #c44f33);
}

@media (max-width: 767px) {
  .intro-banner .icon-wrap .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-banner .welcome-content {
    padding: 15px;
  }

  .intro-banner .welcome-content h2 {
    font-size: 24px;
  }

  .page-title-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-title-wrap .breadcrumb {
    margin-top: 20px;
    width: 100%;
  }

  form .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  form .form-group .form-control {
    width: 100%;
    max-width: 100%;
  }

  form .form-group .select-wrap {
    width: 100%;
  }
}

/* Switch */
.md-switch .md-toggle {
  position: absolute;
  margin-left: 0;
  visibility: hidden;
}

.md-switch .md-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.md-switch input.md-toggle-round+label {
  padding: 2px;
  width: 68px;
  height: 40px;
}

.md-switch input.md-toggle-round+label:before,
input.md-toggle-round+label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

.md-switch input.md-toggle-round+label:before {
  right: 1px;
  background: #DDDDDD;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.md-switch input.md-toggle-round+label:after {
  width: 34px;
  height: 34px;
  margin: auto 4px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}

.md-switch input.md-toggle-round:checked+label:before {
  background-color: #0669b2;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
}

.md-switch label span {
  position: absolute;
  top: 0px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0px;
  vertical-align: middle;
  color: #555555;
}

.md-switch input:disabled+label span {
  color: #cccccc;
  cursor: not-allowed;
}

.md-switch.sm input.md-toggle-round+label {
  width: 35px;
  height: 18px;
}

.md-switch.sm input.md-toggle-round+label:after {
  width: 14px;
  height: 14px;
}

.md-switch.sm input.md-toggle-round:checked+label:after {
  margin-left: 20px;
}

.md-switch.sm label span {
  margin-left: 35px;
}

.md-switch.label-with-off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-switch.label-with-off>span {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding-left: 5px;
}

/* Login CSS */
.login-screen {
  position: relative;
  height: 100vh;
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}

.login-screen .logo-wrap {
  height: 100px;
  position: fixed;
  top: 50px;
  left: 100px;
}

.login-screen .container {
  height: 100%;
}

.login-screen .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.login-screen .container .row .login-wrapper h2 {
  font-size: 40px;
  color: #fff;
  margin: 0px;
  padding-bottom: 15px;
  font-weight: 300;
}

.login-screen .container .row .login-wrapper p {
  font-size: 16px;
  color: #fff;
}

.login-screen .container .row .login-wrapper .login-form .form-control {
  height: 50px;
  border-radius: 5px;
  border-color: #fff;
  padding: 10px 15px;
  font-weight: 400;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 25px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  max-width: 100%;
}

.login-screen .container .row .login-wrapper .login-form .form-control:foucs {
  outline: none;
}

.login-screen .container .row .login-wrapper .login-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.login-screen .container .row .login-wrapper .login-form .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.login-screen .container .row .login-wrapper .login-form .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.login-screen .container .row .login-wrapper .login-form .form-control::placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.login-screen .container .row .login-wrapper .login-form .keep-login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-screen .container .row .login-wrapper .login-form .keep-login-wrapper .custom-checkbox label {
  font-size: 14px;
  color: #fff;
}

.login-screen .container .row .login-wrapper .login-form .keep-login-wrapper .forgot a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.login-screen .container .row .login-wrapper .login-form .keep-login-wrapper .forgot a:hover {
  color: #ed1529;
}

.login-screen .container .row .login-wrapper .login-form .login-btn-wrap {
  margin: 25px 0px;
  position: relative;
}

.login-screen .container .row .login-wrapper .login-form .login-btn-wrap .login-btn {
  display: inline-block;
  width: 100%;
  padding: 14px 15px;
  font-weight: 500;
  background: #ed1529;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-screen .container .row .login-wrapper .login-form .login-btn-wrap span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 25px;
  color: #fff;
}

.login-screen .container .row .login-wrapper .login-form .login-btn-wrap:hover .login-btn {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.login-screen .container .row .login-wrapper .login-form .login-btn-wrap:hover span {
  right: 30px;
}

.login-screen .container .row .login-wrapper .login-form .tag-line {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-screen .container .row .login-wrapper .login-form .tag-line p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding-left: 15px;
}

.login-screen .container .row .login-wrapper .login-form .tag-line p span {
  color: #ed1529;
  font-weight: 600;
}

@media (max-width: 991px) {
  .login-screen:before {
    width: 100%;
  }

  .login-screen:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .login-screen .login-wrapper {
    position: relative;
    z-index: 2;
    padding: 0px 50px;
  }

  .login-screen .logo-wrap {
    position: relative;
    height: unset;
    top: unset;
    left: unset;
    z-index: 2;
  }

  .login-screen .logo-wrap img {
    max-width: 320px;
    padding: 0px 50px 50px;
  }
}

@media (max-width: 767px) {
  .login-screen .logo-wrap img {
    max-width: 250px;
    padding: 0px 0px 50px;
  }

  .login-screen .container .row .login-wrapper {
    padding: 0px 15px;
  }

  .login-screen .container .row .login-wrapper h2 {
    font-size: 24px;
  }

  .login-screen .container .row .login-wrapper p {
    font-size: 14px;
  }

  .login-screen .container .row .login-wrapper .logo-wrap a img {
    max-width: 150px;
  }
}

@media (max-width: 475px) {
  .login-screen .logo-wrap img {
    max-width: 200px;
    padding: 0px 0px 30px;
  }

  .keep-checkbox {
    padding-bottom: 20px;
  }
}

.contains-error {
  border: 1px solid red;
}

/*# sourceMappingURL=main.css.map */