.table-text-start {
  text-align: start !important;
  padding-left: 0px !important;
}

.table-text-start > tbody > tr > td {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.table-text-center {
  text-align: center !important;
}

.table-text-end {
  text-align: end !important;
}

.permissionsContainer {
  margin-bottom: 10px;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 20px;
}
.permissionsHeader {
  text-align: start;
  flex: 1;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #38404e;
}
.permissionsSelection {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-right: 20px;
}
.store-stat-box {
  margin-top: 10px;
  font-size: 14px !important;
  background: #ffffff !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px !important;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(28, 55, 87, 0.05);
}

.store-stat-box .stat-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;

  color: #38404e;
}

.store-stat-box .stat-value {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;

  color: #38404e;
}

.dashboard-item-heading {
  margin-top: 25px;
  margin-bottom: 14px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;

  color: #b8c2cf;
}

.dashboard-card {
  margin-bottom: 20px;
}

.dashboard-card-container {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(28, 55, 87, 0.05);
  /* width:575px; */
  flex: 1;
  position: static;
  width: 100% !important;
}

.dashboard-card-container .card-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #b8c2cf;
}

.dashboard-table-td-title {
  padding-bottom: 16px !important;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #38404e !important;
}

.dashboard-table-td-val {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.dashboard-table-td-label {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #38404e;
}

.radio > input {
  /* position: absolute;
  z-index: -1; */
  opacity: 0;
}

.radio {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #939393;
  cursor: pointer;
  margin-right: 20px !important;
  margin-bottom: 50px !important;
  display: flex !important;
  /* flex-direction: row !important; */
  /* white-space: nowrap !important; */
  justify-content: start !important;
}

.radio.radio-success > span {
  border: 1px solid transparent;
}

.radio > span {
  background-color: #ebedf3;
}

.radio > span {
  height: 18px;
  width: 18px;
  margin-right: 13px !important;
}

.radio > span {
  border-radius: 50%;
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.radio.radio-success > input:checked ~ span {
  background-color: rgb(84 185 61);
}

.radio.radio-success > input:checked ~ span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

/* .apexchartschartstoresardc svg {
	margin-top: -25px !important;
} */

#chartcontainertotalstoresdc .apexcharts-legend {
  border: 1px solid #b8c2cf !important;
  border-radius: 10px;
  display: block;
  padding: 20px;
  padding-top: 60px;
  overflow: hidden !important;
}

/* #chartcontainertotalstoresdc .apexcharts-legend .apexcharts-legend-series {
  cursor: pointer;
  line-height: normal;
  width: 40%;
  display: inline-block;
} */

#chartcontainertotalstores .apexcharts-legend {
  position: absolute;
  border: 1px solid #b8c2cf !important;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 42px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden !important;
  margin-bottom: 10px;
}

#chartcontainertotalstores .apexcharts-legend .apexcharts-legend-series {
  cursor: pointer;
  line-height: normal;
  flex: 1;
  display: inline-block;
}

.menu-title {
  font-family: 'Poppins', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 122.5%;
  color: #60738a !important;
}
.store-stat-box {
  margin-top: 10px;
  font-size: 14px !important;
  background: #ffffff !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px !important;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(28, 55, 87, 0.05);
}

.store-stat-box .stat-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;

  color: #38404e;
}

.store-stat-box .stat-value {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;

  color: #38404e;
}

.dashboard-item-heading {
  margin-top: 25px;
  margin-bottom: 14px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;

  color: #b8c2cf;
}

.dashboard-card {
  margin-bottom: 20px;
}

.dashboard-card-container {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(28, 55, 87, 0.05);
  /* width:575px; */
  flex: 1;
  position: static;
  width: 100% !important;
}

.dashboard-card-container .card-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #b8c2cf;
}

.dashboard-table-td-title {
  padding-bottom: 16px !important;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #38404e !important;
}

.dashboard-table-td-val {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.dashboard-table-td-label {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #38404e;
}

.text-300-dark-underline {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #38404e;
}
.header-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  text-align: center;

  color: #38404e;
}

