@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  width: 100%;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

p:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
li,
ul,
a,
img,
p,
span,
strong {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal
}

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

section {
  float: left;
  width: 100%
}

a {
  text-decoration: none;
}

/*------------Header---------------*/
.HeaderAdmin {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.Logo {
  background: #0E1933;
  padding: 20px;
  width: 18%;
  float: left;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.NavBarIcons {
  margin-left: 30px;
  margin-top: 16px;
}

.Notification a {
  position: relative
}

.NotificationDot {
  background: #FF3B30;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
}

.AdminHeader {
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.HeaderNavBar {
  padding-right: 30px;
  width: 82%;
  display: inline-block;
  background: #fff;
  padding-bottom: 20px;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.HeaderNavBar ul .nav-item {
  margin-left: 30px;
}

.HeaderNavBar .navbar .navbar-nav li a {
  padding: 0;
}

.HomeNavIcon .nav-link {
  margin-top: 6px;
}

.HeaderDropdown .dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
  position: absolute
}

.HeaderDropdown .dropdown-menu li {
  padding: 4px 10px;
  border-bottom: 1px #ddd solid;
}

.HeaderDropdown a {
  color: #000;
  font-size: 16px;
}

.HeaderDropdown .dropdown-menu li:last-child {
  border-bottom: none
}

.HeaderDropdown .dropdown-menu li a {
  font-size: 14px;
  background: transparent
}

.HeaderNavBar .navbar-nav {
  margin-top: 15px;
}

.MainSidebar {
  background: #0E1933;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 84px;
  min-height: 100%;
  width: 18%;
  height: 100%;
  padding-bottom: 90px;
  position: fixed;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  overflow-y: auto;
  z-index: 9;
  scrollbar-width: thin;
}

.APBasic {
  overflow-x: hidden;
  width: 100%;
}

.MainSidebar .navbar-nav {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.MainSidebar .navbar-nav li .nav-link {
  color: #D0D0D0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.MainSidebar .navbar-nav li .nav-link.active {
  color: #fff
}

.MainSidebar .navbar-nav .nav-item {
  padding: 5px 15px;
}

.MenuLeftIcon {
  display: inline-block;
  width: 18px;
  margin-right: 12px;
  opacity: 0.7;
}

.active .MenuLeftIcon {
  opacity: 1;
}

.sidebar .LeftMenuDropDown .dropdown-menu {
  position: inherit !important;
  background: transparent;
  border: none;
  padding-left: 23px;
}

.LeftMenuDropDown .dropdown-menu li {
  margin-bottom: 0px;
  white-space: normal;
}

.LeftMenuDropDown .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  background: transparent;
  position: relative;
  white-space: inherit;
  opacity: 0.8;
}

.LeftMenuDropDown .dropdown-menu .dropdown-item.active {
  opacity: 1;
  font-weight: 500;
}

.LeftMenuDropDown .dropdown-menu .dropdown-item.active:before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 8px;
  height: 8px;
  background: #FF9500;
  border-radius: 50%
}

.ContentWrapper {
  margin-top: 90px;
  margin-left: 18%;
  z-index: 820;
  padding: 20px 30px;
  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
}

.ContentHeader h1 {
  color: #000;
  font-size: 28px;
  font-weight: 500
}

.ContentHeader p {
  color: #7C8DB5;
  font-size: 16px;
}

.RecentOrderList {
  display: inline-block;
  width: 100%;
  border: 1px #E6EDFF solid;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px
}

.TopHadding {
  margin: 0;
  padding: 2px 0 0;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #000;
  display: inline-block;
}

.NewTableMainBx {
  margin-top: 20px;
}

.NewTableMainBx .table thead tr th {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px #E6EDFF solid;
}

.NewTableMainBx .table tr td input[type="checkbox"].form-check-input {
  width: 20px;
  height: 20px;
}

.NewTableMainBx .table tbody tr td {
  color: #474646;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px #E6EDFF solid;
}

.ClientProfile {
  display: inline-block;
  width: 40px;
  margin-right: 5px;
}

.TableIcons {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  width: 20px;
}

.SalesOrderNumber {
  color: #2C65BC;
  font-weight: 500
}

.TopHaddingBx .btn-primary {
  float: right;
  background-color: #2C65BC;
  border-color: #2C65BC;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 4px 15px;
}

.ActionButtonBxInner .btn,
.ActionButtonBx .btn {
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  border-radius: 6px;
  margin-bottom: 5px;
  margin-left: 3px;
}

.ActionButtonBxInner .btn-primary,
.ActionButtonBx .btn-primary {
  background-color: #FFBD12;
  border-color: #FFBD12;
}

.ActionButtonBxInner .btn-danger,
.ActionButtonBx .btn-danger {
  background-color: #FE5151;
  border-color: #FE5151;
}

.ActionButtonBxInner .btn-category {
  background-color: #FF8947;
  border-color: #FF8947;
}

.ActionButtonBxInner .btn-view {
  background-color: #FF7B7B !important;
  border-color: #FF7B7B !important;
}

.ActionMainBx {
  position: relative;
}

.TableDotsIcons {
  cursor: pointer;
}

.ActionButtonBx {
  position: absolute;
  display: none;
  top: -4px;
  left: 20px;
  width: 60px;
}

.MarginTop {
  margin-top: 30px
}

.NewTableMainBxInner .NewTableMainBx {
  margin-top: 0
}

.NewTableMainBxInner {
  padding-top: 8px;
}

.ContentHeaderInner h1 {
  display: inline-block;
}

.FilterMainBx {
  float: right;
}

.FilterMainBx .btn-light {
  border: 1px #D9D9D9 solid;
  background: #fff;
  color: #707070;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 6px 20px;
}

.FilterMainBx .btn-light i {
  margin-right: 7px;
}

.FilterMainBx .btn-warning {
  border: 1px #FF9500 solid;
  background: #FF9500;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 6px 20px;
  margin-left: 10px;
}

.ProductAddFormBx {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px
}

.ProductAddFormBx .input-group {
  display: inline-block;
  margin-bottom: 20px
}

.ProductAddFormBx .input-group .form-label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.ProductInput .form-select,
.ProductInput .form-control {
  border-color: #E6EDFF;
  height: 54px;
  color: #474646;
  border-radius: 10px;
  box-shadow: none
}

.ProductInput .file-control {
  padding: 14px;
}

.ProductInput .form-control::file-selector-button {
  margin: -0.375rem 0.35rem;
  border-radius: 6px;
  background: #2c65bc;
  color: #fff;
}

.ProductInput .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #FF9500;
}

.ProductInput textarea.form-control {
  height: 130px;
  resize: none;
  padding-top: 15px
}

.AddProductBtn {
  margin-top: 20px
}

.AddProductBtn .btn-warning {
  border: 1px #FF9500 solid;
  background: #FF9500;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 6px 0px;
  margin-left: 10px;
  min-width: 130px
}

.AddProductBtn .btn-primary {
  border: 1px #2C65BC solid;
  background: #2C65BC;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 6px 0px;
  min-width: 130px
}

.AddProductBtn .btn-primary:hover {
  border: 1px #2C65BC solid;
  background: #fff;
  color: #2C65BC;
}

.AddProductBtn .btn-warning:hover {
  border: 1px #FF9500 solid;
  background: #fff;
  color: #FF9500;
}

.AdvanceSearchBx {
  display: none;
  width: 100%;
  border: 1px #E6EDFF solid;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
  float: left
}

.AdvanceSearchBx label {
  width: 100%;
  color: #5A5A5A;
  font-size: 16px;
  margin-bottom: 10px;
}

.SearchInput {
  display: inline-block;
  width: 70%;
}

.SearchBtn {
  display: inline-block;
  vertical-align: top;
  padding-left: 14px;
}

.SearchInput .form-control {
  border-color: #E6EDFF;
  height: 40px;
  color: #474646;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none
}

.SearchBtn .btn-primary {
  border: 1px solid #2C65BC;
  background: #2C65BC;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 6px 30px;
}

.SearchBtn .btn-primary:hover {
  border: 1px solid #FF9500;
  background: #FF9500;
  color: #fff;
}

.SearchBtn .btn-warning {
  border: 1px solid #81ABEC;
  background: #fff;
  color: #2C65BC;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 6px 20px;
  margin-left: 10px;
}

.SearchBtn .btn-warning:hover {
  border: 1px solid #FF9500;
  background: #fff;
  color: #FF9500;
}

.ImsPaginationBx {
  text-align: right;
  margin-top: 20px;
}

.ImsPaginationBx .pagination {
  display: inline-block;
  border: none;
}

.ImsPaginationBx .pagination .page-item {
  display: inline-block;
}

.ImsPaginationBx span {
  color: #5F5F5F;
  padding-right: 20px;
}

.ImsPaginationBx .pagination .page-item.active .page-link {
  border: none;
  background: #2C65BC;
  color: #fff
}

.ImsPaginationBx .pagination .page-item .page-link {
  border: none;
  background: transparent;
  border-radius: 5px;
  padding: 4px 13px;
  color: #5F5F5F;
  box-shadow: none
}

.StockCountBx {
  border: 1px #E6EDFF solid;
  height: 54px;
  color: #474646;
  border-radius: 10px;
  padding: 16px;
}

.StockCountBx label {
  color: #474646;
}

.ProductInput .chosen-container-multi .chosen-choices {
  border: 1px #E6EDFF solid;
  min-height: 54px !important;
  color: #474646;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  background-image: none;
  padding: 12px;
}

.ProductInput .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #474646;
  font-size: 16px;
  height: 25px;
  font-family: "Poppins", sans-serif;
}

