:root {
  --primary: #161a30;
  --primary-hover: #ffa912;
  --sub-primary: #ffa912;
  --light: #f1f1f1;
  --bg-white: #ffffff;
  --text-secondary: #666;
  --main: #161a30;
}

@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Light.eot");
  src: local("Moderat Light"), local("Moderat-Light"),
    url("../fonts/Moderat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Moderat-Light.woff2") format("woff2"),
    url("../fonts/Moderat-Light.woff") format("woff"),
    url("../fonts/Moderat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Regular.eot");
  src: local("Moderat Regular"), local("Moderat-Regular"),
    url("../fonts/Moderat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Moderat-Regular.woff2") format("woff2"),
    url("../fonts/Moderat-Regular.woff") format("woff"),
    url("../fonts/Moderat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Bold.eot");
  src: local("Moderat Bold"), local("Moderat-Bold"),
    url("../fonts/Moderat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Moderat-Bold.woff2") format("woff2"),
    url("../fonts/Moderat-Bold.woff") format("woff"),
    url("../fonts/Moderat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  color: var(--main);
  background: #f4f4f9;
  font-family: "Moderat";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  height: 100%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Moderat";
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  color: var(--primary);
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}
.confirm-button-swal:hover {
  color: black;
  background-color: #ffa912 !important;
}

/* .dropdown-toggle::after{
    display: none;
} */
.dropdown-item {
  padding: 8px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background: linear-gradient(to left, #ffffff, 100%, #ffa912 130%);
}

.fnt-12 {
  font-size: 12px !important;
}

.fnt-13 {
  font-size: 13px !important;
}

.fnt-14 {
  font-size: 14px !important;
}

.fnt-15 {
  font-size: 15px !important;
}

.fnt-16 {
  font-size: 16px !important;
}

.fnt-17 {
  font-size: 17px !important;
}

.fnt-18 {
  font-size: 18px !important;
}
.fnt-20 {
  font-size: 20px !important;
}
/*  sidebar layout */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  transition: 0.5s;
  z-index: 999;
}

.content {
  margin-left: 250px;
  min-height: 100vh;
  transition: 0.5s;
}

.navbar.navbar-expand .dropdown-toggle::after {
  display: none;
}

.sidebar .navbar .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  padding: 7px 20px;
  color: var(--dark);
  font-weight: 500;
  border-left: 3px solid var(--light);
  border-radius: 0;
  outline: none;
  margin-bottom: 5px;
  width: 232px;
}

.sidebar .navbar .navbar-nav .nav-link:hover {
  color: var(--primary);
  background: rgb(255 169 18 / 40%);
  border-color: var(--primary);
}

.sidebar .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
  background: rgb(255, 169, 18);
  border-color: var(--primary);
}

.sidebar .navbar .navbar-nav .nav-link svg,
.sidebar .navbar .navbar-nav .nav-link i {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 40px;
  padding: 10px;
  margin-right: 10px;
}

.sidebar .navbar .navbar-nav .nav-link:hover svg,
.sidebar
  .navbar
  .navbar-nav
  .nav-link:hover
  i
  .sidebar
  .navbar
  .navbar-nav
  .nav-link.active
  svg,
.navbar .navbar-nav .nav-link.active i {
  background: var(--primary);
  color: #ffffff;
}

.sidebar .navbar .dropdown-toggle::after {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 900;
  transition: 0.5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
  padding-left: 25px;
  border-radius: 0 30px 30px 0;
}

.sidebar-toggler {
  transform: rotate(90deg);
}

.content.open .sidebar-toggler {
  transform: rotate(270deg);
}

.navbar.navbar-expand {
  border-bottom: 1px solid var(--light);
  background: #ffffff;
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link svg {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  color: #161a30;
  border-radius: 40px;
  padding: 10px;
}

.nav-user {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-left: 1px solid #ddd;
}

.nav-user h5 {
  font-size: 16px;
  font-weight: 700;
}

.nav-user h6 {
  font-size: 14px;
  font-weight: 400;
}

.mainContent {
  padding: 10px;
}

.page-sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.page-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}
.page-title-selected {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  background: var(--sub-primary);
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.page-title-deselected {
  font-size: 16px;
  font-weight: 300;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
}
.dashboard-tab {
}

.page-title::before {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.page-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  border-radius: 5px;
}

.page-sub-header .breadcrumb {
  margin-left: auto;
}

.page-header .breadcrumb {
  background-color: transparent;
  color: var(--text-secondary);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
  margin-left: auto;
}

.breadcrumb-item a {
  color: var(--primary);
}

.local-forms {
  position: relative;
}

.local-forms label {
  font-size: 13px;
  line-height: 16px;
  color: var(--text-secondary);
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  margin-bottom: 0;
  padding: 0px 5px;
  z-index: 99;
}

.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 16px;
}

