/*
* custom.css
by Rajiv Gangwar
* File include item Custom only specific css only
******************************************************************************/
.bg-project {
  background-color: #6bb94a;
  color: #f8f9fb;
  padding: 0.3rem;
  text-align: center;
  border-radius: 0.2rem;
}

.privacy-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  /* min-height: calc(100vh - (1.625rem * 2)); */
  /* text-align: center; */
}

.bg-custom-primary {
  background-color: #f6f6ff;
}

.card-scroller {
  height: 480px;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.rj-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rj-section {
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  padding: 10px;
}

.clr-theme {
  color: #6bb94a;
}

.text-link {
  text-decoration: underline !important;
  /* text-align: center !important; */
  cursor: pointer !important;
  font-size: 1.2rem;
}

.bg-menu-theme .menu-text {
  color: #6bb94a;
}

.app-brand-text.demo {
  font-size: 1.25rem;
  color: #6bb94a;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #6bb94a !important;
  border-color: #6bb94a !important;
  /* box-shadow: 0 0.125rem 0.25rem 0 rgb(142 142 142) !important; */
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #6bb94a !important;
  border-color: #6bb94a !important;
  transform: translateY(-1px);
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
  color: #ffffff;
  background-color: rgba(107, 185, 74, 1) !important;
  font-weight: 600;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #6bb94a;
}

.form-control:focus,
.form-select:focus {
  border-color: #6bb94a;
}

.bg-menu-theme .menu-inner>.menu-item.active:before {
  /* background: #6bb94a; */
  background: transparent;
}

.menu-inner-shadow {
  top: 5.225rem;
}

.menu-vertical .menu-header {
  /* margin: 0.5rem 0 0.5rem 0; */
  margin: 1px 0px;
}

.menu-vertical .app-brand {
  padding-right: 2rem;
  padding-left: 1rem;
}

.navbar-detached {
  /* box-shadow: 0 0 0.375rem 0.25rem rgb(161 172 184 / 15%); */
  box-shadow: none;
}

.layout-navbar {
  background-color: rgb(233 240 229) !important;
}

.layout-navbar.navbar-detached {
  border-radius: 0;
  border-bottom: 1px solid #c4dfb7;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: #6bb94a;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(107 185 74) !important;
}

.nav .nav-link:hover,
.nav .nav-link:focus {
  color: #566a7f;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #6bb94a;
  border-color: #6bb94a;
}

.btn-outline-primary {
  color: #6bb94a;
  border-color: #6bb94a;
  background: transparent;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before {
  position: absolute;
  display: block;
  opacity: .125;
  right: 10px;
  line-height: 9px;
  font-size: 1.9em !important;
  color: #193e00 !important;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  /* color: #697a8d;
  font-weight: 600; */
  color: #ffffff;
  font-weight: 400;
}


/* for order read more css start three dots  */

#more {
  display: none;
}

/* for order read more css end three dots  */



/* for Mutiselect dropdown box start */

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}

.ms-options-wrap,
.ms-options-wrap * {
  list-style: none;
}

.ms-options-wrap>.ms-options {
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}

/* for Mutiselect dropdown box end */


/* for amazon pdf design page start */

.bg-grey {
  background-color: #f2f2f2 !important;
  ;
}

.bg-green-1 {
  background-color: #70ad47 !important;
  color: #fff !important;
}

.bg-green-2 {
  background-color: #a9d08e !important;
  color: #000 !important;
}

.bg-green-3 {
  background-color: #c6e0b4 !important;
  color: #000 !important;
}

.bg-green-4 {
  background-color: #e2efda !important;
  color: #000 !important;
}

.table-green {
  background-color: #375623 !important;
  color: #ffff;
}

.color-red {
  color: red !important;
}

.float-left {
  float: left !important;
}

.bg-sky-blue {
  background-color: #9bc2e6 !important;
  color: #000 !important;
}

/* for amazon pdf design page end */