.ProductInput .chosen-container .chosen-drop {
  border: 1px #E6EDFF solid;
  background: #fff;
  box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
}

.ProductInput .chosen-container-multi .chosen-choices li.search-choice {
  padding: 5px 22px 5px 7px;
  border: 1px #E6EDFF solid;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}

.ProductInput .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 6px;
}

.UploadProductImg {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #f1f1f1;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px #ddd solid;
  overflow: hidden;
  position: relative;
}

.RemoveImages {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ff6363;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 18px;
  border-radius: 4px;
}

.ProductCheckBox .form-check-input[type="radio"],
.ProductCheckBox .form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.ProductCheckBox .form-check-label {
  vertical-align: top;
  padding-top: 3px;
}

.ProductCheckBox {
  border: 1px #E6EDFF solid;
  min-height: 54px !important;
  color: #474646;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  padding: 12px;
}

/*-----Menu-Show-Hide--------*/
.sidebarbodyactive .menubaricon,
.menubarremoveicon {
  display: none;
}

.sidebarbodyactive .menubarremoveicon {
  display: inline-block;
}

.menubarremoveicon img {
  opacity: 0.4;
  width: 20px;
}

.sidebarbodyactive .MainSidebar {
  width: 4%;
  overflow-y: visible;
}

.sidebarbodyactive .MainSidebar .navbar-nav li .nav-link span {
  display: none;
  -webkit-transform: translateZ(0);
}