textarea.form-control {
  height: auto;
}

.select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
  font-weight: normal;
  line-height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
  right: 7px;
}

.select2-container .select2-selection--multiple {
  height: 38px;
  min-height: 38px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 5px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.calendar-icon:after {
  color: var(--primary);
  content: "\F214";
  font-family: "bootstrap-icons";
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.file-input {
  display: inline-block;
  text-align: left;
  border: 1px solid #ddd;
  padding: 0.375rem 0.75rem;
  width: 100%;
  position: relative;
  border-radius: 3px;
}

.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: var(--primary-hover);
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

table.table td h2.table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

table.table td h2.table-avatar a {
  color: var(--text-dark);
  font-weight: 600;
}

.table th {
  background: var(--rgba-primary-1);
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
}

.search-group {
  position: relative;
  display: flex;
  align-items: center;
}

.search-group input {
  background: var(--light);
  padding-left: 40px;
}

.search-group i {
  position: absolute;
  z-index: 4;
  font-size: 16px;
  line-height: 38px;
  left: 10px;
}

.notification-list .notify-item .card-body {
  padding: 14px;
}

.notification-list .notify-item.unread-noti {
  background-color: var(--ct-tertiary-bg);
}

.noti-item-title {
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simplebar-content-wrapper {
  max-height: 300px;
  overflow: auto;
}

.card.widget-flat {
  border: none;
  border-radius: 8px;
  transition: 0.5s all;
  height: 100%;
}

.card.widget-flat:hover {
  transform: scale(1.03);
}

.project-title-name {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  color: var(--primary);
}
.invited-name {
  font-size: 12px;
  color: #666666;
}

/* .project-title-name{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  color: var(--primary);
  height: calc(100% - 70px);
} */

.project-title-company-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 5px;
}
.project-list-accordian-title {
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 5px;
}
.project-info {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 5px;
}

.invited-by-info {
  font-size: 14px;
  color: #000;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

.value-badge {
  background: var(--light);
  border-radius: 4px;
  padding: 2px 5px;
}

.project-logo-img {
  height: 30px;
  max-width: 100%;
  border-radius: 3px;
  object-fit: fill;
}

.symbol-project {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}

.symbol-project img {
  height: 60px;
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.card-toolbar {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}

.badge-light-success {
  color: #50cd89;
  background-color: #e8fff3;
}

.badge-light-danger {
  color: #d83444;
  background-color: #f8d7da;
}

.badge-light-orange {
  color: #ffc107;
  background-color: #fff3cd;
}

.border-dashed {
  border-style: dashed !important;
}

.form-label {
  font-weight: 400;
}

.select2-container {
  width: 100% !important;
}

.modal-header {
  color: var(--primary);
  background: linear-gradient(to left, #ffffff, 100%, #ffa912 130%);
}

.page-frame {
  width: 100vw;
  height: 100vh;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5rem;
  background: #ffffff;
}

.w-40 {
  width: 40%;
}

.mx-450 {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.btn-outline-pink {
  color: #f3899a;
  border-color: #f3899a;
}

.btn-outline-pink:hover {
  color: #333333;
  border-color: #f3899a;
  background-color: #f3899a;
}

@media (max-width: 992px) {
  .w-40 {
    width: 100%;
  }

  .page-frame {
    flex-direction: column;
  }
}
.custom-file-input {
  display: none;
}
.actions {
  pointer-events: visible;
  display: flex;
  align-items: center;
}
.project-client-action {
  min-height: calc(100% - 55px);
  padding-top: 22px;
  text-align: center;
}

.custom-tooltip {
  border-bottom: 1px dashed;
  text-decoration: none;
}

.custom-tooltip:hover {
  cursor: help;
  position: relative;
}

.custom-tooltip span {
  display: none;
}

.custom-tooltip:hover span {
  border: #666 2px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  background: #e3e3e3;
  left: 0px;
  margin: 15px;
  width: 300px;
  position: absolute;
  top: 15px;
  text-decoration: none;
}

/* a.tooltip {
    border-bottom: 1px dashed;
    text-decoration: none;
  }
  a.tooltip:hover {
    cursor: help;
    position: relative;
  }
  a.tooltip span {
    display: none;
  }
  a.tooltip:hover span {
    border: #666 2px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: #e3e3e3;
    left: 0px;
    margin: 15px;
    width: 300px;
    position: absolute;
    top: 15px;
    text-decoration: none;
  } */
.error-message {
  /* display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em; */
  color: var(--bs-form-invalid-color);
}
/*  ==== Login page ===== */
.login-set {
  height: 100vh !important;
}

.login-wrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.login-wrapper .loginbox {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: auto;
  max-width: 500px;
  z-index: 10;
  position: relative;
}

.login-wrapper .loginbox .login-left {
  align-items: center;
  background: var(--primary);
  flex-direction: column;
  justify-content: end;
  width: 400px;
  display: flex;
  background-blend-mode: multiply;
  border-radius: 8px 20px 20px 8px;
  position: relative;
}

.login-wrapper .loginbox .login-right {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px;
  max-width: 500px;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.account-subtitle {
  font-size: 16px;
  margin-bottom: 1.875rem;
  text-align: left;
}

.account-subtitle a {
  color: var(--primary);
}

.login-wrapper .loginbox .login-right h2 {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  margin-bottom: 28px;
}

.login-wrapper .loginbox .login-right .forgotpass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.remember-me .custom_check {
  font-size: 14px;
  font-weight: 400;
}

.remember-me .custom_check .checkmark {
  width: 20px;
  height: 20px;
  top: 0px;
  border: 1px solid #c1ccdb;
}

.login-wrapper .loginbox .login-right .forgotpass a {
  color: var(--primary);
  font-size: 15px;
  margin-left: auto;
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
  text-decoration: underline;
}

.login-wrapper .loginbox .login-right .dont-have {
  margin: 20px 0px;
}

.login-wrapper .loginbox .login-right .dont-have a {
  color: var(--primary);
  font-weight: 500;
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
  text-decoration: underline;
}

/* loader start */
.page_loader_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #302c30b3;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 2.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader end */

.pro-icon {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #fff;
  border-color: var(--primary);
  border-radius: 6px;
  padding: 4px;
  margin-right: 10px;
  font-size: 20px;
  box-shadow: 0 2px 5px #0000001c;
}

.login-show-password {
  position: absolute;
  right: 10px;
  top: 7px;
}

.login-register-show-password {
  position: absolute;
  right: 21px;
  top: 39px;
}
.upload-status-box {
  /* position: absolute; */
  top: 20px;
  left: 90%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 5px #00000042;
  display: flex;
  align-items: center;
  /* background: linear-gradient(to left, #ffffff, 100%, #ffa912 130%); */
  background: #e8fff3;
  transform: translateX(-50%);
  font-size: 12px;
}

.upload-status-box-success {
  /* position: absolute; */
  top: 20px;
  left: 77%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 5px #00000042;
  display: flex;
  align-items: center;
  background: #e8fff3;
  /* transform: translateX(-50%); */
  font-size: 12px;
}

.sc-hKgKIp.sc-eCstZk {
  justify-content: start;
}

.register-client-container {
  justify-content: center;
}
.clientAction {
  /* position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between; */
  position: absolute;
  right: 10px;
  top: 10px;
}
.rdt_TableRow {
  font-size: 14px !important;
}
.rdt_TableRow {
  border-bottom-color: #ddd !important;
  border-bottom: 1px solid;
}
.rdt_TableHead {
  font-size: 14px !important;
}
.rdt_TableHead .rdt_TableHeadRow {
  background-color: #f1f1f1;
}
/* .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol{
  text-align: center !important;
  justify-content: center;
} */
.rdt_Pagination {
  font-size: 15px !important;
  min-height: 36px !important;
  color: var(--primary) !important;
}
.pageNavTabs.nav-pills .nav-link.active,
.pageNavTabs.nav-pills .show > .nav-link {
  background: var(--primary);
}
.pageNavTabs .nav-link {
  color: var(--primary);
}
.projectDetailReportWrap .reportInfoList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  margin-bottom: 8px;
  box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
  border-radius: 3px;
}
.table-legacy-survey th,
td {
  border: 1px solid black;
}

.dropdown-menu.dropdown-menu-end.dropdown-menu-lg-start {
  right: 0;
  left: auto;
}
.rdt_TableCell {
  padding-left: 8px !important;
  padding-right: 8px !important;
  border: none !important;
}
.rdt_TableCol {
  padding-left: 3px !important;
  padding-right: 8px !important;
  border: none !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}
.reportTable div[data-column-id="1"] {
  position: sticky;
  left: 0;
  z-index: 1;
}
.reportTable div[data-column-id="2"] {
  position: sticky;
  left: 40px;
  z-index: 1;
}

.reportTable div[cell-1-undefined="1"] {
  position: sticky;
  left: 0;
  z-index: 1;
}
.reportTable div[cell-2-undefined="2"] {
  position: sticky;
  left: 40px;
  z-index: 1;
}

.ofEne {
  overflow: visible !important;
  white-space: normal !important;
}
.rdt_TableCol_Sortable {
  overflow: visible !important;
}
.barcode-reader video {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px 0;
}

.no-barcode-reader {
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.password-control .form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: right calc(1.5em + 0.1875rem) center;
}
.password-control .login-show-password {
  top: 30px;
}
register-.password-control .login-show-password {
  right: 32px;
  top: 15px;
}

.report-row-bg-green {
  background-color: #e7efd6;
}

.report-row-bg-blue {
  background-color: #cbac4f;
}

.report-row-bg-purple {
  background-color: #dce6f2;
}

.report-row-bg-orange {
  background-color: #e4dfec;
}

.report-row-bg-beat {
  background-color: #fdd5b4;
}

.report-row-bg-gray {
  background-color: #e6b8b7;
}

.report-row-bg-yellow {
  background-color: #f2f2f2;
}
/* Disable column reordering in react-data-table-component */
/* .rdt_TableBody{
  pointer-events: none !important;
  cursor: default !important;
  overflow: hidden;
} */

/* Client Dashboard style */
/* .full-width-multiselect {
  width: 100%;
}

.multiselect-container {
  display: flex;
  flex-wrap: wrap;
} */
.searchWrapper {
  padding: 2px 5px !important;
}
.chip {
  border-radius: 3px !important;
  background: #161a30 !important;
}
.doughnut-chart canvas {
  margin: auto;
}
.progress-wrapper {
  text-align: center;
  padding: 20px;
}
/* .progress-title{
  font-size: 42px;
  font-weight: bold;
  color: #ffa912;
  position: relative;

} */
.progress-title {
  font-size: 42px;
  font-weight: bold;
  /* color: #2f5c92; */
  position: relative;
}
.dark-blue-font {
  color: #305d92;
}
.green-font {
  color: #40c540;
}
.font-bold {
  font-weight: bold;
}
.sup-script {
  font-size: 20px;
  position: absolute;
  top: 12px;
  color: #000;
}

/* .p-highlight{
  background: #ffffff;
} */

.p-multiselect-items-wrapper {
  padding: 10px 20px;
}
.p-multiselect-item {
  margin-bottom: 5px;
}
.table-font-12 .p-datatable {
  font-size: 14px !important;
}
.table-tbody-fixed .rdt_TableBody {
  max-height: 500px;
  overflow: auto;
}
.QRCodeWrapper .field-container {
  display: inline-grid;
  width: 33.33%;
}
.QRCodeWrapper .field-container .field {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin: 0 10px;
}
.QRCodeWrapper .field-container .field .field-name {
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .QRCodeWrapper .field-container {
    display: inline-grid;
    width: 50%;
  }
}
@media (max-width: 568px) {
  .QRCodeWrapper .field-container {
    display: inline-grid;
    width: 100%;
  }
}
.changeLogo-wrapper {
  position: relative;
}
.edit-icon-logo {
  position: relative;
  display: inline-block;
}
.changeLogo-wrapper .change-logo-img {
  height: 90px;
  max-width: 100%;
  border-radius: 5px;
}
.editLogo-icon {
  position: absolute;
  right: -9px;
  bottom: -9px;
  background: #dc3545;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-datatable-wrapper {
  position: relative;
}
.projectDetailsQRImage {
  height: 300px;
  max-width: 100%;
  object-fit: cover;
}
.reset-button-height {
  height: 36px;
}
.icon-top-right {
  position: absolute;
  top: 20px;
  right: 25px;
}
.icon-top-right-projectlist-accordion {
  position: absolute;
  top: 190px;
  /* bottom: 20px; */
  right: 25px;
}
.icon-top-right-importReport-accordion {
  position: absolute;
  top: 98px;
  /* bottom: 20px; */
  right: 25px;
}
.no-header-datatable .p-datatable-thead {
  display: none;
}
/* .custom-dt-class  */
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background-color: #ecfeff !important;
}
.swal-button:focus {
  color: orange;
}
.p-datatable .p-column-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-column-filter-menu {
  margin-left: 0;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid light;
}

.user-profile-icon {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 40px;
  color: #ffffff;
}

.client-logo {
  border-radius: 6px;
  height: 40px !important;
}

.client-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #fff;
  border-color: var(--primary);
  border-radius: 6px;
  padding: 4px;
  margin-right: 10px;
  font-size: 20px;
  box-shadow: 0 2px 5px #0000001c;
}

.lightBoxImg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  min-height: 300px;
  max-height: 300px;
  border-radius: 4px;
}
/* .image-slide {
  min-width: 430px !important;
} */
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: 24px;
}
.carousel {
  width: 100% ;
}

.lb-container .lb-header {
  height: 80px !important;
}

.lb-header .lb-button{
  padding: 10px 30px !important;
  background-size: 60% !important;
}

.lb-header .lb-title {
  font-size: x-large !important;
}

.noCaroselMainDIv{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.noCaroselImage{
  height: 300px;
    width: 490px;
    object-fit: cover;
}