.section-1,
.section-2,
.section-3,
.section-4 {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

/* chat_box */
.bar_tool li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.blog {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.alink {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.wte-foot input[type="text"],
button {
  padding: 4px 8px;
  border: 0;
  outline: 0;
  border-radius: 5px 0px 0px 5px;
}

button {
  background-color: transparent;
  cursor: pointer;
}

button:hover i {
  /* color: #79c7c5; */
  transform: scale(1.2);
}

.chat_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chat_box>* {
  padding: 15px;
}

/* head */
.wte-head {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  border-radius: 5px;
  margin-bottom: 5px;
}

.wte-head .wte-user {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.wte-head .wte-user .avatar {
  margin-right: 8px;
}

.wte-head .wte-user .avatar img {
  display: block;
  border-radius: 50%;
}

.wte-head .bar_tool {
  display: flex;
  margin-bottom: 0rem;
}

.wte-head .bar_tool i {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* body */
.wte-body {
  flex-grow: 1;
  background-color: #f5f5f9;
  border-radius: 10px;
}

.wte-body .bubble {
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.wte-body .bubble p {
  color: #f9fbff;
  font-size: 11px;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}

.wte-body .incoming {
  text-align: left;
}

.wte-body .incoming .bubble {
  background-color: #b2b2b2;
}

.wte-body .outgoing {
  text-align: right;
}

.wte-body .outgoing .bubble {
  background-color: #6bb94a;
}

/* foot */
.wte-foot {
  display: flex;
  background-color: #eeeeee;
  margin-top: 5px;
  border-radius: 5px;
}

.wte-foot .msg {
  flex-grow: 1;
}

@keyframes bounce {
  50% {
    transform: translate(0, 5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.ellipsis {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6bb94a;
}

.dot_1 {
  /* animation: name duration timing-function delay iteration-count */
  animation: bounce 0.8s linear 0.1s infinite;
}

.dot_2 {
  animation: bounce 0.8s linear 0.2s infinite;
}

.dot_3 {
  animation: bounce 0.8s linear 0.3s infinite;
}

/* chat css css end  */



.bg-header {
  background-color: #eaefff !important;
  padding: 5px;
  border-radius: 5px;
}

/* .bg-theme h5 {
  color: #ffffff !important;
} */
.EcommLogo {
  height: 20px;
  margin-left: 5px;
}


.css-yt3r0y {
  color: rgb(0, 0, 0) !important;
}

.css-yt3r0y {
  overflow-y: scroll !important;
  height: 500px !important;
}

.css-3sein2 {
  margin-top: 0 !important;
}

.css-1ehscoc {
  width: 40px !important;
  height: 40px !important;
}

.css-7wxq0a {
  font-size: 14px !important;
  color: #fff !important;

}

.css-1y0l9k4 {
  font-size: 14px !important;
  color: #fff !important;
}

.dash-icon {
  font-size: 2.25rem;
  background-color: #6bb94a;
  color: #fff;
  border-radius: 100%;
  padding: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.RgCard h2 {
  font-size: 2.5rem;
  color: #534f5a;
  font-weight: 700;
}

.RgCard:hover {
  /* box-shadow: 0px 8px 12px #8e8e8e, 0px 0px 2px; */
  transform: rotate(0deg) translateY(-3.5px) scale(1.025);
  /* transition: 0.3s; */
  /* border-bottom: 1px solid #8e8e8e; */
}


.icon.icon-sm {
  width: 27px;
  height: 27px;
  font-size: 13px;
  line-height: 29px;
}

.icon {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.icon.icon-primary {
  background-color: #344045;
  color: #fff;
}

.icon.icon-secondary {
  background-color: #6bb94a;
  color: #fff;
}

.icon.icon-theme {
  background-color: #6bb94a;
  color: #fff;
}

.icon.icon-lock {
  color: #fff;
  background-color: grey;
}

.icon.icon-lock:hover {
  color: #fff;
  background-color: grey !important;
}

.icon.icon-unlock {
  color: #fff;
  background-color: #ee5335;
}

.icon.icon-unlock:hover {
  color: #fff;
  background-color: #ee5335 !important;
}

.DeleteModalCss {
  text-align: center;
  padding: 2rem
}

.DeleteModalCss h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 35px;
}

.login-section {
  overflow: hidden;
}

.login-section img {
  height: 480px;
}

.btn-google button {
  color: #2c383d !important;
  font-weight: 600;
}

.border-right {
  border-right: 1px solid #dedede;
}

.card-flag:hover {
  color: #788393 !important;
  background-color: transparent !important;
  border-color: #788393 !important;
  box-shadow: none !important;
  transform: none !important;
}

.rj-alert-danger {
  background-color: #f6ecde !important;
  border-color: #f6ecde !important;
  color: #ee5335 !important;
}

.rj-alert {
  padding: 6px;
  line-height: 15px !important;
  margin-bottom: 0rem !important;
  border-radius: 0.375rem !important;
}

.pad-20 {
  padding: 20px;
}

.css-clttge-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input {
  padding: 0px !important;
}

.css-clttge-MuiAutocomplete-root .MuiOutlinedInput-root {
  padding: 9px;
}

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 1rem !important;
  line-height: 5px !important;
  overflow: visible !important;

}

/* .eFEHrh div:first-child {
  font-size: 11px !important;
} */

/* .kzZBXj {
  font-size: 12px !important;
} */

/* .gjoprN {
  font-size: 11px !important;
} */

.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 12px !important;
  line-height: 27px !important;
  background-color: transparent !important;

}

.btn-close {
  background: transparent url("data:image/svg+xml,<svg width='25px' height='25px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' ><defs><polygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75' ></polygon></defs><g id='%F0%9F%8E%A8-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' ><g id='Artboard' transform='translate%28-225.000000, -250.000000%29' ><g id='Icon-Color' transform='translate%28225.000000, 250.500000%29' ><use fill='%23a1acb8' xlink:href='%23path-1' ></use><use fill-opacity='0.5' fill='%236bb94a' xlink:href='%23path-1' ></use></g></g></g></svg>") center/0.8em auto no-repeat;
}

.countries-header {
  background-color: rgb(233 240 229) !important;
  padding: 1rem 3rem !important;
  border-bottom: none !important;
  width: 100%;
  height: auto;
  /* box-shadow: 0 0px 2px #e0e0e0; */
}

#countries-tab .nav-tabs .nav-item .nav-link:not(.active) {
  background-color: transparent;
  color: #889390;
}

#countries-tab .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6bb94a !important;
  background-color: transparent;
  border-color: #fff;
  font-weight: 600;
  font-size: 12px;
}

#countries-tab .nav {
  display: flex;
  justify-content: center;
}

.lineheight-15 {
  line-height: 15px;
}

.theme-color {
  color: #6bb94a !important;
}

.black-color {
  color: #000 !important;
}

.grey-color {
  color: #939a9d !important;
}

.fs-12 {
  font-size: 12px;
  font-weight: 600;
}

.fs-14 {
  font-size: 14px;
  font-weight: 600;
}

.fs-16 {
  font-size: 16px;
  font-weight: 600;
}

.fs-18 {
  font-size: 18px;
  font-weight: 600;
}

.RgTableScroller {
  /* background-color: #f7fbf6; */
  height: 400px;
  overflow-y: scroll;
  scrollbar-width: thin;
  padding-right: 1rem;
  /* overflow-x: hidden; */
}

.RgTableScroller ul {
  background-color: #f7fbf6;
}

.RgTableScroller .list-group a:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.RgTableScroller .list-group a:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.RgTableScroller .list-group a li:hover {
  background-color: #6bb94a;
  color: #fff !important;
}

.RgTableScroller .list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: transparent;
  background-color: #6bb94a;
  color: white;
}

.RgTableScroller .list-group-item {
  color: #2c383d;
  font-weight: 500;
  /* font-size: 12px; */
}

.RgTableScroller .table-sm> :not(caption)>*>* {
  padding: 0;
  color: #2c383d;
}

.w-80 {
  width: 80%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-50 {
  width: 50% !important;
}

.float-right {
  float: inline-end !important;
}


.facilityTable {}

.facilityTable table thead {
  border: 1px solid #eaebec;
  border-top: 1px solid #6bb94a;
  border-bottom: 1px solid #6bb94a;
  border-left: 1px solid #6bb94a;
}

.facilityTable table thead th {
  background-color: #6bb94a;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  /* border-bottom: hidden; */
  /* border: 1.1px solid #e9eae8; */
  border: hidden !important;
}

.facilityTable table tbody td {
  /* background-color: #f7fbf6 !important; */
  color: #2c383d;
  /* font-size: 12px; */
  font-weight: 500;
  border-left: 0;
}

.facilityTable table tbody td span {
  margin-left: 7px !important;
}

.Rj-table-border {
  border: 1px solid #eaebec;
}

.bg-white {
  background-color: #ffffff !important;
  color: #2c383d !important;
  font-weight: 600 !important;
}

.facilityTable .bg-gray-table {
  background-color: #e0e0e0 !important;
  color: #2c383d !important;
  border-top: hidden;
  border-left: hidden;
  font-weight: 600;
}

.bg-table {
  /* background-color: #d8e4d5d6 !important; */
  background-color: #E2F2DB !important;
}

.bg-table-api {
  /* background-color: #f7fbf6 !important; */
  background-color: #d8e4d5d6 !important;
}

.bg-orange {
  background-color: #f6ecde !important;
}

.color-red-table {
  color: red !important;
  font-weight: 300 !important;
}

.theme-color-table {
  color: #6bb94a !important;
  font-weight: 800 !important;
}

.theme-color-bg {
  color: white !important;
  background-color: #6bb94a !important;
}




.table-blank-space {
  background-color: white !important;
  /* border-right: 1px solid white !important; */
  border-top: 1px solid white !important;
  border-left: 1px solid white !important;
}

.table-blank-space-facility {
  background-color: white !important;
  border: 1px solid white !important;
}

.table-red-bg {
  background-color: #ffe4e4 !important;
}


.Rj-wrapper {
  padding: 2rem;
}

.Rj-wrapper img {
  width: 200px;
}

.Rj-theme-bg {
  background-color: #202b2f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.Rj-footer {
  background-color: #2c383d;
  color: #aaaeaf;
  padding: 2rem;
}

.Rj-footer h5 {
  color: #6bb94a;
  margin-bottom: 3rem;
}

.Rj-footer ul li {
  padding-bottom: 10px;
}

.Rj-footer ul li a {
  color: #aaaeaf !important;
  font-weight: 200;
}

.Rg-Pagination {}

.Rg-Pagination ul {
  margin-bottom: 0px;
}

.Rg-Pagination ul li {
  margin-right: 20px;
}

/* for smooth scrollbar start  */
html {
  --scrollbarBG: #e0e0e0;
  --thumbBG: #29363c;
}

body::-webkit-scrollbar {
  width: 10px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 50% !important;
  border: 3px solid var(--scrollbarBG);
}

/* for smooth scrollbar end  */



/* Media css start by Rajiv  */


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .d-mb-none {
    display: none;
  }

  .mb-Rg-1 {
    margin-bottom: 1rem !important;
  }

  .border-right {
    border-right: 1px solid transparent;
  }

  .border-bottom-mb {
    border-bottom: 1px solid #dedede;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .layout-navbar.navbar-detached {
    padding: 2rem;
  }

  .countries-header {
    padding: 1rem 1rem !important;
  }

  .Rj-header h4 {
    /* font-size: 1rem !important; */
  }

  .card-padding {
    padding: 1rem !important;
  }
}

/* chart shweta*/
.chart-card {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.doughnut_chart {
  display: block !important;
  box-sizing: border-box !important;
  /* /* width: 336px !important; */
  height: 215px !important;
  /* width: 265px !important; */
  /* height: 200px !important; */
}

.pie_chart {
  height: 190px !important;
}

.font-family {
  font-family: "Poppins" !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.color-disabled {
  color: #737c7f !important;
}

/* Swal alert Delete Popup */
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  z-index: 10000 !important;
}

/* chart shweta*/

.Rj-w-30 {
  width: 30% !important;
}

.Rj-w-28 {
  width: 28% !important;
}

.Rj-w-20 {
  width: 20% !important;
}

.Rj-input-width {
  width: 60% !important;
}

.Rj-vertical-middle {
  vertical-align: middle !important;
}

.Rj-scroll-sticky {
  position: sticky;
  z-index: 10;
  top: 0;
}

#Rj-scroll-fix {
  height: 500px;
  /* overflow-x: scroll; */
  scrollbar-width: thin;
  /* width: 100px; */
}

.bg-New {
  background-color: #fffbfb;
  color: #3c3b3b !important;
  font-size: 14px;
  font-weight: 700;
}

#Rj-scroll-fix thead {
  position: sticky;
  z-index: 10;
  top: -1px;
  left: 0px;
  right: 0;
}

.z-index-auto {
  z-index: auto !important;
}

.NewTable-Rj {
  /* width: 38%; */
  width: 32%;
}

.NewTable-Rj thead tr th {
  width: 70%;
}


.css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root:hover {
  background-color: #344045 !important;
}

/* Rj Table Header Sticky Start  */



/* Rj Table Header Sticky End  */

.view {
  margin: auto;
  /* width: 60%; */
}

.wrapper {
  position: relative;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  /* height: 500px; */
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
}

.select-padding {
  padding: .375rem 2.25rem .375rem .75rem !important;
}

.first-col {
  /* width: 100px; */
  /* min-width: 100px; */
  /* max-width: 100px; */
  left: 0px;
}

/* .second-col {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: 100px;
} */

/* loader start */
.loader-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}

.spinner {
  width: 64px;
  height: 64px;
  border: 8px solid;
  border-color: #6bb94a transparent #6bb94a transparent;
  border-radius: 50%;
  animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* loader end */

.page-break {
  page-break-after: always;
}

.pttable th {
  width: 61% !important;
}

.hidden-offscreen {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.cursor-not-allowed {
  cursor: not-allowed;
  background-color: #d9dee3;
}

.rounded-pill-sm {
  font-size: medium;
  /* font-weight: bold; */
  cursor: context-menu;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* sandeep css */
/* sidebar */
.bg-color-sidebar {
  background-color: #173908 !important;
}

.bg-color-sidebar .app-brand.demo {
  border-bottom: 1px solid rgba(124, 124, 124, 1) !important;
}

.bg-color-sidebar .menu-inner>.menu-item.active>.menu-link {
  background-color: rgba(107, 185, 74, 0.62) !important;
}

.bg-color-sidebar .menu-inner .menu-item .menu-link:not(.active):hover {
  background-color: rgba(107, 185, 74, 0.62) !important;
  color: #ffffff !important;
}

.bg-color-sidebar .menu-vertical .menu-item .menu-link {
  font-size: 15px !important;
}

.bg-color-sidebar .menu-inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.bg-color-sidebar .menu-inner::-webkit-scrollbar {
  width: 1px !important;
}

.bg-color-sidebar .menu-inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.bg-color-sidebar .menu-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

/* sidebar */
/* header */
.ss-title h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.ss-title span {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.layout-navbar.ss-navbar {
  margin-top: 18px;
}

.content-wrapper .ss-navbar,
#portfolio-dashboard .ss-navbar {
  background-color: rgba(246, 246, 246, 1) !important;
  /* border-bottom: none !important; */
  padding-bottom: 50px;
}

.text-red {
  color: rgba(227, 48, 48, 1);
}

.spanBorderBottom {
  border-bottom: 2px solid rgba(227, 48, 48, 1);
}

.spanBorderBottomSuccess {
  border-bottom: 2px solid #6bb94a;
}

.spanBorderBottomGrey {
  border-bottom: 2px solid #939a9d;
}

.settingIcon {
  font-size: 33px !important;
  color: rgba(98, 98, 98, 1);
  margin-left: 25px;
}

/* header */

/* portfolio-dashboard */

#countries-tab .ss-nav {
  justify-content: start !important;
  border-bottom: 1.33px solid rgba(209, 217, 226, 1) !important;
}

.ss-nav .nav-item {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  letter-spacing: 0px !important;
  color: rgba(0, 0, 0, 0.6) !important;
  border-bottom: 1.33px solid rgba(95, 109, 126, 1) !important;
  border-radius: 0px !important;
  /* margin-right: 25px !important; */
  margin-right: 5px !important;
  margin-bottom: -1px !important;
}

.ss-nav .nav-item.active {
  background-color: rgba(107, 185, 74, 1) !important;

  button {
    color: #fff !important;
    font-weight: 600;
  }
}



.ss-cardBody .card-title h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: #2C383D;
}

.h-50px {
  height: 50px;
}

.ss-cardBody .card-details p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(119, 133, 139, 1);
  margin-bottom: 0;
  line-height: 27px;
}

.ss-cardBody .card-amount {
  font-size: 27px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(0, 0, 0, 1);
}

.ss-cardBody .card-percentage {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(218, 40, 40, 1);
  line-height: 30px;
}

.card-Allow {
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(107, 185, 74, 1);
}

.mt-27 {
  margin-top: 27px;
}

.ss-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fw-700 {
  font-weight: 700 !important;
}

.fs-right {
  text-align: right;
}

.mb-20 {
  margin-bottom: 20px;
}

.ss-cardBody .ss-nav {
  margin-top: 1.5rem;
}

.ss-cardBody .ss-nav .nav-item {
  line-height: 20px !important;
}

#ssTab .nav-item button {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(44, 56, 61, 1);
  /* border-bottom: 3px solid; */
  border-radius: 0;
  margin-right: 10px;
}

#ssTab .nav-item button.active {
  font-weight: 700;
  color: rgba(107, 185, 74, 1) !important;
  border-bottom: 3px solid rgba(107, 185, 74, 1);
}