.sidebarbodyactive .LeftMenuDropDown .dropdown-toggle::after {
  display: none;
}

.sidebarbodyactive .ContentWrapper {
  margin-left: 4%;
}

.sidebarbodyactive .Logo {
  padding: 20px 5px;
  width: 4%;
}

.sidebarbodyactive .hidelogo,
.showlogo {
  display: none
}

.sidebarbodyactive .showlogo {
  display: block;
  text-align: center
}

.sidebarbodyactive .HeaderNavBar {
  width: 96%;
}

.sidebarbodyactive .MainSidebar .navbar-nav li .nav-link.show span,
.sidebarbodyactive .MainSidebar .navbar-nav li:hover .nav-link span {
  position: absolute;
  display: inline-block;
  width: 250px;
  left: 64px;
  background: #337ae1;
  padding: 6px 38px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.sidebarbodyactive .sidebar .LeftMenuDropDown .dropdown-menu {
  position: absolute !important;
  border: none;
  padding-left: 23px;
  width: 250px;
  background: #0e1933;
  left: 64px;
  top: 45px;
  border-radius: 0 0 5px 5px;
}

.sidebarbodyactive .sidebar .LeftMenuDropDown:hover .dropdown-menu {
  display: block
}

.DashBoardTopList {
  border: 1px #E6EDFF solid;
  padding: 15px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  margin-top: 20px
}

.border-right {
  border-right: 1px #E6EDFF solid;
}

.small-box .icon i img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 0;
}

.small-box>.inner {
  padding: 10px
}

.small-box>.small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  display: block;
  z-index: 10;
  text-decoration: none
}

.small-box>.small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15)
}

.small-box h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 7px 0;
  white-space: nowrap;
  padding: 0;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.small-box p {
  font-size: 16px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.small-box p>small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px
}

.small-box h3,
.small-box p {
  z-index: 5
}

.small-box .icon {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(124, 141, 181, 0.20);
  width: 62px;
  height: 62px;
  background: #fff;
  text-align: center;
  border-radius: 12px;
}

.ProgreshSaling {
  padding-top: 7px;
}

.ProgreshSaling i {
  display: inline-block;
  width: 22px;
}

.ProgreshSaling strong {
  font-weight: normal;
  color: #7C8DB5;
  font-size: 14px;
}

.ProgreshSaling strong span {
  padding-left: 7px;
}

.UsersAddFormBx {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}

.UsersAddFormBx .input-group .form-label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding-top: 16px;
  width: 22%;
}

.UsersAddFormBx .ProductInput {
  width: 70%;
}

.UsersAddFormBx .input-group {
  margin-bottom: 25px;
}

.ProductTypeBx {
  margin-top: 13px;
}

.UsersAddFormBx .AddProductBtn {
  padding-left: 22%;
}

/*-------Switch-Button-Css---------*/
.switch_box {
  display: inline-block;
  vertical-align: top
}

.input_wrapper {
  width: 70px;
  height: 27px;
  position: relative;
  cursor: pointer;
}

