/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */

/* @import url('https://fonts.google pis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap'); */
@import url("iconly.css");
@import url("stako-app.css");
@import url("custom.css");

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/
html {
  font-family: "Sofia Pro";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-family: "Sofia Pro";
  -webkit-font-smoothing: antialiased;
  background: #f3f5f9;
}
img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a {
  color: #7415AE;

}
/* a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #7415AE !important;
  text-decoration: underline;
} */

ul,
ol {
  padding: 0;
  margin: 0;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
  line-height: 20px;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-60 {
  font-size: 60px !important;
}

.no-bg {
  background: none !important;
}

.text-blue {
  color: #00bce4 !important;
}

.text-orange {
  color: #773dbd !important;
}

.text-black {
  color: #2c2c2c !important;
}

h1 {
  font-size: 36px;
  font-weight: 800;
}

h2 {
  font-size: 30px;
  font-weight: 800;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.textM-right {
  text-align: right;
}

.text-red,
.text-danger {
  color: #ff0000 !important;
}

.text-success {
  color: #2dce98 !important;
}

.font-weight-light {
  font-weight: 300;
}

input:-internal-autofill-selected {
  background-color: rgb(255, 255, 255) !important;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
.custom-control-input:active ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:focus ~ .custom-control-label:before,
.custom-file-input:focus ~ .custom-file-label,
.custom-select:focus,
.form-control:focus,
.page-link:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 transparent;
}

.form-check-input {
  position: absolute;
  margin-top: 4px;
  margin-left: -1.25rem;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500;
}

.eyebtn {
  position: absolute;
  right: 13px;
  bottom: 19px;
}

.btn-sm {
  border-radius: 7px;
  padding: 0.25rem 0.7rem;
  font-size: 12px;
  font-weight: 600;
}

.btn-md {
  border-radius: 7px;
  padding: 0.4rem 1.2rem;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-right: 5px;
  border: none !important;
}

/* .btn {
    min-width: 130px;
    padding: .575rem .75rem;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600; 
	box-shadow: 0 7px 10px 0px rgb(0 0 0 / 20%);
} */

.btn-primary {
  font-weight: 600;
  font-size: 16px;
  background: #7415AE;
  border: 1px solid #7415AE;
  padding: 14px 0px
  ;
}
.btn-primary i{
  font-size: 14px;
  font-weight: 400;
  /* font-weight: 300; */
}

.btn-primary:hover {
  color: #fff !important;
  background: #7415AE;
  border-color: #7415AE;
  box-shadow: #000;
}

.btn-dark:hover {
  color: #fff !important;
}

.btn:disabled {
  background-color: #acaaaa;
  border-color: #acaaaa;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #7415AE;
  border-color: #7415AE;
  box-shadow: none, 0 0 0 0 #7415AE;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7415AE;
  border-color: #7415AE;
}

.btn-add {
  color: #ffffff;
  background: #773dbd;
  border: #773dbd 0 solid;
}

.btn-add:hover {
  color: #fff;
  background-color: #773dbd;
  border-color: #773dbd;
}

.btn:disabled {
  background-color: #acaaaa;
  border-color: #acaaaa;
}

.btn-add.focus,
.btn-add:focus {
  color: #fff;
  background-color: #773dbd;
  border-color: #773dbd;
  box-shadow: none, 0 0 0 0 #773dbd;
}

.btn-add:not(:disabled):not(.disabled).active,
.btn-add:not(:disabled):not(.disabled):active,
.show > .btn-add.dropdown-toggle {
  color: #fff;
  background-color: #773dbd;
  border-color: #773dbd;
}

/*** Button CSS ****/

.btn-light {
  color: #1f2d3d;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-light:hover {
  color: #1f2d3d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:focus,
.btn-light.focus {
  color: #1f2d3d;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none, 0 0 0 0 rgba(215, 218, 222, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #1f2d3d;
  background-color: #ffffff;
  border-color: #ffffff;
  opacity: 0.5;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1f2d3d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
}

.fileInput {
  padding: 9px 15px 8px !important;
}

/*** Login Area *****/

/* The custom chekbox */

.logCheck {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.logCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */

.logCheck:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #ccc;
}

/* When the checkbox is checked, add a blue background */

.logCheck input:checked ~ .checkmark {
  background-color: #00bce4;
  border: 1px solid #00bce4;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.logCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.logCheck .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logCheck input + div {
  font-size: 16px;
  font-weight: bold;
  color: #6b6b6b;
}
.logCheck input:checked + div {
  color: #000;
}

.rightreserved {
  color: #ffffff;
}

.content-wrapper {
  background: #f2f4f4;
}

/*** Left Nav  ***/

@media (min-width: 768px) {
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 280px;
  }
}

.sidebar {
  width: 97%;
  margin: auto;
}

.nav-link {
  padding: 6px 15px;
}

.layout-fixed .main-sidebar {
  background: #fff;
  left: 20px;
  border-radius: 20px;
  box-shadow: 0px 10px 20px #00000026;
  top: 50px;
  height: 515px !important;
}

.sidebar-dark-primary {
  margin: 20px 20px 20px 0;
}

.navbg {
  height: 50px;
}

.navbg img {
  width: 100%;
}

.layout-fixed .wrapper .sidebar {
  height: calc(100vh - (6.5rem + 1px));
  /* height: 100%; */
}

.nav-sidebar .nav-link p {
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px !important;
  /* margin-top: 4px; */
  color: #000;
}

[class*="sidebar-dark-"] .sidebar a {
  color: #000;
}

.nav-sidebar .nav-link:hover p {
  color: #888888 !important;
}

.nav-sidebar .nav-treeview .nav-link:hover p {
  color: #000 !important;
}

.nav-sidebar .nav-treeview .nav-link p {
  color: #505050;
  font-weight: 500;
  font-size: 12px;
}

.nav-sidebar .nav-treeview {
  margin-left: 41px;
}

.nav-sidebar .nav-treeview li {
  background: url(../img/list-view-min.jpg) no-repeat 1px 10px;
  padding-left: 13px;
  background-size: 8px;
}

.nav-sidebar .nav-treeview li p {
  margin-left: 0px !important;
}

.nav-sidebar .nav-treeview li .nav-treeview {
  margin-left: 0px;
}
.nav-sidebar .nav-treeview li .nav-treeview li {
  background: url(../img/li-disc.jpg) no-repeat 0 11px;
  padding-left: 10px;
  background-size: 6px;
}

.nav-sidebar .nav-treeview li .nav-treeview li .nav-treeview li {
  background: url(../img/li-disc-w.jpg) no-repeat 1px 10px;
  padding-left: 10px;
  background-size: 7px;
}

.nav-sidebar > .nav-item {
  margin-bottom: 0px;
}

.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0;
}

.nav-sidebar .nav-link > p > .right {
  top: 10px;
}

.nav-sidebar > .nav-item .nav-icon {
  width: 32px;
  float: left;
  font-size: 34px !important;
  color: #9095a0;
}

.nav-sidebar > .nav-item .nav-icon:before {
  border-bottom: #eee thin solid;
  padding-bottom: 9px;
}

.sidebar .os-content {
  padding: 0 !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:hover,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover {
  background: transparent;
  /* box-shadow: 0px 5px 15px #ACB2C1 !important;
    border-radius: 0px 5px 5px 0px; */
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active p,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active p,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active i,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active i,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:hover p,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover p,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:hover i,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover i {
  color: #00bce4;
  opacity: 1;
}

.nav-treeview .nav-link {
  padding: 3px 0px;
  margin-left: 3px;
}

.nav-treeview .nav-link:hover p {
  color: #00bce4;
}

dropdown-menu
  dropdown-menu-md
  tableaction
  useraction-dropdown
  .sidebar-dark-primary
  .nav-sidebar
  > .nav-item
  > .nav-link.active
  p,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active p,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:hover p,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover p {
  color: #2b2d4a;
  opacity: 1;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #9095a0;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link.active {
  color: #2b2d4a;
  box-shadow: none;
}

.menuexpico {
  display: none;
}

.sidebar-collapse .leftmenuaction .menucloico {
  display: none;
}

.sidebar-collapse .leftmenuaction .menuexpico {
  display: block;
}

.dashTitle {
  font-size: 50px;
}

.dashTitle i {
  font-size: 45px;
}

.dashTitle span {
  font-size: 14px;
  font-weight: 600;
}

.dashmainHead {
  text-align: right;
  text-transform: uppercase;
}

.dashmainBoximg {
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 200px;
}

.card {
  background: #ffffff;
  /* box-shadow: 0px 3px 6px #2c28281c; */
  box-shadow: none;
  border-radius: 20px;
}

.card-title {
  font-size: 22px;
  font-weight: 600;
  padding: 8px 0px 0;
  color: #000000;
}

.dashtrend h4 {
  font-weight: 600;
  font-size: 16px;
}

.dashtrend h6 {
  font-weight: 600;
  font-size: 12px;
}

.dashtrend {
  margin-bottom: 20px;
}

.dashtrend .heart-img {
  margin-left: -13px;
  margin-bottom: -10px;
  margin-top: -4px;
}

.top-notification {
  border-radius: 50%;
  line-height: normal;
  font-size: 10px;
  font-weight: 500;
  color: #7415AE;
  position: absolute;
  left: 0;
  right: 11px;
  top: 10px;
  margin: auto;
  text-align: center;
}

.userData {
  /* margin-top: 20px; */
  display: inline-block;
  /* min-width: 180px; */
  text-align: right;
  position: relative;
}

.user-profile {
  margin-top: 0px;
}

.user-profile p {
  font-weight: 400;
  font-size: 14px;
  float: none;
  text-align: right;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.user-profile p span {
  display: block;
  font-weight: 600;
}

.user-profile img {
  float: none;
  margin: 0 5px;
}

.user-profile .dropdown-menu.useraction-dropdown {
  top: 25px !important;
  border-radius: 20px;
}
/* 
.notificationbar {
  margin-top: 3px;
} */

.searchhrt {
  text-align: right;
}

.searchhrt select {
  border: none;
}

.dashmainbor:after {
  border-radius: 5px;
  width: 30px;
  height: 3px;
  background: #2896e9;
}

.dashmainbor p {
  margin-bottom: 10px;
}

.btn-secondary {
  background: #8898aa;
  border: #8898aa thin solid;
  font-weight: 600;
  font-size: 14px;
  padding: 0.575rem 0.75rem;
}

.btn-radius {
  border-radius: 50px !important;
}

.btn-outline-secondary {
  border-radius: 10px !important;
  border: none;
  font-weight: 800;
  text-decoration: underline;
  color: #172b4d;
  min-width: auto;
}

.btn-outline-secondary:hover {
  color: #00bce4;
  background: none;
  text-decoration: underline;
}

.custom-search .input-group-text {
  background: #f7fafc;
  border: #f7fafc thin solid;
  border-radius: 10px 0 0 10px;
  color: #8898aa;
}

.custom-search input.form-control {
  background: #f7fafc;
  height: 40px !important;
  border: #f7fafc thin solid;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  padding-left: 0;
  color: #8898aa;
}

.admintable tr th,
.admintable tr td {
  color: #253757;
  font-weight: normal;
  font-size: 13px;
  padding: 10px 10px;
  /* border: none */
}

.admintable tr td:nth-child(2),
.admintable tr td.strong {
  font-weight: 600;
  color: #172b4d;
}

.admintable tr td .text-success {
  color: #2dce98 !important;
  margin-right: 4px;
  font-size: 12px;
}

.admintable tr td .text-red,
.admintable tr td .text-danger {
  color: #f57171 !important;
  margin-right: 4px;
  font-size: 12px;
}

.admintable tr td i.fa-circle {
  margin-right: 4px;
  font-size: 12px;
}

/*.admintable tr td:first-child,
.admintable tr th:first-child {
    padding-left: 22px;
} */

.admintable tr th {
  background: #c9d1d8;
  font-weight: 600;
  padding: 10px;
  /* text-transform: uppercase; */
}

.admintable {
  margin: 0 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f8fa;
}

/*--------Switch Css-------*/

.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: none;
  border: #c2c7cd thin solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #c2c7cd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: none;
  border: #172b4d thin solid;
}

input:focus + .slider {
  box-shadow: none;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #172b4d;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*---admintabledrop*/

/*.admintabledrop { background: #F7FAFC; box-shadow: 0px 3px 6px #2C28281C; width:30px; height:30px; border-radius:50%; display: inline-block; text-align: center; line-height: 37px; }*/

.admintabledrop {
  display: inline-block;
  text-align: center;
}

.admintabledrop i {
  font-size: 20px;
  color: #172b4d;
}

.tableaction {
  border: none;
  position: relative;
  width: 120px;
} 

.tableaction ul {
  text-align: left;
  margin: 0;
  padding: 10px 15px;
}

.tableaction li {
  /* border-bottom: #ededed thin solid; */
  list-style: none;
  font-size: 16px;
  padding: 8px 5px;
  font-weight: 500;
  /* align-items: center; */
}

.tableaction li a:hover{text-decoration: none;}

.tableaction li.strong {
  font-weight: 600;
}
.tableaction li img {
  height: 18px;
}
.tableaction li:last-child {
  border: none;
}

.tableaction li a {
  color: #000000;
  /* align-items: center; */
  /* vertical-align: middle; */
}

/* .tableaction li a:hover {
  color: #00bce4;
} */

/* .tableaction:after {
  bottom: 100%;
  right: 3%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
} */

/* td .tableaction:after {
  display: none;
} */

/* paginaltion css*/

.pagination_rounded,
.pagination_square {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: right;
}

.pagination_rounded ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.pagination_rounded li:first-child {
  margin-left: 0px;
}

.pagination_rounded ul li {
  display: inline-block;
  margin-left: 10px;
}

.pagination_rounded ul li.active a {
  background: #753cbe;
  color: #fff !important;
}

.pagination_rounded ul li a:hover {
  background: #753cbe;
  color: #fff !important;
}

.pagination_rounded .prev {
  margin-left: 0px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: transparent;
}

.pagination_rounded ul li a {
  float: left;
  color: #2b2d4a;
  border-radius: 5px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #ffffff;
  font-size: 12px;
}

.pagination_rounded .prev i,
.pagination_rounded .next i {
  font-size: 12px;
  line-height: 25px;
}

.pagination_rounded .next {
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: transparent;
  transform: rotate(180deg);
}

.add-edit-checkbox label {
  font-size: 14px;
  color: #172b4d;
  font-weight: 600 !important;
  margin-bottom: 23px;
}

.add-edit-checkbox [type="checkbox"].filled-in:not(:checked) + label {
  font-weight: 500 !important;
}

.bg-light {
  background: #f2f4f4 !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: initial;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  /* border-radius: 5px; */
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.5em solid;
  border-left: 0.4em solid transparent;
  border-radius: 5px;
}

.form-control {
  /* border-radius: 10px; */
  padding: 14px 11px;
  height: auto;
  font-size: 14px !important;
  /* border: 1.5px solid #ffffff; */
}

.form-control:focus {
  border-color: #888888;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #c9d1d8;
  opacity: 1;
  border-color: #f8f9f9;
  opacity: 0.5;
}

.searchInput,
.searchinput {
  background: url("../img/search.svg") no-repeat #ffffff;
  background-position: 15px 50%;
  padding-left: 50px;
}

.container-fluid .searchInput,
.container-fluid .searchinput {
  background: url("../img/search.svg") no-repeat #ffffff;
  background-position: 15px 50%;
  padding: 10px 8px 10px 50px;
}

.searchLabel {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.searchLabel a {
  font-size: 12px;
  color: #00bce4;
  margin-left: 10px;
}

.searchLabel a:hover {
  font-size: 12px;
  color: #2b2d4a;
}

/*-----modal Right------*/

/* .modal-dialog-topslideout {
    min-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
} */

.rectangle_curve {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #0000000d;
  border: 1px solid #7070701a;
  border-radius: 10px;
  padding: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding: 0 !important;
}

.modal-header .close {
  padding: 0.5rem;
  margin: 0;
}

.close-btn {
  position: absolute;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  top: 5px;
  right: 12px;
  cursor: pointer;
  font-weight: 300;
  color: #101010;
  border: 0;
  background: none;
}

.modalPad {
  padding: 30px;
  border-radius: 15px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-content {
  box-shadow: none;
}

.rightModal .bg-white {
  background: #fff !important;
}

.rightModal .form-control {
  border: 1px solid #ced4da !important;
}

.rightModal .modal-header .close.addaddressbtn {
  opacity: 1;
  top: 20px;
  right: 20px;
}

.dashbed-border-bottom {
  border-bottom: 1px dashed #dee2e6 !important;
}

#NoFreight h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 9px 10px 9px 0;
}

#NoFreight h5 {
  font-size: 17px;
  margin: 5px 10px 5px 0;
  font-weight: 600;
}

#NoFreight h6 {
  font-size: 14px;
  margin: 5px 10px 5px 0;
  font-weight: 400;
}

.text-dark-primary {
  color: #0843aa !important;
}

/*------Order step -----*/

.stepwizard-step p {
  margin-top: 10px;
  z-index: 2;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step:before {
  top: 18px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 25%;
  height: 3px;
  background-color: #bcc4cc;
  z-index: 1;
}

.step-confirmed.stepwizard-step:before {
  background-color: #81c341;
}

.stepwizard-step:last-child:before {
  display: none;
}

.stepwizard-step {
  float: left;
  text-align: center;
  width: 25%;
}

.stepwizard-step .btn-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background: #bcc4cc;
  display: inline-block;
  margin-bottom: 0 !important;
}

.step-confirmed .btn-circle {
  box-shadow: 0px 0px 6px #81c341;
  background: #81c341;
}

.commentsubmit-group .input-group-text {
  background: none;
  border-left: none;
}

.commentsubmit-group textarea.form-control {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.commentsubmit-group .form-label-group {
  width: 83%;
}

.close-tag-margin img {
  margin-top: -5px;
}

.customerBox {
  background: #fff;
  box-shadow: 0px 3px 6px #2c28281c;
  border-radius: 10px;
  color: #172b4d;
  padding: 7px 15px 12px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.customerBox p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

.customerBox h5 {
  font-weight: 400;
  font-size: 55px;
  margin-bottom: 0;
}

.customerBox:hover {
  background: #172b4d;
  color: #fff;
}

.customerBox:hover p,
.customerBox:hover h5 {
  color: #fff;
}

.profileLink a {
  background: #fff;
  box-shadow: 0px 3px 6px #2c28281c;
  border-radius: 10px !important;
  padding: 15px 10px;
  text-align: center;
  display: block;
  color: #172b4d;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  position: relative;
}

.profileLink a i {
  font-size: 35px;
  line-height: 27px;
  color: #172b4d;
  display: block;
  margin: 9px 0;
}


.profileLink.opacityLow {
  opacity: 0.4;
}

.profileLink.opacityLow:hover {
  opacity: 1;
}

.profileLink.completed a i {
  color: #06d6a0;
}

.profileLink a img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
}

.uploadDocsCust p {
  line-height: 20px;
}

.customer-tab-profile {
  margin-right: -7.5px;
  margin-left: -7.5px;
  width: 100%;
  border: none;
}

.customer-tab-profile li {
  width: 20%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.customer-tab-profile li a.opacityTab {
  opacity: 0.4;
}

.customer-tab-profile li a:hover {
  opacity: 1;
  color: #ff7f30 !important;
}

.profileLink a.active i {
  color: #ffffff;
  opacity: 1 !important;
}

.profileLink a.active {
  /* background: url(../img/uploaded.svg) no-repeat #fff 97% 4%; */
  opacity: 1 !important;
  border: none;
  background-size: 16px 16px;
  color: #ffffff !important;
  background-color: #ff7f30 !important;
}

.profileLink a.active:hover {
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .main-footer,
  .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 7.6em !important;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
}

@media screen and (max-width: 500px) {
  .btn-secondary {
    font-weight: 500;
    font-size: 13px;
    margin-left: 0;
  }
  .btn {
    min-width: auto;
  }
  .btn-outline-secondary {
    font-size: 15px;
    margin: 10px 0;
  }
  .textM-right {
    text-align: left;
  }
  .stepwizard-step .btn-circle {
    width: 15px;
    height: 15px;
  }
  .stepwizard-step:before {
    top: 16px;
    height: 2px;
  }
  .stepwizard-step p {
    font-size: 12px;
  }
  .commentsubmit-group textarea.form-control {
    border-right: #ccc thin solid;
    border-radius: 5px;
  }
  .commentsubmit-group .input-group-text {
    background: none;
    border: none;
  }
  .commentsubmit-group .form-label-group {
    width: 100%;
  }
  .customer-tab-profile li {
    width: 50%;
  }
}

i::before {
  background: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00bce4;
  background-color: #00bce4;
  box-shadow: none;
}

/**** Dashboard CSS ****/

.curveBox {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  margin-bottom: 20px;
}

.curveBoxpad {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 20px;
}

.curveBoxpad_lightGrey {
  background: #c9d1d8 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 20px;
}

.iconSetting {
  height: 100%;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
  padding: 15px 0 0 0;
}

.bluecolor {
  background: #25dae6;
}

.greencolor {
  background: #63c276;
}

.pinkcolor {
  background: #f25f84;
}

.orangecolor {
  background: #f4a335;
}

.dot-blue i {
  color: #25dae6;
  filter: drop-shadow(0px 0px 10px #25dae6);
  margin-right: 5px;
}

.dot-green i {
  color: #4ad198;
  filter: drop-shadow(0px 0px 10px #4ad198);
  margin-right: 5px;
}

.dot-pink i {
  color: #f25f84;
  filter: drop-shadow(0px 0px 10px #f25f84);
  margin-right: 5px;
}

.dot-orange i {
  color: #f4a335;
  filter: drop-shadow(0px 0px 10px #f4a335);
  margin-right: 5px;
}

.dot-seagreen i {
  color: #1ea0a1;
  margin-right: 5px;
}

.dot-grey i {
  color: #c9d1d8;
  margin-right: 5px;
}

.boxtitle {
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px 0 10px 20px;
  letter-spacing: 1.8px;
  color: #2b2d4a;
}

.mainTitle {
  background: #2b2d4a 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 8px 25px;
  color: #ffffff;
  font-size: 12px;
  min-width: 250px;
  display: inline-block;
  margin-bottom: 15px;
}

.mainTitle span {
  text-transform: capitalize;
  float: right;
}

.allList_bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 20px 20px;
  font-size: 12px;
  color: #9095a0;
  margin-bottom: 10px;
  word-break: break-all;
}

.allList_bg strong {
  font-size: 12px;
  display: block;
  color: #2b2d4a;
  font-weight: 500;
}

.norecordList_bg {
  background: #e4e8e8 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 20px 20px;
  font-size: 14px;
  text-align: center;
  color: #595e69;
  margin-bottom: 10px;
}

.editbtn {
  display: block;
}

.dropdown-menu {
  top: 5px !important;
}

/**** Nofity Badges *****/

.notifylist {
  /* border-bottom: 1px solid #ededed; */
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.notify {
  padding: 6px 10px;
  max-width: 56px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #ffffff;
}

.notify-turquoise {
  background: #25dae6 0% 0% no-repeat padding-box;
}

.notify-green {
  background: #63c276 0% 0% no-repeat padding-box;
}

.notify-primary {
  background: #00bce4 0% 0% no-repeat padding-box;
}

.notify-secondary {
  background: #fdc830 0% 0% no-repeat padding-box;
}

.notify-red {
  background: #f25f84 0% 0% no-repeat padding-box;
}

.notify-dark {
  background: #2b2d4a 0% 0% no-repeat padding-box;
}

.notify-dark-green {
  background: #1ea0a1 0% 0% no-repeat padding-box;
}

.switchSection {
  margin-top: 30px;
}

.dropdown-menu {
  font-size: 14px;
}

.selectBtn {
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 12px 11px;
  font-weight: 400;
  text-transform: capitalize;
}

.selectBtn:focus {
  border: 1px solid #cccccc;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #00bce4;
  text-decoration: none;
  background-color: #f0f0f0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f0f0f0;
}

/*** Custom Dropdown Select with Link ****/

.switchDropdown {
  /* position: absolute;
    left: 42%;
    top: 40%; */
  position: relative;
}

.switchDropdown .selected a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 12px 15px;
  color: #2b2d4a;
  background: url("../img/arrow-down.svg") no-repeat 98% 50% #ffffff;
}

.switchDropdown .selected a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}

.switchDropdown .option {
  position: relative;
}

.switchDropdown .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100%;
  min-width: 170px;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
}

.switchDropdown .selected span.value,
.switchDropdown .options span.value {
  display: none;
}

.switchDropdown .options ul li a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #2b2d4a;
  font-size: 14px;
}

.switchDropdown .options ul li a:hover {
  color: #00bce4;
  text-decoration: none;
  background-color: #f0f0f0;
  transition: 0.2s ease;
}

.mdpadding {
  padding: 8px 15px 8px 15px !important;
}

.mdpaddingSel button.selectBtn {
  padding: 8px 15px 8px 15px !important;
}

.sidebar-mini .nav-sidebar,
.sidebar-mini .nav-sidebar .nav-link,
.sidebar-mini .nav-sidebar > .nav-header {
  white-space: inherit;
  overflow: hidden;
}

.badge {
  border: 1px solid;
  display: inline-block;
  padding: 0.35em 0.6em;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table td,
.table th {
  vertical-align: middle;
}

.selectBtn.disabled {
  background-color: #e2e2e2 !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  /* background: #ffffff; */
  padding: 8px 10px;
  border-radius: 10px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0px solid #aaa !important;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 0px;
  outline: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #6E8B6F !important;
  border: 0px solid #aaa !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 5px 10px !important;
  margin-bottom: 0px !important;

}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 0px solid #aaa !important;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 20px;
  min-width: auto;
}

.select2-container {
  position: relative;
}

.select2-selection--multiple::after,
.select2-selection--single::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  border-radius: 5px;
  position: absolute;
  right: 16px;
  top: 46%;
  color: #9aa4b1;
}
.select2-dropdown {border-radius: 6px !important; box-shadow: none !important; border: 1px solid #B3B8BD !important;}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{overflow-y: hidden !important;}
.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default
  .select2-search--inline
  .select2-search__field:focus {
  border: none !important;
}

.searchpad {
  padding: 15px 15px 15px 50px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none !important;
  border-radius: 4px;
  height: 32px;
  padding-left: 0;
  padding-top: 4px;
  outline: none;
  font-weight: 400;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.select2-selection__choice {
  color: #773dbd !important;
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: rgba(0, 0, 0, 0.1);
}
.os-scrollbar-track {
  background: #eee !important;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 0;
  box-sizing: border-box;
  background: 0 0;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 6px;
}

.help-block,
.control-label,
.error_msg {
  color: #ff1717 !important;
  font-weight: 400 !important;
  font-size: 12px;
}

.min-width-hundred {
  min-width: 100px;
}

.min-width-two-hundred-fifty {
  min-width: 250px;
}

.custmbtn-measurement {
  min-width: 24px;
  min-height: 25px;
  border-radius: 5%;
  color: white !important;
}

.disable-div {
  pointer-events: none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e2e2e2 !important;
  opacity: 1;
  border-color: #f8f9f9;
  opacity: 1;
  color: #1f2d3d;
  cursor: no-drop;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
  opacity: 0.9;
}

.user-permission {
  position: relative;
}
.user-permission label {
  position: absolute;
  top: 14px;
  left: 15px;
}
.user-permission i {
  margin-right: 10px;
}

.dash-newdesign-table td,
.dash-new-table th {
  border: none;
  background: #fff;
  padding: 20px 12px !important;
  font-size: 12px;
  color: #9095a0;
}
.dash-newdesign-table td strong {
  color: #2b2d4a;
  display: block;
  font-weight: 500;
}

.dash-newdesign-table td:nth-child(2) strong {
  font-weight: 700;
}

.dash-newdesign-table td {
  background: #fff;
}
.dash-newdesign-table tr {
  background: none;
}

.dash-newdesign-table tbody::before {
  height: 1em;
  display: table-row;
  content: "";
}

.dash-newdesign-table tbody tr:nth-of-type(odd) {
  background-color: none;
}

.dash-newdesign-table td:first-child {
  border-radius: 15px 0 0 15px;
  padding-left: 20px !important;
}

.dash-newdesign-table td:last-child {
  border-radius: 0 15px 15px 0;
  padding-right: 20px !important;
}

.table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none;
}
.select2-container .select2-selection--single {
  height: 32px !important;
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  margin-right: 51px;
  height: 12px;
  margin-top: 10px;
}
.table-responsive::-webkit-scrollbar-track {
  box-shadow: none;
  background: #eee;
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (min-width: 992px) {
  /* .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:hover {
        width: 4.6rem;
    } */

  .sidebar-mini .nav-sidebar .nav-item > .nav-link {
    border-bottom: #d4d3d3 thin solid;
  }

  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0;
    font-size: 24px;
    margin-left: 0px;
    text-align: center;
    color: #929292;
    border-bottom: #d4d3d3 thin solid;

    height: 47px;
  }

  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-treeview li {
    display: none;
  }

  .sidebar-mini.sidebar-collapse
    .main-sidebar.sidebar-focused
    .nav-sidebar
    .nav-treeview
    li,
  .sidebar-mini.sidebar-collapse
    .main-sidebar:hover
    .nav-sidebar
    .nav-treeview
    li {
    display: block;
  }

  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-item > .nav-link i {
    width: auto;
  }

  .sidebar-mini.sidebar-collapse
    .main-sidebar.sidebar-focused
    .nav-sidebar
    .nav-item
    > .nav-link,
  .sidebar-mini.sidebar-collapse
    .main-sidebar:hover
    .nav-sidebar
    .nav-item
    > .nav-link {
    font-size: 14px;
    text-align: left;
    color: #000;
    height: auto;
  }
  .sidebar-mini.sidebar-collapse
    .main-sidebar.sidebar-focused
    .nav-sidebar
    .nav-item
    > .nav-link
    i,
  .sidebar-mini.sidebar-collapse
    .main-sidebar:hover
    .nav-sidebar
    .nav-item
    > .nav-link
    i {
    width: 10px;
    display: inline-block;
  }

  .nav-sidebar .nav-item .nav-link i {
    width: 10px;
    display: inline-block;
  }
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    width: inherit;
    display: none;
  }
}

@media (max-width: 1040px) {
  .gov-logo {
    width: 200px !important;
    margin-top: 15px;
  }
}

.closemenu-big {
  position: absolute;
  top: 5px;
  left: 22px;
  color: #000000;
  font-size: 22px;
}
.closemenu-big i {
  color: #000000;
}

.closemenu-bigopen {
  position: absolute;
  top: 20px;
  left: 22px;
  color: #000000;
  font-size: 22px;
}


/* .dropdown-toggle::after {
    color: #9aa4b1;
} */

.p-height {
  min-height: 45px;
}

.view-pheight {
  overflow-y: scroll;
  max-height: 50px;
}

.content-wrapper .content {
  padding: 0 0.5rem;
}

.modal-body td .logCheck {
  margin-top: -10px;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
  opacity: 0.9 !important;
}

.modal-footer {
  justify-content: end;
}

.modal-body table.dataTable tbody th,
.modal-body table.dataTable tbody td {
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mt-2.mb-2 .dashbed-border-bottom {
  margin-bottom: 20px;
}

.nav-treeview .nav-link.active p {
  color: #00bce4;
}

/* .select2 {
  width: 100% !important;
} */

.tdRowcontentbreak {
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dash-scrollpage {
  max-height: 428px;
  overflow-y: auto;
  scrollbar-color: rgba(24, 47, 81, 0.2) #e4e2e2;
  scrollbar-width: thin;
}
.dash-scrollpage::-webkit-scrollbar {
  width: 5px;
  margin-right: 51px;
}
.dash-scrollpage::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #e4e2e2;
  border-radius: 10px;
}
.dash-scrollpage::-webkit-scrollbar-thumb {
  background-color: rgba(24, 47, 81, 0.2);
  border-radius: 10px;
}

/* .content-header {position: fixed; top: 0; right: 0; left: 0;} */
.content-header .row > .col-sm-8 > p {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
}
p.page-sub-head {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.notificationtab {
  width: 400px;
}

.notificationtab .notifylist {
  padding: 14px 20px;
  margin-bottom: 0;
}

/* 
.tooltip-inner {
    background-color: #fff;  
    border-radius: .25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    color: #000;
  }
  

  .bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #fff; 
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #fff; 
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #fff; 
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff; 
}

.tooltip.show { opacity: 1;} */

table.table-bordered.dataTable {
  margin: 0 !important;
  border-collapse: collapse !important;
}
table.dataTable tr td,
table.dataTable tr th {
  padding: 8px 10px !important;
  border: 1px solid #dee2e6 !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #607d8b;
  border-color: #607d8b;
}

.page-link {
  color: #3e3e3e;
}
.page-item.disabled .page-link {
  color: #b5b5b5;
}

.permission-tablenew tbody {
  border: #eee thin solid;
  box-shadow: 0px 3px 6px #2c28281c;
}
.permission-tablenew tbody::before {
  height: 6px;
}
.permission-tablenew tr td {
  padding: 20px 0.75rem !important;
}
.permission-tablenew thead tr td {
  padding: 0 0.75rem 18px !important;
}
.permission-tablenew td:first-child {
  padding-top: 9px !important;
  padding-left: 0.75rem !important;
}
.permission-tablenew thead tr td {
  border: none;
}
.permission-tablenew td:last-child {
  border-radius: 0;
  padding-right: 0.75rem !important;
}
.permission-tab-new-label label.logCheck {
  color: #464a4a;
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 24px;
}

.permission-tab-new-label .checkmark {
  width: 16px;
  height: 16px;
}
.permission-tab-new-label .logCheck .checkmark:after {
  left: 5px;
  top: 1px;
}
.permission-tablenew tr.permission-tab-new-label td {
  padding-top: 11px !important;
  border: #eee thin solid;
  padding-bottom: 15px !important;
}

.permiss-sub-sub-menu-tab label.logCheck {
  color: #a5a5a5;
}
tr.permiss-sub-sub-menu-tab td.left-margin-sub {
  padding-left: 37px !important;
}

.contract-formprofile .form-control {
  border: 1.5px solid #ced4da;
  padding: 12px 11px;
  border-radius: 10px;
}
.contract-formprofile .selectBtn {
  border: 1px solid #ced4da;
}

.reportTabing li {
  width: 25%;
}
.reportTabing .profileLink a {
  padding: 30px 7px;
  height: 150px;
  font-size: 16px;
}
.reportTabing li a.opacityTab {
  opacity: 1;
}
.reportTabing li a:hover,
.reportTabing .profileLink a:hover i {
  background: #00bce4;
  color: #fff;
}

.dash-new-table tr th {
  background: #f2f4f4;
  font-size: 12px;
  color: #9095a0;
  font-weight: normal;
}
.dash-new-table td,
.dash-new-table th {
  border: #f2f4f4 thin solid;
  background: #fff;
  padding: 4px 12px !important;
}

.dash-new-table td {
  background: #fff;
  border: #eee thin solid;
}
.dash-new-table tr {
  border-bottom: #f2f4f4 3px solid;
  background: none;
}

.dash-new-table tbody tr:nth-of-type(odd) {
  background-color: none;
}

.dash-new-table td:first-child {
  border-radius: 15px 0 0 15px;
  box-shadow: none;
}

.dash-new-table td:last-child {
  border-radius: 0 15px 15px 0;
  box-shadow: none;
}

.newaccordionepc .card {
  box-shadow: none;
  border: 1px #eee solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
.newaccordionepc .card-body {
  padding-bottom: 0px;
}
.newaccordionepc .card-header {
  background: #eee;
  padding: 10px;
}
.newaccordionepc .card-title {
  font-size: 14px;
}

.epcnewtableaccording .admintable tr th {
  background: #e0e0e0 !important;
}

.EPCmainhead th {
  font-size: 14px !important;
  padding: 7px !important;
}
.sub-headingEPC td {
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 7px !important;
}

.epcsub-head td {
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  padding: 7px !important;
  color: #000 !important;
}
.epcsub-itehead td {
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 7px !important;
  color: #484848 !important;
}
.epcsub-itehead2 td {
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 7px !important;
  color: #616161 !important;
}

.epcsub-itemhead td {
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 7px !important;
  color: #5a5a5a !important;
}
.epcsub-itehead td:nth-child(2),
.epcsub-itemhead td:nth-child(2),
.epcsub-itehead2 td:nth-child(2) {
  text-align: center;
}

.table-striped tbody tr.epcsub-head.footer:nth-of-type(odd) {
  background: #d2d2d2 !important;
}

.epcedittable textarea {
  width: 100%;
  height: 30px;
  color: #495057;
  font-size: 14px;
  border: #c5c5c5 thin solid;
  border-radius: 4px;
  padding: 4px;
}
.epcedittable input {
  width: 50px;
  height: 30px;
  color: #495057;
  font-size: 14px;
  border: #c5c5c5 thin solid;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
}

.epcedittable .epcsub-head td textarea {
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.epcedittable .epcsub-itehead td textarea,
.epcedittable .epcsub-itehead td input {
  font-size: 14px !important;
  font-weight: 700 !important;
}
.epcedittable .epcsub-itehead2 td textarea,
.epcedittable .epcsub-itehead2 td input {
  font-size: 13px !important;
  font-weight: 600 !important;
}
.epcedittable .epcsub-itehead2 td input,
.epcedittable .epcsub-itemhead td input,
.epcedittable .epcsub-itehead td input {
  margin-top: -5px;
}
.epcedittable .epcsub-itemhead td textarea,
.epcedittable .epcsub-itemhead td input {
  font-size: 13px !important;
}

.loadpopup-list tr td,
.loadpopup-list tr td:first-child {
  padding: 0 5px !important;
  cursor: pointer;
}
.loadpopup-list tbody::before {
  height: 0;
  display: table-row;
  content: "";
}

@media only screen and (min-width: 767px) {
  .min-Loginheight {
    min-height: 97vh;
  }
}

.btn-info {
  background-color: #00bce4;
  border-color: #00bce4;
}

.btn-info:hover {
  background-color: #096578;
  border-color: #096578;
  color: #fff !important;
}

.btn-warning {
  color: #fff;
  background-color: #ff7f30;
  border-color: #ff7f30;
}

.btn-warning:hover {
  background-color: #ff7f30;
  border-color: #ff7f30;
}

.orpromocodeline {
  position: relative;
}

.orpromocodeline:before {
  width: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  top: 9px;
  border: #eee thin dashed;
  left: 0;
  right: 0;
}

.orpromocodeline span {
  background: #fff;
  padding: 5px;
  position: relative;
  z-index: 2;
}

.loginTabs label {
  margin-bottom: 0;
}
.cc-avatxt {
  width: 24px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  font-size: 13px;
  display: inline-block;
  background: #773dbd;
  color: #fff;
  border-radius: 50%;
}

.text-info {
  color: #00bce4 !important;
}

.btn-secondary {
  background-color: #acaaaa;
  border-color: #acaaaa;
}

.tablemaxheighassign {
  max-height: 262px;
  overflow-y: scroll;
}

.modal .loginTabs .form-control {
  border-radius: 10px;
  padding: 12px 11px;
  height: auto;
  font-size: 14px !important;
  border: 1.5px solid #ffffff;
  background: #fff;
}

.modal .loginTabs .form-group label {
  margin-bottom: 0.5rem;
}

.otp-input input {
  width: 45px;
  margin-right: 13px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 15px;
  border: #f7f7f7 1px solid;
  background: #f7f7f7;
  outline: none;
  color: #031912;
  margin-top: 10px;
}

.otp-input input:focus {
  border: 1px solid #773dbd;
}
.otp-input input::placeholder {
  color: transparent;
}
.otp-input input:not(:placeholder-shown) {
  border: 1px solid #773dbd;
}
.registerverify-otp input {
  background: #ededed;
}

.text-underline {
  text-decoration: underline;
}

.comp-logo {
  height: 40px;
  margin-top: -6px !important;
}

.user-profile .dropdown-menu.notificationtab {
  top: 13px !important;
  border-radius: 20px;
  border: 0px;
}
.notificationtab {
  width: 350px;
}
.notificationtab .notifylist {
  padding: 14px 16px;
  margin-bottom: 0;
}

.notify-detil {
  height: 400px;
  overflow-y: scroll;
}

.notify-detil::-webkit-scrollbar {
display: none;

}
.notify-detil::-webkit-scrollbar-track {
  box-shadow: none;
  background: #eee;
  border-radius: 10px;
}
.notify-detil::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.cursor-pointer {
  cursor: pointer;
}
.progress {
  height: 7px;
  border-radius: 10px;
}
.progress-bar {
  height: 7px;
  border-radius: 10px;
  background-color: #753cbe;
}
.profcomple {
  color: #753cbe !important;
  font-weight: 500;
}
.profcomple:hover {
  color: #753cbe !important;
}

a.btn:focus,
a.btn-md:focus {
  color: #fff !important;
}
.btn-secondary:hover {
  color: #fff !important;
}

.package-image {
  width: 80px;
  height: 70px;
  border-radius: 10px;
  padding: 15px;
  border: #753cbe thin solid;
}
.package-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: -40px;
  margin-bottom: 25px;
  border: #fff 3px solid;
  box-shadow: 0 0 7px 5px rgb(0 0 0 / 10%);
}
.cc-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.package-section {
  padding: 20px;
}
.cc-section {
  margin-top: 25px;
  padding-top: 15px;
}

.package-section h5 {
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  padding-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  color: #773dbd;
}
.package-section h6 {
  color: #6e6d6d;
  font-size: 12px;
}
.package-section p {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
.package-section p strike {
  color: #999;
  font-size: 13px;
}

.pack-details p {
  color: #8a8a8a;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  line-height: 20px;
}
.pack-details h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-right: 0;
  color: #000;
  line-height: 18px;
  white-space: inherit;
}

.card-btn {
  padding: 4px 15px;
  border-radius: 7px !important;
  margin-right: 0;
}
.card-btn.btn-outline-primary {
  background: #fff;
  color: #773dbd;
  border: #773dbd thin solid !important;
}
.card-btn.btn-outline-primary:hover {
  background: #773dbd;
  color: #fff !important;
  border: #773dbd thin solid !important;
}

.card-btn.btn-outline-secondary {
  background: #fff;
  text-decoration: none;
  color: #6c757d;
  border: #6c757d thin solid !important;
  margin: 0 !important;
}
.card-btn.btn-outline-secondary:hover {
  background: #6c757d;
  color: #fff !important;
  border: #6c757d thin solid !important;
}
.pack-action {
  background: #eee;
  padding: 10px;
  border-radius: 10px;
}

.card-btn.btn-outline-danger {
  background: #fff;
  text-decoration: none;
  color: #f25252;
  border: #f25252 thin solid !important;
  margin: 0 !important;
}
.card-btn.btn-outline-danger:hover {
  background: #f25252;
  color: #fff !important;
  border: #f25252 thin solid !important;
}
.pack-action {
  background: #eee;
  padding: 10px;
  border-radius: 10px;
}

.grid-status {
  position: absolute;
  top: -5px;
  right: 0;
}
.bad-status {
  border-radius: 25px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 11px;
}

.bad-status.badge-danger {
  background: #f252521a;
  color: #f25252;
}

.bad-status.badge-success {
  background: #089d121a;
  color: #089d12;
}

.bad-status.badge-warning {
  background: #e697001a;
  color: #e69700;
}

.titlepad {
  margin-bottom: 15px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-bottom: 5px;
  margin-top: 0 !important;
}
.select2-container--default .select2-selection--multiple {
  padding: 0 !important;
}

.publsih-sticky {
  position: sticky;
  top: -20px;
  z-index: 10;
  background: #f2f4f4;
}
.staturightghead {
  min-width: inherit;
  font-size: 17px;
  font-weight: 600;
}

.heart-icon {
  position: absolute;
  top: 10px;
  z-index: 10;
  right: 0;
}
.heartchkbox {
  display: inline-block;
  margin-bottom: 18px;
}
.heartchkbox .checkmark {
  font: normal normal normal 14px/1 FontAwesome;
  background: none;
  border: none;
}
.heartchkbox:hover input ~ .checkmark {
  background: none;
  border: none;
}
.heartchkbox .checkmark:after {
  content: "\f08a";
  transform: rotate(0deg);
  color: #000;
  font-size: 20px;
  border: none;
  display: block;
}
.heartchkbox input:checked ~ .checkmark {
  background: none;
  border: none;
}
.heartchkbox input:checked ~ .checkmark:after {
  content: "\f004";
  color: #00bce4;
}

.search-address {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 300px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;

}

/* .uploadBtn {
  color: #ffffff;
  border: none;
  outline: none;
  text-align: center;
  font-size: 13px;
  border-radius: 10px;
  padding: 6px 15px;
} */

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: -124px;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 500px;
  font-size: 20px;
  width: 900px;
}

.up-loposition {
  position: absolute;
  right: 20px;
  top: 37px;
}
.uploaded-doc {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  position: relative;
  background: #eee;
}
.uploaded-doc i {
  font-size: 40px;
  display: block;
  text-align: center;
  line-height: 80px;
}
.uploaded-doc > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
}
.uploaded-doc a {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
  text-align: center;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.received_withd_msg p {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #333333;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 5px 10px 5px 12px;
  width: auto;
  display: inline-block;
}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 0px 0 0;
}

.mesgs {
  width: 100%;
}

.sent_msg p {
  background: #e3e7e8 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #333333;
  padding: 5px 10px 5px 12px;
  width: auto;
  display: inline-block;
}

.outgoing_msg {
  overflow: hidden;
  margin: 26px 10px 26px 0;
}

.sent_msg {
  float: right;
  /* width: 46%; */
}

.chat-send-box .uploadBtn {
  margin: 0;
  margin-right: 6px;
  padding: 13px 12px;
}
.chat-send-box img {
  width: 20px;
}
.chat-send-box .form-control {
  border: 1px solid rgba(119, 119, 119, 0.5) !important;
  font-size: 14px;
  font-family: "Georgia" !important;
  padding: 7px 10px;
  border-right: none !important;
}
.chat-send-box .input-group-text {
  background: #fff;
  border: 1px solid rgba(119, 119, 119, 0.5) !important;
  border-left: none !important;
}

.chatheightfix {
  height: calc(100vh - 186px);
  overflow-y: auto;
  scrollbar-color: rgba(51, 51, 51, 0.7) #e3e7e8;
  scrollbar-width: thin;
}

.chatheightfix::-webkit-scrollbar {
  width: 5px;
  margin-right: 51px;
  height: 12px;
  margin-top: 10px;
}
.chatheightfix::-webkit-scrollbar-track {
  box-shadow: none;
  background: #eee;
  border-radius: 10px;
}
.chatheightfix::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/*Super Admin css*/
.lab-superlogo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
  padding: 4px;
}
.lab-superlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.superadminlablogo {
  background: #fff;
  padding: 5px;
}
.superadminlablogo img {
  object-fit: contain;
  border-radius: 0;
}

.full-detilastxt h5 {
  text-overflow: inherit;
  overflow: inherit;
  white-space: normal;
}

.pack-details .cc-avatxt {
  line-height: 24px;
}

.onlinestatus {
  position: absolute;
  right: 4px;
  bottom: 3px;
  width: 15px;
  height: 15px;
  background: #38cb2e;
  border: #fff thin solid;
  border-radius: 50%;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 40%);
}
.onlinestatus.offline {
  background: #f25f84;
}

/* ======================================================= */
.notifications-icon {
  background: #ffffff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 38px;
}
/* .notifications-icon img{height: 22px;} */
/* .notifications-icon img{ height: 100%; width: 100%; } */
.img-circle-icon {
  height: 45px;
  width: 45px;
  margin-left: 10px;
}
/* .img-circle img{} */

.dropdown-chart-top .btn {
  padding: 4px 15px;
  background: #f4f8ff;
  color: #000000;
  font-size: 14px;
  font-weight: 500px !important;
}
/* .chart{height: 100%; width: 100%;} */
.selling-point h1 {
  color: #000000;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}
.selling-point h1 span {
  font-size: 24px;
}
.selling-point p {
  color: #b3b8bd;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}
.selling-point p span {
  color: #000000;
  font-weight: 800;
}
.downld-icon p {
  margin: 0;
  margin-left: 7px;
  font-size: 12px;
  font-weight: 700;
  color: #7415AE;
}

/* =========================== */
/* =======admin-login======== */

.login-area{ background: linear-gradient(to left, #F3F5F9 50%, #ffffff 50%);}
.login-area .text-center h1{color: #000000; font-weight: 600; margin: 0;}
.login-area .text-center p{color: #B3B8BD; font-weight: 400; margin: 0; font-size: 16px;} 
.login-form input{background:#F4F8FF !important; border: 1px solid #888888 !important;}
.form-check-label{color: #000000 !important; font-size: 16px;}
.footr-text p{color: #000000 !important; font-size: 14px !important; margin: 0; font-weight: 500;}
.login-area-bg img{mix-blend-mode: multiply; height: 350px; width: 440px;}
.login-area-bg{text-align: center;}
/* .login-page-bg{} */


/* ================================ */

.chart-valuescontent h6 { font-weight: 600; font-size: 12px; margin-bottom: 0px; padding-top: 8px;}
.chart-valuescontent i { font-size: 10px; font-size: 10px; margin-right: 5px;}
.green-icon { color: #7415AE;}
.yellow-icon { color: #F4DB50;}
.dark-greenicon { color: #354C2A;}
.gray-icon { color: #E3E3E3;}
.chart-valuescontent h1 {margin: 0;  font-size: 16px; font-weight: 600; color: #000000;}
.chart-valuescontent p {margin: 0; color: #B3B8BD; font-size: 14px;}

/* .sidebar-mini.sidebar-collapse .nav-sidebar .nav-item > .nav-link {} */
.nav-sidebar .nav-item .nav-link {border-bottom: 0px !important; align-items: center; padding: 15px; display: flex; align-items: center;}
.nav-sidebar .nav-link img{height: 18px;}
.nav-sidebar .nav-link p {font-size: 13px; color: #52575D; margin: 0px;}
/* .layout-fixed .wrapper .sidebar {height: 100%;} */
/* .sidebar-mini.sidebar-collapse .nav-sidebar .nav-item > .nav-link {} */
/* .time-index h1{background: transparent; text-align: center; font-size: 14px; margin-right: 10px; font-weight: 600; padding: 5px 10px; border-radius: 6px;} 
.time-index .active{background: #E3E9EF;} */
.top-customer img{height: 40px; width: 40px; object-fit: cover; border-radius: 50%;}
.top-customer h6{margin: 0; color: #52575D; font-size: 16px; font-weight: 500;}
.top-customer p{margin: 0; color: #B3B8BD; font-size: 14px; font-weight: 400;}
.top-customer td { border-top: 0px; padding:8px 0px; background: #ffffff !important;}
.top-customer td:last-child{padding-bottom: 0px;}
.project-sell-performance .time-index h1{margin: 0px;}
.content-header {position: relative; background: #f3f5f9; padding: 20px 0.5rem;}
.times-point h1{font-size: 38px; font-weight: 600;}

.top-search-bar .search-form .form-group input.form-control::-webkit-input-placeholder{display:none;}
.top-search-bar .search-form .form-group input.form-control::-moz-placeholder{ display:none;}
.top-search-bar .navbar-right{ min-width:450px; /*or I can probably just use columns*/}
.top-search-bar .navbar-right form{ width:100%;}
.top-search-bar .form-group{ position:relative; width: 0%; min-width:45px; height:45px; overflow:hidden; transition: width 1s; backface-visibility:hidden; margin-bottom: 0px;}
.top-search-bar .form-group input.form-control {position:absolute; top:0; right:0; outline:none; width:100%; height:45px; margin:0; z-index:10; border-radius: 200px; border: none;}
.top-search-bar input[type="text"].form-control{ -webkit-appearence:none; /* -webkit-border-radius:0; */ border: 0px !important;}
.top-search-bar .form-control-submit,.search-label{width: 45px; height:45px; position:absolute; right:0; top:0; padding:0; margin:0; text-align:center; cursor:pointer; line-height:39px; background:#FFFFFF; border-radius: 200px;}
.top-search-bar .form-control-submit{background:#fff; opacity: 0; color:transparent; border:none; outline:none; z-index:-1;}
.top-search-bar .search-label{z-index:90;}
.top-search-bar .form-group.sb-search-open,.no-js .sb-search-open{width:350px;}
.top-search-bar .form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {background: #FFFFFF;	color: #fff; z-index: 11; border-radius: 40px;}
.top-search-bar .form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {z-index: 90;}
.top-search-bar .search-label img{height: 18px;}

.nav-icon { margin: 0 auto; }
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active p{color: #7415AE !important;}
.notificationbar-2 {margin-left: 10px;}
.notificationbar{margin-left: 10px;}
.padd-bot-one{padding-bottom: 12px;}
.notifications-head-text{color: #000000; font-size: 22px; margin: 0px; font-weight: 500;}

.notifylist {color: #000000 !important; font-size: 15px; font-weight: 500;}
.notifylist small{color: #B3B8BD; font-size: 15px; font-weight: 500;}
.notifylist i{color: #7415AE;font-size: 10px;}
/* .notifylist:hover { color: #7415AE !important;} */
.notify-detil a{text-decoration: none;}
.font-weight-normal{color: #B3B8BD;}
.form-fill [type="checkbox"].filled-in:not(:checked)+label:after{border: 1px solid #888888; background: #ffffff;}
.form-fill [type="checkbox"].filled-in:checked+label:after{border: 1px solid #888888; background: #FFFFFF;}
.form-fill [type="checkbox"].filled-in:checked+label:before {border-right: 2px solid #7415AE; border-bottom: 2px solid #7415AE;}
.myChart2{height: 155px !important;}

.ordr-mngmnt-tabs{margin-top: 30px;}
.tab-box{min-width: 250px; padding: 20px 10px; box-shadow: 0px 10px 20px #52575D1A; border-radius: 14px; background: #ffffff; margin-right: 10px; border: 1px solid #ffffff;}
.tab-box h1{margin: 0; font-size: 34px; font-weight: 600; color: #000000;}
.tab-box p{ margin: 0; padding-left: 14px; color: #000000; font-size: 14px; font-weight: 500;}
.tab-box .left-bdr{border-left: 1px solid #D0DBE5;}
.order-tab-icon{ background: #F4F8FF; height: 60px; width: 60px; border-radius: 50px; line-height: 50px;}
.order-tab-icon img{height: 20px;}
.tab-box .org{color: #FF8E71;}
.tab-box .ylw{color:#F4DB50;}
.tab-box .grn{color: #7415AE;}
.tab-box-1{border: 1px solid #707070;}
.tab-box-2{border: 1px solid #FF8E71;}
.tab-box-3{border: 1px solid #F4DB50;}
.tab-box-4{border: 1px solid #7415AE;}
.filter-box{width: 139px; float: right;}



/* .filter-icon{padding: 6px 0px;} */
.filter-context{padding: 5px 0px;}
.filter-context img{height: 23px; width: 20px;}
.filter-context p{margin: 0px; font-size: 16px; color: #354C2A; font-weight: 500;}
.filter-box{border-radius: 6px; background: #F4F8FF; border: 1px solid #D0DBE5;}
/* .filter-box .bdr-lft{ border: 1px solid #D0DBE5; height: 00%;} */
/* .speedChart { width: 100%;} */
.order-list thead th{padding: 9px; border: 0px; background: #E3E9EF; color: #B3B8BD; font-size: 14px; font-family: 500; margin: 0;}
.order-list thead th:first-child{border-radius: 6px 0px 0px 6px;}
.order-list thead th:last-child{border-radius: 0px 6px 6px 0px;}
.order-list tbody td{padding: 22px 9px; border: 0px; background: #FFFFFF; color: #000000; font-size: 14px; font-weight: 600; margin: 0;}
.order-list tbody td small{color: #888888; font-size: 14px; font-weight: 500;}
.order-list tbody td .badge-secondary{ color: #7415AE; font-size: 14px; font-weight: 500; background: #7415ae33; border-radius: 6px; border: 1px solid #7415AE; }

.order-list tbody td h5{margin: 0px; font-size: 14px; font-weight: 500; color: #52575D;}
.order-list tbody td h5 i{font-size: 16px;}
.order-list tbody td .org i{color: #FF8E71;}
.order-list tbody td .grn i{color: #7415AE;}
.order-list tbody td .ylw i{color: #F4DB50;}
.order-list tbody tr:hover td{background: #EAF2FF; transition: 0.4s;}
.order-list tbody tr:hover td:first-child{border-radius: 6px 0px 0px 6px;}
.order-list tbody tr:hover td:last-child{border-radius: 0px 6px 6px 0px;}
.ordr-mngmnt-tabs a{text-decoration: none;}
/* .project-list tbody tr:hover td{height: 50px !important;} */

.pagination-order ul li .active {background-color: #7415AE; color:#ffffff !important; border-radius: 8px;}
.pagination-order ul li .page-link i{color: #BABDBF; font-size: 20px;}
.pagination-order ul li .page-link {margin: 0; color: #52575D ; font-size: 14px; font-weight: 500; border: 0px; text-decoration: none;}
.filter-modal .modal-content .modal-body .form-group input{padding: 12px 11px !important; border: 1px solid #888888;}
.filter-check [type="checkbox"].filled-in:checked+label:after {border: 1px solid #D0DBE5; background: #ffffff;}
.filter-check [type="checkbox"].filled-in:not(:checked)+label:after{border: 1px solid #D0DBE5; background: #ffffff;}
.filter-check [type="checkbox"].filled-in:checked+label:before{ border-radius: 8px; width: 20px; height: 20px; border: 7px solid #7415AE; transform: rotateZ(0deg); left: 0px; top: -2px;}
.filter-check [type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {transition: none;}
/* .check-filter-box {justify-content: space-between; display: flex; align-items: center;} */
.filter-check [type="checkbox"]+label{font-size: 14px; color: #000000; font-weight: 500;}
.by-cetogry-text{font-size: 18px; color: #000000; font-weight: 500;}
.filter-modal .modal-body {padding: 0px;}
.filter-modal .modal-header{border-bottom: none; padding: 0px;} 
.filter-modal .modal-content {padding: 20px 30px;}
.filter-modal{top: 60px; left: 400px;}
.btn-filter{padding: 8px 55px;}
.close-btn-filter {font-size: 12px; color: #888888 !important; font-size: 500; background: #F4F8FF !important; border-radius: 180px;}
.project-cri .btn-filter {padding: 7px 30px;}
.dot-dropdown-btn i{color: #D0DBE5; font-size: 22px;}
.dot-dropdown-btn i:hover{color: #7415AE;} 
.dot-dropdown .dropdown-menu{border: none; min-width: 100px; border-radius: 10px; position: relative; left :-8px !important;}
.dot-dropdown .dropdown-menu:after {bottom: 100%; left: 50%; border: solid #FFFFFF; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(213, 213, 213, 0); border-bottom-color: #ffffff; border-width: 10px;margin-left: -10px;}
.dot-dropdown .dropdown-menu a{background: transparent; text-decoration: none; color: #B3B8BD;}
.dot-dropdown .dropdown-menu a:hover{text-decoration: underline; color: #7415AE;}
.modal-top-head h1{color: #000000; font-size: 24px; font-weight: 500; margin: 0;}
.new-modal .modal-header{border-bottom: 0px;}
.new-modal .modal-body{padding-top: 0px; padding-bottom: 50px !important; padding-left: 40px; padding-right: 40px;}

.upload-btn-wrapper { position: absolute; overflow: hidden; display: block; top:7px; right: 4px;}
.uploadBtn { background: #7415AE; border-radius: 6px; outline: none; text-align: center; padding: 7px 20px; color: #FFFFFF; 
font-weight: 400; font-size: 16px; border: none;}
.upload-btn-wrapper input[type=file] {font-size: 100px; position: absolute; left: -104px; top: 0; opacity: 0; cursor: pointer; height: 500px;
font-size: 20px; width: 900px;}
.form-group .support-text {color: #888888; font-size: 12px; font-weight: 500; margin: 0px;}
.map-input-icon{position: absolute; top: 10px; right: 15px;}

.switch { position: relative; display: inline-block; width: 50px; height: 17px; }
.switch input {  opacity: 0; width: 0; height: 0; }
.slider {
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #8BEE8D;
     -webkit-transition: .4s;
     transition: .4s;
     border: none;
   }
   .slider:before {
     position: absolute;
     content: "";
     height: 26px;
     width: 26px;
     left: -3px;
     bottom: -5px;
     background-color: #7415AE;
     box-shadow: 0px 7px 6px #00000029;
     -webkit-transition: .4s;
     transition: .4s;
    
   }

   input:checked + .slider { background-color: #8BEE8D; border: 0px;}
   input:focus + .slider{ box-shadow: 0 0 1px #8BEE8D;}
   /* input:checked + .slider::before */
   
   input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px);
     transform: translateX(26px); left: 0px !important; background: #7415AE;}
   .slider.round { border-radius: 34px; }
   .slider.round:before { border-radius: 50%;}
   .slider-text{ font-size: 18px; color: #000000; font-weight: 700; }

   .badge-draft{background: #E3FFD5; border-radius: 5px; padding: 3px 10px; color: #7415AE; border: 1px solid #7415AE;}
   .project-list tbody td a{text-decoration: none; color: #000000;}
   .active-toggle p{color: #000000; font-size: 14px; font-weight: 600;}
   .Azadirachta-indica-map iframe{height: 700px;}
   .Azadirachta-indica p{font-size: 15px; color: #000000; font-weight: 500;}
   .Azadirachta-indica .btn{background: #354C2A !important; color: #ffffff !important; font-size: 14px; padding: 8px 20px;}
   .edit-box{ width: 120px; position: absolute; top: 120px; background: #fff; left: 17px; border-radius: 6px;}
  .edit-box .edit-context p{font-size: 16px; margin: 0px; color: #000000; font-weight: 600;}
  .edit-box .edit-context img{height: 18px;}
  .edit-box .edit-context{padding: 10px 0px;}
  .fieldry-detail h4{color: #FFFFFF; font-size: 16px; font-weight: 400;}
  .fieldry-detail{background: #002A01; border-radius: 10px; box-shadow: 0px 3px 6px #00000029; width: 200px; padding: 30px 20px; position: absolute; top: 30px; right: 30px;}
  .dashed-border{border-bottom: 1px dashed #707070;}
  .latitude-detail{background: #000000; width: 230px; padding: 20px 30px;}
  .latitude-detail h4{font-size: 14px;}
  .filename-box{background: #7415AE; width: 170px; float: right; border-radius: 6px;}
  .filename-box .filter-context p{color: #ffffff;}
  .filename-box .filter-context i{color: #ffffff;}
  .filename-box .filter-context{padding: 8px 0px;}



  /* ========================== */
  .dropdown-chart-top  .dropdown-menu { transform: translate3d(-50px, 29px, 0px); }
  .project-dropnew { background: #F4F8FF; border: 1px solid #DEDEDE; border-radius: 6px;
  padding: 9px 11px; font-weight: 500; color: #000000; font-size: 14px; }
  .down-arrowlogo { font-size: 18px !important; padding-left: 20px; }
  .project-dropdownbox { width: 650px; transform: translate3d(-1px, 40px, 0px) !important; } 
  .project-dropcontentbox { padding: 10px 13px; }
  .project-label { font-weight: 500 !important; font-size: 14px !important; color: #000000 !important; }
  .download-contenttext p { color: #7415AE; font-weight: 500; font-size: 15px; margin-bottom: 0px; text-decoration: underline;
     display: flex; align-items: center; }
  .download-contenttext h5 { color: #5D7D4D; font-weight: 500; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }

  .order-detailscontent { background: #F6FCF7; border: 1px solid #E3E9EF; border-radius: 8px; padding: 15px 13px; }
  .order-detailscontent p { color: #011027; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
  .order-detailscontent p span { color: #888888; padding-right: 15px; }
  .order-detailscontent h6 { color: #99A199; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
  .gray-icon { color: #99A199; font-size: 18px; }
  .order-detailscontent h5 { color: #000000; font-weight: 500; font-size: 15px; margin-bottom: 0px; padding-top: 8px; }
  .ordermanagement-rightbox { background: #F3F5F9; border-radius: 8px; opacity: 1; padding: 15px 20px; }
  .ordermanagement-rightbox h1 { color: #000000; font-weight: 700; font-size: 18px; margin-bottom: 0px; }
  .ordermanagement-rightbox h2 { color: #304831; font-weight: 500; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }
  .ordermanagement-rightbox h3 { color: #99A199; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
  .ordermanagement-rightbox h4 { color: #000000; font-weight: 700; font-size: 14px; margin-bottom: 0px; padding-top: 3px;  }
  .ordermanagement-rightbox p { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px;  }

  .invoce-content h6 { color: #99A199; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
  .invoce-content p { color: #000000; font-weight: 500; font-size: 15px; margin-bottom: 0px; line-height: 21px; padding-top: 5px; }
  .invoce-content h1 { color: #000000; font-size: 16px; font-weight: 700; margin-bottom: 0px; padding-top: 20px; }
  .total-contentinvoice p { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
  .invoice-logo { height: 60px; }
  
.invoice-tableborder {border-collapse: separate; border-spacing: 0;  }
.invoice-tableborder  tr{ border: 1px solid #BABDBF; }
.invoice-tableborder td{ border: 1px solid #BABDBF; border-top: none; border-right: none; color: #000000; font-weight: 500;
   font-size: 14px; padding: 10px 20px; }
.invoice-tableborder th{ border: 1px solid #BABDBF; background-color: #F3F5F9; color: #B3B8BD; font-size: 14px; font-weight: 500;
border-right: none; padding: 10px 20px; }
.invoice-tableborder td:last-child { border-right: 1px solid #BABDBF; }
.invoice-tableborder th:last-child { border-right: 1px solid #BABDBF; }
.invoice-tableborder tr:first-child td:first-child{ border-top-left-radius: 10px; }
.invoice-tableborder tr:last-child td:first-child{ border-bottom-left-radius: 10px;}
.invoice-tableborder  tr:first-child td:last-child{ border-top-right-radius: 10px; }
.invoice-tableborder  tr:last-child td:last-child{ border-bottom-right-radius: 10px; }
/*  */
.invoice-tableborder tr:first-child th:first-child{ border-top-left-radius: 10px;  }
.invoice-tableborder tr:last-child th:first-child{ border-bottom-left-radius: 10px; }
.invoice-tableborder tr:first-child th:last-child{ border-top-right-radius: 10px; }
.invoice-tableborder tr:last-child th:last-child{ border-bottom-right-radius: 10px; }

  .Azadirachta-indica .dropdown .btn {font-size: 12px;}
  .form-control{color: #000000; font-size: 16px; font-weight: 500; border: 1px solid #888888;}
  .form-control ::placeholder{color: #BABDBF; font-size: 16px; font-weight: 500;}
  .form-control:focus{color: #000000; font-size: 16px; font-weight: 500}
  .navbg {display: none;}
  .leftmenuaction{display: none;}
  .badge-blank{background: #F3F5F9; border: 1px solid #BABDBF; border:1px solid #BABDBF; font-size: 14px; color: #354C2A; border-radius: 6px; font-weight: 500;}
  .new-edit-btn .btn{width: 140px;  padding: 7px 0px; font-weight: 400;}
  .btn-edit{background: #F4F8FF !important; color: #354C2A !important; border: 1px solid #D0DBE5 !important;}
  .discount-calcu .btn-calcu{width: 200px; padding: 7px 0px; color: #000000;}
  .upload-lable-wrapper { top: 38px;} 
  .plant-add-textarea textarea {height: 166px;}
  .price-calculated input::placeholder {font-size: 18px; color: #7415AE;}
  .price-calculated {position: relative;}
  .price-calculated input { color: #7415AE !important; font-size: 18px !important; padding: 11px;}
  .price-calculated p{color: #000000; font-size: 18px; font-weight: 600; margin: 0; position: absolute; top: 12px; right: 30px;}
  /* .btn:hover {color: #ffffff;} */
  .batch-details h4{color: #000000; font-size: 20px; font-weight: 500; margin: 0;}
  
  .batch-row p{color: #BABDBF; font-size: 16px; font-weight: 400;}
  .form-group .dark-text{font-weight: 700;}
  .form-group .dark-text::placeholder{color: #000000;}
  .form-group .light-form::placeholder{color: #000000;}
  .form-group .light-form {background: #F3F5F9; font-weight: 700;}
  .grn-form-group input {font-weight: 700; color: #7415AE !important; font-weight: 700 !important; border: 1px solid #7415AE !important;}
  .grn-form-group input::placeholder{color: #7415AE;}
  .grn-form-group p{ color: #000000; font-size: 16px; font-weight: 700; position: absolute; top: 12px; right: 20px;}
  .add-batch .btn{ padding: 22px 20px; color: #ffffff;}
  .add-batch-feild input{border: 1px solid #888888; background: #ffffff; font-size: 18px; font-weight: 600;}
  .add-batch-feild button{ background: #FFFFFF !important; border: 1px solid #888888 ; color: #BABDBF !important; font-size: 16px; font-weight: 500; padding: 0px 30px;}
  .order-list tbody td .live-text{color: #7415AE;}
  .live-badge{background: #ffffff; border: 1px solid #BABDBF; padding: 3px; border-radius: 50px; margin: 0px; color: #000000;}
  .dropdown-create {position: relative;}
  .dropdown-create .btn{ background: #F3F5F9; border: 1px solid #BABDBF; text-align: left; font-size: 14px; font-weight: 800; padding: 14px 11px; height: auto; position: relative;}
  .dropdown-create .dropdown-toggle::after{position: absolute;  top: 22px; right: 20px;}
  .dropdown-create .dropdown-menu {top: 0px !important; width: 100%; box-shadow: 0px 13px 6px #00000029; background: #ffffff; border: none; padding: 20px; transform: translate3d(1px, 83px, 0px);}
  .dropdown-create .dropdown-menu .dropdown-item{font-size: 14px; font-weight: 800; border-radius: 10px; line-height: 30px;}
  .dropdown-create .dropdown-menu .dropdown-item:focus,.dropdown-item:hover{background: #F3F5F9;}
  .tree-input-row tbody td:first-child{ width: 400px;}
  .batch-row  tr td {padding: 20px 10px; border-top: 0px; border-radius: 10px;}
  .batch-row {margin: 0px;}
  .batch-row  td:first-child{ padding-left: 20px;}
  .batch-row .form-group{margin: 0;}
  .batch-dashed-border{ border: 1px dashed #80A76C; border-radius: 8px;}
  .create-table-row tbody td:first-child{width: 250px;}
  .create-table-row tbody td:nth-child(4){width: 100px;}
  .batch-row .dropdown-create .btn {border-color: #888888; background: #ffffff;}
  .batch-row .dropdown-create .dropdown-toggle::after{position: initial; margin-left: 30px;}
  .batch-row .dropdown-create .dropdown-menu .dropdown-item{z-index: 10px;}
  .batch-row .fade-dropdown .btn{color: #BABDBF;}
  .form-group label {color: #000000; font-size: 16px; font-weight: 400;}
  .form-group label .danger{color: #FF8E71;}
  .btn-p{padding: 13.5px 0px;}
  .exchange-bx{border: 1px solid #BABDBF !important; background: #ffffff; padding: 8px 10px; border-radius: 6px; color: #354C2A !important;  font-size: 14px; font-weight: 500;}
  .exchange-bx::placeholder {color: #354C2A !important;}
  .dlt-pink{border: 1px solid #FF8E71; background: #FFF7F5; font-size: 12px; font-weight: 500; color: #354C2A; padding: 4px 10px; border-radius: 6px;}
  .exchange-table tbody td { padding: 10px 20px;}
  .exchange-table thead th { padding: 9px 20px;}
  .exchange-text p{color: #000000; font-size: 18px; font-weight: 800; margin: 0;}
  .order-list tbody td .inventory{color: #5D7D4D; text-decoration: underline;}
  .order-list tbody td h4{color: #000000; font-weight: 800; margin: 0; font-size: 14px;}
  .order-list tbody td .silv i {color: #BABDBF;}
  .order-list tbody td .badge-secondary{width: 80px;}
  .badge-s { background: #E3FFD5; color: #7415AE; border: 1px solid #A7C597; padding: 7px 0px;}
  .badge-result {width: 70px; border-radius: 6px; font-size: 12px; font-weight: 500;} 
  .badge-f { background: #FFFFFF; color: #FF8E71; border: 1px solid #F49D50; padding: 7px 0px;}
  .log-table tbody tr:hover td {font-weight: 800;} 
  .log-table tbody tr:hover td:first-child{font-weight: 600;}
  .log-schedule img {height: 21px; width: 21px;}
  .status-data{color: #888888;}
  .status-data-a{color: #7415AE;}
  .order-list tbody td .filter-check [type="checkbox"].filled-in:not(:checked)+label:after {border: 1px solid #E3E9EF;}
  .search-form-group input {border: 1px solid #D0DBE5 !important; background: #ffffff; color: #B3B8BD !important; font-size: 14px; font-weight: 500; padding: 9px 15px !important; border-radius: 6px;}
  .search-form-group input:focus{border: 1px solid #D0DBE5;}
  .search-form-group {position: relative;}
  .search-form-group img{position: absolute; top: 11px; right: 20px; height: 20px; width: 20px;}
  .user-prop img{height: 40px; width: 40px; object-fit: cover; border-radius: 50%;}
  .downld-badge{background: #F4F8FF; border: none; color: #5D7D4D ; font-size: 12px; font-weight: 800; border-radius: 5px; padding: 8px 20px;}
  .btn-member{border-radius: 5px; font-size: 12px; font-weight: 800; padding: 3px 0px; width: 80px; background: #ffffff;}
  .btn-dlt{color: #7415AE !important; border: 1px solid #80A76C;}
  .btn-blck{color: #FF8E71 !important; border: 1px solid#F49D50;}
  .member-table tbody td{padding: 10px;}
  /* .access-level-table tbody td .grn i{font-size: 26px;} */
  .access-level-img {height: 40px; width: auto;}
  .access-level-img img {height: 50px; width: 50px; object-fit: cover; border-radius: 50%;} 
  .access-level-table tbody td{ border: 1px solid #E3E9EF;}
  .access-level-table tbody td:first-child{border-left: none;}
  .access-level-table tbody td:last-child{border-right: none;}
  .assign-member-dropdown .dropdown-create .btn {background: #ffffff; border: 1px solid #888888; color: #BABDBF; font-weight: 500;}
  .card-sub-title{margin: 0; color: #000000; font-size: 16px; font-weight: 500;}
  .proposal-group input{border: 1px solid #686868 !important; padding: 20px; border-radius: 8px; font-size: 16px !important;}
  .proposal-group{margin-bottom: 20px;}
  .user-info-group input::placeholder{color: #000000 !important;}
  .user-dets-group input::placeholder{color: #99A199;}
  .or-div p {margin: 0px; color: #000000; font-size: 16px; font-weight: 600;}
  .sch-button {position: fixed; top: 500px; right: 35px; z-index: 10;}
  .btn-sch {font-size: 16px; font-weight: 500; padding: 20px 40px; border-radius: 8px;}
  .prop-check [type="checkbox"].filled-in:not(:checked)+label:after{border: 1px solid #686868;} 
  .prop-check [type="checkbox"].filled-in:checked+label:after{border: none; background: #354C2A;}
  .prop-check [type="checkbox"].filled-in:checked+label:before{border-right:2px solid #ffffff; border-bottom: 2px solid #ffffff;}
  .prop-check label{color: #000000; font-size: 16px !important; font-weight: 600;}
  .prop-check{margin-bottom: 10px;}
  .proposal-group{position: relative;}
  .user-date-site input{background: #E4F5E5 !important; padding: 20px 70px;}
  .proposal-group .tree-plant-icon{ position: absolute; top: 45px; left: 20px;}
  .user-date-site i {position: absolute; right: 15px; top: 50px; font-size: 30px !important;}
  .user-private-site input{padding: 20px 70px;}
  .map-proposal iframe{width: 100%; height: 340px; border-radius: 10px;}
  .upon-numeric {background-color: #304831; border: 2px solid #ffffff; border-radius: 50%; text-align: center; padding: 28px 24px; position: absolute; top: 100px; left: 530px;}
  .upon-numeric h1{font-size: 22px; font-weight: 500; color: #FFFFFF; margin: 0;}
  .proposal-group textarea { border: 1px solid #686868 !important; padding: 20px; border-radius: 8px; font-size: 16px !important; width: 100%; height: 120px; color: #99A199; font-size: 16px; font-weight: 500; }
  .btn-submit-dark{ background: #002A01; color: #ffffff !important; border-radius: 8px; padding: 20px; box-shadow: 0px 3px 6px #00000029;}
  .badge-upto{color: #354C2A; font-size: 14px; font-weight: 500; background: #ECFFE3; border-radius: 6px; border: 1px solid #80A76C;}
  /* .chart-head-text .back-btn {margin: 0; color: #5D7D4D; font-size: 14px; font-weight: 500; text-decoration: underline; cursor: pointer;}s */
  .filter-pending [type="checkbox"].filled-in:checked+label:before {border: 7px solid #FF8E71;}
  .filter-progress [type="checkbox"].filled-in:checked+label:before {border: 7px solid #F4DB50;}
  .mark-all img{height: 15px; width: 15px;}
  .mark-all p{margin: 0px; color: #5D7D4D; text-decoration: underline; font-size: 14px; font-weight: 500;}
  .mark-all p span{color: #7415AE;}

  /* =============================== */
  .download-contenttextgray h5 { color: #B3B8BD; font-weight: 600; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }
.order-historybox { background: #E3FFD5; border-radius: 12px; padding: 15px; }
.order-historybox h1 { color: #000000; font-weight: 700; font-size: 20px; margin-bottom: 0px; }
.order-contentbox { background: #FFFFFF; border: 1px solid #B3B8BD; border-radius: 8px; padding: 10px; } 
.dispatched-btn { background: #FFFFFF; border: 1px solid #D0DBE5; border-radius: 214px; color: #646464; font-weight: 500;
font-size: 12px; padding: 4px 10px; }

.order-contentbox h5 { color: #7415AE; font-weight: 600; font-size: 18px;  margin-bottom: 0px; padding-left: 7px; }
.green-dots { background: #7415AE; border-radius: 5px; display: inline-block; height: 8px; width: 6px; }
.order-contentbox h6 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; }

.padding-box h5 { color: #FF8E71;  }
.padding-box .green-dots { background: #FFA189; }
.completed-box h5 { color: #5D7D4D; }
.completed-box .green-dots { background: #5D7D4D; }

.new-orderlist td { background: #EAF2FF; padding-bottom: 10px !important; min-width: 75px !important;}
/* .new-orderlist{} */
.bg-whitetd { background: #fff !important; }

.new-tabledrop {  width: 100% !important;  }

.new-tableresponsive { overflow-x: unset; }

.new-orderlist tbody:before {
  line-height:1em;
  content:".";
  color:white; /* bacground color */
  display:block;
}

.new-orderlist tbody td,tr,td { background: #EAF2FF;}
.new-orderlist td:hover { background: transparent; border-radius: 0px !important; }
/* .new-orderlist td:first { border-top-left-radius: 10px; } */

.new-orderlist tr:first-child td:first-child{ border-top-left-radius: 10px; }
.new-orderlist tr:last-child td:first-child{ border-bottom-left-radius: 10px;}
.new-orderlist  tr:first-child td:last-child{ border-top-right-radius: 10px; }
.new-orderlist  tr:last-child td:last-child{ border-bottom-right-radius: 10px; }
/*  */
.new-orderlist tr:first-child th:first-child{ border-top-left-radius: 10px;  }
.new-orderlist tr:last-child th:first-child{ border-bottom-left-radius: 10px; }
.new-orderlist tr:first-child th:last-child{ border-top-right-radius: 10px; }
.new-orderlist tr:last-child th:last-child{ border-bottom-right-radius: 10px; }

.drop-btnnew { background: #FFFFFF;  border: 1px solid #B3B8BD; border-radius: 6px; width: 100%; text-align: left; color: #8D8D8D;
font-weight: 500; font-size: 14px; padding: 10px 10px; }
.drop-btnnew.dropdown-toggle::after { position: absolute; right: 10px; top: 17px; }
.drop-newmenu { width: 100%; }
.drop-btnnew:hover { color: #8D8D8D; }

.new-orderlist tr:first-child td:first-child:hover { border-top-left-radius: 10px; }
.new-orderlist tr:last-child td:first-child:hover { border-bottom-left-radius: 10px;}
.new-orderlist  tr:first-child td:last-child:hover { border-top-right-radius: 10px; }
.new-orderlist  tr:last-child td:last-child:hover { border-bottom-right-radius: 10px; }

.range-slider {
  position: relative;
  width: 100% !important;
  height: 35px;
  /* text-align: center; */
}

.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  width: 100% !important;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
}

.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
border: 0;
}

.rangeValue {
width: 30px;
}

.output {
position: absolute;
/* border:1px solid #999; */
/* width: 40px;
height: 30px; */
text-align: center;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: 400;
bottom: 75%;
left: 50%;
transform: translate(-50%, 0);
background: #7415AE;
border-radius: 6px;
padding: 2px 8px;
}

.output.outputTwo {
left: 100%;
}

.container-new {
/* position: absolute; */
/* top: 50%; */
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}



input[type=range] {
-webkit-appearance: none;
background: none;
}

input[type=range]::-webkit-slider-runnable-track {
height: 5px;
border: none;
border-radius: 3px;
background: transparent;
}

input[type=range]::-ms-track {
height: 5px;
background: transparent;
border: none;
border-radius: 3px;
}

input[type=range]::-moz-range-track {
height: 5px;
background: transparent;
border: none;
border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: #ffffff;
border: 3px solid #7415AE;
margin-top: -5px;
position: relative;
z-index: 10000;
}

input[type=range]::-ms-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: #555;
margin-top: -5px;
position: relative;
z-index: 10000;
}

input[type=range]::-moz-range-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: #555;
margin-top: -5px;
position: relative;
z-index: 10000;
}

input[type=range]:focus {
outline: none;
}

.full-range,.incl-range {
width: 100% ;
height: 4px;
left: 0;
top: 21px;
position: absolute;
background: #D0DBE5;
border-radius: 10px;
}

.incl-range {
background: #7415AE;
}

.add-nur-btn-group .dark-text{ background: #F4F8FF; color: #000000 !important; font-weight: 700; border: 1px solid #888888;}
.add-nur-btn-group .btn-secondary{background: #F4F8FF; padding: 14px 25px; color: #000000 !important; font-size: 15px; border: 1px solid #888888;}
.add-nur-btn-group .dark-text::placeholder{ color: #000000 !important; font-weight: 700;}
.uploadBtn {padding: 7px 5px;}
.btn-edit{font-size: 12px; padding: 7px 5px;} 
/* .latitude-detail h4{width: 130px;} */

.btn-order{padding: 7px 0px;}

/* .select2-container--default .select2-results__option--highlighted[aria-selected]  */
/* .multi-select-group .select2{ border: 1px solid #B3B8BD; background: #ffffff; border-radius: 6px; min-width: 320px !important;}
.multi-select-group .select2 input::placeholder{ color: #8D8D8D; font-weight: 500; font-size: 14px;}
.multi-select-group .select2-selection--multiple::after {color: #000000;}
.select2-results  {padding: 20px;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #F1F4F7 !important; color: #000000 !important; font-size: 14px; font-weight: 500; border-radius: 10px !important; margin-top: 10px;}
.select2-container--default .select2-results__option[aria-selected=true]{background: #6E8B6F !important; border-radius: 10px; color: #ffffff; font-size: 14px; font-weight: 500;} */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{display: none !important;}
.select2-container--default .select2-selection--multiple .select2-selection__clear{display: none !important;}
.multi-select-group .select2-selection--multiple::after {color: #000000;}
.multi-select-group .select2 { border: 1px solid #B3B8BD; background: #ffffff; border-radius: 6px; width: 100%;}
.select2-container {
 min-width: 100%;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: bottom;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;

}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: bottom;
}
.select2-results__option[aria-selected=true]:before {
   border-radius: 8px;
    width: 20px;
    height: 20px;
    border: 7px solid #7415AE;
    transform: rotateZ(0deg);
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent !important;
  /* border-radius: 10px !important; */
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 500;

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent !important;
	color: #000000 !important;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 500 !important;

}
/* .select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
} */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	padding: 12px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}
.extrnl-badge{background: #80A76C; color: #ffffff; font-size: 10px; font-weight: 500; border-radius: 10px; padding: 5px 8px; border: none;}
.input-cal-icon{position: absolute; top: 15px; right: 20px; height: 15px;}
.in-stock-table tbody td:nth-child(3){width: 75px;}
.in-stock-table tbody td .form-group input{text-align: center; border: 1px solid #D2D2D2; padding: 7px;}
.in-stock-table tbody td {padding: 4px 2px !important; background: #ffffff !important; min-width: 0px !important;}
.in-stock-table {margin: 0px;}
.new-orderlist tbody td .external-group input {border: 1px solid #B3B8BD !important; padding: 7px 20px;}
.filter-check-in-stock [type="checkbox"].filled-in:not(:checked)+label:after{ border: 1px solid #BABDBF; background-color: #F1F4F7; height: 36px; width: 36px;}
.in-stock-table tbody td:nth-child(4){vertical-align: top;}
.filter-check-in-stock [type="checkbox"].filled-in:checked+label:after{border: 1px solid #7415AE; background: #7415AE; height: 36px; width: 36px;} 
.filter-check-in-stock [type="checkbox"].filled-in:checked+label:before {top: 7px; left: 8px; width: 8px; height: 15px; border-right: 3px solid #ffffff; border-bottom: 3px solid #ffffff;}
.in-stock-box {border:1px solid #7415AE; border-radius: 8px; padding: 5px; background-color: #ffffff;} 
.in-close-icon{position: absolute; top: -10px; right: -10px; background: #ffffff; border-radius: 50%; height: 27px;}
.order-contentbox p{margin: 0px; color: #000000; font-weight: 500; font-size: 14px; line-height: 20px;}
.order-contentbox .btn-primary-outline{ background: #ffffff; border: 1px solid #7415AE; border-radius: 214px; font-size: 11px; font-weight: 500; color: #7415AE;}
.download-contenttextgreen a h5{color: #7415AE; text-decoration: underline;}
.show-all p{color: #7415AE; font-size: 16px; font-weight: 700; margin: 0; text-decoration: underline;}
.discount-calcu .btn{ padding: 8px 0px; font-size: 15px; font-weight: 500; color: #000000;}
.radio-time-index input[type="radio"] { top: 3px; position: absolute; border-radius: 8px; height: 30px; width: 75px; background-color: transparent; -webkit-appearance: none; -moz-appearance: none;}
.radio-time-index input[type="radio"]:focus {outline: none;}
.radio-time-index input[type="radio"]:checked { background-color: #E3E9EF !important;}
.radio-time-index input[type="radio"]:checked ~ span:first-of-type { color: #212529;}
.radio-time-index label span:first-of-type { position: relative; top: 5px; left: -8px; font-size: 14px; padding: 0px 15px; font-weight: 600; color: #212529;}
.radio-time-index label span { position: relative;}
.batch-row tr,td,tr{background: #ffffff;} 
.btn-add{padding: 14px 0px;}

.layout-fixed .main-sidebar:hover .nav-sidebar > .nav-item   { border-bottom: 1px solid #F3F5F9;  }

.menu-scrolltop { top: 0px !important; transition: all 400ms ease-in-out}

.select2-container  { left: 0% !important; }

.breadcrumbnew a {color: #000000; font-size: 15px; font-weight: 500; margin: 0;}
.breadcrumbnew .active{ color: #7415AE; }
.breadcrumb-area h1{color: #7415AE; font-size: 24px; border-right: 1px solid #888888; margin-bottom: 0px; font-weight: 500; margin-right: 10px; padding-right:10px ;}
.btn-export{background: transparent; color: #888888 !important; border: 1px solid #888888;}
.status-index label { position: relative;}
.status-index label input { position: absolute; opacity: 0; }
.status-index label:focus-within { background-color: #ffffff; padding: 3px 8px; border-radius: 8px; border: 1px solid #ff1717; color: #ff1717; font-size: 14px;}
.status-index .active:focus-within{background-color: #ffffff; padding: 3px 8px; border-radius: 8px; border: 1px solid #7415AE; color: #7415AE; font-size: 14px;}
/* body{ background: #000000 !important;} */
.select-custom select { background: none; appearance: none;}
.permission-table td h2 i{font-size: 15px;}
.permission-table td h2 {font-size: 18px; font-weight: 500; margin: 0; color: #000000;}
.filter-check-permission [type="checkbox"].filled-in:checked+label:after {background: #7415AE; border: 1px solid #7415AE;} 
.filter-check-permission [type="checkbox"].filled-in:checked+label:before {border-right: 2px solid #ffffff !important; border-bottom: 2px solid #ffffff !important;}
.filter-check-permission [type="checkbox"].filled-in:not(:checked)+label:after { border: 1px solid #7415AE;}

.filter-check-view [type="checkbox"].filled-in:checked+label:after { background: #ff1717; border: 1px solid red;}
.filter-check-view [type="checkbox"].filled-in:checked+label:before {border-right: 2px solid #ffffff !important; border-bottom: 2px solid #ffffff !important;}
.filter-check-view [type="checkbox"].filled-in:not(:checked)+label:after { border: 1px solid red;}
.edit-pop p{margin: 0; color: red; font-size: 14px; font-weight: 600; cursor: pointer;}
.permission-table td h5 { color: #000000 !important; font-size: 15px !important; font-weight: 500 !important; margin: 0;}
.filter-check-view-default [type="checkbox"].filled-in:checked+label:after { background: #484848; border: 1px solid #484848;}
.filter-check-view-default [type="checkbox"].filled-in:checked+label:before {border-right: 2px solid #ffffff !important; border-bottom: 2px solid #ffffff !important;}
.filter-check-view-default [type="checkbox"].filled-in:not(:checked)+label:after { border: 1px solid #484848;}
.permission-table tbody td {padding: 10px; border-bottom: 1px solid #dee2e6;}
.role-permission-text h1{font-size: 18px; font-weight: 500; margin: 0; color: #000000;}
.role-permission-text p { font-size: 14px; font-weight: 500; margin: 0px; color: #888888;}
.select-custom select .selector-options { padding: 20px !important; background-color: #000000;}
.select-dash select { background: url(../img/drop-down-icon.png) no-repeat right 10px center ; background-size: 15px; padding: 5px 15px;  color: #000000 !important; background-color: #F4F8FF !important; border: none;}
.dropdown-create select { background: url(../img/drop-down-icon.png) no-repeat right 10px center; background-size: 15px; background-color: #F3F5F9 !important;  border: 1px solid #BABDBF !important; font-weight: 800 !important; }
.create-batch-drop-2 select { background-size: 15px; font-weight: 500 !important; color: #8898aa !important;}
.create-batch-drop select { background: url(../img/drop-down-icon.png) no-repeat right 10px center; background-size: 15px; font-weight: 800 !important; }
.create-table-row tbody td:nth-child(3){width: 110px;} 
.btn-download {background: #F4F8FF; color: #5D7D4D !important; font-size: 14px; font-weight: 800;}
.project-select select { background: url(../img/drop-org-icon.png) no-repeat right 10px center #ffffff; background-size: 15px; color: #BABDBF !important;}
select { background: url(../img/arrow-down.png) no-repeat right 10px center #ffffff; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.project-textarea textarea {height: 150px ; width: 100%;}

/*  */ 

.label-spotlight { font-size: 14px !important; font-weight: 500 !important; color: #000 !important; }

.nav-sidebar .nav-link.active img { filter: brightness(0) saturate(100%) invert(15%) sepia(44%) saturate(4446%) hue-rotate(263deg) brightness(113%) contrast(120%); }