.fs-color-green {
  color: rgba(107, 185, 75, 1) !important;
}

.fs-color-red {
  color: rgba(227, 48, 48, 1) !important;
}

.card-title-padding {
  padding: 0px 30px;
}

.ss-badge {
  background-color: rgba(217, 217, 217, 1);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  /* width: 46px; */
  padding: 0px 10px;
  /* height: 18px; */
  color: rgba(104, 121, 129, 1);
  margin-left: 6px;
}

.padding-top {
  padding-top: 0px !important;
}

.ss-header header {
  padding: 0px;
  background-color: #f6f6f6;
  margin-bottom: 18px;
}

.ss-header .rdt_TableHeadRow {
  background-color: rgba(107, 185, 74, 1);
  min-height: 40px;
  border: none;
}

.ss-header .rdt_TableHeadRow .rdt_TableCol {
  color: #ffffff;
}

.ss-btn {
  background-color: rgba(107, 185, 74, 1);
  color: #fff;
  border: 1px solid rgba(107, 185, 74, 0.3);
  /* border-radius: 10px; */
  border-radius: 0px !important;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 3px 14px;
  width: 100%;
}

.ss-data-table .rdt_TableHead .rdt_TableCol {
  border: 0.5px solid rgba(41, 54, 60, 0.1);
}

