*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
  background: #5d92f4;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #5d92f4;
  color: #fff;
  text-shadow: none;
}
:focus {
  outline: 0 none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
}
.table-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  padding-left: 10px;
}
/* Track */
.table-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
/* Handle */
.table-box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
/* Handle on hover */
.table-box::-webkit-scrollbar-thumb:hover {
  background: #1a3176;
}
img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
img.rounded {
  border-radius: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
}
a {
  color: #4e5256;
  text-decoration: none;
  transition: all linear 0.2s;
  cursor: pointer;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre {
  margin: 1em 0;
}
p {
  margin: 0 0 30px;
}
p:last-of-type {
  margin-bottom: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
}
iframe {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  transition: all linear 0.2s;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table th,
table td {
  padding: 10px 20px 7px;
  line-height: 1.2;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
table th {
  background-color: #231f20;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}
table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
address {
  font-style: normal;
  font-size: 14px;
}
hr {
  border: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  display: block;
  width: 100%;
}
ul,
ol {
  margin: 20px 0;
  padding-left: 15px;
}
ul ul,
ol ol {
  margin: 10px 0;
}
ul ul li {
  list-style: circle outside;
}
ol ol li {
  list-style: lower-roman outside;
}
body {
  font-family: 'Nunito Sans', sans-serif;
  /* font-family: 'Calibri',sans-serif; */
  color: #4e5256;
  font-weight: 400;
  line-height: 1.375;
  font-size: 14px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.justify-content-between {
  justify-content: space-between;
}
[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
}
.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.pr-0 {
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb30 {
  margin-bottom: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb13 {
  margin-bottom: 13px;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.w-100 {
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  border: 1px solid #6c757d;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0 15px;
  resize: none;
  -webkit-appearance: none;
}
.form-control:-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}
input.form-control {
  height: 50px;
}
textarea.form-control {
  height: 135px;
  padding: 10px;
}
.field {
  margin-bottom: 30px;
}
.field-extras {
  display: flex;
  justify-content: space-between;
}
.field-extras .link {
  color: #2a62d9;
  font-weight: 500;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label::after {
  opacity: 1;
}
.checkbox label {
  display: block;
  position: relative;
  color: #1a3176;
  line-height: 1;
  padding-left: 20px;
  cursor: pointer;
}
.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
}
.checkbox label::before {
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #2a62d9;
  border-radius: 2px;
}
.checkbox label::after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #2a62d9;
  border-radius: 2px;
  opacity: 0;
}
.btn {
  -webkit-appearance: none;
  background-color: #1a3176;
  border: 0 none;
  color: #fff;
  text-align: center;
  /* font-family: "Nunito", sans-serif; */
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
  min-width: 120px;
  border-radius: 10px;
  display: inline-block;
}
.btn:focus {
  border: 0;
  outline: none;
}
.btn:hover {
  background-color: #2f4993;
}
.btn.btn-login {
  background: linear-gradient(278.74deg, #5253aa 3.28%, #2365e2 97.13%);
  font-weight: 500;
}
.btn.btn-login:hover {
  background: #5253aa;
  background: linear-gradient(
    90deg,
    rgb(82, 83, 170) 0%,
    rgb(35, 101, 226) 100%
  );
}
.btn.btn-dark {
  background-color: #1a3176;
}
.btn.btn-dark:hover {
  background-color: #3262ba;
}
.btn.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #4e5256;
  border: solid 1px #ccc;
}
.btn.btn-transparent.active,
.btn.btn-transparent:hover {
  background-color: #5d92f4;
  color: #fff;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.btn-row .btn {
  margin: 0 5px;
}
.btn-row .btn:first-child {
  margin-left: 0;
}
.btn-row .btn:last-child {
  margin-right: 0;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
@font-face {
  font-family: "stantech-ai";
  src: url("../font/stantech-ai.eot");
  src: url("../font/stantech-ai.eot?30ydc0#iefix") format("embedded-opentype"),
    url("../font/stantech-ai.woff2?30ydc0") format("woff2"),
    url("../font/stantech-ai.woff?30ydc0") format("woff"),
    url("../font/stantech-ai.ttf?30ydc0") format("truetype"),
    url("../font/stantech-ai.svg?30ydc0#stantech-ai") format("svg");
  font-style: normal;
  font-weight: 400;
}
.icon {
  display: inline-block;
  font-family: "stantech-ai" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-account::before {
  content: "";
}
.icon-bell::before {
  content: "";
}
.icon-calendar::before {
  content: "";
}
.icon-caret-down::before {
  content: "";
}
.icon-close::before {
  content: "";
}
.icon-cross::before {
  content: "";
}
.icon-dashboard::before {
  content: "";
}
.icon-down-arrow::before {
  content: "";
}
.icon-edit::before {
  content: "";
}
.icon-impact::before {
  content: "";
}
.icon-logout::before {
  content: "";
}
.icon-menu::before {
  content: "";
}
.icon-npa::before {
  content: "";
}
.icon-replenish::before {
  content: "";
}
.icon-right-arrow::before {
  content: "";
}
.icon-settings::before {
  content: "";
}
.icon-support::before {
  content: "";
}
.icon-tick::before {
  content: "";
}
.icon-upload::before {
  content: "";
}
.icon-warehouse::before {
  content: "";
}
.heading {
  color: #4e5256;
  font-size: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #C0C0C0;
  padding: 0 0 10px;
}
.card-colored {
  border-radius: 10px;
  position: relative;
  color: #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px;
  height: 100%;
  min-height: 140px;
}
.card-colored.active {
  /* box-shadow: 0 0 15px rgba(0,0,0,0.3); */
}
.card-colored h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  width: 60%;
}
.card-colored img {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 100px;
  /* max-width: 80px; */
  /* width: auto; */
  /* max-height: 60px; */
}
.card-colored .num {
  font-size: 21px;
  font-weight: 600;
  margin-top: 10px;
  /* max-width: 116px; */
}
.card-colored .num span {
  display: block;
}
.card-colored .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card-colored.card-4 img {
  /* width: 80px; */
}
.card-white {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
#loading {
  position: fixed;
  display: block;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 50px;
}
.popup-screen {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.popup-screen.active {
  display: block;
}
.popup-screen .popup-modal {
  width: 600px;
  max-width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 1px;
  border-radius: 10px;
}
.popup-screen .popup-modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 10px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.popup-screen .popup-modal .modal-header {
  background-color: #1a3176;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.popup-screen .popup-modal .modal-body {
  padding: 25px;
  padding: 5px;
  background-color: #fff;
  max-height: calc(90vh - 88px);
  overflow: auto;
}
.tab-box ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.tab-box ul li {
  margin: 0 8px;
  /* border-right: 1px solid #cacbcb; */
  padding-right: 16px;
  position: relative;
}
.tab-box ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #cacbcb;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tab-box ul li:first-child {
  margin-left: 0;
}
.tab-box ul li:last-child {
  margin-right: 0;
}
.tab-box ul li:last-child:after {
  display: none;
}
.tab-box ul li button {
  position: relative;
}
.tab-box ul li button .btn-new {
  padding: 0;
}
.tab-box .btn-new {
  background-color: transparent;
  color: #4e5256;
  min-width: auto;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.tab-box ul li button.active {
  border-radius: 0;
  color: #1a3176;
  font-weight: 600;
  border-bottom: 1px solid #1a3176;
}
.tab-box .btn-new:focus {
  outline: none;
}
/* .tab-box ul li button.active::after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
  content: "";
  width: 27px;
  background: #fff;
  z-index: 99;
  height: 27px;
  border-top: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
} */
.tab-box ul li button span {
  font-size: 16px;
  vertical-align: middle;
}
.tab-box .tab-content .tabs {
  position: relative;
  display: none;
}
.tab-box .tab-content .tabs.active {
  display: block;
}
form .field.select {
  position: relative;
}
form .field.select:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  border-right: solid 2px #98a6ad;
  border-bottom: solid 2px #98a6ad;
  transform: rotate(45deg);
}
form .field label {
  display: block;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
}
form .field select,
form .field input:not([type="submit"]) {
  border: solid 1px #cacaca;
  padding: 0 10px;
  display: block;
  width: 100%;
  border-radius: 7px;
  height: 34px;
}
form .field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.pagination-sec .pagination {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.pagination-sec .pagination span {
  display: inline-block;
  text-align: center;
  padding: 8px;
  border: solid 1px #e7e7e7;
  border-right: none;
  transition: 0.3s ease;
  height: 35px;
  width: 34px;
}
.pagination-sec .pagination span.active,
.pagination-sec .pagination span:hover {
  background: #5d92f4;
  color: #fff;
}
.pagination-sec .pagination span:last-child {
  border-right: solid 1px #e7e7e7;
}
.table-box {
  margin: 40px 0 80px;
  max-width: 100%;
  overflow: auto;
  height: calc(100vh - 200px);
}
.table-box table {
  min-width: 100%;
  border: 0;
}
.table-box table thead tr {
  background: #f4f7fa;
  font-weight: 500;
}
.table-box table tbody tr {
  transition: all linear 0.2s;
  border-bottom: solid 1px #e4e4e4;
}
.table-box table tbody tr:hover {
  background: #ededed;
}
.table-box table th,
.table-box table td {
  text-align: left;
  padding: 15px !important;
  padding: 9px !important;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #6c757d;
  border: 0;
}
.table-box table th.sr-no,
.table-box table td.sr-no {
  color: #5d92f4;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding-left: 200px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all linear 0.2s;
}
.page-header .block-info {
  display: flex;
  align-items: center;
}
.page-header .block-info .menu-button {
  display: block;
  width: 25px;
  height: 50px;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  color: #132838;
  padding: 0;
  text-align: left;
}
.page-header .block-info .page-title {
  font-size: 14px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-header .block-info .page-title .success,
.page-header .block-info .page-title .error {
  padding: 2px 15px;
  border-left: 1px solid rgba(0,0,0,0.1);
  margin-left: 15px;
  color: #2b8123;
  font-size: 12px;
}
.page-header .block-info .page-title .error {
  color: #f00;
}
.page-header .block-profile {
  display: flex;
  align-items: center;
}
.page-header .block-profile .btn-notification {
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1;
  color: #99a7ad;
  cursor: pointer;
}
.page-header .block-profile .btn-notification .count {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 18px;
  height: 18px;
  background-color: #ea2727;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.page-header .last-updated {
  margin-left: auto;
  color: #4d6774;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.page-header .block-profile .header-profile {
  position: relative;
  margin-left: 25px;
  margin-left: 18px;
  padding-left: 18px;
}
.page-header .block-profile .header-profile::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #cacbcb;
  transform: translate(0, -50%);
}
.page-header .block-profile .header-profile .profile-info {
  width: 150px;
  width: auto;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.page-header .block-profile .header-profile .profile-info img {
  float: left;
  margin-right: 10px;
}
.page-header .block-profile .header-profile .profile-info span {
  float: left;
}
.page-header .block-profile .header-profile .profile-info span.name {
  font-size: 12px;
  color: #4d6774;
  /* padding-top: 5px; */
  text-transform: capitalize;
}
.page-header .block-profile .header-profile .profile-info span.name .icon {
  font-size: 5px;
  color: #6c757d;
  vertical-align: middle;
  margin-left: 5px;
}
.page-header .block-profile .header-profile .profile-info::after {
  content: "";
  clear: both;
  display: table;
}
.page-header .block-profile .header-profile .profile-info.open span.name .icon {
  transform: scale(1, -1);
}
.page-header .block-profile .header-profile .profile-actions {
  position: absolute;
  top: 40px;
  top: 33px;
  right: -30px;
  right: -28px;
  width: 100px;
  border: 1px solid #cacbcb;
  border-radius: 4px;
  box-shadow: 1px 17px 29px rgba(100, 100, 111, 0.25);
  background-color: #fff;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
}
.page-header .block-profile .header-profile .profile-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header .block-profile .header-profile .profile-actions ul li {
  margin-bottom: 15px;
}
.page-header .block-profile .header-profile .profile-actions ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #6c757d;
}
.page-header .block-profile .header-profile .profile-actions ul li a .icon {
  color: #7c9fac;
  margin-right: 10px;
  font-size: 14px;
}
.page-header .block-profile .header-profile .profile-actions ul li a:hover {
  color: #3262ba;
}
.page-header
  .block-profile
  .header-profile
  .profile-actions
  ul
  li
  a:hover
  .icon {
  color: #3262ba;
}
.page-header .block-profile .header-profile .profile-actions ul li:last-child {
  margin-bottom: 0;
}
.page-header .block-profile .header-profile .profile-actions.open {
  opacity: 1;
  visibility: visible;
}
.page-header.close-menu {
  padding-left: 100px;
}
.page-wrapper {
  background-color: #fafbfe;
  min-height: 100vh;
}
.sidebar {
  background-color: #1a3176;
  width: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  transition: all linear 0.2s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sidebar .logo {
  height: 75px;
  position: relative;
}
.sidebar .logo a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  padding-left: 10px;
}
.sidebar .logo .logo-dashboard {
  display: flex;
  flex-wrap: wrap;
}
.sidebar .logo .logo-dashboard .logo-unit {
  margin-right: 10px;
}
.sidebar .logo img.logo-text {
  display: block;
}
.sidebar .logo img.logo-unit {
  /* display: none; */
}
.sidebar .upload-data {
  margin-top: auto;
  margin-bottom: 40px;
  margin: auto 0 0;
}
.sidebar .upload-data .btn-primary {
  background: none;
  padding: 0;
  min-width: auto;
  color: #fff;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar .upload-data .btn-primary svg {
  margin-right: 10px;
}
.sidebar .upload-data .btn-primary:hover {
  background: #2f4993;
  color: #fff;
}
.sidebar .upload-data .btn-primary svg path {
  /* fill: transparent; */
}
.close-menu .sidebar {
  width: 75px;
}
.close-menu .sidebar .logo a {
  padding-left: 0;
}
.close-menu .sidebar .logo img.logo-text {
  display: none;
}
.close-menu .sidebar .logo img.logo-unit {
  display: block;
  margin: 0 auto;
}
.close-menu .sidebar .upload-data .btn-primary {
  min-width: auto;
  font-size: 0;
  justify-content: center;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li {
  border-bottom: 1px solid #112561;
}
.main-nav ul li a,
.main-nav ul li form {
  display: block;
  color: #fff;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav ul li form input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.main-nav ul li a img {
  /* width: 20px; */
}
.main-nav ul li a .image,
.main-nav ul li form .image {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.main-nav ul li a .icon,
.main-nav ul li form .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.main-nav ul li a .image.icon-dollor,
.main-nav ul li form .image.icon-dollor {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  width: 24px;
  height: 24px;
}
.main-nav ul li a .image.icon-dollor img,
.main-nav ul li form .image.icon-dollor img {
  width: 8px;
}
.main-nav ul li a:hover,
.main-nav ul li form:hover {
  background-color: #2f4993;
}
.main-nav ul li.active a,
.main-nav ul li.active form:hover {
  background-color: #2f4993;
}
.main-nav ul li:last-child {
  border-bottom: 0 none;
}
.close-menu .main-nav ul li a {
  font-size: 0;
  padding: 28px 0;
  justify-content: center;
}
.close-menu .main-nav ul li a .icon {
  font-size: 12px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-body-wrapper {
  padding: 75px 20px 20px 200px;
  position: relative;
  transition: all linear 0.2s;
  height: 100vh;
}
.page-body-wrapper > .box-white {
  height: calc(100vh - 100px);
  overflow: auto;
  overflow: hidden;
}
.close-menu .page-body-wrapper {
  padding-left: 100px;
}
.box-white {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.box-white .heading-bordered {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #6c757d;
  padding: 20px 35px;
  border-bottom: 1px solid #e4e4e4;
}
.box-white .box-body {
  padding: 25px;
}
.box-white.bordered {
  border: 1px solid #e1e1e1;
}
#dashboard.popup-screen .popup-modal {
  width: 600px;
}
#dashboard.popup-screen .popup-modal .close {
  font-size: 16px;
  top: 15px;
}
#dashboard.popup-screen .popup-modal .modal-header {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
}
#dashboard.popup-screen .popup-modal .modal-body {
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.page-login {
  background: linear-gradient(278.74deg, #4c89fa 3.28%, #2365e2 97.13%);
}
.page-login .shape-right {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/login-shape-right.svg) no-repeat right top;
  background-size: 100% auto;
  width: 300px;
  height: 230px;
  z-index: -1;
  opacity: 0.6;
}
.page-login .shape-left {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/login-shape-left.svg) no-repeat right top;
  background-size: 100% auto;
  width: 275px;
  height: 255px;
  z-index: -1;
  opacity: 0.6;
}
.page-login .copyright {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.login-block {
  width: 350px;
}
.login-box {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
}
.login-box--header {
  background-color: #3262ba;
  border-radius: 15px 15px 0 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.login-box--header img {
  display: block;
  /* margin: 0 auto; */
  margin-right: 10px;
}
.login-box--body {
  padding: 20px;
}
.login-box--body .heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.login-box--body .field {
  margin-bottom: 15px;
}
.login-box--body input.form-control {
  font-size: 14px;
}
.login-box--body .field-extras {
  margin-top: 20px;
  align-items: center;
}
.replenishment-page .box-white.intro-sec {
  padding: 30px 20px;
}
.replenishment-page h2 {
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 400;
  color: #000;
}
.replenishment-page h2 span {
  color: rgba(0,0,0,0.5);
  font-size: 17px;
  margin-left: 6px;
}
.replenishment-page .overall-metrics {
  margin-left: 60px;
}
.replenishment-page .prodict-overview h2,
.replenishment-page .overall-metrics h2 {
  /* color: #6c757d; */
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 12px;
  margin: 0;
  font-weight: 600;
}
.replenishment-page .prodict-overview h2 span,
.replenishment-page .overall-metrics h2 span {
  font-size: 13px;
  margin-left: 0;
}
.replenishment-page .data-col {
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
}
.replenishment-page .data-col span {
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.replenishment-page .data-col span.text-green {
  color: #228b22;
}
.replenishment-page .data-col span.text-red {
  color: #ed0f0f;
}
.replenishment-page .data-col span.text-blue {
  color: #3b5998;
}
.replenishment-page .data-col .border-yellow {
  border-bottom: 2px solid #fac917;
  display: block;
  margin: 5px 0;
}
.replenishment-page .modal-content .recommended-sec {
  border-top: none;
  margin-top: 0;
}
.replenishment-page .modal-content .content-col {
  max-width: 100%;
}
.replenish-item .content-col {
  padding: 15px;
}
.replenish-item .content-col h2 {
  font-size: 15px;
  margin-top: 5px;
  margin-top: 0;
  margin-bottom: 23px;
  /* margin-bottom: 15px; */
  min-height: 36px;
}
.replenish-item .content-col h2 .product-name {
  color: #4e5256;
  font-weight: 600;
  max-height: 17px;
  overflow: hidden;
  display: block;
}
.replenish-item .content-col h2 .warehouse-name {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  color: #4e5256;
}
.replenish-item .stantech-table {
  margin-top: 5px;
}
.replenish-item img {
  max-height: 130px;
  object-fit: contain;
}
.replenish-item .recommended-sec {
  padding-top: 0;
  padding-bottom: 15px;
  border-top: none;
  margin: 0;
}
.replenish-item .recommended-sec .recommend-box {
  border-radius: 0px;
  padding: 10px 15px 15px;
  margin-bottom: 15px;
}
.replenish-item .recommended-sec .recommend-box h4 {
  font-size: 14px;
  margin-bottom: 6px;
}
.replenish-item .recommended-sec .recommend-box .btn-box .icon-box button {
  font-size: 15px;
}
.replenish-item .stantech-table {
  padding: 10px 5px 5px;
  padding: 5px;
}
.replenishment-cycle-page .box-white .box-body {
  padding-top: 15px;
  padding-top: 20px;
}
.replenishment-cycle-page .sku-performance-page .performance-grid {
  display: block;
}
.replenishment-cycle-page .sku-performance-page .performance-list {
  /* display: none; */
}
.replenish-cycle-wrapper {
  width: 100%;
  padding: 0 10px;
}
.replenish-cycle-wrapper > .row {
  width: calc(100% + 20px);
}
.replenish-cycle-wrapper .box-white {
  overflow: hidden;
}
.replenish-cycle-wrapper .mb30 {
  /* margin-bottom: 30px; */
  width: 24%;
  padding: 10px 0 15px;
  margin-right: 1.33%;
  position: relative;
}
.replenish-cycle-wrapper .mb30:nth-child(4n) {
  margin-right: 0;
}
.replenish-cycle-wrapper .mb30 .grid-toggle {
  position: absolute;
  top: 15px;
  left: 15px;
  width: auto;
  opacity: 0.5;
}
.recommended-sec {
  margin-top: 35px;
  padding-top: 20px;
  border-top: solid 1px #e4e4e4;
}
.recommended-sec .recommend-box {
  background-color: #3b5998;
  padding: 10px 20px 15px;
  border-radius: 10px;
  color: #fff;
}
.recommended-sec .recommend-box h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.recommended-sec .recommend-box .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommended-sec .recommend-box .btn-box .unit-btn {
  background-color: #0d9488;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
.recommended-sec .recommend-box .btn-box .icon-box button {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
}
.recommended-sec .recommend-box .btn-box .icon-box button.tick {
  color: #84cc16;
}
.recommended-sec .recommend-box .btn-box .icon-box button.pencil {
  color: #fff;
  margin: 0 10px;
}
.recommended-sec .recommend-box .btn-box .icon-box button.cross {
  color: #ff1717;
}
.recommended-sec .btn-block {
  max-width: 455px;
}
.faq-sec .faq .heading-bordered {
  padding-left: 55px;
  position: relative;
  color: #000;
}
.faq-sec .faq .heading-bordered::before {
  position: absolute;
  left: 15px;
  content: "";
  top: 45%;
  border-right: solid 2px #4e5256;
  border-bottom: solid 2px #4e5256;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg) translateY(-50%);
  transition: all linear 0.2s;
}
.faq-sec .faq .box-body {
  display: none;
  transition: all linear 0.5s;
}
.faq-sec .faq .box-body .content-col {
  max-width: 560px;
}
.faq-sec .faq .box-body .content-col h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #4e5256;
}
.faq-sec .faq .box-body .content-col p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.faq-sec .faq .box-body .data-col {
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 30px;
}
.faq-sec .faq .box-body .data-col span {
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.faq-sec .faq .box-body .data-col .stantech-tab {
  cursor: pointer;
}
.faq-sec .faq .box-body .data-col span.text-green {
  color: #228b22;
  font-weight: 600;
}
.faq-sec .faq .box-body .data-col span.text-red {
  color: #ed0f0f;
  font-weight: 600;
}
.faq-sec .faq .box-body .data-col span.text-blue {
  color: #3b5998;
  font-weight: 600;
}
.faq-sec .faq .box-body .data-col .border-yellow {
  border-bottom: 2px solid #fac917;
  display: block;
  margin: 5px 0;
}
.faq-sec .faq .box-body .recommend-box,
.faq-sec .faq .box-body .btn-block {
  max-width: 400px;
}
.faq-sec .faq.active .heading-bordered::before {
  transform: rotate(45deg) translateY(-50%);
  top: 39%;
}
.faq-sec .faq.active .box-body {
  display: block;
}
.performance {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.performance.active,
.performance:hover {
  border-bottom: solid 2px #1a3176;
}
.performance .desc-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
  /* position: relative; */
}
.performance .performance-wrap {
  width: 100%;
}
.performance .desc-top .icon {
  background-color: #1a3176;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  display: none;
}
.performance .desc-top img {
  margin-right: 10px;
  /* position: absolute; */
  top: 10px;
  left: 10px;
  width: 32px;
  /* display: none; */
  transform: rotate();
}
.performance .list-heading {
  font-size: 18px;
  font-weight: 500;
}
.performance .num {
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
  width: 90px;
  height: 24px;
  line-height: 1;
  border-radius: 4px;
  color: #4e5256;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.performance-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}
.performance-filter h3 {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0px 10px 0px;
}
.performance-filter form {
  height: 100%;
}
.performance-filter form .row {
  height: 100%;
}
.performance-filter form .field {
  margin-bottom: 0;
  height: 100%;
}
.performance-filter form .field select,
.performance-filter form .field input {
  height: 100%;
  border-color: #b9b9b9;
  border-radius: 6px;
}
.performance-filter form .field select:-moz-placeholder,
.performance-filter form .field input:-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
.performance-filter form .field select::-moz-placeholder,
.performance-filter form .field input::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
.performance-filter form .field select:-ms-input-placeholder,
.performance-filter form .field input:-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.performance-filter form .field select::-webkit-input-placeholder,
.performance-filter form .field input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.performance-filter .grid-change {
  /* text-align: right; */
  margin-left: 15px;
}
.performance-filter .grid-change .layout-btn {
  /* padding-right: 10px; */
  display: block;
  width: 16px;
  position: relative;
}
.performance-filter .grid-change .layout-btn img {
  display: block;
}
.performance-filter .grid-change .layout-btn .list-img {
  display: none;
}

.replenishment-cycle-page .performance-filter .grid-change .layout-btn .grid-img {
  /* display: none; */
}
.replenishment-cycle-page .performance-filter .grid-change .layout-btn .list-img {
  display: block;
}

.performance-filter .export-col {
  text-align: right;
  align-self: center;
}
.performance-filter .export-col .export-btn {
  font-weight: 600;
  position: relative;
}
.performance-filter .export-col .export-btn i {
  transform: rotate(180deg);
}
.performance-filter .export-col .export-btn .icon-download {
  /* background-color: #000; */
  /* border-radius: 50%; */
  width: 32px;
}
.replenishment-filter .grid-change {
  margin: 0;
}
.performance-filter .grid-change .layout-btn img.blue,
.performance-filter .export-col .export-btn img.blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all linear 0.5s;
}
.performance-filter .grid-change .layout-btn img:hover,
.performance-filter .export-col .export-btn img:hover {
  opacity: 1;
}
.performance-filter-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.performance-filter-right .filter {
  font-weight: 600;
  border-right: 1px solid #4e5256;
  padding-right: 5px;
  margin-right: 10px;
}
.performance-filter-right .filter img {
  margin-right: 5px;
}
.performance-filter-right .export-col {
  margin-right: 10px;
  border-right: 1px solid #4e5256;
  padding-right: 10px;
  margin-right: 10px;
}
.sku-performance-page .performance-list .table-box {
  /* padding-right: 15px; */
  margin-top: 0;
  margin-bottom: 30px;
  overflow: auto;
  height: calc(100vh - 200px);
  padding-right: 10px;
  position: relative;
}
.sku-performance-page .performance-list .table-box th,
.sku-performance-page .performance-list .table-box td {
  font-size: 13px;
  text-align: center;
}
.sku-performance-page .performance-list .table-box th {
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  padding-bottom: 20px !important;
  padding-top: 0px !important;
  border-bottom: 1px solid #eeefef;
  position: relative;
  overflow: hidden;
}
.sku-performance-page .performance-list .table-box th.active {
  border-bottom: 1px solid #1a3176;
}
.sku-performance-page .performance-list .table-box th.active:after {
  /* content: ''; */
  display: block;
  background: url(../images/icon-tick.svg) no-repeat center;
  background-size: 9px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #1a3176;
  background-color: #1a3176;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sku-performance-page .performance-list .table-box th.text-left.active:after {
  right: auto;
  left: 9px;
}
.sku-performance-page .performance-list .table-box th input {
  position: absolute;
  top: -50px;
  left: -50px;
  opacity: 0;
}
.sku-performance-page .performance-list .table-box th:nth-of-type(2) {
  /* width: 66px; */
}
.sku-performance-page .performance-list .table-box thead tr {
  background: #fff;
}
.sku-performance-page .performance-list .table-box thead tr th img {
  vertical-align: middle;
  width: 16px;
}
.sku-performance-page .performance-list .table-box tbody tr {
  border-bottom: 0;
}
.sku-performance-page .performance-list .table-box tbody tr:first-of-type td {
  padding: 0px !important;
  height: 15px;
}
.sku-performance-page .performance-list .table-box tbody tr:first-of-type:hover {
  background: transparent;
}
.sku-performance-page .performance-list .table-box tbody tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.sku-performance-page .performance-list .table-box tbody tr:first-of-type {
  background-color: #fff;
}
.sku-performance-page .performance-list .table-box tbody tr:hover {
  background-color: #ededed;
}
.sku-performance-page .performance-list .table-box tbody td {
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.sku-performance-page .performance-list .table-box .order-by {
  width: 60px;
  min-width: auto;
  border: 0;
  font-size: 14px;
  color: #6c757d;
  background: transparent;
  text-align: center;
}
.sku-performance-page .performance-list .table-box .tgt-month {
  display: block;
  width: 70px;
  margin: 0 auto;
}
.sku-performance-page .performance-list .table-box .tgt-month .dropdown-month {
  border: 0;
  -webkit-appearance: none;
}
.sku-performance-page .performance-list .table-box .tgt-month .styledSelect {
  background: transparent;
  font-size: 14px;
  line-height: 1.3;
}
.sku-performance-page .performance-list .table-box .tgt-month .styledSelect:after {
  display: none;
}
.sku-performance-page .performance-list .table-box .tgt-month .select {
  border-color: transparent;
}
.sku-performance-page .performance-list .table-box .tgt-month .select ul {
  height: 140px;
}
.sku-performance-page .performance-list .table-box .tgt-month .select ul li:first-of-type {
  display: none;
}
.sku-performance-page .performance-list .table-box .current-qty-column .label-stock {
  display: none;
}
.sku-performance-page .performance-list .table-box .tgt-month .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.sku-performance-page .performance-list .table-box .net-inventory-column {
  display: none;
}
.sku-performance-page .performance-list .table-box tbody td .product-name {
  font-weight: 600;
  display: block;
  max-height: 16px;
  overflow: hidden;
}
.sku-performance-page .performance-list .table-box tbody td .warehouse-name {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
}
.sku-performance-page .performance-list .table-box .order-qty input {
  width: 70px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.sku-performance-page .performance-list .table-box .updated-qty.up,
.prodict-overview .stantech-table table .updated-qty.up {
  display: inline-block;
  position: relative;
  /* margin-left: 22px; */
}
.sku-performance-page .performance-list .table-box .updated-qty.up:before,
.prodict-overview .stantech-table table .updated-qty.up:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #10CE0D;
  border-bottom: 10px solid #1E921C;
  border-bottom: 10px solid #32d018;
  position: absolute;
  top: 6px;
  top: 2px;
  left: 0;
}
.prodict-overview .stantech-table table .updated-qty.up:before {
  top: 2px;
}
.sku-performance-page .performance-list .table-box .order-qty .updated-qty.up input {
  /* padding-left: 12px;
  color: #10CE0D; */
}
.sku-performance-page .performance-list .table-box .pending-material-qty,
.prodict-overview .stantech-table table .pending-material-qty {
  position: relative;
  display: inline-block;
}
.sku-performance-page .performance-list .table-box .pending-material-qty .updated-qty.up,
.prodict-overview .stantech-table table .pending-material-qty .updated-qty.up {
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  padding-left: 15px;
}
.sku-performance-page .performance-list .table-box tbody tr.out-of-stock .order-qty input {
  border-color: #f00;
  color: #f00;
}
.sku-performance-page .performance-list.completed-data .table-box tbody tr.out-of-stock .order-qty input {
  border-color: transparent;
}
.sku-performance-page .performance-list.completed-data .table-box .order-qty input {
  color: #10CE0D;
  color: #1E921C;
  border-color: transparent;
}
.completed-data .replenish-item .order-qty input {
  color: #21a71e;
  border-color: transparent;
}
.completed-data .replenish-item .order-qty input:focus {
  border-color: #10CE0D;
  color: #21a71e;
}
.sku-performance-page .performance-list .table-box .order-qty input:read-only {
  border: 1px solid transparent;
  background-color: transparent;
}
.sku-performance-page .performance-list .table-box tbody td.fill-rate {
  text-align: left;
}
.sku-performance-page .performance-list .table-box th:first-of-type,
.sku-performance-page .performance-list .table-box td:first-of-type {
  /* width: 26px; */
  /* width: 70px; */
  /* padding-right: 0 !important; */
  /* text-align: right; */
}
.sku-performance-page .performance-list .table-box table {
  table-layout:fixed;
}
.sku-performance-page .performance-list .table-box thead {
	background:#f9f9f9;
	display:table;
	width:100%;
	/* width:calc(100% - 16px); */
  position: sticky;
  left: 0;
  top: 0;
  z-index: 6;
}
.sku-performance-page .performance-list .table-box tbody {
  /* height:440px;
  height: calc(100vh - 245px);
	overflow:auto;
	overflow-x:hidden;
  overflow: hidden;
	display:block; */
	width:100%;
}
.sku-performance-page .performance-list .table-box tbody .mCSB_inside > .mCSB_container {
  /* margin-right: 16px; */
  width: calc(100% - 16px);
  width: calc(100% - 8px);
}
.sku-performance-page .performance-list .table-box tbody tr {
  display:table;
	width:100%;
	table-layout:fixed;
}
.not-available,
.not-available-grid {
  font-size: 32px !important;
  height: 50vh;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.3) !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.not-available-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.not-available:hover {
  background: #fff !important;
}
.sku-performance-page .performance-list .table-box tbody td .meter {
  height: 4px;
  position: relative;
  background: #e9ecef;
  border-radius: 5px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.sku-performance-page .performance-list .table-box tbody td .meter > span {
  display: block;
  height: 100%;
  border-radius: 5px;
  background-color: #5d92f4;
  position: relative;
  overflow: hidden;
}
.sku-performance-page .performance-list .table-box tbody td.status span {
  padding: 3px 13px;
  font-size: 11px;
  font-weight: 500;
}
.sku-performance-page .performance-list .table-box tbody td.status span.active {
  background: #d9e8df;
  color: #32b432;
}
.sku-performance-page .performance-list .table-box tbody td.status span.cancel {
  background: #ffe8ec;
  color: #e3324c;
}
.sku-performance-page .performance-list .table-box tbody td.status span.pause {
  background: #fff1cf;
  color: #f6bb31;
}
.sku-performance-page .performance-list .table-box tbody td.view a {
  padding: 3px 13px;
  font-size: 11px;
  font-weight: 500;
  color: #5d92f4;
  border: solid 1px #5d92f4;
}
/* .sku-performance-page .performance-grid {
  display: none;
} */
.sku-performance-page .performance-grid .performance-item {
  position: relative;
}
.sku-performance-page .performance-grid .performance-item .checkbox {
  position: absolute;
  left: 13px;
  top: 13px;
  z-index: 1;
}
.sku-performance-page .performance-grid .performance-item .checkbox input:checked + label::after {
  background-color: #5d92f4;
}
.sku-performance-page .performance-grid .performance-item .checkbox input:checked + label::before {
  border-color: #5d92f4;
}
.sku-performance-page .performance-grid .performance-item .checkbox label:before {
  border-color: #d7d7d7;
}
.sku-performance-page .performance-grid .performance-item .checkbox label:after {
  background-color: #d7d7d7;
  opacity: 1;
}
.sku-performance-page .performance-grid .performance-item .performance-header {
  padding: 0px 0 13px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: solid 1px #e6e6e6;
}
.sku-performance-page .performance-grid .performance-item .box-body {
  padding: 15px;
}
.sku-performance-page .performance-grid .performance-item .performance-header .icon-box {
  width: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #4e5256;
}
.sku-performance-page .performance-grid .performance-item .performance-header .icon-box.purple {
  background: #9932e7;
}
.sku-performance-page .performance-grid .performance-item .performance-header .icon-box.orange {
  background: #faae42;
}
.sku-performance-page .performance-grid .performance-item .performance-header .title-box {
  width: calc(100% - 35px);
}
.sku-performance-page .performance-grid .performance-item .performance-header .title-box h3 {
  font-size: 13px;
  font-weight: 600;
  /* margin-bottom: 5px; */
  max-height: 17px;
  overflow: hidden;
  position: relative;
}
.sku-performance-page .performance-grid .performance-item .performance-header .title-box h3 a {
  display: block;
  word-break: break-all;
}
.text-limit a,
.text-limit .product-name {
  display: block;
  word-break: break-all;
  position: relative;
}
.text-limit a:after,
.text-limit .product-name:after {
  content: '..';
  display: block;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9effffff',GradientType=1 );
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #4e5256;
  color: rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 8px;
  text-align: right;
}
.sku-performance-page .performance-grid .performance-item .performance-header .title-box h3.text-limit a:after {
  content: '..';
  display: block;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9effffff',GradientType=1 );
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #4e5256;
  color: rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 8px;
  text-align: right;
}
.sku-performance-page .performance-grid .performance-item .performance-header .title-box .category-name {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  margin-left: -16px;
}
.sku-performance-page .performance-grid .performance-item .performance-header .title-box p {
  font-size: 13px;
  color: #444;
}
.sku-performance-page .performance-grid .performance-item .performance-body {
  padding-top: 10px;
}
.sku-performance-page .performance-grid .performance-item .performance-body .title {
  font-size: 12px;
  color: #6c757d;
  /* font-family: "Roboto", sans-serif; */
}
.sku-performance-page .performance-grid .performance-item .performance-body .value {
  font-size: 14px;
  font-size: 12px;
  color: #3a3a3a;
  /* font-family: "Roboto", sans-serif; */
}
.warehouse-page .box-white .box-body {
  padding: 15px;
}
.warehouse-page .form-col h3 {
  font-size: 14px;
  color: #4e5256;
  font-weight: 600;
  margin-bottom: 10px;
}
.warehouse-page .form-col form .col-6:first-child,
.warehouse-page .form-col form .col-7:first-child {
  padding-right: 0;
}
.warehouse-page .form-col form .col-6 .field,
.warehouse-page .form-col form .col-7 .field {
  height: 100%;
  margin-bottom: 0;
}
.warehouse-page .form-col form .btn {
  min-width: inherit;
}
.npa-select-page h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #4e5256;
}
.npa-select-page .box-white .box-body {
  padding: 15px;
}
.npa-select-page .content-col {
  margin: 15px 0 0;
}
.npa-select-page .content-col p {
  font-size: 15px;
  line-height: 1.4;
}
.npa-select-page .data-col {
  font-size: 13px;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 20px;
}
.npa-select-page .data-col span {
  display: inline-block;
  font-weight: 400;
  color: #98a6ad;
}
.npa-select-page .data-col span.text-green {
  color: #228b22;
}
.npa-select-page .data-col span.text-red {
  color: #ed0f0f;
}
.npa-select-page .data-col span.text-blue {
  color: #3b5998;
}
.npa-select-page .data-col .border-yellow {
  border-bottom: 2px solid #fac917;
  display: block;
  margin: 5px 0;
}
.npa-page form .img-col {
  height: calc(100% - 30px);
  margin: 0;
}
.npa-page form .input-images {
  height: 100%;
}
.npa-page form .input-images .image-uploader {
  border: 1.5px dashed #cacaca;
  height: 100%;
}
.dashboard-sales {
  position: relative;
}
.dashboard-sales .heading {
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dashboard-sales .heading .form-group {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}
.dashboard-sales .heading .list-heading {
  font-size: 20px;
  font-weight: 600;
}
.dashboard-sales .heading .form-group label {
  display: block;
}
.dashboard-sales .heading .form-control {
  border-radius: 4px;
  height: 32px;
  max-width: 115px;
  margin: 0 5px;
}
.dashboard-sales .checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dashboard-sales .checkbox-wrap .form-group {
  width: auto;
}
.dashboard-sales .checkbox-wrap .form-group label {
  margin-left: 10px;
}
.dashboard-sales .dashboard-sales-chart {
  margin-top: 30px;
  /* max-width: 90%; */
  position: relative;
}
.dashboard-sales .dashboard-sales-chart #sales-chart {
  height: 380px;
  height: 350px;
  width: 100%;
}
.dashboard-sales .dashboard-sales-chart #sales-chart .apexcharts-canvas {
  max-width: 100%;
}
.dashboard-sales-chart .sales-chart-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 9;
  /* width: 100%; */
}
.dashboard-sales-chart .sales-chart-top .date {
  position: relative;
}
.dashboard-sales-chart .sales-chart-top .filter-modal {
  /* width: 250px; */
}
.apexcharts-toolbar {
  text-align: center !important;
}
.apexcharts-menu .apexcharts-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.apexcharts-menu .apexcharts-menu-item:nth-of-type(even) {
  background-color: #fbfbfb;
}
#calendar-popup .form .row {
  justify-content: space-between;
}
#calendar-popup .form label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 7px;
  color: #000;
}
#calendar-popup .form .field {
  width: 32%;
  margin-bottom: 17px;
}
#calendar-popup .form .form-control {
  font-size: 12px;
  padding: 8px;
  text-align: center;
}
#calendar-popup .form .history-data-detail {
  margin-top: 0;
}
#calendar-popup .form .history-data-detail .field {
  max-width: 40%;
  width: 40%;
}
#calendar-popup .form .history-data-detail .field.field-text {
  max-width: 10px;
  max-width: 8%;
  text-align: center;
  line-height: 1.8;
}
#calendar-popup .form .history-data-detail .filterby-name {
  margin-bottom: 10px;
}
#calendar-popup .form .history-data-detail .row {
  justify-content: flex-start;
}
#calendar-popup .form .button-wrapper {
  justify-content: flex-end;
  margin-top: 2px;
}
#calendar-popup .select {
  border: 0;
}
#calendar-popup .select ul .mCS_no_scrollbar_y li {
  width: calc(100% - 16px);
}
#calendar-popup .select ul {
  height: 145px;
  height: 148px;
}
#calendar-popup .select ul li:first-child {
  display: none;
}
#calendar-popup .styledSelect {
  border-radius: 7px;
  padding: 8px;
  border: solid 1px #cacaca;
  text-align: center;
  line-height: 20px;
}
#calendar-popup .styledSelect:after {
  display: none;
}
.stantech-table {
  border-radius: 5px;
}
.stantech-table .table-border {
  /* overflow: hidden;
  border: solid #ccc;
  border-width: 1px; */
}
.stantech-table table {
  width: 100%;
  border: 0;
}
.stantech-table table th {
  background-color: transparent;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
}
.stantech-table table th,
.stantech-table table td {
  padding: 7px 5px;
  font-size: 12px;
  border: solid #ccc;
  color: #000;
  border-width: 0 1px 0px 0;
  text-align: center;
  width: 33.33%;
}
.stantech-table table th:first-of-type,
.stantech-table table td:first-of-type {
  text-align: center;
  padding-left: 0;
}
.stantech-table table th:last-of-type,
.stantech-table table td:last-of-type {
  border-right: 0;
}
.stantech-table input {
  border: 1px solid #ccc;
  width: 100%;
  text-align: center;
  max-width: 75px;
  font-weight: 600;
  border-radius: 4px;
}
.stantech-table td.readonly,
.stantech-table input[readonly] {
  background-color: #f1f1f1;
  border: 1px solid transparent;
  background-color: transparent;
}
.stantech-table .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10px;
}
.stantech-table .submit {
  background-color: #1a3176;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  max-width: 100px;
}
.stantech-table .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 5px;
}
.stantech-table .btn-box .icon-box {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 33.33%;
}
.stantech-table .btn-box .icon-box button {
  font-size: 8px;
  background-color: #3b5998;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  /* border: 0; */
  width: 28px;
  height: 20px;
  margin-left: 3px;
}
.stantech-table .btn-box .icon-box button.tick {
  color: #84cc16;
}
.stantech-table .btn-box .icon-box button.pencil {
  color: #fff;
  color: #777;
  /* margin: 0 10px; */
}
.stantech-table .btn-box .icon-box button.cross,
.stantech-table .btn-box .icon-box button.cross a {
  color: #ff1717;
}
.stantech-table input.value-updated {
  border: solid #84cc16;
  border-width: 0 0 1px 0;
  border: 0;
  /* border-radius: 0; */
  color: #10CE0D;
  color: #21a71e;
  background-color: transparent;
}
.stantech-table input.value-updated:focus {
  border: solid #10CE0D;
  border-width: 1px;
}
.replenish-item .stantech-table .order-by {
  border: 0;
  font-weight: 400;
}
.replenish-item .stantech-table .tgt-month .select {
  border: 0;
}
.replenish-item .stantech-table .tgt-month .select .styledSelect {
  line-height: 1.6;
  opacity: 1;
}
.replenish-item .stantech-table .tgt-month .select .styledSelect:after {
  display: none;
}
.replenish-item .stantech-table .tgt-month .select .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.replenish-item .stantech-table .tgt-month .select .options {
  margin: 0;
  bottom: 100%;
  top: auto;
  left: -7px;
  border-radius: 10px 10px 0 0;
}
.replenish-item .stantech-table .tgt-month .select .options li:first-of-type {
  margin: 0 0 0 8px;
  display: none;
}
.intro-sec .border-yellow {
  display: block;
  margin: 5px 0;
}
.map-data-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-end;
}
.map-data {
  display: none;
  max-width: 94%;
  width: 100%;
}
.map-data.active {
  display: block;
}
.faq-inner-tabs {
  margin-top: 8px;
}
.faq-inner-tabs .stantech-tab.active span {
  border-bottom: 1px solid #f00;
}
.faq-inner-tabs .grey-line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 23px 0 20px;
  /* max-width: 230px; */
}
.place-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
}
.place-order .btn {
  min-width: 40px;
  background: transparent;
  border: 1px solid #ccc;
  background-color: #1a3176;
  padding: 8px 20px;
  font-size: 12px;
  margin-right: 10px;
}
.recommended-quantity .popup-modal {
  border-radius: 15px;
  overflow: hidden;
}
.recommended-quantity .stantech-table th {
  font-weight: 600;
  /* padding: 10px 5px 15px !important; */
}
.stantech-table table th:first-of-type,
.stantech-table table td:first-of-type {
  padding-left: 0 !important;
}
.product-detail-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.prodict-overview {
  border-right: 1px solid #e4e4e4;
  padding-right: 60px;
}
.prodict-overview .stantech-table table,
.overall-metrics .stantech-table table {
  width: auto;
}
.prodict-overview .stantech-table table th,
.prodict-overview .stantech-table table td,
.overall-metrics .stantech-table table th
.overall-metrics .stantech-table table td {
  width: auto;
}
.prodict-overview .stantech-table table th:first-of-type,
.overall-metrics .stantech-table table th:first-of-type {
  width: 210px;
}
.overall-metrics .stantech-table table th:first-of-type,
.overall-metrics .stantech-table table td:first-of-type,
.prodict-overview .stantech-table table th:first-of-type,
.prodict-overview .stantech-table table td:first-of-type {
  /* border-right: 1px solid #e4e4e4; */
  border: 0;
}
.prodict-overview .stantech-table table th:last-of-type,
.prodict-overview .stantech-table table td:last-of-type,
.overall-metrics .stantech-table table th:last-of-type,
.overall-metrics .stantech-table table td:last-of-type {
  padding-left: 40px;
  padding-right: 0;
}
.overall-metrics .stantech-table .order-qty input {
  max-width: 70px;
}
.recommended-quantity .stantech-table th,
.recommended-quantity .stantech-table td {
  padding: 8px 5px;
}
.recommended-quantity .stantech-table .btn-box .icon-box {
  width: 25%;
}
.quantity-update-popup {
  max-width: 600px;
  max-width: 247px;
  height: auto;
  left: 0;
  right: 0;
  top: 6px;
  margin: 0 auto;
  background: transparent;
  border-radius: 15px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
}
.quantity-update-popup .popup-modal .close {
  top: 17px;
  font-size: 7px;
  line-height: 0;
  color: #fff;
}
.quantity-update-popup .popup-modal .modal-header {
  background-color: #4DC542;
  padding: 10px 20px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.quantity-update-popup .popup-modal {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  max-width: 100%;
}
.quantity-update-popup .stantech-table th {
  font-weight: 600;
}
.intro-sec {
  position:relative;
  z-index: 1
}
.intro-sec:after {
  content: '';
  display:block;
  width: 38%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /* background: #f8f8f8; */
  z-index: -1
}
.intro-sec .image {
  /* max-height: 235px; */
  height: 210px;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.intro-sec .image img {
  max-width: 85%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.intro-sec .back {
  position: absolute;
  top: 15px;
  opacity: 0.3;
}
.intro-sec .back a {
  display: block;
}
.intro-sec .back a:before {
  /* position: absolute; */
  left: 15px;
  /* content: ""; */
  top: 45%;
  border-right: solid 2px #4e5256;
  border-bottom: solid 2px #4e5256;
  width: 13px;
  height: 13px;
  transform: rotate(135deg) translateY(0);
  transition: all linear 0.2s;
  display: block;
}
.intro-sec .back img {
  /* display: none; */
}
.total-inventory-graph {
  padding: 20px 15px;
}
.inside-tabs-content {
  /* display: none; */
}
.inside-tabs-content.active{
  /* display: block; */
}
.box-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  margin-bottom: 30px;
}
.box-header .search-data {
  margin-left: auto;
  max-width: 160px;
  margin-right: 15px;
}
.box-header .search-data .field {
  margin: 0;
  /* border-right: 1px solid #cacaca; */
  padding-left: 15px;
  /* margin-right: 20px; */
  position: relative;
}
.box-header .search-data .field:after {
  /* content: ''; */
  display: block;
  width: 1px;
  height: 16px;
  background-color: #cacaca;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box-header .search-data input[type="text"] {
  border: solid #cacaca;
  border-radius: 0;
  height: 37px;
  border-width: 0 0 1px;
  padding: 0;
  width: 100%;
  color: #4e5256;
}
.box-header .search-data .btn-primary {
  display: none;
}
.parent-tabs {
  position: relative;
  z-index: 1;
}
.parent-tabs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.parent-tabs ul li {
  margin: 0 8px;
  padding-right: 16px;
  position: relative;
  border-bottom: 1px solid transparent;
}
.parent-tabs ul li:first-child {
  margin-left: 0;
}
.parent-tabs ul li:last-child {
  margin-right: 0;
}
.parent-tabs ul li:after {
  /* content: ''; */
  display: block;
  width: 1px;
  height: 16px;
  background-color: #cacbcb;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.parent-tabs ul li:last-of-type:after {
  /* display: none; */
}
.parent-tabs .btn-new {
  background-color: transparent;
  color: #4e5256;
  min-width: auto;
  font-weight: 400;
  padding: 10px 0;
  border-radius: 0;
}
.parent-tabs .btn-new.active {
  border-radius: 0;
  color: #1a3176;
  font-weight: 600;
  border-bottom: 1px solid #1a3176;
}
.parent-tabs .btn-new span {
  font-size: 16px;
  vertical-align: middle;
}
.status-list .btn {
  font-size: 14px;
  cursor: pointer;
}
.status-list .btn.active {
  color: #1a3176;
  font-weight: 600;
  border-bottom: 1px solid #1a3176;
  border-radius: 0;
}
.impact-analysis-page .tab-box ul {
  margin-bottom: 30px;
}
.impact-analysis-page .heading {
  margin-top: 10px;
  margin-bottom: 15px;
  /* padding-left: 14px; */
}
.impact-analysis-page .chart-wrapper {
  margin-left: -14px;
}
.impact-analysis-page .apexcharts-title-text {
  font-weight: 400;
  font-size: 14px;
}
.filter-body {
  padding: 25px 15px 0;
} 
.filter-toggle-wrapper {
  position: relative;
}
.filter-toggle-wrapper.active span {
  border-bottom: 1px solid #000;
}
.grid-filter {
  max-width: 65px;
  width: 100%;
  position: relative;
  /* top: 25px;
  left: 25px; */
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  /* padding: 10px 0 0 10px; */
  border-radius: 10px;
  margin-left: 15px;
  display: none;
}
.grid-filter .grid-change {
  width: 20px;
  cursor: pointer;
}
.grid-filter .filter-toggle {
  width: 20px;
  cursor: pointer;
}
.grid-filter .filter-modal {
  bottom: 5px;
  left: 20px;
  top: auto;
}
.chart-wrapper {
  position: relative;
}
.sales-chart-top {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 3;
}
.filter-toggle {
  position: relative;
  display: inline-block;
}
.filter-toggle img.blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all linear 0.5s;
}
.filter-toggle img:hover {
  opacity: 1;
}
.performance-list .table-box {
  overflow: visible;
  max-height: auto;
}
/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#border-pagination {
  padding: 0;
  text-align: center;
  margin: 0;
}
#border-pagination li {
  display: inline;
  margin: 0;
  padding: 0;
}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  float: left;
  font-size: 12px;
}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li:after {
  display: none;
}
#border-pagination li a.active {
  background-color: #1a3176;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}