.scrolltop {
  display: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  background-color: #3fb93c;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
  opacity: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
  border-radius: 0.475rem;
}

.menu-link.active .header-title {
  color: #3fb93c !important;
}

.menu-link.active .menu-title {
  color: #3fb93c !important;
}

.menu-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 122.5%;
  /* or 16px */

  color: #60738a;
}

.menu-title:hover {
  color: #3fb93c !important;
}

.menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.permission-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.menu-icon-group {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* .permissionsContainer {
  margin-bottom: 10px;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 20px;
}
.permissionsHeader {
  flex: 1;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #38404E;
}
.permissionsSelection {
flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-right: 20px;
} */
.select2-selection__choice {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  align-items: center !important;
  color: #ffffff !important;
  background-color: #b8c2cf !important;
  border: none !important;
  border-radius: 10px !important;
  margin-left: 5px !important;
  margin-top: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: bottom !important;
  white-space: nowrap !important;
}
.select2-selection__choice__remove {
  display: flex !important;
  padding: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  position: inherit !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 7px !important;
  width: 14px;
  height: 14px;
  color: #b8c2cf !important;
  cursor: pointer !important;
  font-size: 1em !important;
  font-weight: bold !important;
  margin-left: 10px !important;
}
.checktext-permissions {
  min-width: 10px;
  width: fit-content !important;
  margin-left: 10px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  color: #38404e;
  border: 0;
  outline: 0;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 13px;
}
.card-title {
  margin-left: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #38404e;
  margin-bottom: 11px;
}

.control-permission {
  margin-left: 20px;
  width: fit-content;
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
}
.control {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 5px;
  background-color: #fff;
  border-bottom: 1px solid #b8c2cf;
  height: 50px;
  width: 150px;
}
.control2 {
  background-color: #fff;
  border-bottom: 1px solid #e6e7eb;
}

.table-control {
  padding-left: 10px;
  padding-bottom: 15.5px;
  background-color: #fff;
  border-bottom: 1px solid #b8c2cf;
  height: auto;
}

.control-emails {
  margin: 0 6px;
  padding: 0 5px;
  background-color: #fff;
  border-bottom: 1px solid #b8c2cf;
  min-height: 50px;
  width: 150px;
}
.control.disabled {
  margin: 0 6px;
  padding: 0 5px;
  background-color: #fff;
  border-bottom: 1px solid #b8c2cf;
  border-bottom-style: dashed;
  height: 50px;
  width: 150px;
}
.control.control-big {
  width: 250px;
}
.control.no-label label {
  display: none;
}
.control.no-label {
  height: auto;
}
.control.control-big select,
.control.control-big input {
  width: 230px;
}
.control-header {
  color: #b8c2cf;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-left: 20px;
}
.control-panel {
  display: flex;
  flex: 1;
  overflow: auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  flex-wrap: wrap !important;
}
.control-panel-2 {
  display: flex;
  flex: 1;
  overflow: auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap !important;
}
.react-control-panel {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  flex-wrap: wrap;
}
.rmsc.react-filter-select .dropdown-container,
.rmsc.react-filter-select .dropdown-container:hover,
.rmsc.react-filter-select .dropdown-container:active {
  border: 0;
  border-radius: 0;
}
.react-filter-select .clear-selected-button {
  display: none !important;
}
.react-filter-select .dropdown-heading {
  padding: 0 !important;
  height: 20px !important;
}
.rmsc,
:root {
  --rmsc-main: none;
  --rmsc-hover: none;
  --rmsc-selected: none;
  --rmsc-border: none;
  --rmsc-gray: #aaa;
  --rmsc-bg: #fff;
  --rmsc-p: 0px;
  --rmsc-radius: 0px;
  --rmsc-h: 20px;
}
.rmsc .select-item {
  font-weight: 400;
}
.control-emails > label,
.control > label,
.table-control > label {
  overflow-x: auto;
  white-space: nowrap;
  color: #939393;
  font-size: 11px;
  line-height: 16px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.control > label::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.2rem;
}
.control > label::-webkit-scrollbar-thumb {
  background-color: #eff2f5;
}

.check-input {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #ffffff !important;
  width: 20px !important;
  height: 20px !important;
  outline: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  appearance: none;
  background-image: url('../../../media/svg/files/checkbox_disabled.svg');
}

.radio-input {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #ffffff !important;
  width: 20px !important;
  height: 20px !important;
  outline: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  appearance: none;
  background-image: url('../../../media/svg/files/radio_unchecked.svg');
}
.check-input:checked {
  background-image: url('../../../media/svg/files/checkbox_enabled.svg');
}

.radio-input:checked {
  background-image: url('../../../media/svg/files/radio_checked.svg');
}

/* .control > label::-webkit-scrollbar-button {
  width: 0.4rem;
  height: 0.4rem;
}
.control > label::-webkit-scrollbar-corner {
  width: 0.4rem;
  height: 0.4rem;
}
.control > label::-webkit-scrollbar-track {
  width: 0.4rem;
  height: 0.4rem;
}
.control > label::-webkit-scrollbar-track-piece {
  width: 0.4rem;
  height: 0.4rem;
} */
.custom-label {
  overflow-x: scroll;
  flex-wrap: nowrap !important;
  color: #939393;
  font-size: 11px;

  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.control-permission > input {
  min-width: 20px !important;
  resize: none;
  background-color: transparent;
  color: #000;
  border: 0;
  outline: 0;
  min-width: 100px;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  width: 100%;
}
.control-emails > input,
.control > input,
.control-password > input,
.control > textarea {
  resize: none;
  background-color: transparent;
  color: #000;
  border: 0;
  outline: 0;
  min-width: 100px;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  width: 100%;
  flex: 1;
}

.control-password {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.table-control > input {
  color: #000;
  border: 0;
  outline: 0;

  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  width: 100%;
}

.checktext {
  color: #38404e;
  border: 0;
  outline: 0;
  min-width: 100px;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 13px;
  width: 100%;
}

.custom-input {
  color: #000;
  border: 0;
  outline: 0;
  min-width: 100px;
  border-radius: 0;
  width: 100%;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  width: 100%;
}

.control > input:disabled {
  border: 0;
  outline: 0;
  min-width: 100px;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  color: #939393;
  width: 100%;
  background-color: transparent !important;
}

.select2-container--disabled > span > span {
  border: 0;
  outline: 0;
  min-width: 100px;
  border-radius: 0;
  width: 100%;
  background-color: transparent !important;
}
.select2-container--disabled > span > span > span {
  color: #939393 !important;
}

input.custom-control {
  border: 0;
  outline: 0;
  min-width: 100px;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  border-bottom: 1px solid #b8c2cf;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
}
input.custom-control:active,
input.custom-control:focus {
  border-bottom: 1px solid #b8c2cf;
}
input.custom-control:disabled {
  background-color: transparent !important;
  color: #939393 !important;
}

.dataTables_paginate.paging_numbers a {
  padding: 4px 12px !important;
  cursor: pointer;
  color: #939393;
}
.control > select {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  flex: 1 !important;
  min-width: 100px !important;
  width: 100% !important;
  border-radius: 0;
  background: transparent;
  background-image: url('../../../media/svg/files/dropdown_arrow.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  background-size: 12px 6px;
}

.dataTables_processing {
  text-align: center;
}

.box {
  background-color: #3fb93c;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}
.box[disabled],
.box:disabled {
  background-color: #b4ddbf;
}
.loading {
  /* visibility: hidden; */
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: 10px;
}

.select2-selection__placeholder {
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  color: #939393;
}

th.dt-center,
td.dt-center {
  text-align: center;
  vertical-align: middle !important;
  width: 500px !important;
}
th.dt-left,
td.dt-left {
  text-align: left;
  vertical-align: middle !important;
}

.hint {
  color: #939393;
  font-size: 13px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.close-confirm {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  outline: 0;
  background-color: #fff;
}

.select2-selection {
  border: 0 !important;
  outline: 0 !important;
}

#no-products-by-supplier {
  width: 300px;
  position: absolute;
  left: calc(50% - 150px);
  display: none;
}

.select2-selection__rendered {
  color: #000 !important;
  font-family: 'Poppins', san-serif !important;
  font-size: 13px !important;
}

.select2-dropdown {
  margin-top: 2px;
  width: 100%;
}
.select2-results__option[aria-selected] {
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  color: #000000;
}

.select2-results__option[aria-selected='true'] {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}
.select2-results__option[aria-selected]:hover {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}
.dropdown-item:hover {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}
.dropdown-item {
  background-color: #ffffff !important;
  color: #38404e !important;
  flex: 1;

  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}

.dropdown-item-selected {
  background-color: #289e26 !important;
  color: #ffffff !important;
  flex: 1;

  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}

.dropdown-item-selected:hover {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}

.dropdown-item {
  flex: 1;
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}

.dropdown-item:hover {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}

.dropdown-item-selected {
  background-color: #289e26 !important;
  color: #ffffff !important;
  flex: 1;

  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}

.dropdown-item-selected:hover {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}

table.dataTable th {
  font-weight: 500;
  font-size: 13px;
}
.table th:first-child {
  padding-left: 10px;
}
.table > tbody > tr > td {
  padding-left: 10px;
}

.table-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-bottom {
  display: flex;
  justify-content: center;
}

.table.table-row-no-bordered th {
  padding-left: 10px;
  padding-right: 10px;
  /* padding: 0 !important; */
  vertical-align: middle !important;
}
.table.table-row-no-bordered td {
  padding-left: 10px;
  padding-right: 10px;
  /* padding: 0 !important; */
  border-top-width: 0px;
  border-top-style: unset;
  border-top-color: transparent;
}
.search {
  border: 0;
  border-style: none;
}

.dataTables_length {
  display: flex;
  flex-direction: row;
}
.dataTables_length select {
  margin-left: 10px;
  line-height: 20px !important;
  /* -webkit-appearance: none; */
  outline-style: none !important;
  border: 0 !important;
  border-bottom: 1px solid #b8c2cf !important;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  color: #939393;
  font-weight: 300;
}

option {
  background-color: transparent;
}
option:checked {
  color: #ffffff;
  background-color: #3fb93c;
}
option:focus {
  background-color: green;
}

.dropdown-heading svg,
.rmsc.gray {
  stroke: #38404e !important;
}

.dataTables_filter input {
  line-height: 20px !important;
  outline-style: none !important;
  border: 0 !important;
  border-bottom: 1px solid #b8c2cf !important;
  border-radius: 0;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  color: #939393;
  font-weight: 300;
}
.dataTables_length label {
  display: flex;
  flex-direction: row;
  margin-bottom: 0 !important;
  font-family: 'Poppins', san-serif;
  font-weight: 500 !important;
}
/* .dataTables_length label:after {
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
} */

.select2-dropdown {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  border-color: #647488;
}
.select2-search__field {
  outline: none;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.dataTables_wrapper,
.table.table-row-bordered {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  font-weight: 300;
}

.dataTables_wrapper,
.table.table-services {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  font-weight: 300;
}

.dataTables_wrapper-modal,
.table.table-row-bordered {
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  font-weight: 300;
}

.modal-primary {
  pointer-events: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(86, 88, 95, 0.5);
}

.modal-backdrop.in {
  display: none !important;
  opacity: 1 !important;
  z-index: 0 !important;
}
.modal-header,
.modal-footer {
  border: 0;
}
.modal-content {
  max-width: 70vw;
  min-width: 974px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.modal-content-2 {
  max-width: 50vw;
  min-width: 850px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.modal-content-3 {
  width: fit-content;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}
.modal-body {
  padding-left: 250px !important;
  padding-right: 250px !important;
}
.modal-body-2 {
  /* max-height: 70vh; */
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.modal-body-3 {
  /* max-height: 70vh; */
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.modal-body-upload {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.modal-dialog {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  pointer-events: auto;
  width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.modal-dialog-2 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  pointer-events: auto;
  width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.modal-dialog-small {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  pointer-events: auto;
  max-height: 100vh !important;
  margin: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.required:after {
  content: '' !important;
}

#success-button {
  border: 0;
  outline: 0;
  background: #fff;
}

table .btn-actions {
  border: none !important;
  flex-direction: row;
  justify-content: center !important;
  align-items: center !important;
  display: flex;
  flex-wrap: nowrap !important;
  border: 0;
  white-space: nowrap !important;
}

.billing-table th {
  font-family: 'Poppins', san-serif;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #38404e !important;
}

.billing-table td {
  font-family: 'Poppins', san-serif;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #38404e !important;
}

/* #tblData th {
  color: #38404e;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
} */

.select2-dropdown {
  box-shadow: none !important;
}

.table-th-bold th {
  color: #38404e;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: #3fb93c !important;
  background-image: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #3fb93c !important;
  border-color: #3fb93c !important;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
}
.loading-inner {
  position: relative;
  width: 4rem;
  height: 4rem;
  transform-style: preserve-3d;
  perspective: 800px;
}
.loading-inner .arc {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-bottom: 3px solid #59bb57;
}
.tag.label.label-info {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  height: 26px;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  background-color: #b8c2cf;
  margin-right: 10px;
  border-radius: 10px;
  padding: 0.3em 0.6em 0.3em;
}
.green-btn {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0 10px;
  background-color: #3fb93c;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-family: Poppins;
  font-weight: 600;
  max-width: 90%;
}
.green-btn:hover {
  background-color: #3aae38;
  color: #fff !important;
}
.green-btn:active {
  background-color: #289e26;
  color: #fff !important;
}
.green-btn:disabled {
  background-color: #9ad89e;
  color: #fff !important;
}
.red-btn {
  display: inline-block;
  padding: 9px 15px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0 10px;
  background-color: #d95a5e;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.red-btn:hover {
  color: #fff !important;
}
.white-btn {
  display: inline-block;
  padding: 15px 30px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #b8c2cf;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 5px;
  color: #939393;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.white-btn:hover {
  border-color: #c3d2e5;
}
.white-btn:active {
  border-color: #8998ab;
}

.transparent-btn:hover {
  color: #939393 !important;
}
.transparent-btn {
  display: inline-block;
  padding: 8.5px 14.5px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 10px;
  border: 0;
  background-color: transparent;
  border-radius: 10px;
  color: #939393;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.loading-inner .arc:nth-child(1) {
  animation: rotate1 1.15s linear infinite;
}
.loading-inner .arc:nth-child(2) {
  animation: rotate2 1.15s linear infinite;
}
.loading-inner .arc:nth-child(3) {
  animation: rotate3 1.15s linear infinite;
}
.loading-inner .arc:nth-child(1) {
  animation-delay: -0.8s;
}
.loading-inner .arc:nth-child(2) {
  animation-delay: -0.4s;
}
.loading-inner .arc:nth-child(3) {
  animation-delay: 0s;
}

@keyframes rotate1 {
  from {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(1turn);
  }
}
@keyframes rotate2 {
  from {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }
  to {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(1turn);
  }
}
@keyframes rotate3 {
  from {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(1turn);
  }
}

.nav-tab-item {
  padding-top: 30px;
  margin-bottom: 0 !important;
}

.nav-tab-item span,
.nav-tab-item a,
#fileName {
  color: #60738a;
  font-weight: 400;
  font-size: 14;
  font-family: 'Poppins', san-serif;
}

.nav-tab-item.active span,
.nav-tab-item.active a {
  color: #3fb93c !important;
  font-weight: 600;
  font-size: 14;
  font-family: 'Poppins', san-serif;
}
.nav-tab-item.active > a,
.nav-tab-item.active > a:focus,
.nav-tab-item.active > a:hover {
  border: none !important;
  border-bottom: 3px solid #3fb93c !important;
  padding-bottom: 30px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fff !important;
}
.nav-tabs > li > a:hover {
  border: none !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;

  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3fb93c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3fb93c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.circle {
  display: flex;
  width: 100px;
  height: 100px;
  background-color: transparent;
  border-color: #b8c2cf;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

.page-wrapper {
  margin-top: 20px;
  flex: 1;
  height: 100%;
}
.pdf-view {
  flex: 1;
  height: 100%;
  width: 100%;
}
.pdf-page {
  max-height: 633px;
  max-width: 489px;
  /* flex: 1;
  height: 100%;
  width: 100%; */
}

table.dataTable > thead > tr > th:first-child {
  text-align: start;
  padding-left: 0 !important;
  padding-right: 0 !important;

  word-wrap: none !important;
  word-break: keep-all !important;
}
table.dataTable > thead > tr > th {
  text-align: center;
  margin-left: 10px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;

  word-wrap: none !important;
  word-break: keep-all !important;
}
table.dataTable > tbody > tr > td:first-child {
  padding-left: 0 !important;
  padding-right: 0 ;
  text-align: start;
  word-wrap: none !important;
  word-break: keep-all !important;
}
table.dataTable > tbody > tr > td {
  margin-left: 10px !important;
  padding-right: 0;
  padding-left: 0 !important;
  text-align: center;
  word-wrap: none !important;
  word-break: keep-all !important;
  vertical-align: middle !important;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom: none !important;
}
table.dataTable.no-footer {
	border-bottom: none !important;
}
table.dataTable tfoot th, table.dataTable tfoot td {
	border-top: solid 1px #e0e5f8 !important;
}

.table>tbody>tr>td {
	border-top: solid 1px #e0e5f8 !important;
}

table > tbody > tr > td {
  margin-left: 10px !important;
  padding-right: 0 ;
  text-align: center;
  word-wrap: none !important;
  word-break: keep-all !important;
  vertical-align: middle !important;
}
table > tbody > tr > td:first-child {
  padding-left: 0 !important;
  padding-right: 0 ;
  text-align: start;
  word-wrap: none !important;
  word-break: keep-all !important;
}

.table-btn {
  cursor: pointer;
}

.btn-table {
  cursor: pointer;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.email-wrap {
  max-width: 65rem !important;
  text-align: left !important;
}

#typeahead-results {
  position: absolute;
  z-index: 1000;
  max-height: 200px;
  margin-top: 10px;
  margin-left: -5px;
  overflow-y: scroll;
  background-color: #ffffff;
  box-shadow: 0px 8px 10px rgba(28, 55, 87, 0.05), 0px 1px 0px #c3c9d2;
  width: inherit;
}

.typeahead-result {
  padding: 10px;
  cursor: pointer;
  background-color: #000;
}

.typeahead-result {
  flex: 1;
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}

.typeahead-result:hover {
  background-color: #3fb93c !important;
  color: #ffffff !important;
}

.typeahead-result-selected {
  background-color: #289e26 !important;
  color: #ffffff !important;
  flex: 1;

  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', san-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}

.permission-element:hover {
  background-color: #fafafa !important;
}

#date-range {
  cursor: pointer;
}

#date-picker {
  position: fixed;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hidden {
  display: none;
}

.range-start,
.range-end {
  background-color: #007bff;
  color: #fff;
}

.range {
  background-color: #e9ecef;
}

#box {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e0e5f8;
  flex: 1;
}

#box:hover {
  border: 1px solid #3fb93c;
}

.is-sticky {
  position: sticky !important;
  top: 100px;
  z-index: 1000;
}

/* New select2 overrides */
.select2-container--open .select2-dropdown--below {
  border: none !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #b8c2cf;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #b8c2cf;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

td.fitwidth {
  width: 1px;
  white-space: nowrap;
  margin-right: 5px !important;
}

table.dataTable > thead > tr > th:last-child {
  text-align: right !important;
}

table.dataTable > thead > tr > th:last-child {
  text-align: right !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #b8c2cf transparent transparent transparent;
}

table .btn-actions {
  justify-content: flex-end !important;
}

@media screen and (max-width: 1440px) {
  #tblData {
    table-layout: fixed !important;
  }
  #tblData td:first-child,
  #tblData th:first-child {
    width: 20% !important;
  }
}

table .btn-actions {
  justify-content: flex-end !important;
}