.input_wrapper input[type="checkbox"] {
  width: 70px;
  height: 27px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ED3E3E;
  border-radius: 6px;
  position: relative;
  outline: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.input_wrapper input[type="checkbox"]:after {
  position: absolute;
  content: "";
  background: #F6F6F6 url(/img/line-icon.png) center center no-repeat;
  ;
  z-index: 2;
  border-radius: 5px;
  top: 3px;
  left: 3px;
  width: 33px;
  height: 21px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.input_wrapper svg {
  position: absolute;
  top: 42%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  fill: #fff;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: 1;
}

.input_wrapper .is_checked {
  width: 16px;
  left: 14%;
  -webkit-transform: translateX(190%) translateY(-30%) scale(0);
  transform: translateX(190%) translateY(-30%) scale(0);
}

.input_wrapper .is_unchecked {
  width: 13px;
  right: 10%;
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type="checkbox"]:checked {
  background: #36BB75;
}

.input_wrapper input[type="checkbox"]:checked:after {
  left: calc(100% - 36px);
}

.input_wrapper input[type="checkbox"]:checked+.is_checked {
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type="checkbox"]:checked~.is_unchecked {
  -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
  transform: translateX(-190%) translateY(-30%) scale(0);
}

/*-------Switch-Button-Css-close---------*/
/*---------Login-------------*/
.LoginSection {
  padding: 70px 0;
}

.LoginMinBx {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.LoginFormMainBx {
  padding: 80px 60px;
  width: 100%;
  background: url(/img/admin-bg.jpg) center top no-repeat;
  text-align: center
}

.LoginFormBx {
  display: inline-block;
  width: 90%
}

.LoginFormBx h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  padding-top: 25px
}

.LoginFormBx p {
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
}

.LoginForm {
  margin-top: 10px;
}

.LoginForm .input_group {
  margin-bottom: 30px;
  position: relative;
  text-align: left
}

.InputGroupBx {
  margin: 0;
  width: 100%;
}

.InputGroupBx .form-control {
  box-shadow: none;
  padding: 0;
  color: #1C1B1F;
  font-size: 16px;
  border: none;
  padding: 15px 27px;
  border-radius: 14px;
}

.LoginForm .input_group label {
  padding: 0;
  color: #fff;
  font-weight: 500;
}

.ForgotPasswordBx a {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}

.ForgotPasswordBx {
  margin-bottom: 20px;
  color: #fff;
}

.LoginBtnBx {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.LoginBtnBx .btn-primary {
  width: 100%;
  background: #2C65BC;
  border-color: #2C65BC;
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
  box-shadow: none;
  border-radius: 14px;
}

.LoginBg {
  position: relative;
  height: 100%;
  text-align: center;
}

.LoginBg img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.RegisterFormMainBx {
  padding: 30px;
}

.SignUpLink {
  text-align: center;
  font-weight: 500;
  color: #ccc;
}

.SignUpLink a {
  color: #fff;
}

.breadcrumbMain {
  margin-bottom: 25px
}

.breadcrumbMain .breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome
}

.AllActionBtbs {
  text-align: left;
}

.AllActionBtbs .btn {
  margin-right: 3px;
}

.passwordVisibilityAdmin {
  position: absolute;
  right: 13px;
  top: 35px;
}

.passwordVisibilityAdmin p {
  color: #000;
  padding: 0;
  margin: 0;
}

.modal-body .row {
  margin-bottom: 10px;
}

.Nedata {
  text-align: center;
  padding: 40px;
  font-size: 28px;
  color: #333;
}

/* .ContentWrapper {position: relative;height: 90vh;} */
.ContantMainBx {
  display: inline-block;
  width: 100%;
  height: 70vh;
  position: relative;
}

.FullHeight {
  height: 100%;
}

.FullHeight .Loader {
  height: 100vh;
}

.Loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

.Loader img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.infoText {
  font-size: small;
}

.LoderFullHeight {
  height: 100vh;
}

.AddProductsVariations {
  display: inline-block;
  width: 100%;
  border: 1px #ddd solid;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative
}

.AddProductsVariations h3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.ProductsVariationsBx {
  margin-top: 30px;
}

.AddMorevariation {
  text-align: right
}

.Removevariation {
  position: absolute;
  right: 0;
  top: 0
}

.Removevariation a {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ff6363;
  width: 26px;
  text-align: center;
  height: 26px;
  line-height: 24px;
  border-radius: 14px;
}

.quantityButtons {
  border: 1px #ddd solid;
  display: inline-block;
  padding: 5px 0;
  border-radius: 5px;
}

.quantityButtons .btn.btn-secondary {
  padding: 2px 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 7px;
}

.quantityButtons .btn.btn-secondary i {
  font-style: normal;
}

.productSelection .form-select {
  width: 80%;
  display: inline-block;
}

.productSelection .btn-warning {
  position: relative;
  z-index: 2;
  margin-left: 10px;
  height: 50px;
  padding: 11px 25px;
}


/* Vedanta Part  */

.sub-menu {

  padding: 5px 0 5px 10px;

  position: relative;

}


.eachMenuItem #icon2 {
  float: right;
  /* padding-right: 12px; */
}

.menuLeftSection {
  display: inline-block;
  color: #d0d0d0;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.billing-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-in-out;
}

.billing-dropdown.open {
  max-height: 1000px;
  transition: max-height 1.5s ease-in-out;
}

.dropdown-list ul {
  position: inherit !important;
  background: transparent;
  border: none;
  padding-left: 23px;
}

.dropdown-list li {
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  color: #fff;
}

.sidebarActive {
  border-right: 2px solid #ff9500;
  border-radius: 2px, 0px, 0px, 2px;
  border-width: 6px;
}

.MainSidebar .navbar-nav li .nav-link{
  border-right: 2px solid #0E1933;
  border-width: 6px;
}


.MainSidebar .navbar-nav li .nav-link.sidebarActive .menuLeftSection {
  color: #fff !important;
  font-weight: 600;
}

.MainSidebar .navbar-nav li .nav-link.sidebarActive .menuLeftSection img {
  color: #fff;
  opacity: unset;
}

.sidebarActive {
  border-right: 2px solid #ff9500!important;
  border-radius: 2px, 0px, 0px, 2px;
  border-width: 6px!important;
  /* height: 36px; */
}

/* .sidebarbodyactive .LeftMenuDropDown .sidebarActive {
  display: none;
} */

.dropdown-list .row #title {
  color: #fff;
  font-size: 15px;
  background: transparent;
  position: relative;
  white-space: inherit;
  /* opacity: 0.8; */
  margin: 0px 35px;
}

.menuLeftSection img {
  margin-right: 7px;
}

.sidebarbodyactive .LeftMenuDropDown #icon2 #title {
  display: none;
}

.sidebarbodyactive .LeftMenuDropDown #icon2 {
  display: none;
}

/* .MainSidebar .navbar-nav li .nav-link.sidebarActive .menuLeftSection img {
 display: block;
  

} */

/* .sidebarDropdownActive {
  color: #1665d8;
  font-weight: 500;
} */

.sidebarDropdownActive::after {
  position: absolute;
  left: -5px;
  top: 7px;
  content: '';
  width: 10px;
  height: 10px;
  background: #ff9500;
  border-radius: 50%;
  font-weight: 700;
}

