html {
  height: 100% !important;
  width: 100%;
  background-color: white;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1920px;
  color: #000000;
  overflow-x: hidden;
  background-color: #f4f6f9;
  min-height: 100%;
  overflow: hidden;
}

body, html {
  position: relative;
}

.row {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table .action-col {
  padding: 5px;
  vertical-align: middle;
}
table thead th {
  vertical-align: top !important;
}

.box-shadow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}

a {
  color: #f59092;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Inputs & Buttons
--------------------------------------------------------------*/
textarea:hover, input:hover,
textarea:active, input:active,
textarea:focus, input:focus,
button:focus, button:active, button:hover,
label:focus,
.btn:focus, .btn:active, .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
}

select:hover, select:active, select:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

input, textarea, select {
  border-radius: 0;
  font-size: 13px;
  height: 35px;
}
input:hover, textarea:hover, select:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
  border-color: black;
}

.input-has-error input, .input-has-error textarea, .input-has-error select {
  border-color: #dc1414 !important;
}
.input-has-error input:hover, .input-has-error textarea:hover, .input-has-error select:hover {
  border-color: #dc1414 !important;
}
.input-has-error input:active, .input-has-error input:focus, .input-has-error textarea:active, .input-has-error textarea:focus, .input-has-error select:active, .input-has-error select:focus {
  border-color: #dc1414 !important;
}

button {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.form-control,
.btn {
  border-radius: 0;
  font-size: 13px;
}

button,
.btn {
  border: none;
}

.round-icon-btn {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  cursor: pointer;
  color: #212529;
  background-color: white;
  font-size: 16px;
  text-align: center;
  transition: all 0.15s ease-out;
}
.round-icon-btn:hover {
  background-color: #212529;
  color: white;
}

.md-datepicker-calendar-pane {
  z-index: 1100;
}

.scroll-v2 {
  --scroll-size: 5px;
  --scroll-radius: 10px;
  --scroll-track: rgb(255 255 255 / 10%);
  --scroll-thumb: linear-gradient(45deg, #00aeff, #a68eff);
}
.scroll-v2::-webkit-scrollbar {
  width: var(--scroll-size, 10px);
  height: var(--scroll-size, 10px);
}
.scroll-v2::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color, grey);
  background-image: var(--scroll-thumb, none);
  border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}
.scroll-v2::-webkit-scrollbar-track {
  background-color: var(--scroll-track, transparent);
  border-radius: var(--scroll-track-radius, var(--scroll-radius));
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.brand-link .brand-image {
  margin-left: 13px;
}

.sidebar {
  padding: 0;
  max-height: calc(100vh - 57px);
}
.sidebar .nav-sidebar > .nav-item > .nav-link {
  margin-bottom: 0;
  padding: 12px 24px;
  border-radius: 0;
  transition: all 0.15s ease-out;
  line-height: 22px;
  position: relative;
  font-size: 14px;
}
.sidebar .nav-sidebar > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ee4a56;
  transition: left 0.15s ease-out;
}
.sidebar .nav-sidebar > .nav-item > .nav-link.active, .sidebar .nav-sidebar > .nav-item > .nav-link:hover {
  background-color: #272c30;
  box-shadow: unset;
}
.sidebar .nav-sidebar > .nav-item > .nav-link.active::before, .sidebar .nav-sidebar > .nav-item > .nav-link:hover::before {
  left: 0;
}
.sidebar .nav-sidebar > .nav-item > .nav-link i {
  margin-right: 10px;
  font-size: 15px;
}
.sidebar .nav-treeview .nav-item .nav-link {
  background-color: #272c30;
  box-shadow: unset;
  color: #85888d;
  margin: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #30373c;
}
.sidebar .nav-treeview .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ee4a56;
  transition: left 0.15s ease-out;
}
.sidebar .nav-treeview .nav-item .nav-link.active, .sidebar .nav-treeview .nav-item .nav-link:hover {
  background-color: #272c30 !important;
  color: white !important;
}
.sidebar .nav-treeview .nav-item .nav-link.active::before, .sidebar .nav-treeview .nav-item .nav-link:hover::before {
  left: 0;
}
.sidebar .nav-treeview .nav-item .nav-link i {
  margin-left: 15px;
  margin-right: 16px;
}