.ss-data-table .rdt_TableHead .rdt_TableCol .rdt_TableCol_Sortable {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap !important;
}

.ss-data-table .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  border: 0.5px solid rgba(41, 54, 60, 0.1);
  border-top: 0;
  font-size: 13px;
  font-weight: 400 !important;
}

.ss-data-table .rdt_TableBody .rdt_TableRow .rdt_TableCell a {
  font-weight: 400 !important;
}

.ss-data-table .rdt_TableHead .rdt_TableCol:last-child {
  border-right: none;
}

.ss-data-table .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child {
  border-right: none;
}

.menu-vertical .menu-item.active:not(.open)>.menu-link {
  font-weight: 400 !important;
}

.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
  /* padding: 0.5rem 1rem !important; */
  padding: 8px 9px 8px 20px !important;
  font-size: 14px;
}

.bg-color-sidebar .menu-header {
  color: #ffffff;
  padding: 0.625rem 2rem 0.625rem 1rem !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
}

.bg-color-sidebar .menu-header:before {
  background-color: transparent !important;
}

.fw-400 {
  font-weight: 400;
}

.td-red-color {
  color: rgba(185, 55, 55, 1);
}

.toggle-icon {
  color: #202b2f;
}

@media (max-width: 767px) {
  .ss-navbar {
    padding: 0rem !important;
  }

  .layout-navbar.ss-navbar {
    margin-top: 0px !important;
  }

  #ssTab .nav-item button {
    font-size: 13px;
    margin-right: 3px;
  }

  .ss-header header {
    margin-bottom: 10px;
  }

  /* .toggle-icon {
    font-size: 1.8rem !important;
  } */

  .ss-title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  #countries-tab .ss-nav {
    justify-content: center !important;
  }

  .ss-span span {
    font-size: 9px;
    font-weight: 400;
    line-height: 9px;
  }

  .ss-btn-sm {
    padding: 3px 7px !important;
    font-size: 10px !important;
  }

  .ss-nav .nav-item {
    font-size: 11px !important;
    margin-right: 15px !important;
    line-height: 20px !important;
  }

  .spanBorderBottom {
    border-bottom: 1px solid rgba(227, 48, 48, 1);
  }

  .spanBorderBottomSuccess {
    border-bottom: 2px solid #6bb94a;
  }

  .spanBorderBottomGrey {
    border-bottom: 2px solid #939a9d;
  }

  .ss-cardBody .card-amount {
    font-size: 20px;
  }

  .ss-cardBody .card-title h6 {
    font-size: 12px;
  }

  .card-Allow {
    font-size: 20px;
  }
}