.performance-pagination {
  padding: 0 15px;
  /* position: absolute; */
  /* width: calc(100% - 50px);
  width: 100%;
  max-width: 485px; */
  left: 0;
  right: 0;
  bottom: 20px;
  /* margin: 0 auto; */
  border-left: 1px solid #cbcbcb;
}
.performance-pagination .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.performance-pagination .b-pagination-outer {
  width: auto;
  margin: 0;
}
.performance-pagination .export-col {
  width: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.highcharts-contextmenu hr {
  margin: 0;
}
.filter-modal {
  width: 300px;
  width: 260px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 9;
  display: none;
}
.filter-modal .box-white {
  /* background-color: #fbfbfb; */
  border: 1px solid #CACACA;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.filter-modal .box-white .box-body {
  padding: 17px 32px;
}
.filter-modal .row {
  justify-content: flex-start;
}
.filter-modal .label {
  text-transform: capitalize;
  width: 50%;
  text-align: left;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
}
.filter-modal .ascending,
.filter-modal .descending {
  /* border-bottom: 1px solid #CACACA; */
  max-width: 60px;
  width: auto;
  border-radius: 0;
  color: #535353;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
  margin-top: 5px;
}
.filter-modal .ascending {
  margin-left: 1px;
}
.filter-modal .descending {
  margin-left: 30px;
}
.filter-modal .ascending label,
.filter-modal .descending label {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  opacity: 0.6;
}
.filter-modal .ascending.active label,
.filter-modal .descending.active label {
  border-bottom: 1px solid #1a3176;
}
.filter-modal .ascending input,
.filter-modal .descending input {
  position: absolute;
  top: 0;
  left: 0;
  margin: -10px 0 0 -10px;
  visibility: hidden;
  opacity: 0;
}
.filter-modal .ascending img,
.filter-modal .descending img {
  margin: 0 7px;
}
.filter-modal .choose-column {
  margin-bottom: 20px;
}
.filter-modal .choose-column .styledSelect {
  color: #000;
  opacity: 1;
}
.filter-modal .filterby-name {
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  font-weight: 400;
  margin-bottom: 2px;
  color: #000;
}
.filter-modal input[type="text"],
.filter-modal select {
  width: 100%;
  padding: 0;
  border: 0;
  height: 30px;
  border-bottom: 1px solid #CACACA;
  border-radius: 0;
}
.filter-modal input[type="checkbox"] {
  margin-right: 5px;
}
.filter-modal .filter-value {
  margin-top: 17px;
}
.filter-modal .type-category .filter-value .filterby-name {
  margin-bottom: -1px;
}
.filter-modal .filter-value .row {
  margin-bottom: 15px;
}
.filter-modal .filter-value label {
  margin-bottom: 5px;
  text-transform: capitalize;
  text-align: left;
  width: 100%;
  font-weight: 500;
}
.filter-modal .filter-value .field {
  width: 100%;
  text-align: left;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  position: relative;
}
.filter-modal .filter-value .scroll-content .field {
  margin-bottom: 8px;
}
.filter-modal .filter-value .field input[type="text"] {
  width: 100%;
  background: url(../images/icon-search.svg) no-repeat right center;
  background-size: 16px;
  border: solid #CACACA;
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
}
.filter-modal .filter-value .field input[type="checkbox"] {
  width: auto;
  height: auto;
}
.filter-modal .search-by .filterby-name {
  margin-bottom: -1px;
}
.filter-modal .type-month .sort-condition .field {
  /* max-width: 48%; */
  margin-right: 3%;
}
.filter-modal .type-month .sort-condition .field .styledSelect:after {
  display: none;
}
.tab-box .filter-modal .type-month .select ul {
  max-height: 120px;
}
.tab-box .filter-modal .type-month .select ul li:first-child {
  display: none;
}
.tab-box .filter-modal .type-month .select ul li {
  width: 75%;
}
.filter-modal .sort-condition {
  margin-top: 17px;
}
.filter-modal .sort-condition .row {
  /* justify-content: space-between; */
}
.filter-modal .sort-condition .field {
  max-width: 24%;
  max-width: 29%;
  max-width: 31%;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 6%;
}
.filter-modal .sort-condition .field:last-child {
  margin-right: 0;
}
.filter-modal .sort-condition .field input,
.filter-modal .sort-condition .field select {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
  height: 30px;
  font-size: 13px;
  color: #535353;
}
.filter-modal .sort-condition .scroll-content .field {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
}
.filter-modal .sort-condition .scroll-content .field input {
  width: auto;
}
.filter-modal .sort-condition .number-filter {
  max-width: 24%;
  max-width: 30%;
  max-width: 26%;
}
.filter-modal .sort-condition .number-filter + .field input {
  /* display: none; */
}
.filter-modal .sort-condition .number-filter select {
  color: #000;
  opacity: 0.7;
}
.filter-modal .sort-condition .number-filter li:first-child {
  display: none;
}
.filter-modal .type-sales .number-filter .styledSelect.filter-text-center,
.filter-modal .type-onlyforsales .number-filter .styledSelect.filter-text-center {
  text-align: center;
}
.filter-modal .type-sales .number-filter .styledSelect:after,
.filter-modal .type-onlyforsales .number-filter .styledSelect:after {
  display: none;
}
.filter-modal .type-onlyforsales .sort-condition.type-sales-date .field {
  margin-bottom: 0;
}
.filter-modal .type-date .sort-condition .field {
  max-width: 32%;
  margin-right: 3%;
}
.filter-modal .type-date .sort-condition .field-text,
.filter-modal .type-month .sort-condition .field-text,
.filter-modal .type-onlyforsales .sort-condition .field-text {
  max-width: 10px;
  font-size: 20px;
  color: rgba(0,0,0,0.4);
  line-height: 30px;
  text-align: center;
}
.filter-modal .button-wrapper {
  margin-bottom: 0;
}
.filter-modal .button-wrapper .stantech-table {
  width: 100%;
}
.filter-modal .button-wrapper .stantech-table .btn-box {
  margin: 0;
  display: block;
}
.filter-modal .button-wrapper .stantech-table .btn-box .icon-box {
  width: 100%;
  padding: 0;
  justify-content: flex-end;
}
.filter-modal .button-wrapper .stantech-table .btn-box .icon-box .clear-btn {
  background: transparent;
  border: 0;
  outline: none;
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 12px;
  color: #000;
  opacity: 0.6;
  width: auto;
}
.filter-modal .button-wrapper button {
  height: 21px;
  margin-left: 5px;
}
.filter-modal .button-wrapper i {
  margin: 0 auto;
}
.filter-modal .btn {
  width: auto;
  min-width: auto;
  border-radius: 4px;
  background-color: #1a3176;
  padding: 10px 15px;
  margin-right: 5px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #1a3176;
  opacity: 1;
}
.filter-modal .scroll-content {
  height: 100px;
  width: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  /* padding: 8px 8px 5px 8px; */
  /* border-radius: 3px; */
}
.filter-modal .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.filter-modal .type-column {
  display: none;
}
.filter-modal .type-column.active {
  display: block;
}

.calendar-popup {
  padding: 15px;
  width: 600px;
  display: none;
}
.calendar-popup .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calendar-popup .form .field {
  width: 48%;
  margin-bottom: 15px;
}
.calendar-popup .form .form-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.calendar-popup .form .btn {
  border: 1px solid #ccc;
  background-color: #1a3176;
}
.dashboard-page .mb30 {
  margin-bottom: 30px;
}
.wide-chart {
  display: none;
}
.wide-chart.active {
  display: block;
}
.highcharts-credits {
  display: none;
}
.wide {
  cursor: pointer;
}
.wide img {
  width: 125px;
  max-width: 100%;
  height: auto;
}
.card-colored.card-4.wide img {
  width: 86px;
}
.card-colored.card-2.wide img {
  width: 77px;
}
.accepted-value,
.rejected-value {
  display: block;
  line-height: 20px;
}
.reaccepted,
.reaccepted-field {
  display: none;
}
.rejected .accecpted-field {
  display: none;
}
.rejected .stantech-table .btn-box,
.accepted .stantech-table .btn-box {
  /* padding-right: 15px; */
}
.rejected .stantech-table .btn-box .icon-box,
.accepted .stantech-table .btn-box .icon-box {
  /* justify-content: flex-end; */
}
.rejected .stantech-table .btn-box .icon-box .tick.hide,
.rejected .stantech-table .btn-box .icon-box .cross.hide,
.accepted .stantech-table .btn-box .icon-box .tick.hide,
.accepted .stantech-table .btn-box .icon-box .cross.hide {
  opacity: 0;
  transition: all linear 0.5s;
}
.rejected .stantech-table .btn-box .icon-box .tick.show,
.rejected .stantech-table .btn-box .icon-box .cross.show,
.accepted .stantech-table .btn-box .icon-box .tick.show,
.accepted .stantech-table .btn-box .icon-box .cross.show {
  opacity: 1;
}
.button-new a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* border: 1px solid #ccc;
  padding: 0 8px 0 0; */
  margin-right: 10px;
}
.button-new .icon {
  width: 32px;
  height: 32px;
  position: relative;
}
.button-new .icon .hover-btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.button-new a:hover .icon .hover-btn {
  opacity: 1;
  visibility: visible;
}
.button-new.layout-switch a {
  border: 0;
  padding: 0;
}
.button-new.layout-switch .icon {
  width: auto;
  height: auto;
}
.button-new.upload-btn  {
  position: relative;
}
.button-new.upload-btn input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.button-new.edit-btn .btn-primary {
  padding: 8px 8px;
  min-width: auto;
  border-radius: 3px;
  background-color: #1a3176;
  font-weight: 400;
}
.button-new .submit {
  padding: 8px 8px;
  min-width: auto;
  border-radius: 3px;
  background-color: #1a3176;
  font-weight: 400;
}
.upload-form {
  display: none;
}
.upload-form .heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.upload-form .field {
  margin-bottom: 10px;
}
.upload-form .field .form-control {
  border-radius: 0;
  padding: 8px;
  height: auto;
}
.product-name-segment {
  background-color: #c8f1f1 !important;
}
.product-detail-segment {
  background-color: #afffb7 !important;
}
.product-update-segment {
  background-color: #112561 !important;
}
.new-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new-filter .button-new {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  /* border-right: 1px solid #CBCBCB; */
}
.new-filter .button-new:last-child {
  border-right: 0;
}
.new-filter .button-new a {
  width: auto;
  height: auto;
  margin: 0;
}
.new-filter .button-new .icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.new-filter .button-new .icon {
  transition: all linear 0.5s;
  margin-top: -1px;
}
.new-filter .button-new .icon:hover {
  /* transform: rotateY(360deg); */
}
.new-filter .button-new .submit-btn {
  border: 0;
  background: none;
  padding: 0;
}
.new-filter .button-new.action-btn {
  /* display: none; */
}
.product-status {
  /* align-self: center;
  margin-left: auto; */
  /* margin-right: 30px; */
}
.product-status ul {
  margin: 0;
}
.table-reset-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.reset-btn button {
  background: none;
  border: 0;
}
.filter-data-toggle {
  position: relative;
}
.filter-data-toggle .filter-btn {
  position: relative;
}
.filter-data-toggle .filter-btn .icon-active {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.filter-data-toggle.active .filter-btn > .icon img {
  opacity: 0;
}
.filter-data-toggle.active .filter-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #1a3176;
  position: absolute;
  bottom: -7px;
}
.filter-data-toggle.active .filter-btn .icon .icon-active {
  display: block;
  opacity: 1;
}
.filter-data-toggle .filter-modal {
  top: auto;
  top: 35px;
  /* bottom: 35px; */
  right: auto;
  right: 0;
  /* left: 0; */
}
.master-upload .box-header {
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 10px;
}
.master-upload .box-header .status-list .btn.active {
  border-bottom: 0;
}
.master-upload .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.master-upload .heading .btn-primary {
  background-color: transparent;
  color: #4e5256;
  min-width: auto;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.master-upload .tab-box ul {
  margin-bottom: 0;
}
.master-upload .history-data {
  margin-top: 40px;
}
.master-upload #upload-form {
  height: calc(100vh - 230px);
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-flow: column;
  justify-content: space-between;
}
.master-upload ul {
  margin: 0;
  padding: 0;
}
.master-upload .drag-drop-wrapper {
  background-color: #fff;
  font-size: 22px;
  font-weight: 500;
  color: #A9A9A9;
  border: 2px dashed #C0C0C0;
  border-radius: 15px;
  min-height: 170px;
  height: 30vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-top: 0;
}
.master-upload .drag-drop-wrapper #drop-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.master-upload .drag-drop-wrapper #drop-label img {
  margin-bottom: 5px;
}
.master-upload .drag-drop-wrapper #file-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.master-upload .selected-files {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  max-height: 260px;
}
.master-upload .selected-files li {
  background: url(../images/icon-excel.png) no-repeat 0 1px;
  background-size: 48px;
  padding: 15px 0 15px 70px;
  padding: 0 0 0 70px;
  min-height: 48px;
  position: relative;
  width: 30%;
  margin-right: 2.33%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.master-upload .selected-files li:nth-of-type(4n) {
  margin-right: 0;
  margin-bottom: 0;
}
.master-upload .selected-files li span {
  font-size: 14px;
  line-height: 18px;
  color: #535353;
  display: block;
  font-weight: 400;
  /* border-bottom: 4px solid #1A3176; */
  padding-right: 10px;
}
.master-upload .selected-files li span.history-li {
  /* font-weight: 700; */
}
.master-upload .selected-files .last-updated {
  display: block;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  margin-top: 3px;
}
.master-upload .selected-files li button,
.master-upload .selected-files li .dumy-data-close {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 11px;
  padding: 0;
  /* position: absolute;
  top: 6px;
  right: 0; */
  border: 0;
  margin-top: 2px;
}
.master-upload .upload-click-btn {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: auto;
}
.master-upload .upload-click-btn input {
  width: 0;
  height: 0;
}
.master-upload .upload-click-btn label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #535353;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  min-width: auto;
  cursor: pointer;
  padding-right: 10px;
}
.master-upload .upload-click-btn label img {
  /* margin-right: 5px; */
}
.master-upload .new-filter {
  margin-top: 20px;
  justify-content: flex-end;
}
.tab-box .filter-modal .select ul,
.select ul {
  display: none;
  height: 170px;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.tab-box .filter-modal .number-filter .select ul,
.filter-modal .number-filter .select ul {
  height: 120px;
  text-align: center;
}
.tab-box .filter-modal .select ul li,
.tab-box .filter-modal .select ul li:first-child,
.tab-box .filter-modal .select ul li,
.tab-box .filter-modal .select ul li:first-child {
  /* margin: 0 8px; */
}
.tab-box .filter-modal .select ul li:after,
.select ul li:after {
  display: none;
}
.tab-box .filter-modal .select ul li,
.select ul li {
  margin: 0 0 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% - 25px);
  line-height: 30px;
  padding: 0 5px;
}
.tab-box .filter-modal .select ul li:nth-of-type(even),
.select ul li:nth-of-type(even) {
  background-color: #fbfbfb;
}
.tab-box .filter-modal .number-filter .select ul li:nth-of-type(odd),
.tab-box .filter-modal .type-month .select ul li:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.tab-box .filter-modal .number-filter .select ul li:nth-of-type(even),
.tab-box .filter-modal .type-month .select ul li:nth-of-type(even) {
  background-color: #fff;
}
.tab-box .filter-modal .select ul li:hover,
.tab-box .filter-modal .number-filter .select ul li:nth-of-type(odd):hover,
.tab-box .filter-modal .number-filter .select ul li:nth-of-type(even):hover,
.tab-box .filter-modal .type-month .select ul li:nth-of-type(odd):hover,
.tab-box .filter-modal .type-month .select ul li:nth-of-type(even):hover {
  background-color: #ededed;
}
.ui-datepicker th {
  background-color: #1a3176;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
}
.ui-datepicker .ui-datepicker-header {
  background: #fff;
}
.ui-widget-header {
  font-weight: 400;
}
.ui-widget-header.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-size: 13px;
  background: #fff;
  text-align: center;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #1a3176;
  border-color: #1a3176;
  color: #fff;
}
.inventory-update {
  background: rgba(0, 0, 0, 0.6);
  transform: translate(0,0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.inventory-update-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  width: 400px;
}
.inventory-update-wrapper .closebtn {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #fff;
  background: #1a3176;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.inventory-update-wrapper .content {
  font-size: 16px;
}
.replenishment-page .faq-sec .faq .box-body .faq-inner-tabs {
  margin-left: 33px;
}
.replenishment-page .faq-sec .faq .box-body .faq-inner-tabs .grey-line {
  margin-left: -33px;
  width: calc(100% + 33px);
}
.short-date {
  display: none;
}
.replenishment-page .data-col .net-inventory-column {
  display: none;
}
.replenishment-page .data-col .current-qty-column,
.replenishment-page .data-col .incoming-qty-column {
  display: flex;
}
.wy-tooltip {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #444;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	position: absolute;
  z-index: 999;
	padding: 5px 8px;
	text-align: left;
 	border-radius: 5px;
  font-size: 12px;
}
.wy-hide { display: none; }
.order-history {
  position: relative;
}
.history-calendar {
  position: absolute;
  right: 18px;
  right: 31px;
  top: 18px;
  display: none;
}
.order-history.active .history-calendar {
  display: block;
}
.history-calendar .sales-chart-data-popup img {
  opacity: 0.75;
}
.order-history-list {
  width: 100%;
  width: calc(100% - 55px);
  margin-left: 40px;
}
.order-history-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  max-height: 210px;
}
.order-history-list ul li {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
  width: 22%;
  margin-right: 2.33%;
  padding-bottom: 15px;
  /* border-right: 1px solid #e4e4e4; */
  font-size: 12px;
}
.order-history-list .history-date {
  width: 130px;
}
.order-history-list .history-qty {
  width: 130px;
}
.replenishment-list-page .button-new.action-btn {
  position: absolute;
  left: -100px;
  opacity: 0;
  z-index: -10;
}
/* Report page start */
.request {
  
}
.request .heading {
  
}
.request-form-date {}
.evaluation-calendar {
  position: relative;
}
.evaluation-download button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.request-form .form-control {
  border: solid #cacaca;
  border-radius: 0;
  height: 37px;
  border-width: 0 0 1px;
  padding: 0;
  width: 100%;
  color: #4e5256;
}
.data-table {
  margin-top: 30px;
}
.data-table table {
  border: 1px solid #ccc;
  width: 100%;
}
.data-table table tr th,
.data-table table tr td {
  padding: 5px;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  display: none;
}
.data-table table tr th:last-of-type,
.data-table table tr td:last-of-type {
  border-right: 0;
}
.data-table table tr:last-of-type td {
  border-bottom: 0;
}
.data-table table tr th.show,
.data-table table tr td.show {
  display: table-cell;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* Report page end*/
@media (resolution: 1.25dppx) {
  .sku-performance-page .performance-list .table-box th {
    font-size: 14px;
  }
}
@media (min-width: 1700px) {
  .sku-performance-page .performance-list .table-box tbody .mCSB_inside > .mCSB_container {
    width: calc(100% - 0px);
  }
  .sku-performance-page .performance-list .table-box tbody td.order-qty {
    padding-right: 22px !important
  }
  .intro-sec .image img {
    max-width: 75%;
  }
  .sku-performance-page .performance-grid .performance-item .performance-header .title-box h3.text-limit a:after,
  .text-limit a:after,
  .text-limit .product-name:after {
    /* display: none; */
  }
}
@media (min-width: 1300px) {
  .sku-level-page .performance-list .table-box tbody td {
    padding-top: 13px !important;
    padding-top: 11px !important;
    padding-bottom: 13px !important;
    padding-bottom: 11px !important;
  }
  .tab-box ul {
    margin-bottom: 50px;
  }
  .tab-box .product-status ul,
  .tab-box.product-status ul,
  .grid-view.tab-box .product-status ul {
    margin: 0;
  }
  .grid-view.tab-box ul {
    margin-bottom: 28px;
  }
  .dashboard-sales {
    margin-bottom: -15px;
  }
}
@media (max-width: 1300px) {
  .login-block {
    transform: scale(0.95);
  }
  .login-box--header img.logo-unit {
    width: 50px;
  }
  .dashboard-page .col-3,
  .performance-page .performance-row .col-3 {
    padding-left: 10px;
    padding-right: 7px;
  }
  .dashboard-page > .row > .col-12,
  .performance-page > .row > .col-12 {
    padding-left: 10px;
    padding-right: 7px;
  }
  .master-upload .heading {
    margin-bottom: 40px;
  }
  .master-upload .selected-files {
    /* margin-top: 20px; */
    max-height: 215px;
  }
  .master-upload .selected-files li {
    width: 30%;
    margin-right: 2.5%;
  }
  .master-upload .selected-files li:nth-of-type(4n) {
    margin-bottom: 15px;
    margin-right: 2.5%;
  }
  .master-upload .drag-drop-wrapper {
    height: 20vh;
  }
  .master-upload .upload-click-btn {
    margin-bottom: 15px;
  }
  .master-upload .upload-click-btn label img {
    width: 20px;
  }
  .stantech-table input.value-updated {
    color: #1E921C;
  }
  .sku-performance-page .performance-list .table-box th {
    font-size: 13px;
  }
  .sku-performance-page .performance-list .table-box td {
    font-size: 12px;
  }
  .sku-performance-page .performance-grid .performance-item .performance-header .title-box .category-name {
    display: none;;
  }
  .sku-performance-page .performance-list .table-box .net-inventory-column {
    display: table-cell;
  }
  .sku-performance-page .performance-list .table-box .catgory-column,
  .sku-performance-page .performance-list .table-box .incoming-qty-column {
    display: none;
  }
  .superon-user.sku-performance-page .performance-list .table-box .current-qty-column {
    display: table-cell;
  }
  .superon-user.sku-performance-page .performance-list .table-box .prev-qty-column {
    display: none;
  }
  .superon-user.sku-performance-page .performance-list .table-box .current-qty-column .label-current-qty {
    display: none;
  }
  .superon-user.sku-performance-page .performance-list .table-box .current-qty-column .label-stock {
    display: block;
  }
  .replenishment-page .data-col .net-inventory-column {
    display: flex;
  }
  .replenishment-page .data-col .current-qty-column,
  .replenishment-page .data-col .incoming-qty-column {
    display: none;
  }
  .sku-performance-page .performance-list .table-box .name-column {
    width: 21%;
  }
  .sku-performance-page .performance-list .table-box tbody td.not-available {
    padding-bottom: 25px !important;
  }
  .replenishment-page .stantech-table .btn-box .icon-box {
    padding: 14px 0;
  }
  .replenish-item .content-col h2 {
    font-size: 14px;
  }
  .replenish-item img {
    max-height: 115px;
  }
  .replenish-item .content-col {
    padding-top: 25px;
  }
  .short-date {
    display: block;
  }
  .full-date {
    display: none;
  }
  .tab-box ul {
    margin-bottom: 32px;
  }
  .grid-view.tab-box .product-status ul,
  .product-status ul {
    margin: 0;
  }
  .grid-view.tab-box ul {
    margin-bottom: 20px;
  }
  .impact-analysis-page .tab-box ul {
    margin-bottom: 20px;
  }
  .sku-performance-page.sku-level-page.hide-column .performance-list .table-box th.returns,
  .sku-performance-page.sku-level-page.hide-column .performance-list .table-box td.returns,
  .sku-performance-page.replenishment-list-page.hide-column .performance-list .table-box th.wos,
  .sku-performance-page.replenishment-list-page.hide-column .performance-list .table-box td.wos {
    display: none;
  }
  .sku-performance-page .performance-list .table-box thead {
    /* width: calc(100% - 20px); */
  }
  .sku-performance-page .performance-list .table-box tbody .mCSB_inside > .mCSB_container {
    width: calc(100% - 16px);
  }
  .order-history-list .history-date {
    width: 112px;
  }
  .order-history-list .history-qty {
    width: 100px;
  }
  .box-header .search-data input[type="text"] {
    font-size: 13px;
  }
}

.forcast-chart {
  width: 100%;
  /* margin-top: -10px; */
}