.navbar-nav .nav-link {
  width: 60px;
  height: 40px;
  position: relative;
}
.navbar-nav .nav-link span {
  position: absolute;
  background-color: #272c30;
  width: 24px;
  height: 2px;
  left: calc(50% - 12px);
  display: block;
  top: calc(50% - 1px);
}
.navbar-nav .nav-link span::before, .navbar-nav .nav-link span::after {
  content: "";
  position: absolute;
  background-color: #272c30;
  left: 0;
  width: 24px;
  height: 2px;
  transition: top 0.15s ease-out 0.2s, transform 0.15s ease-out, width 0.15s ease-out;
}
.navbar-nav .nav-link span::before {
  top: -7px;
}
.navbar-nav .nav-link span::after {
  left: auto;
  right: 0;
  top: 7px;
}

/*--------------------------------------------------------------
# Toast Alert
--------------------------------------------------------------*/
.toast-alert {
  border: none;
  border-radius: 0;
  position: fixed;
  z-index: 1061;
  right: 20px;
  top: 20px;
  background-color: #323232;
  max-width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.toast-alert .toast-header {
  background: transparent;
  color: white;
  padding: 10px 62px 10px 60px;
}
.toast-alert .toast-header .icon {
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 18px;
}
.toast-alert .toast-header p {
  padding: 8px 0;
}
.toast-alert .toast-header .close {
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
  opacity: 1;
  border-radius: 40px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.pages {
  color: #606060;
  max-height: calc(100vh - 57px);
  overflow-y: auto;
}
.pages .content-header h1 {
  font-size: 23px;
  font-weight: 600;
}
.pages .white-box-with-shadow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 15px 20px;
}
.pages .form-control {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
.pages .custom-checkbox label {
  padding: 2px 0;
}

/*--------------------------------------------------------------
## Wave Effect (for buttons)
--------------------------------------------------------------*/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-dark .waves-ripple {
  background-color: rgba(0, 0, 0, 0.45);
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

.popover {
  min-width: 380px;
}

md-input-container.remove-errors-spacer .md-errors-spacer {
  display: none;
}
md-input-container label,
md-input-container .md-placeholder {
  top: inherit;
  opacity: 1;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600 !important;
}

.md-panel.date-range-panel {
  background-color: white;
}
.md-panel.date-range-panel .md-calendar-day-header th {
  line-height: 40px;
}

.pagination .md-button {
  min-width: 36px;
  margin: 0;
  margin-right: 5px;
}

.md-select-menu-container, .md-select-backdrop {
  z-index: 1055 !important;
}

.md-open-menu-container, .md-menu-backdrop {
  z-index: 1055 !important;
}

md-toast {
  z-index: 1100;
  position: fixed;
}

md-backdrop.md-dialog-backdrop {
  z-index: 1050;
}

.md-scroll-mask {
  z-index: 1051;
}

.md-dialog-container,
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1052;
}

.main-header {
  z-index: 100;
}

.wrapper {
  overflow: auto;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

.width-auto {
  width: auto !important;
}

.main-sidebar-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  background-color: #343a40;
  z-index: 0;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(:hover) .nav-treeview {
  display: none !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar-bg {
  margin-left: -170px;
}
.sidebar-mini.sidebar-collapse .main-sidebar-bg:hover {
  margin-left: 0 !important;
}

.sku-input i {
  position: absolute;
  right: -20px;
  font-size: 18px;
  top: 12px;
}
.sku-input i span {
  position: relative;
  display: block;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}

.report-type-select label {
  margin-bottom: 0;
  padding: 12px 16px;
  color: black;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.report-type-select md-option {
  height: 42px;
}

/*File*/
.file-input-container {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-style: dashed;
  border-width: 1.5px;
  padding: 5px;
}
.file-input-container .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.file-input-container .image-list,
.file-input-container .image-list-def,
.file-input-container .image-list-avatar {
  max-height: 120px;
  overflow: hidden;
}
.file-input-container .image-list .file-item.image,
.file-input-container .image-list-def .file-item.image,
.file-input-container .image-list-avatar .file-item.image {
  height: 120px;
  width: 160px;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.file-input-container .image-list .file-item.image:first-child,
.file-input-container .image-list-def .file-item.image:first-child,
.file-input-container .image-list-avatar .file-item.image:first-child {
  margin-top: 5px;
}
.file-input-container .image-list .file-item.image img,
.file-input-container .image-list-def .file-item.image img,
.file-input-container .image-list-avatar .file-item.image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-input-container .image-list .file-item.image i,
.file-input-container .image-list-def .file-item.image i,
.file-input-container .image-list-avatar .file-item.image i {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  padding: 7px 15px;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 20px;
}

.product-icon-img .file-input-container {
  border: none;
  padding: 0;
}
.product-icon-img .file-input-container .image-list,
.product-icon-img .file-input-container .image-list-def,
.product-icon-img .file-input-container .image-list-avatar {
  max-height: unset;
  margin-top: 5px;
  overflow: visible;
}
.product-icon-img .file-input-container .image-list .file-item.image,
.product-icon-img .file-input-container .image-list-def .file-item.image,
.product-icon-img .file-input-container .image-list-avatar .file-item.image {
  margin-top: 5px;
  width: 200px;
  height: 200px;
  padding: 5px;
  background-color: white;
  display: table-cell;
  vertical-align: middle;
  overflow: visible;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.product-icon-img .file-input-container .image-list .file-item.image img,
.product-icon-img .file-input-container .image-list-def .file-item.image img,
.product-icon-img .file-input-container .image-list-avatar .file-item.image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-icon-img .file-input-container .image-list .file-item.image .inner,
.product-icon-img .file-input-container .image-list-def .file-item.image .inner,
.product-icon-img .file-input-container .image-list-avatar .file-item.image .inner {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.product-icon-img .file-input-container .image-list .file-item.image .inner img,
.product-icon-img .file-input-container .image-list-def .file-item.image .inner img,
.product-icon-img .file-input-container .image-list-avatar .file-item.image .inner img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: unset;
  max-height: unset;
}
.product-icon-img .file-input-container .image-list .file-item.image i,
.product-icon-img .file-input-container .image-list-def .file-item.image i,
.product-icon-img .file-input-container .image-list-avatar .file-item.image i {
  background: rgb(244, 67, 54);
  border-radius: 45px;
  width: 45px;
  height: 45px;
  line-height: 32px;
  right: -10px;
  top: -10px;
}

.icon-color-palette md-radio-button .md-container:before {
  content: none;
}
.icon-color-palette .md-ink-ripple {
  display: none;
}
.icon-color-palette md-radio-button .md-label {
  margin-left: 0;
}
.icon-color-palette .color-preview {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-color-palette .color-preview i {
  color: white;
  font-size: 20px;
}

.auth-layout-page {
  min-height: 100%;
  height: 100%;
}
.auth-layout-page .container {
  height: 100%;
}
.auth-layout-page .container .login-form-outer {
  height: 100%;
}
.auth-layout-page .container .login-form-outer .login-form {
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: left;
  color: white;
}
.auth-layout-page .container .login-form-outer .login-form .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: #24C6DC;
  background: linear-gradient(to right, #514A9D, #24C6DC);
  z-index: 0;
}
.auth-layout-page .container .login-form-outer .login-form .inner {
  position: relative;
  z-index: 1;
}
.auth-layout-page .container .login-form-outer .login-form .inner img {
  width: 250px;
}
.auth-layout-page .container .login-form-outer .login-form .inner .custom-checkbox .custom-control-label {
  line-height: 22px;
}
.auth-layout-page .container .login-form-outer .login-form .inner .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f05680;
  background-color: #f05680;
}
.auth-layout-page .container .login-form-outer .login-form .inner .btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.auth-layout-page .container .login-form-outer .login-form .inner .invalid-feedback {
  font-size: 12px;
  color: #ffb3b3;
}

.input-default {
  border-width: 1px !important;
  background-color: white !important;
}

.quick-search {
  width: 100%;
  display: inline-block;
  max-width: calc(100% - 100px);
  position: relative;
}
.quick-search input {
  background-color: white;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0px 15px;
  line-height: 40px;
  height: 40px;
  padding-right: 50px;
}
.quick-search .md-button {
  position: absolute;
  right: 0;
  top: 0;
}

.quick-search-panel .inner {
  width: 100%;
  background-color: white;
}
.quick-search-panel .inner md-list {
  padding: 0;
}
.quick-search-panel .inner md-list .md-list-item-text h3 {
  font-size: 14px !important;
  line-height: 16px !important;
}
.quick-search-panel .inner md-list .md-list-item-text p {
  font-size: 11px !important;
  padding-top: 0.2rem;
  color: black;
  font-style: italic;
  opacity: 0.8;
}
.quick-search-panel .inner md-list .md-list-item-inner,
.quick-search-panel .inner md-list .md-secondary-container {
  pointer-events: none;
}
.quick-search-panel .inner md-list .md-secondary-container {
  font-weight: 600;
  font-size: 14px;
}

.md-autocomplete-suggestions li {
  height: auto;
}

.product-search-item-template {
  line-height: 1.4;
  width: 100%;
  height: 55px;
  display: block;
  border-bottom: 1px solid #efefef;
}
.product-search-item-template .md-list-item-text {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
}
.product-search-item-template .md-list-item-text h3 {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 400;
}
.product-search-item-template .md-list-item-text p {
  font-size: 11px !important;
  padding-top: 0.2rem;
  color: black;
  font-style: italic;
  opacity: 0.8;
}

.ghosting .ghost {
  position: relative;
  min-width: 15px;
  min-height: 15px;
}
.ghosting .ghost.ghost-overflow-hidden {
  overflow: hidden;
}

.ghost data-ghost-size {
  position: relative;
  display: block;
}
.ghost data-ghost {
  position: absolute;
  left: -5px;
  top: 0;
  width: calc(100% + 10px);
  height: 100%;
  z-index: 100;
  border-radius: 10px;
  background: linear-gradient(to right, rgb(240, 240, 240) 0%, rgb(230, 230, 230) 100%);
}
.ghost data-ghost::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, rgb(230, 230, 230) 0%, rgb(240, 240, 240) 100%);
  opacity: 1;
  animation: ghosting-opacity 2s linear infinite normal;
}

@keyframes ghosting-opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.pg-dashboard .dashboard-item .inner {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 15px 20px;
  height: 100%;
}
.pg-dashboard .dashboard-item .inner .item-header {
  min-height: 40px;
}
.pg-dashboard .dashboard-item .inner .item-header .title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.pg-dashboard .dashboard-item .inner .item-header .title i {
  font-size: 16px;
  opacity: 0.7;
  color: #939393;
}
.pg-dashboard .dashboard-item .inner .item-header .count {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  float: right;
  position: relative;
}
.pg-dashboard .dashboard-item .inner .item-header .count.price {
  text-align: right;
}
.pg-dashboard .dashboard-item .inner .item-header .count.price p {
  position: relative;
  padding-left: 38px;
  display: inline-block;
  min-height: 30px;
}
.pg-dashboard .dashboard-item .inner .item-header .count.price p span {
  font-size: 20px;
  position: absolute;
  left: 0;
  line-height: 30px;
  width: 28px;
  text-align: right;
}
.pg-dashboard .dashboard-item .inner .item-content {
  padding-top: 10px;
  color: #939393;
}
.pg-dashboard .dashboard-item .inner .item-content.overflow-auto {
  overflow: auto;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li {
  padding: 3px 0 4px 30px;
  position: relative;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li:last-child::before {
  content: none;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 9px;
  width: 2px;
  height: 9px;
  background-color: #939393;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #939393;
  text-align: center;
  border-radius: 20px;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li.deleted span {
  text-decoration: line-through;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li.rejected::after, .pg-dashboard .dashboard-item .inner .item-content .counter-steps li.deleted::after {
  border-color: rgb(244, 67, 54);
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li.rejected a, .pg-dashboard .dashboard-item .inner .item-content .counter-steps li.deleted a {
  color: rgb(244, 67, 54);
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li.published::after {
  border-color: rgb(76, 175, 80);
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li.published a {
  color: rgb(76, 175, 80);
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li.requested::after {
  border-color: rgb(255, 152, 0);
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li.requested a {
  color: rgb(255, 152, 0);
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li .left {
  font-size: 12px;
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li .right {
  float: right;
  padding-right: 4px;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li a {
  transition: all 0.15s ease-out;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  padding-right: 5px;
  color: #939393;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
  padding-left: 10px;
}
.pg-dashboard .dashboard-item .inner .item-content .counter-steps li a:hover .left {
  opacity: 1;
}
.pg-dashboard .dashboard-item .inner .item-content .gender-labels {
  text-align: center;
  padding-top: 7px;
}
.pg-dashboard .dashboard-item .inner .item-content .gender-labels .male p {
  color: #02a3fe;
}
.pg-dashboard .dashboard-item .inner .item-content .gender-labels .female p {
  color: #ec49a6;
}
.pg-dashboard .dashboard-item .inner .item-content .gender-labels p {
  font-size: 25px;
  font-weight: 700;
  line-height: 23px;
}
.pg-dashboard .dashboard-item .inner .item-content .gender-labels span {
  width: 55px;
  display: block;
}
.pg-dashboard .dashboard-item .inner .item-content .dashboard-chart-lg {
  height: 300px;
  position: relative;
}
.pg-dashboard .dashboard-item .inner .item-content .dashboard-chart-lg::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 25px;
  width: 70px;
  bottom: 0;
  left: 0;
}
.pg-dashboard .dashboard-item.sales-item .inner {
  height: 100%;
}
.pg-dashboard .dashboard-item.sales-item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.pg-dashboard .dashboard-item.sales-item .users {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pg-dashboard .dashboard-item.sales-item .users li .left {
  font-size: 12px;
}
.pg-dashboard .dashboard-item.sales-item .users li .right {
  float: right;
  padding-right: 4px;
}
.pg-dashboard .dashboard-item.sales-item .users li a {
  transition: all 0.15s ease-out;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #939393;
}
.pg-dashboard .dashboard-item.sales-item .users li a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
  padding-left: 10px;
}
.pg-dashboard .dashboard-item.sales-item .users li a:hover .left {
  opacity: 1;
}

.pg-invoice .search-user {
  max-width: 500px;
}
.pg-invoice .search-user .dropdown .dropdown-menu {
  font-size: 13px;
}
.pg-invoice .search-user .dropdown .dropdown-menu .dropdown-item {
  padding: 5px;
}
.pg-invoice .search-user .dropdown .dropdown-menu .dropdown-item img {
  width: 40px;
  height: 40px;
}
.pg-invoice .search-user .dropdown .dropdown-menu .dropdown-item p {
  width: calc(100% - 50px);
  float: right;
}

.user-view-sub-page #userModalView {
  padding: 0 !important;
}
.user-view-sub-page #userModalView .modal-dialog {
  max-width: calc(100% - 30px);
  margin: 15px;
  max-height: 100%;
}
.user-view-sub-page #userModalView .modal-dialog .modal-content {
  max-height: calc(100vh - 30px);
}
.user-view-sub-page #reject-modal .rejected-note {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: rgb(244, 67, 54);
  color: white;
}
.user-view-sub-page .left .profile-user-img {
  width: 100%;
  max-width: 250px;
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.2);
  border: none;
}
.user-view-sub-page .left .user-status-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 290px;
}
.user-view-sub-page .left .user-status-steps li {
  padding: 3px 0 4px 30px;
  position: relative;
}
.user-view-sub-page .left .user-status-steps li.remove-link::before, .user-view-sub-page .left .user-status-steps li:last-child::before {
  content: none;
}
.user-view-sub-page .left .user-status-steps li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 9px;
  width: 2px;
  height: 12px;
  background-color: #939393;
}
.user-view-sub-page .left .user-status-steps li:nth-child(1)::after {
  content: "1";
}
.user-view-sub-page .left .user-status-steps li:nth-child(2)::after {
  content: "2";
}
.user-view-sub-page .left .user-status-steps li:nth-child(3)::after {
  content: "3";
}
.user-view-sub-page .left .user-status-steps li:nth-child(4)::after {
  content: "4";
}
.user-view-sub-page .left .user-status-steps li:nth-child(5)::after {
  content: "5";
}
.user-view-sub-page .left .user-status-steps li:nth-child(6)::after {
  content: "6";
}
.user-view-sub-page .left .user-status-steps li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #939393;
  text-align: center;
  border-radius: 20px;
  line-height: 16px;
  font-weight: 800;
  color: #939393;
}
.user-view-sub-page .left .user-status-steps li.deleted span {
  text-decoration: line-through;
}
.user-view-sub-page .left .user-status-steps li.rejected::after, .user-view-sub-page .left .user-status-steps li.deleted::after {
  border-color: rgb(244, 67, 54);
}
.user-view-sub-page .left .user-status-steps li.rejected a, .user-view-sub-page .left .user-status-steps li.deleted a {
  color: rgb(244, 67, 54);
}
.user-view-sub-page .left .user-status-steps li.published::after {
  border-color: rgb(76, 175, 80);
}
.user-view-sub-page .left .user-status-steps li.published a {
  color: rgb(76, 175, 80);
}
.user-view-sub-page .left .user-status-steps li.requested::after {
  border-color: rgb(255, 152, 0);
}
.user-view-sub-page .left .user-status-steps li.requested a {
  color: rgb(255, 152, 0);
}
.user-view-sub-page .left .user-status-steps li .left {
  font-size: 12px;
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}
.user-view-sub-page .left .user-status-steps li .right {
  float: right;
  padding-right: 4px;
}
.user-view-sub-page .left .user-status-steps li .right i {
  font-size: 20px;
  line-height: 23px;
  position: absolute;
  right: 1px;
}
.user-view-sub-page .left .user-status-steps li .right .btn {
  height: 23px;
  line-height: 22px;
  padding: 0 7px;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  right: 22px;
  border-radius: 20px;
}
.user-view-sub-page .left .user-status-steps li a {
  transition: all 0.15s ease-out;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  padding-right: 5px;
  height: 23px;
  line-height: 23px;
  color: #939393;
}
.user-view-sub-page .left .user-status-steps li a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
  padding-left: 10px;
}
.user-view-sub-page .left .user-status-steps li a:hover .left {
  opacity: 1;
}
.user-view-sub-page .left .profile-summary .status {
  color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.user-view-sub-page .left .profile-summary .status.rejected {
  background-color: rgb(244, 67, 54);
}
.user-view-sub-page .left .profile-summary .status.published {
  background-color: rgb(76, 175, 80);
}
.user-view-sub-page .left .profile-summary .status.unpublished {
  background-color: rgb(255, 152, 0);
  color: black;
}
.user-view-sub-page .left .admin-file a {
  overflow-wrap: break-word;
}
.user-view-sub-page .left .admin-file .remove {
  background-color: rgb(244, 67, 54);
}
.user-view-sub-page .right table .title-row td, .user-view-sub-page .right table .title-row th {
  color: #fff;
  background-color: #212529 !important;
}
.user-view-sub-page .btn-publish {
  background-color: rgb(76, 175, 80);
}
.user-view-sub-page .btn-unpublish {
  background-color: rgb(255, 152, 0);
}
.user-view-sub-page .btn-reject {
  background-color: rgb(244, 67, 54);
}

.agent-view-page .bypass-btn {
  height: 23px;
  line-height: 22px;
  padding: 0 7px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 20px;
}

.user-id-col {
  position: relative;
}
.user-id-col p {
  position: absolute;
  top: -3px;
  width: 180px;
  font-size: 11px;
  font-weight: 400;
  color: #f44336;
}
.user-id-col p .online-status {
  width: 10px;
  height: 10px;
  background-color: #4caf50;
  border-radius: 10px;
  display: block;
  opacity: 1;
  margin-top: 5px;
  position: absolute;
}
.user-id-col p .online-status i {
  margin-left: 5px;
  position: absolute;
  line-height: 9px;
  left: 7px;
  font-style: inherit;
}
.user-id-col p .last-seen {
  font-style: inherit;
}

.user-login-status {
  color: #f44336;
  height: 30px;
  padding-left: 4px;
}
.user-login-status .online-status {
  width: 10px;
  height: 10px;
  background-color: #4caf50;
  border-radius: 10px;
  display: block;
  opacity: 1;
  margin-top: 5px;
  position: absolute;
}
.user-login-status .online-status i {
  margin-left: 5px;
  position: absolute;
  line-height: 9px;
  left: 7px;
  font-style: inherit;
}
.user-login-status .last-seen {
  font-style: inherit;
}

.payment-cycle {
  padding: 0 !important;
}
.payment-cycle .payroll-finish {
  border-bottom: 1px solid #dee2e6;
}
.payment-cycle .left, .payment-cycle .right {
  height: 100%;
  overflow: auto;
}
.payment-cycle .left {
  border-right: 1px solid #dee2e6;
  padding-bottom: 20px;
}
.payment-cycle .left .item {
  margin-bottom: 5px;
}
.payment-cycle .left .item .inner {
  border-radius: 5px;
  border: 1px solid #9ca3af;
  padding: 11px;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.payment-cycle .left .item .inner:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.payment-cycle .left .item .inner .name {
  border-bottom: 1px solid #e5e7eb;
  padding: 5px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 5px;
}
.payment-cycle .left .item .inner .status {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
}
.payment-cycle .left .item .inner .status[data-status=pending] {
  background-color: #60a5fa;
}
.payment-cycle .left .item .inner .status[data-status=approved], .payment-cycle .left .item .inner .status[data-status=completed] {
  background-color: #22c55e;
}
.payment-cycle .left .item .inner .status[data-status=discarded] {
  background-color: #f87171;
}
.payment-cycle .left .item.active .inner {
  border: 2px solid #22c55e;
  padding: 10px;
}
.payment-cycle .right .salary-slip {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}
.payment-cycle .right .salary-slip .header {
  text-align: center;
  margin-bottom: 20px;
}
.payment-cycle .right .salary-slip .table th, .payment-cycle .right .salary-slip .table td {
  text-align: left;
}
.payment-cycle .right .salary-slip .net-pay {
  font-weight: bold;
  font-size: 1.2rem;
}
.payment-cycle .right .salary-slip-bottom {
  max-width: 600px;
  margin: 20px auto;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
body.loading .anim-loading {
  display: block;
}

.anim-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1500;
  pointer-events: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  display: none;
}
.anim-loading .spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anim-loading .spinner div {
  width: 14px;
  height: 14px;
  background: rgb(240, 86, 128);
  background: linear-gradient(90deg, rgb(240, 86, 128) 0%, rgb(244, 141, 152) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f05680",endColorstr="#f48d98",GradientType=1);
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.anim-loading .spinner div:nth-child(1) {
  animation-delay: -0.32s;
}
.anim-loading .spinner div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.invoice-dialog .invoice-content,
.md-dialog-content {
  display: block !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
}

@media (min-width: 992px) {
  .user-view-sub-page .left {
    width: 310px;
  }
}
@media (min-width: 960px) {
  md-toast.md-right {
    right: 20px;
  }
}