.centered-content {
  text-align: left !important;
  vertical-align: middle !important;
}

.bg-table-facility {
  background-color: #F6F6F6 !important;
}

.text-black {
  color: black !important;
}


/* portfolio-dashboard */
.btn-primary-outline {
  background-color: #fff;
  color: #6bb94a !important;
  border-color: #6bb94a !important;
}

.tree-branch,
.tree-node {
  position: relative;
  list-style-type: none;
}

.tree-branch {
  padding-left: 0;
  padding-top: 1rem;
}

.tree-node {
  text-align: center;
  padding-top: 1rem;
}

.text-color {
  color: rgba(119, 133, 139, 1);
}

.tree-node::before,
.tree-node::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid rgba(107, 185, 74, 1);
  width: 50%;
  height: 1.5rem;
  transition: border-color 100ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.tree-node::after {
  right: auto !important;
  left: 50%;
  border-left: 1px solid rgba(107, 185, 74, 1);
}

.tree-node:only-child {
  padding-top: 0;
}

.tree-node:only-child::after,
.tree-node:only-child::before {
  display: none;
}

.tree-node:first-child::before,
.tree-node:last-child::after {
  border: none;
}

.tree-node:last-child {
  padding-right: 0;
}

.tree-node:last-child::before {
  border-right: 1px solid rgba(107, 185, 74, 1);
}