.sidebarDropdownActive {
  opacity: 1;
  font-weight: 500;
}

.menuLeftSection img {
  display: inline-block;
  width: 18px;
  margin-right: 12px;
  opacity: 0.7;
}

/* edit profile css Start  */

.AddUsersDetailsForm .ProductInput .form-select,
.AddUsersDetailsForm .ProductInput .form-control {
  font-size: 14px;
  border-color: #d7deee;
}

.AddUsersDetailsForm .input-group .form-label {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.AddUsersDetailsForm .ProductInput {
  width: 100%;
}

.UploadesUserImgBx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 24px;
}

.UploadesUserImg {
  width: 120px;
  height: 120px;
  border: 1px dashed #5b6670;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 10px;
  margin-right: 24px;
  position: relative;
  flex-shrink: 0;
  font-family: 'Nunito Sans', sans-serif;
}

.ChangeNewUserImg {
  width: 130px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.ChangeNewUserImg .file-control {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.ChangeNewUserImg span {
  border: 1px #ababab solid;
  background: #e9e9e9;
  color: #838383;
  font-weight: 500;
  padding: 5px 0px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
}

.ChangeUserImg p {
  color: #5b6670;
  font-size: 10px;
  display: block;
  margin-top: 5px;
}

.AddUsersDetailsForm .infoText {
  font-family: 'Nunito Sans', sans-serif;
  color: #5b6670;
}

.AddUsersDetailsForm .AddProductBtn {
  padding-left: 0;
  text-align: left;
}

.PaloadedDocuments {
  margin-top: 6px;
}

.PaloadedDocuments span {
  border: 1px #ddd solid;
  padding: 3px 5px;
  border-radius: 5px;
  font-family: 'Nunito Sans', sans-serif;
}

.EditProfileMainBx {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 35px;
  margin-bottom: 30px;
}

.EditProfileMainBx h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.EditProfileMainBx h3 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.EditProfileMainBx h3 span {
  display: inline-block;
  vertical-align: middle;
}

.EditProfileFormBx {
  margin-top: 10px;
}

.ProfileImageUploadDiv {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 30px;
}

.ProfileImageUploadDiv h4 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.ProfileImageUpload {
  border: 1px #b6b6b6 dashed;
  padding: 10px;
}

.ProfileImageUploadImg {
  display: inline-block;
  width: 92px;
}

.ProfileImageDrag {
  display: inline-block;
  width: 65%;
  text-align: center;
  /* vertical-align: middle; */
}

.CompanyLogoDrag {
  width: 100%;
  padding: 10px;
}

.CompanyLogoDrag .ChangeUserImg p {
  font-size: 14px;
}

.AddUsersDetailsForm {
  position: relative;
}

.ProfileBackgroundImg {
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.ProductInput .chosen-container-single .chosen-single {
  padding: 15px;
  height: 54px;
  border: 1px solid #e6edff;
  border-radius: 10px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #474646;
  font-size: 14px;
}

.ProductInput .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e6edff;
  border-radius: 10px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}

.ProductInput .chosen-container-single .chosen-single div {
  top: 15px;
  right: 0px;
}

.ProductInput .chosen-container .chosen-results li.active-result.highlighted {
  background: #fd7e14;
}

.sidebarbodyactive .MainSidebar .navbar-nav li .nav-link {
  border-right: none !important;
  border-width: 6px;
}

.sidebarbodyactive .MainSidebar .navbar-nav{
  width: 39%;
}

.sidebarbodyactive li.sub-menu.LeftMenuDropDown:hover .billing-dropdown{
  max-height: 1000px;
  transition: max-height 0.9s ease-in-out;
  position: absolute;
  left: 64px;
  z-index: 999;

  top: 46px;
  width: 250px;
  background: #337ae1;
  padding: 6px 38px;
  border-radius: 5px 5px 0 0;
}
.sidebarbodyactive .billing-dropdown.open{
  display: none;
}

.required{
  color: red;
}

.MainTitleChack {
  padding-bottom: 5px;
}

.MainTitleChack label {
  padding-left: 5px;
}

.SubCheckBx {
  padding: 0 20px 20px;
}

.SubtitleBx {
  padding-top: 5px;
  display: inline-block;
  margin-right: 13px;
}

.SubtitleBx label {
  padding-left: 5px;
}

.btn-accepted{
  background-color: #36BB75 !important;
  border-color: #36BB75 !important;
  color: #fff;
}

.btn-accepted:hover{
  background-color: #36BB75 !important;
  border-color: #36BB75 !important;
  color: #fff;
}

.btn-accepted:focus{
  background-color: #36BB75 !important;
  border-color: #36BB75 !important;
  color: #fff;
}


/* .NoteStatusModal .modal-dialog {max-width: 740px;} */
.NoteStatusModal .modal-content {border: none;border-radius: 20px;padding: 0 25px;}
.NoteStatusModal .modal-header {padding-left: 18px;}
.NoteStatusModal h5 {color: #626262;font-size: 28px;font-weight: 500;}
.SuggestionContentBx {padding: 10px 0;}
.SuggestionContentBx h4 {color: #626262;font-size: 18px;font-weight: 500;}
.SuggestionContentBx ul  {padding-top: 20px;}
.SuggestionContentBx ul li {display: inline-block;padding-right: 15px;padding-bottom: 15px;}
.SuggestionContentBx ul li :hover { cursor: pointer; }
.SuggestionContentBx ul li a {padding: 7px 22px;background: #FF9500;border-radius: 10px;color: #fff !important;display: inline-block;}
.StatusNoteForm label {color: #626262;font-size: 18px;font-weight: 500;}
.StatusNoteForm {padding-bottom: 15px;}
.StatusNoteMassage .form-control{ height: 100px;resize: none; box-shadow: none}
.NoteStatusModal .modal-footer {border-top-color: #CACACA;padding: 25px 15px;}
.NoteStatusModal .btn-secondary {font-size: 17px;padding: 7px 20px;border-radius: 10px;}
.NoteStatusModal .btn-primary {font-size: 17px;padding: 7px 20px;border-radius: 10px; background: #2C65BC; border-color: #2C65BC}


.ProductsTitleBxListing {border-radius: 20px;display: inline-block;width: 100%;padding: 25px 32px;/*box-shadow: 0 4px 10px 3px rgba(0,0,0,0.3);*/}
.ProductsTitleBxListing h1 {color: #fff;}
.ProductsTitleBxListing .FilterMainBx .btn-light {border: 1px #D9D9D9 solid;background: transparent;color: #fff;}
.ProductsTitleBxListing .FilterMainBx .btn-light i {font-size: 22px;vertical-align: middle;}
.ProductsTitleBxListing .FilterMainBx .btn-light span {display: inline-block;vertical-align: middle;}
.ProductsTitleBxListing .FilterMainBx .btn-warning {border: 1px #ff9500 solid;background: #FF9500;color: #fff;padding: 7px 20px;}
.AdvanceSearchProductBx {display: inline-block;width: 44%;}
.AdvanceSearchProductBx .SearchInput {width: 100%;}
.AdvanceSearchDateBx {display: inline-block;width: 30%;vertical-align: top;padding-left: 15px;}
.SearchDateBx {float: left;width: 47%;position: relative;}   
.SearchDateBx i {position: absolute;right: 10px;top: 11px;font-size: 16px;color: #838383;}
.SearchDateBx .form-control {border-color: #81ABEC;height: 40px;color: #474646;border-radius: 5px;font-size: 14px;box-shadow: none;}
.SearchDateBxRight {float: right;}
.SearchBtn .btn-primary {border: 1px solid #2C65BC;background: #2C65BC;color: #fff;padding: 6px 10px;min-width: 113px;margin-left: 10px;}

.SalesBx{background: #2C65BC;}

/*-------Upload-Profile----------*/
.UploadCompanyLogoMainBx { text-align: center; position: relative}
.CompanyLogoUploadBx {padding: 10px;margin-bottom: 40px; text-align: left}
.UploadCompanyLogoMainBx h3 {color: #0F0F0F;font-size: 25px;font-weight: 600; text-align: left}
.UploadCompanyLogoMainBx h3 i{ margin-left: 10px}
.DrogAndDropBx {background: #F8FBFF;padding: 40px;text-align: center;margin-top: 20px;border: 1px dashed rgba(25, 118, 210, 0.3);border-radius: 10px;}
.DragDropBx{ padding: 100px 0}
.DrogAndDrop {color: #0F0F0F;font-size: 18px;font-weight: 600;padding: 15px 0 10px;}
.DrogAndDrop a {color: #2C65BC;font-size: 18px;font-weight: 600;}
.DragDropBx p {padding-bottom: 6px;color: #4B5563;font-size: 13px;}
.UploadImageBtnBx{ display: inline-block; width: 100%; margin-top: 30px;}
.UploadImageBtnBx a {display: inline-block;width: 100%;border: 1px #1976D2 solid;border-radius: 4px;text-align: center;color: #1976D2;font-size: 14px;font-weight: 600;padding: 10px;}
.UploadImageBtnBx a:hover {border: 1px #1976D2 solid; background-color: #1976D2;color: #fff;}
.UploadNextBtn {text-align: center;margin-top: 35px;}
.UploadCompanyLogoMainBx .btn-primary {border-color: #FF9500;background: #FF9500;padding: 7px 40px;}
.UploadCompanyLogoMainBx .btn-primary:hover {border-color: #1976D2;background:#1976D2;color: #fff     }
.UploadCompanyLogoMainBx .btn-previous {border-color: #2C65BC;background: #2C65BC;padding: 7px 25px; color: #fff;margin-right: 10px;}
.UploadCompanyLogoMainBx .btn-previous:hover {border-color: #FF9500;background:#FF9500;color: #fff     }
.drop-zone__input {display: none;}
.drop-zone__thumb {width: 100%;height: 500px;border-radius: 10px;overflow: hidden;background-color: #cccccc;background-size: cover;position: relative;background-position: center top;}
.drop-zone__thumb::after {content: attr(data-label);position: absolute;bottom: 0;left: 0;width: 100%;padding: 5px 0;color: #ffffff;background: rgba(0, 0, 0, 0.75);
                          font-size: 14px;text-align: center;}
.UploadDocumentEditBx {background: #F8FBFF; padding: 40px 40px 25px; text-align: center; margin-top: 20px; border: 1px dashed rgba(25, 118, 210, 0.3); border-radius: 10px;
 position: relative;}
.UploadDocumentEdit i {display: inline-block; width: 100px; height:100px;border:1px #2C65BC solid;border-radius: 5px;position: relative;overflow: hidden;}
.UploadDocumentEdit i img {margin: auto; position: absolute;left: 0;top: 0;right: 0; bottom: 0;}
.UploadDocumentEdit p {color: #000;font-size: 12px; margin-top: 10px; }
.ClosePdfDivBtn { position: absolute; right: 20px; top: 20px; }  

/*-------Change-Password----------*/

.ChangePasswordBtn{padding-left: 0;text-align: left;}
.ChangePasswordBtn .btn-primary {border: 1px #0a58ca solid;background: #0a58ca;color: #fff;font-family: "Poppins", sans-serif;font-weight: 500;padding: 11px 0px;
 min-width: 70%; border-radius: 10px}
.ChangePasswordBtn .btn-primary:hover {border: 1px #0a58ca solid;background: #fff;color: #0a58ca;}
.ChangePasswordBtn .btn-warning {border: 1px #fd7e14 solid;background: #fd7e14;color: #fff;font-family: "Poppins", sans-serif;font-weight: 500;padding: 11px 0px;width: 26%;
 border-radius: 10px;float: right;}
.ChangePasswordBtn .btn-warning:hover {border: 1px #fd7e14 solid;background: #fff;color: #fd7e14;}
.AddUsersDetailsForm .ChangePassworForm .input-group .form-label {font-weight: 400;color: #121212;}
.AddUsersDetailsForm .ChangePassworForm .form-control {border-color: #ddd;}
.ChangePassworForm .ProductInput{ position: relative}
.ChangePassworForm .ProductInput .field-icon {position: absolute;right: 15px;top: 10px;font-size: 21px;cursor: pointer;color: #919191;}
.PasswordRecovery p {font-size: 14px;color: #383838;padding-bottom: 6px;}
.ChangePassworForm {padding: 50px 50px 100px;}
.ChangePasswordImg {text-align: center;}



.CurrencyChangeBtn {width: 100%;}
.CurrencyChangeBtn .btn-primary {background: #2C65BC;border-color: #2C65BC;width: 100%;height: 53px;border-radius: 10px;font-size: 16px;line-height: 39px;}
.CurrencyChangeBtn .btn-primary:hover {background: #fd7e14;border-color: #fd7e14;}
.TaxesImg {padding-top: 50px;}

.ShipAddressBx {
	display: inline-block;
	width: 100%;
	border: 1px #ddd solid;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}
.ShipAddressBx h3 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
}

.ShipAddressBx .row{
  margin-top: 30px;
}

.OrShipAddress {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	position: absolute;
	right: -45px;
	top: 13px;
}
.ShipAddress {
	width: 96%;
}
.ShipAddressRight {
	float: right;
}
.ShipAddress .ProductInput {
	position: relative;
}
.CurrencyAddBx{ position: relative}

.CurrencyIcon {
	position: absolute;
	left: 16px;
	top: 13px;
	font-size: 18px;
	font-weight: 500;
}
.CurrencyAddBx .form-control {
	padding-left: 35px;
}
@media only screen and (max-width: 767px){
  .ShipAddress {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .OrShipAddress {
    position: initial;
    width: 100%;
    text-align: center;
    padding-top: 26px;
  }
  .ShipAddressRight {
    margin-bottom: 25px !important;
  }
}

.paddingLabel .input-group .form-label {
  text-align: right;
  padding-right: 20px;
}

.ContentDashboardWrapper{ background: #f0f1f3}
.SalesOverviewMainBx {background: #fff;border-radius: 10px;padding: 20px 0;}
.SalesOverTitle {color: #383E49;font-size: 20px;font-weight: 500; padding-left: 25px}
.SalesOverviewBx {padding-top: 20px;}
.SalesOverviewBx ul{ display: inline-block; width: 100%;}
.SalesOverviewBx ul li {display: inline-block;text-align: center;padding: 0 18px;border-right: 1px #F0F1F3 solid;width: 24%;}
.SalesOverviewBx ul li:last-child{border-right: none}
.SalesDeshBx {padding-top: 15px; display: inline-block; width: 100%}
.SalesDeshBx strong {font-weight: 600;color: #5D6679;font-size: 16px;text-align: left;margin-right: 0px;float: left;}
.SalesDeshBx span {font-weight: 500;color: #667085;font-size: 14px;text-align: right;margin-left: 0px;float: right;}
.SalesMainBx {margin-bottom: 25px;}
.InventorySummaryBx {padding-top: 15px;}
.InventorySummaryBx ul{ display: inline-block; width: 100%;}
.InventorySummaryBx ul li {display: inline-block;text-align: center;padding: 0 10px;border-right: 1px #F0F1F3 solid;width: 48%;}
.InventorySummaryBx ul li:last-child{border-right: none}
.InventorySummaryBx strong {font-weight: 600;color: #5D6679;font-size: 16px;display: inline-block; width: 100%;}
.InventorySummaryBx span {font-weight: 500;color: #667085;font-size: 14px;display: inline-block; width: 100%;}
.SalesPurchaseMainBx {background: #fff;border-radius: 10px;padding: 20px;}
.SalesPurchaseTitle {color: #383E49;font-size: 20px;font-weight: 500;display: inline-block ;padding-top: 6px;}
.CalendarBtn {border: 1px #D0D3D9 solid;padding: 6px 10px;color: #5D6679;font-size: 14px;font-weight: 500;border-radius: 4px;line-height: 17px;float: right;}
.CalendarBtn i {float: left;}
.CalendarBtn span {display: inline-block;vertical-align: middle;padding-left: 7px;line-height: 15px;}
.SalesPurchaseGraph {margin-top: 27px;padding: 0 50px;text-align: center;display: inline-block;width: 100%;}
.SalesOrderGraph {padding-top: 30px;}
.TopSellingStockListBx {background: #fff;border-radius: 10px;padding: 20px;}
.TopSellingHadding {color: #383E49;font-size: 20px;font-weight: 500;display: inline-block;}
.TopSellingHaddingBx a {float: right;color: #0F50AA;font-size: 14px;}
.TopSellingTableMainBx {margin-top: 20px;}
.TopSellingTableMainBx .table thead tr th {color: #5D6679;font-family: 'Poppins', sans-serif;font-size: 14px;font-weight: 500;padding: 15px 10px;border-bottom: 1px #F0F1F3 solid;
 border-top: 1px #F0F1F3 solid;}
.TopSellingTableMainBx .table tbody tr td {color: #666666;font-family: 'Poppins', sans-serif;font-size: 14px;padding: 20px 10px;vertical-align: middle;border-bottom: 1px #F0F1F3 solid;}
.LowQuantityTableMainBx{margin-top: 20px;}
.LowQuantityTableMainBx .table tbody tr td .alert {padding: 3px 7px;border-radius: 20px;font-size: 12px;}
.LowQuantityTableMainBx .table tbody tr td {color: #667085;font-family: 'Poppins', sans-serif;font-size: 14px;padding:7px 10px;vertical-align: middle;border-bottom: none;}
.LowQuantityTableMainBx .table tbody tr td strong {font-weight: 600;color: #383E49;font-size: 16px;}

@media only screen and (max-width: 1410px){
.SalesOverviewBx ul li {padding: 0 10px;}
.SalesDeshBx strong {font-size: 14px;}
.InventorySummaryBx {padding-top: 10px;}
.InventorySummaryBx span {font-size: 12px;}
}
@media only screen and (max-width: 767px){
.SalesOverviewMainBx {margin-bottom: 20px;}   
.SalesOverviewBx ul li {padding: 7px 30px;border-right: none;width: 100%;border-top: 1px #F0F1F3 solid;text-align: left;}
.SalesPurchaseMainBx {margin-bottom: 20px;}
.TopSellingStockListBx {margin-bottom: 20px;}
.SalesPurchaseGraph {padding: 0 10px;}
.SalesDeshBx {padding-top: 10px;}
}

/*------Status-Modal-css------*/

.StatusModal .modal-dialog {max-width:770px;}    
.StatusHistoryTable{ width: 100%}
.StatusHistoryHeader th {background: #2C65BC;color: #fff;font-weight: 400;padding: 13px 30px;/*font-size: 21px;*/ text-align: center}
.StatusHistoryHeader th:first-child {border-radius: 10px 0 0 0; text-align: left;width: 22%;}
.StatusHistoryHeader th:last-child {border-radius: 0 10px 0 0; text-align: right}
.StatusHistoryTd td {color: #626262;font-weight: 400;padding: 13px 30px;/*font-size: 19px;*/ text-align: center}
.StatusHistoryTd td:first-child { text-align: left}
.StatusHistoryTd td:last-child { text-align: right}
.StatusHistoryTd {box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);}
.PendingStatus {background: #FF0000;padding: 5px 20px;border-radius: 20px;color: #fff;/*font-size: 16px;*/width: 110px;display: inline-block;text-align: center;}
.OrderedStatus {background: #0047FF;padding: 5px 20px;border-radius: 20px;color: #fff;/*font-size: 16px;*/width: 110px;display: inline-block;text-align: center;}
.PartialStatus {background: #009254;padding: 5px 20px;border-radius: 20px;color: #fff;/*font-size: 16px;*/width: 110px;display: inline-block;text-align: center;}
.ReceivedStatus {background: #FF9500;padding: 5px 20px;border-radius: 20px;color: #fff;/*font-size: 16px;*/width: 110px;display: inline-block;text-align: center;}
.ShowAllStatus {text-align: right;padding: 20px 3px 10px;}

.StatusHistoryModal .modal-dialog {max-width:1200px;} 
.StatusHistoryModal .StatusHistoryHeader th:first-child {width: auto;}           
.StatusModal h5.modal-title,
.StatusHistoryModal h5.modal-title {font-size: 25px;font-weight: 500;}

.StatusModal .modal-title {
  font-size: 26px;
}

.NoteStatusModal .modal-dialog {
  max-width: 700px;
}

.NoteStatusModal .modal-title {
  font-size: 26px;
}

.modal-content {
  border: none;
  border-radius: 20px;
  padding: 0 25px;
}
.modal-title {
  font-size: 26px !important;
}

.modal label{
  font-size: 18px;
}

.modal .form-check .form-check-label{
  font-size: 14px !important;
}

/* .ShowAllStatus a {color: #2C65BC; font-size: 16px} */

/* edit profile css End  */

/* Listing page Start  */
/* .NewTableMainBx .table thead tr .datetim {
  width: 150px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px #e6edff solid;
}

.NewTableMainBx .table tbody tr {

  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.1);
}

.NewTableMainBx .table tbody tr:hover td {
  cursor: pointer;
  background-color: #ff9500;
  color: white !important;
} */


/* Listing page end  */

/* Vedanta part end  */