.tree-branch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 16.65% !important;
  border-left: 1px solid rgba(107, 185, 74, 1);
  width: 0;
  height: 1.3rem;
}

/* .ss-tree-branch::before{
  left: 16.7%!important;
  height: 1rem!important;
}
.ss-tree-branch .tree-node:last-child:before{
  width: 100%!important;
}
.ss-tree-branch .tree-node::before, .ss-tree-branch .tree-node::after{
  width: 50% !important;
  top: 0px!important;
} */

.table-textDark {
  color: rgba(44, 56, 61, 1);
}

.table-textgreen {
  color: rgba(107, 185, 74, 1)
}

.tree-content {
  display: inline-block;
}

.table-fs-16 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.table-fs-18 {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.table-fs18 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(119, 133, 139, 1);
}

.tree-branch table tr {
  vertical-align: middle;
}

/* @media (max-width: 767px) {
  .tree-branch::before{
    left: 50%;
    height: 1rem;
  }
  .tree-node::after {
    left: 0%;
  }
  .tree-node::before, .tree-node::after{
    height: 9.7rem!important;
  }
} */

@media (max-width: 767px) {
  .ss-tree-sm .tree-branch {
    padding-top: 0.5rem;
  }

  .ss-tree-sm .tree-node::before,
  .ss-tree-sm .tree-node::after {
    width: 45% !important;
    top: 10px;
    height: 0.5rem;
  }

  .ss-tree-sm .tree-node:first-child:before {
    border-left: 0;
  }

  .ss-tree-sm .tree-node:first-child:before,
  .ss-tree-sm .tree-node:nth-child(2):before {
    border-right: 1px solid rgba(107, 185, 74, 1);
  }

  .ss-tree-sm .tree-node:first-child::before,
  .ss-tree-sm .tree-node:nth-child(2)::after,
  .ss-tree-sm .tree-node:last-child::after {
    border: 0;
  }

  .ss-tree-sm .tree-branch::before {
    height: 20.9rem;
    top: -7px;
    left: 5% !important;
  }

  .ss-tree-sm .tree-node:first-child:after {
    right: 50% !important;
    left: auto;
    border-left: 0;
    border-right: 1px solid rgba(107, 185, 74, 1);
  }

  .ss-tree-sm .tree-node:nth-child(2):after {
    width: 0;
  }

  .ss-tree-sm .tree-content {
    display: block;
    margin-bottom: 0.5rem;
  }

  /* .ss-tree-node .tree-node:first-child:after{
    height: 9.6rem;
  } */
}

.ss-facilityTable table thead .table-color {
  color: rgba(41, 54, 60, 1) !important;
  background: rgba(246, 246, 246, 1) !important;
  font-weight: 700 !important;
  font-size: 17px !important;

  .badge-center i {
    font-size: 17px !important;
  }
}

.ss-facilityTable table thead .tb-color {
  color: rgba(121, 120, 120, 1) !important;
}

.ss-facilityTable .table-bordered tr th,
.ss-facilityTable .table-bordered tr td {
  /* border-right: 1px solid #d9dee3 !important; 
  border-bottom: 1px solid #d9dee3 !important; */
  /* Commented out because they were preventing borders from showing on the averages table in the facility dashboard. */
  border-right: 1px solid #d9dee3;
  border-bottom: 1px solid #d9dee3;
  /* padding: 3px 8px!important; */
}

.ss-facilityTable .table-bordered tr td {
  border-top: 1px solid #d9dee3;
  /* border-top: 1px solid #d9dee3!important; */
  /* This was preventing the top border 0 from being applied to empty TDs when adding borders to the averages table on facility dashboard. */
  padding: 3px 8px !important;
}

.ss-facilityTable .table-bordered tr th {
  padding: 3px 8px !important;
}

.ss-facilityTable .table tr td:empty {
  /* border: 0!important; */
  display: none !important;
}

.ss-facilityTable .table-bordered tr {
  border-width: 0px;
}

.ss-facilityTable .table> :not(caption)>*>* {
  padding: 0px !important;
}

/* navtab */


.overfloxX {
  overflow-x: auto !important;
}


.ss-scroll::-webkit-scrollbar {
  width: .2rem;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px white;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

.navContainer {
  position: relative;
}

.scroll-btn {
  position: absolute;
  top: 4px;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* background: rgba(0, 0, 0, 0.1); */
  background: rgb(107 185 74);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.scroll-btn:hover {
  background-color: rgb(25 107 36);

  i {
    transform: none;
  }
}

.scroll-btn.left {
  /* left: 0; */
  left: -35px;
}

.scroll-btn.right {
  right: -35px;
}

.ss-scroll {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
  width: 100%;
  overflow-y: hidden;
}

/* .ss-scroll::-webkit-scrollbar {
  display: none;
} */
.ss-scroll.nav-item {
  display: inline-block !important;
}


.bg-color-sidebar .menu-inner,
.ss-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

html,
body,
.bg-color-sidebar .menu-inner,
html,
body,
.ss-scroll {
  -webkit-overflow-scrolling: touch;
}

/* .px-0{
  padding-left: 0!important;
  padding-right: 0!important;
} */

.ss-cardBody .card-title h3 {
  font-size: 18px;
  font-weight: 600;
}

.height120 {
  /* height: 120px!important; */
  height: 100px !important;
  align-items: start !important;
  padding-top: 10px !important;
}

.title-span {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .title-span {
    align-items: start !important;
  }
}

@media (max-width: 1199.98px) {
  .layout-menu-expanded body {
    overflow: auto;
  }
}

.table-btn {
  color: white;
  background-color: rgb(107 185 74);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}

.bg-menu-theme .menu-inner>.menu-item.active div {
  color: #ffffff;
  /* background-color: rgba(107, 185, 74, 1) !important; */
  font-weight: 600;
}

.bg-menu-theme .menu-inner>.menu-item.active .menu-icon {
  color: #ffffff;
  /* background-color: rgba(107, 185, 74, 1) !important; */
  /* font-weight: 600; */
}

.menu-icon {
  font-size: 14px !important;
}

.showMonths {
  color: #fff !important;
  background-color: rgb(107 185 74) !important;
  width: 25px;
  height: 25px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 6px !important;
  padding-left: 6px !important;
}

.hideMonths {
  /* color: #fff!important; */
  background-color: rgb(107 185 74) !important;
  width: 25px;
  height: 25px;
  /* display: flex!important;
  align-items: center!important;
  justify-content: center!important; */
  padding-top: 6px !important;
  padding-right: 6px !important;
  border: 1px solid #fff !important
}

.hideMonths i {
  font-size: 12px !important;
}

.showMonths i {
  font-size: 12px !important;
}

.showMonths:hover {
  transform: none !important;
}

.card-border-shadow-primary {
  box-shadow: 0px 0px 0px 0px #fff;
}


/* report css */
.report-cardBody .card-title h6 {
  font-size: 14px !important;
  line-height: 25px !important;
}

.report-cardBody .h-50px {
  height: 40px !important;
}

.report-cardBody .card-amount {
  font-size: 20px !important;
}

.report-cardBody .card-details p {
  font-size: 10px !important;
}

.report-cardBody .btn {
  font-size: 11px !important;
  padding: 0.2375rem 1.25rem !important;
}

.report-cardBody .tree-node .card-title h6 {
  font-size: 11px !important;
}

.report-cardBody .tree-node .card-title {
  margin-bottom: 5px !important;
}

.report-cardBody .tree-node::before,
.report-cardBody .tree-node::after {
  height: 1.3rem !important;
}

.report-cardBody .table-fs-16 {
  font-size: 10px !important;
  line-height: 20px !important;
}

.report-cardBody .table-fs18 {
  font-size: 11px !important;
  line-height: 20px !important;
}

.report-cardBody .App {
  height: 260px !important;
}

.report-cardBody .ss-nav {
  margin-top: 0 !important;
}

.report-cardBody .ss-nav .nav-item {
  line-height: 17px !important;
}

.report-cardBody .ss-nav .nav-item {
  font-size: 11px !important;
}

.lineHeight .card-details p {
  line-height: 20px !important;
}

.ss-ReportfacilityTable .table thead tr th {
  font-size: 11px !important;
}

.ss-ReportfacilityTable .table tbody tr td {
  font-size: 10px !important;
}

/* report css */

.ss-pb-0 {
  padding-bottom: 0px !important;
}

.ss-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Actual Averages Borders Facility Dashboard */
.ss-facilityTable .border-avg-top {
  border-top: 3.3px solid #6bb94a !important;
}

.ss-facilityTable .border-avg-right {
  border-right: 3.3px solid #6bb94a !important;
}

.ss-facilityTable .border-avg-bottom {
  border-bottom: 3.3px solid #6bb94a !important;
}

.ss-facilityTable .border-avg-left {
  border-left: 3.3px solid #6bb94a !important;
}


.border-top-0 {
  border-top: 0px !important;
}

.ss-borderNone {
  border: 0px !important;
}

.ss-facilityTable .table-bordered tr td.borderRight0 {
  border-right: 0px !important;
}

/* Actual Averages Borders Facility Dashboard */

.AdminBanner {
  /* display: block!important; */
  /* padding-top: 0px!important; */
  margin-top: 0px !important;
}

.ss-borderNone td {
  border: 0 !important;
}

.ss-sticky1 {
  position: sticky;
  top: 0;
  z-index: 1075;
  background-color: #6bb947c7;

  p {
    background-color: #6bb947c7;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px;
    margin-bottom: 0;
  }
}

.top-35 {
  top: 26px !important;
}

.ms-8 {
  margin-left: 8px;
}

.ms-15 {
  margin-left: 15px !important;

  .menu-link .menu-icon {
    font-size: 12px !important;
  }

  .menu-link div {
    font-size: 12px !important;
  }
}

/* Toast alerts */
.custom-toast-position {
  margin-top: 2%;
  z-index: 10000 !important;
}

/* .custom-toast-bg{
  background-color:	#2c383d !important;
  color: white !important;
} */
/* Toast alerts */


/* .icon.icon-secondary:hover{
  background-color: #344045 !important;
} */

.MuiIconButton-root:hover {
  background-color: #344045 !important;
}

.swal-custom-confirm-button {
  background-color: #6bb94a !important;
  border: 0 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: none !important;
}

.border-bottom-disclaimer {
  border-bottom: 1px solid #7b8285 !important;
}

.cursor-not-allowed-disabled {
  cursor: not-allowed !important;
}


.fs-13 {
  font-size: 13px;
}

.ss-navbar {
  -webkit-backdrop-filter: unset !important;
  backdrop-filter: unset !important;
}

@media (max-width: 767px) {
  #countries-tab .navContainer .ss-justify-start {
    justify-content: start !important;
  }

  .w-150px {
    width: 150px !important;
    white-space: normal !important;
    z-index: 1;
  }

  .w-60px {
    width: 60px !important;
  }

  .layout-menu-100vh .layout-menu {
    height: 100vh !important;
  }

  .ss-header.mt-50 {
    margin-top: 50px;
  }

  .NewTable-Rj thead tr th,
  .pttable th,
  .NewTable-Rj {
    width: 100% !important;
  }

  .table {
    font-size: 12px !important;
  }
}

@media (min-width: 767px) {
  .w-35percent {
    width: 35% !important;
  }

  .w-25percent {
    width: 25% !important;
  }

  .w-10percent {
    width: 10% !important;
  }

  .w-28percent {
    width: 28% !important;
  }

  .w-12percent {
    width: 12% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ss-title h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .w-60px {
    width: 60px !important;
  }

  .top-35 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ss-title span {
    line-height: 18px !important;
  }
}

@media (max-width: 991px) {
  .small-btn {
    padding: 0.25rem 0.6875rem !important;
    font-size: 0.75rem !important;
  }

  .height120 {
    height: auto !important;
    padding-bottom: 10px !important;
  }
}

.pdf-bg-white {
  background-color: #f6f6f6 !important;
}

.pdf-bg-white .countries-header {
  background-color: #f6f6f6 !important;
}

.pdf-bg-white .layout-navbar {
  background-color: #f6f6f6 !important;
}

.client-logo {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: contain;
  background-color: #fff;
}

@media (max-width:1199px) {
  .height120 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pie-chart-height .chart-container .chart-section canvas {
  width: 200px !important;
  height: 100% !important;
}

.ss-ReportfacilityTable .table tbody tr .table-blank-td {
  font-size: 5px !important;
}

.report-font-set {
  .card-title h6 {
    font-size: 11px !important;
  }

  .card-amount {
    font-size: 16px !important;
  }
}

.report-doughnut-chart canvas{
  height: 180px!important;
}


.input-overlay {
  color: #737c7f;
  pointer-events: none;
  background-color: #eceef1;
}

.input-group .input-overlay {
  position: relative;
}

.input-group .input-overlay::before {
  content: "";
  position: absolute;
  left: 0; 
  top: 0;
  /* width: 100%; */
  height: 100%;
  border-left: 1px solid transparent;
  transform: skew(-10deg);
  border-right: 1px solid #999;
  pointer-events: none;
}