@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("./core-admin.css");
.width-80 {
  width: 80px;
}

.badge {
  display: inline-block;
  min-width: 100px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Prevent text wrapping in table cells for priority and status */
.text-nowrap {
  white-space: nowrap !important;
}

.bg-exp-primary-grey-light-1 {
  background-color: #f4f4f4;
}

.link-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

.content-wrapper {
  background-color: #e0e0e0;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-13 {
  font-size: 13px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-11 {
  font-size: 11px !important;
}

.f-s-10 {
  font-size: 10px !important;
}

input:focus-visible {
  outline: none;
}

.badge-danger-light {
  background-color: #f77488;
  color: #242424;
}

.badge-secondary-light {
  background-color: #d4d4d4;
  color: #242424;
}

.exp-text-dark {
  color: #242424;
}

.bg-primary-grey-1 {
  background-color: #333333;
}

.text-primary-grey-1 {
  color: #333333;
}

.bg-primary-grey-2 {
  background-color: #494949;
}

.text-primary-grey-2 {
  color: #494949;
}

.bg-primary-grey-3 {
  background-color: #575757;
}

.text-primary-grey-3 {
  color: #575757;
}

.bg-primary-grey-4 {
  background-color: #6b6b6b;
}

.text-primary-grey-4 {
  color: #6b6b6b;
}

.bg-primary-grey-5 {
  background-color: #747474;
}

.text-primary-grey-5 {
  color: #747474;
}

.bg-primary-grey-6 {
  background-color: #8f8f8f;
}

.text-primary-grey-6 {
  color: #8f8f8f;
}

.bg-primary-grey-7 {
  background-color: #969696;
}

.text-primary-grey-7 {
  color: #969696;
}

.bg-primary-grey-8 {
  background-color: #a9a9a9;
}

.text-primary-grey-8 {
  color: #a9a9a9;
}

.bg-primary-grey-9 {
  background-color: #b7b7b7;
}

.text-primary-grey-9 {
  color: #b7b7b7;
}

.bg-primary-grey-10 {
  background-color: #d0d0d0;
}

.text-primary-grey-10 {
  color: #d0d0d0;
}

.bg-primary-grey-light-1 {
  background-color: #f4f4f4;
}

.bg-primary-grey-light-2 {
  background-color: #f0f0f0;
}

.bg-primary-grey-light-3 {
  background-color: #ececec;
}

.bg-primary-grey-light-4 {
  background-color: #e8e8e8;
}

.bg-primary-grey-light-5 {
  background-color: #e0e0e0;
}

.bg-primary-grey-light-6 {
  background-color: #dcdcdc;
}

.bg-primary-grey-light-7 {
  background-color: #d4d4d4;
}

.bg-primary-grey-light-8 {
  background-color: #c7c7c7;
}

.bg-primary-grey-light-9 {
  background-color: #c3c3c3;
}

.bg-primary-grey-light-10 {
  background-color: #bbb;
}

.bg-primary-grey-light-11 {
  background-color: #afafaf;
}

.gth-bg-primary {
  background-color: #733aea;
}

.gth-bg-primary-light {
  background-color: #f0e9fd;
}

.gth-bg-secondary {
  background-color: #364a63;
}

.gth-bg-secondary-light {
  background-color: #e9ebee;
}

.gth-bg-warning {
  background-color: #fd9722;
}

.gth-bg-warning-light {
  background-color: #fff4e7;
}

.gth-bg-danger {
  background-color: #f2426e !important;
}

.gth-bg-danger-light {
  background-color: #feeaef;
}

.gth-bg-success {
  background-color: #00b386 !important;
}

.gth-bg-success-light {
  background-color: #e5f9f0 !important;
}

.gth-bg-info {
  background-color: #058efc;
}

.gth-bg-info-light {
  background-color: #e4f3ff;
}

.gth-bg-purple-light {
  background-color: #f3e5fb;
}

.f-w-extra-bold {
  font-weight: 800;
}

.f-w-bold {
  font-weight: 700;
}

.f-w-medium {
  font-weight: 600;
}

.f-w-semi-bold {
  font-weight: 500;
}

.gth-bg-success-gredient {
  background: linear-gradient(90deg, #0fca7a 0%, #0dac68 100%) !important;
}

.gth-bg-success-100 {
  background-color: #e2fff3 !important;
}

.gth-bg-danger-gredient {
  background: linear-gradient(90deg, #f2426e 0%, #ce385e 100%) !important;
}

.gth-bg-danger-100 {
  background-color: #fde9ee !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(10px - 1px);
  border-top-right-radius: calc(10px - 1px);
}

.modal-header .close,
.modal-header .mailbox-attachment-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(10px - 1px);
  border-bottom-left-radius: calc(10px - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

body {
  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  overflow-x: hidden;
}

h3.card-title {
  font-size: 1rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.card .card-footer {
  background-color: #f4f4f4;
}

.center {
  text-align: center;
}

/* colors */
.bg-primary-800 {
  background: #25478a !important;
}

.bg-primary-400 {
  background: #3565c5 !important;
}

.bg-primary-200 {
  background: #6c9af8 !important;
}

.bg-success-800 {
  background: #178256 !important;
}

.bg-success-400 {
  background: #1ea16b !important;
}

.bg-success-200 {
  background: #5ef0b3 !important;
}

.bg-success-100 {
  background-color: #a6f7f5 !important;
}

.bg-warning-800 {
  background: #b3a61b !important;
}

.bg-warning-400 {
  background: #dacb24 !important;
}

.bg-warning-200 {
  background: #f8ec66 !important;
}

.bg-warning-100 {
  background: #f9f4c2 !important;
}

.bg-info-800 {
  background: #08969b !important;
}

.bg-info-400 {
  background: #0dccd3 !important;
}

.bg-info-200 {
  background: #9aeeff !important;
}

.bg-info-100 {
  background: #bcf0fa !important;
}

.bg-info-alpha {
  background: #e5fbff !important;
}

.bg-error-800 {
  background: #b03826 !important;
}

.bg-error-400 {
  background: #e44e37 !important;
}

.bg-error-200 {
  background: #ff8c7a !important;
}

.bg-light-2 {
  background-color: #f0f1f7;
}

.coral {
  background: #ff4500 !important;
}

.gth-light-red-bg {
  background-color: #feeaef;
}

.exp-bg-purple-1 {
  background-color: #832acc;
}

.exp-bg-purple-2 {
  background-color: #a25ddc;
}

.exp-bg-purple-3 {
  background-color: #f7edff;
}

.gth-text-danger {
  color: #ce385e;
}

.gth-text-secondary {
  color: #364a63;
}

.gth-text-muted {
  color: #b7b7b7;
}

/* 67 - 99 */
.forestgreen {
  background: #228b22 !important;
  color: #ffffff;
}

/* Completed Task */
.lightskyblue {
  background: #87cefa !important;
}

.ghostwhite {
  background: #f5f5fb !important;
}

/* 0 */
.chartreuse {
  background: #7fff00 !important;
}

/* 0 - 33 */
.gold {
  background: #ffd700 !important;
}

/* 33 - 50 */
.darkgoldenrod {
  background: #b8860b !important;
}

/* 50 - 67 */
.red {
  background: #ff0000 !important;
}

/* 67 - 99 */
.brown {
  background: #a52a2a !important;
}

/* 100 */
.triangle-left {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 90px solid #555;
  border-bottom: 90px solid transparent;
  border-radius: 6px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.triangle-left h4 {
  color: #68a9f3;
  font-size: 20px;
  font-weight: bold;
  transform: rotate(-45deg);
  position: absolute;
  margin-left: -90px;
  margin-top: 17px;
}

.exp-fms-bg {
  background-color: #fffcda;
}

.exp-delegation-bg {
  background-color: #f3e5fb;
}

.exp-checklist-bg {
  background-color: #e3fffe;
}

.ch-color-box {
  background: #e3fffe;
  width: 30px;
  height: 13px;
  margin-top: 4px;
  border: 1px solid #00857e;
}

.d-color-box {
  background: #f3e5fb;
  width: 30px;
  height: 13px;
  margin-top: 4px;
  border: 1px solid #832acc;
}

.fms-color-box {
  background: #fffcda;
  width: 30px;
  height: 13px;
  margin-top: 4px;
  border: 1px solid #ffc107;
}

.done-color-box {
  background: #28a720;
  width: 30px;
  height: 13px;
  margin-top: 4px;
  border: 1px solid #057949;
}

.mleft-5 {
  margin-left: 5px;
}

.mright-20 {
  margin-right: 20px;
}

.mbottom-10 {
  margin-bottom: 10px !important;
}

.hidden-block {
  display: none !important;
}

.display-block {
  display: block !important;
}

.text-center {
  text-align: center;
}

.text-center .form-check-input {
  margin-left: 0 !important;
}

.gauge-box {
  height: 206px !important;
}

#fms-gauge {
  margin: auto;
}

/*ul.nav.nav-treeview {*/
/*    margin-left: 2.2rem;*/
/*}*/
.btn-info {
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.card-info.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #007bff !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.125), 0 1px 5px rgba(0, 0, 0, 0.2);
}

/*.home-info-column {*/
/*    margin-right: 7.5px!important;*/
/*    margin-left: 7.5px!important;*/
/*}*/
.hrp {
  width: 100%;
  border-bottom: solid 1px #ececec;
  height: 3px !important;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

hr:not([size]) {
  height: 0px;
}

.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #575757;
  line-height: 24px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 1px;
  width: 20px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 8px;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus
.select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d0d4e4;
}

.form-control:focus {
  border: 1px solid #d0d4e4;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-size: 16px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 12px !important;
  height: 12px !important;
  margin-top: -5px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #494949;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.8rem;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
  width: 1rem;
  margin-right: 0.5rem;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: #ffffff;
  border: 0.15em solid #ffffff;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #575757;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  /* font-family: "Courier New", Courier, monospace; */
  line-height: 1em;
  content: "+";
  background-color: #a25ddc !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  max-width: 300px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8rem;
  color: #494949;
  text-align: left;
  list-style: none;
  background-color: #f4f4f4 !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  height: 0;
}

.dropdown-menu .dropdown-item {
  transition: all 0.2s ease-in-out;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f0e9fd;
  color: #6231c7;
}

.dropdown-menu.show {
  display: block;
  height: fit-content;
  top: 100% !important;
}

.fit-btn {
  width: fit-content !important;
  min-width: fit-content !important;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.dropdown-animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.page-item .page-link {
  padding: 5px 10px;
  font-size: 14px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}

.paginate_button .page-link {
  color: #343a40;
}

.offcanvas-backdrop {
  z-index: 1050;
}

.offcanvas {
  z-index: 1051;
}

.modal-backdrop {
  z-index: 1060;
}

.modal {
  z-index: 1061 !important;
}

.modal .modal-content {
  border-radius: 15px;
}

.modal .modal-content .modal-header {
  border-top-left-radius: calc(15px - 1px);
  border-top-right-radius: calc(15px - 1px);
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(28, 28, 28, 0.522);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1100;
}

.loader {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 15px solid transparent;
  animation: spin 1s linear infinite, changeColor 4s linear infinite;
  background-color: rgba(247, 247, 247, 0.953);
}

.loader-overlay .logo {
  opacity: 1;
  width: 60px;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes changeColor {
  0%,
  25% {
    border-top-color: #e74c3c;
  }
  /* Change color as needed */
  50% {
    border-top-color: #2ecc71;
  }
  /* Change color as needed */
  75% {
    border-top-color: #f39c12;
  }
  /* Change color as needed */
  100% {
    border-top-color: #3498db;
  }
  /* Change color as needed */
}

/*===============================================================*/
.exp-main-nav .brand-link,
.exp-top-bar {
  background-color: #f7f7f7 !important;
}

.exp-main-nav {
  background-color: #ffffff !important;
}

.exp-main-nav .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #733aea;
  color: #ffffff !important;
}

#fms-preview-textfield {
  font-size: 36px;
  color: #00212f;
  font-weight: 700;
}

.graph-performance {
  width: 50%;
  flex: 0 0 auto;
}

.graph-card {
  min-height: 256px;
}

.exp-main-nav .sidebar .nav .nav-item .nav-link {
  padding: 10px;
  color: #343a40;
}

.exp-main-nav .sidebar .nav .nav-item .nav.nav-treeview {
  width: 100%;
}

.exp-main-nav .sidebar .nav .nav-item .nav.nav-treeview li.nav-item {
  padding-left: 15px;
}

.exp-main-nav
.sidebar
.nav
.nav-item
.nav.nav-treeview
li.nav-item
.nav-link.active {
  color: #733aea;
}

.profile-wrap {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 200px;
}

.profile-wrap .exp-avtar {
  width: 36px;
  height: 36px;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 600;
  border-radius: 50%;
  overflow: hidden;
}

.profile-wrap .exp-avtar .prof-img {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}

.profile-wrap .exp-avtar .user-icon {
  font-size: 14px;
  line-height: 1;
}

.profile-wrap .profile-name-wrap {
  flex: 1;
  text-align: left;
  max-width: 165px;
  width: 100%;
}

.profile-wrap .profile-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.profile-wrap.small-profile-wrap .exp-avtar {
  width: 24px;
  height: 24px;
}

.profile-wrap .profile-name-desc {
  flex: 1;
}

.form-control,
.form-select {
  font-size: 14px;
  min-height: 38px;
}

.exp-sticky-notes {
  background-image: url("images/sticky.webp");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: cover;
  height: 404px;
  padding: 10% 10% 15px 35px;
  position: relative;
}

.exp-sticky-notes .exp-sticky-notes-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
}

.exp-sticky-notes .exp-sticky-notes-wrap .card {
  border-left: 4px solid currentColor;
  margin-bottom: 0;
}

.exp-sticky-notes .exp-sticky-notes-wrap .card + .card {
  margin-top: 15px;
}

.exp-sticky-notes .note-title {
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 800;
}

.task-details p {
  font-size: 13px;
  margin-bottom: 0;
}

.bg-success-light {
  background: #ddffe4 !important;
}

.bg-success-light-2 {
  background: #00c875 !important;
}

.bg-warning-light {
  background: #fffcda !important;
}

.text-exp-red {
  color: #f2426e;
}

.gth-text-danger {
  color: #ce385e;
}

.gth-text-success {
  color: #019872;
}

.gth-text-info {
  color: #0479d6;
}

.step-card-header {
  background-color: #e6f7fa;
}

.line-height-1 {
  line-height: 1;
}

/* tabs start */
.exp-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 420px) {
  .exp-tabs .nav-item .nav-link {
    padding: 0.5rem 10px;
  }
}

.exp-tabs .nav-item .nav-link:first-child {
  border-top-left-radius: 10px;
}

.exp-tabs .nav-item .nav-link:last-child {
  border-top-right-radius: 10px;
}

.exp-tabs .nav-item .nav-link,
.exp-tabs .nav-item .nav-link:hover {
  border-bottom: 3px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #242424;
}

.exp-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #6231c7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #6231c7;
}

.gth-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.gth-tabs .nav-item .nav-link:first-child {
  border-top-left-radius: 10px;
}

.gth-tabs .nav-item .nav-link:last-child {
  border-top-right-radius: 10px;
}

.gth-tabs .nav-item .nav-link:hover {
  border-bottom: 3px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #242424;
}

.gth-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #733aea;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #733aea;
  background-color: #f4f4f4;
}

/* tabs end */
.bg-exp-purple {
  background-color: #a25ddc;
  color: #ffffff;
}

.bg-exp-yellow {
  background-color: #fd9722;
  color: #ffffff;
}

.bg-exp-red {
  background-color: #ce385e;
  color: #ffffff;
}

.bg-exp-blue {
  background-color: #733aea;
  color: #ffffff;
}

.bg-exp-blue-1 {
  background-color: #5034ff;
  color: #ffffff;
}

.bg-exp-blue-2 {
  background-color: #058efc;
  color: #343a40;
}

.bg-exp-green {
  background-color: #00b386;
  color: #ffffff;
}

.bg-exp-green-dark {
  background-color: #057949;
  color: #ffffff;
}

/* expand buttons */
.btn {
  font-size: 14px;
  border-radius: 0.45rem;
  min-width: 130px;
  max-width: 100%;
  font-family: "Manrope", sans-serif !important;
  text-transform: initial !important;
}

.btn.btn-sm {
  font-size: 12px;
  min-width: 100px;
}

.btn i {
  position: relative;
  top: 0px;
}

.btn-exp-green {
  background-color: #00b386 !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent !important;
}

.btn-exp-green:hover {
  background-color: #019872 !important;
  color: #ffffff !important;
}

.btn-exp-green:focus {
  background-color: #019872 !important;
  color: #ffffff !important;
}

.btn-exp-green:focus-visible {
  background-color: #019872 !important;
  color: #ffffff !important;
}

.btn-exp-green:active {
  background-color: #019872 !important;
  color: #ffffff !important;
}

.btn-exp-green:visited {
  background-color: #019872 !important;
  color: #ffffff !important;
}

.btn-exp-green:focus-within {
  background-color: #019872 !important;
  color: #ffffff !important;
}

.btn-exp-primary-dark {
  background-color: #00212f;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-exp-primary-dark:hover {
  background-color: #1f2b3a;
  color: #ffffff;
}

.btn-exp-primary-dark:focus {
  background-color: #1f2b3a;
  color: #ffffff;
}

.btn-exp-primary-dark:focus-visible {
  background-color: #1f2b3a;
  color: #ffffff;
}

.btn-exp-primary-dark:active {
  background-color: #1f2b3a !important;
  color: #ffffff !important;
}

.btn-exp-primary {
  background-color: #5034ff;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #5034ff;
}

.btn-exp-primary:hover {
  background-color: #3218df;
  color: #ffffff;
}

.btn-exp-primary:focus {
  background-color: #3218df;
  color: #ffffff;
}

.btn-exp-primary:focus-visible {
  background-color: #3218df;
  color: #ffffff;
}

.btn-exp-primary:active {
  background-color: #3218df !important;
  color: #ffffff !important;
}

.btn-exp-light {
  background-color: #dcdcdc;
  color: #343a40;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-exp-light:hover {
  background-color: #c7c7c7;
  color: #343a40;
}

.btn-exp-light:focus {
  background-color: #c7c7c7;
  color: #343a40;
}

.btn-exp-light:focus-visible {
  background-color: #c7c7c7;
  color: #343a40;
}

.btn-exp-light:active {
  background-color: #c7c7c7 !important;
  color: #343a40 !important;
}

.btn-exp-info {
  background-color: #058efc;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-exp-info:hover {
  background-color: #0479d6;
  color: #ffffff;
}

.btn-exp-info:focus {
  background-color: #0479d6;
  color: #ffffff;
}

.btn-exp-info:focus-visible {
  background-color: #0479d6;
  color: #ffffff;
}

.btn-exp-info:active {
  background-color: #0479d6 !important;
  color: #ffffff !important;
}

.btn-exp-yellow {
  background-color: #fd9722;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-exp-yellow:hover {
  background-color: #fd9722;
  color: #ffffff;
}

.btn-exp-yellow:focus {
  background-color: #fd9722;
  color: #ffffff;
}

.btn-exp-yellow:focus-visible {
  background-color: #fd9722;
  color: #ffffff;
}

.btn-exp-yellow:active {
  background-color: #fd9722 !important;
  color: #ffffff !important;
}

.btn-exp-red {
  background-color: #f2426e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-exp-red:hover {
  background-color: #ce385e;
  color: #ffffff;
}

.btn-exp-red:focus {
  background-color: #ce385e;
  color: #ffffff;
}

.btn-exp-red:focus-visible {
  background-color: #ce385e;
  color: #ffffff;
}

.btn-exp-red:active {
  background-color: #ce385e !important;
  color: #ffffff !important;
}

.btn-exp-red-outline {
  font-size: 18px;
  padding: 6px 12px;
  color: #f2426e;
  border: 1px solid #f2426e;
}

.btn-exp-red-outline:hover {
  background-color: #f2426e;
  color: #ffffff;
}

.btn.btn-exp-green-outline {
  font-size: 18px;
  padding: 6px 12px;
  color: #28a720;
  border: 1px solid #28a720;
}

.btn.btn-exp-green-outline:hover {
  background-color: #28a720;
  color: #ffffff;
}

/* expand buttons end */
.exp-fms-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.exp-fms-date {
  font-size: 14px;
}

.exp-fms-edit {
  position: absolute;
  top: 0;
  right: 0;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-top-left-10 {
  border-top-left-radius: 10px !important;
}

.rounded-top-right-10 {
  border-top-right-radius: 10px !important;
}

.rounded-bottom-left-10 {
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom-right-10 {
  border-bottom-right-radius: 10px !important;
}

.rounded-bottom-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-top-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.exp-task-wrap {
  min-width: 280px;
}

.exp-task-wrap .exp-task-details-item {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.exp-task-wrap .exp-task-details-item:last-child {
  margin-bottom: 0;
}

.exp-task-wrap .exp-task-details-item .exp-task-details-name {
  font-weight: 500;
  color: #6c757d;
}

.list-group.two-column {
  flex-direction: row;
  flex-wrap: wrap;
}

.list-group.two-column .list-group-item {
  width: 50%;
}

.list-group.two-column .list-group-item + .list-group-item {
  border-top-width: 1px;
}

@media (max-width: 767px) {
  .list-group.two-column .list-group-item {
    width: 100%;
  }
}

.text-exp-blue {
  color: #733aea !important;
}

.text-exp-blue1 {
  color: #5034ff !important;
}

.gth-text-primary1 {
  color: #5034ff !important;
}

.gth-text-primary {
  color: #733aea !important;
}

.exp-no-data-found {
  text-align: center;
}

.exp-no-data-found i {
  font-size: 30px;
}

.exp-no-data-found h6 {
  font-size: 16px;
  margin: 5px 0;
}

#fms_chart,
#delegation_chart,
#checklist_chart,
#disable_chart1,
#disable_chart2,
#disable_chart3 {
  width: 100%;
  height: 200px;
}

.performance-graph {
  height: 119px;
}

.top-card {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 374px;
  width: 374px;
}

/*option 2 header*/
.exp-main-nav .option-2.nav-sidebar > .nav-item > .nav-link.active {
  background-color: #eaf4ff;
  color: #323338 !important;
  box-shadow: none !important;
}

.option-2.nav-sidebar .nav-link > .right,
.option-2.nav-sidebar .nav-link > p > .right {
  top: 37% !important;
}

/*
=============================================================================================================
option 3 header
*/
.client-logo-box {
  padding: 10px;
  margin-bottom: 9px;
  background-color: #ffffff;
  text-align: center;
}

.client-logo-box img.brand-image {
  max-width: 100%;
  max-height: 50px;
}

.top-brand-image {
  max-height: 30px;
}

@media (max-width: 479px) {
  .top-brand-image {
    max-height: 30px;
    max-width: 60px;
  }
}

.exp-main-nav .option-3.nav-sidebar > .nav-item > .nav-link.active {
  background-color: #d4d4d4;
  color: #242424 !important;
  box-shadow: none !important;
}

.option-3.nav-sidebar .nav-link > .right,
.option-3.nav-sidebar .nav-link > p > .right {
  top: 37% !important;
}

.exp-main-nav .option-3.nav-sidebar > .nav-item > .nav.nav-treeview {
  background-color: #d4d4d4;
}

.exp-main-nav
.option-3.nav-sidebar
> .nav-item.menu-open
> .nav.nav-treeview
> .nav-item
> .nav-link.active {
  color: #242424 !important;
  background-color: #e8e8e8;
}

.header-3 .brand-link {
  box-shadow: none !important;
}

.md-sticky-notes-wrap {
  height: 345px;
}

.exp-sticky-notes2 .note-title2 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.sticky-pin {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -14px;
  left: 10px;
}

@media (max-width: 1199px) {
  .admin-left-section,
  .admin-right-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sticky-pin {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 10px;
  }
}

.exp-main-nav .sidebar .nav.option-3 .nav-item .nav.nav-treeview li.nav-item {
  padding-left: 0;
}

.exp-main-nav.header-3 .brand-link {
  background-color: transparent !important;
}

/* .exp-main-nav.header-3 {
    background-color: #3c3c3c !important;
} */
.exp-main-nav.header-3 {
  background-color: #ffffff !important;
}

.exp-main-nav .sidebar .nav.option-3 .nav-item .nav-link {
  color: #ffffff;
}

.exp-main-nav
.sidebar
.nav.option-3
.nav-item
.nav.nav-treeview
li.nav-item
.nav-link.active {
  color: #733aea;
}

.exp-main-nav
.sidebar
.nav.option-3
.nav-item
.nav.nav-treeview
li.nav-item
.nav-link {
  color: #2c2c2e;
}

.exp-sticky-notes-wrap2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.top-user {
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
}

.exp-top-bar.exp-top-bar3 {
  background-color: #ffffff !important;
}

.exp-top-bar.exp-top-bar3 .navbar-nav .nav-item .nav-link {
  padding: 10px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f0e9fd;
  color: #733aea;
  transition: all 0.2s ease-in-out;
}

.exp-top-bar.exp-top-bar3 .navbar-nav .nav-item .nav-link:hover {
  background-color: #733aea;
  color: #f0e9fd;
}

.profile-dropdown .dropdown-item {
  font-size: 14px;
}

.profile-dropdown .dropdown-item i {
  width: 20px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.dataTables_wrapper .dt-buttons.btn-group .btn-secondary {
  background-color: transparent;
  min-width: 40px !important;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #d0d4e4;
  flex: 0 0 auto;
}

.dataTables_wrapper .dt-buttons.btn-group .btn-secondary span {
  display: none;
}

.layout-navbar-fixed.layout-fixed .wrapper .exp-main-nav.header-3 .sidebar {
  margin-top: calc(3.5rem + 1px);
  background-color: #00152d;
}

/*datatable*/
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start !important;
  }
}

.dataTables_wrapper .dt-buttons.btn-group {
  margin-bottom: 1rem;
}

.dataTables_wrapper .dt-buttons.btn-group .btn-secondary:hover {
  background-color: #eaeaea;
}

.dataTables_wrapper .dt-buttons.btn-group .buttons-copy {
  background-image: url("images/copy.svg");
}

.dataTables_wrapper .dt-buttons.btn-group .buttons-csv {
  background-image: url("images/file-csv.svg");
}

.dataTables_wrapper .dt-buttons.btn-group .buttons-excel {
  background-image: url("images/file-excel.svg");
}

.dataTables_wrapper .dt-buttons.btn-group .buttons-pdf {
  background-image: url("images/file-pdf.svg");
}

.dataTables_wrapper .dt-buttons.btn-group .buttons-print {
  background-image: url("images/print.svg");
}

.dataTables_wrapper .dt-buttons.btn-group .buttons-collection {
  background-image: url("images/info.svg");
}

div.dt-button-background {
  z-index: 2 !important;
}

div.dt-button-collection {
  position: absolute;
  z-index: 3 !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px !important;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2) !important;
  padding: 0.5rem 0;
  width: 200px;
}

div.dt-button-collection .dropdown-menu .dt-button {
  min-width: fit-content;
}

div.dt-button-collection .dropdown-menu .dropdown-item {
  border-left: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

div.dt-button-collection .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #343a40;
}

div.dt-button-collection .dropdown-menu .dropdown-item.active:hover {
  background-color: #eaeaea;
  border-left: 2px solid #747474;
}

table.dataTable {
  border-radius: 10px;
  overflow: hidden;
}

.table-btn {
  padding: 7px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #d0d4e4;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.table-btn img {
  width: 100%;
  height: 100%;
}

.table-action-btn {
  padding: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #d0d4e4;
  background: #f0e9fd;
  transition: all 0.3s ease-in-out;
  color: #733aea;
}

.table-action-btn img {
  width: 100%;
  height: 100%;
}

.table-action-btn:hover {
  background-color: #eaeaea;
}

.table-action-btn:focus {
  background-color: #eaeaea;
}

.btn-exp-red-light {
  background-color: transparent;
  cursor: not-allowed;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.btn-exp-red-light:hover {
  background-color: #fbdfe5;
}

.fms-table-striped thead {
  background-color: #fffcda;
  color: #242424;
}

.fms-table-striped thead th {
  font-weight: 700 !important;
}

.fms-table-striped tbody tr.even {
  background-color: #f7f7f7;
}

.checklist-table-striped thead {
  background-color: #e3fffe;
  color: #242424;
}

.checklist-table-striped thead th {
  font-weight: 700 !important;
}

.checklist-table-striped tbody tr.even {
  background-color: #f7f7f7;
}

.delegation-table-striped thead {
  background-color: #f3e5fb;
  color: #242424;
}

.delegation-table-striped thead th {
  font-weight: 700 !important;
}

.delegation-table-striped tbody tr.even {
  background-color: #f7f7f7;
}

/*datatable end*/
/*icon buttons*/
.icon-btn {
  background-color: #f0f0f0;
  color: #575757;
  border: 0;
  font-size: 16px;
  padding: 7px;
  line-height: 1;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-btn img {
  width: 100%;
  height: 100%;
}

.icon-btn:hover {
  background-color: #e0e0e0;
  color: #242424;
}

.icon-btn.icon-btn-active {
  background-color: #dcdcdc;
  color: #242424;
}

.text-theme-dark {
  color: #00212f;
}

.fill-secondary {
  fill: #616263;
}

.fill-blue {
  fill: #733aea;
}

/*icon buttons*/
/* badges */
.exp-bg-success-light {
  background-color: #e3fffe;
  color: #057949;
}

.exp-badge-success-light {
  background-color: #e3fffe;
  border: 1px solid #28a720;
  color: #057949;
}

.exp-bg-primary-light {
  background-color: #e6f7fa;
  color: #5034ff;
}

.gth-blue-light-bg {
  background-color: #e6f7fa;
}

.exp-badge-primary-light {
  background-color: #e6f7fa;
  border: 1px solid #733aea;
  color: #5034ff;
}

.exp-bg-secondary-light {
  background-color: #dbdddf;
  color: #2a2a2a;
}

.exp-badge-secondary-light {
  background-color: #dbdddf;
  border: 1px solid #616263;
  color: #2a2a2a;
}

.exp-bg-warning-light {
  background-color: #fffcda;
  color: #846300;
}

.exp-badge-warning-light {
  background-color: #fffcda;
  border: 1px solid #fd9722;
  color: #846300;
}

.exp-bg-red-light {
  background-color: rgba(223, 47, 74, 0.2);
  color: #7b0013;
}

.exp-badge-red-light {
  background-color: rgba(223, 47, 74, 0.2);
  border: 1px solid #f2426e;
  color: #7b0013;
}

.exp-bg-purple-light {
  background-color: #ddbafa;
  color: #410076;
}

.exp-badge-purple-light {
  background-color: #ddbafa;
  border: 1px solid #a25ddc;
  color: #410076;
}

.handsontable .htFiltersMenuLabel {
  font-size: 12px !important;
}

.handsontable .htUISelectCaption {
  font-size: 12px !important;
}

.handsontable .htUIClearAll a,
.handsontable .htUISelectAll a {
  font-size: 12px !important;
}

.handsontable .htFiltersMenuCondition .htUIInput input,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
  font-size: 12px !important;
}

.handsontable .htUIInput.htUIButton input {
  font-size: 12px !important;
  height: 22px !important;
}

.htMenu.htDropdownMenu .wtSpreader > table.htCore {
  border-width: 1px !important;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.htMenu.htDropdownMenu .wtSpreader > table.htCore table.htCore {
  box-shadow: none;
}

div.dt-button-info {
  background-color: #f4f4f4 !important;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important;
  border: 0 !important;
  padding: 15px;
}

div.dt-button-info > h4 {
  color: #28a720;
}

div.dt-button-info > div {
  font-size: 16px;
  margin-top: 15px;
  border-top: 1px solid #ececec;
  padding: 15px 0 0 0 !important;
}

.tab-max-height {
  max-height: 469px;
  overflow-x: visible;
  overflow-y: auto;
  padding-right: 10px;
}

.fms-items + .fms-items {
  margin-top: 18px;
}

.border-purple {
  border-color: #832acc !important;
}

.fms-items {
  border: 1px solid #ffc107;
}

.delegation-items + .delegation-items {
  margin-top: 18px;
}

.delegation-items {
  border: 1px solid #832acc;
}

.checklist-items + .checklist-items {
  margin-top: 18px;
}

.checklist-items {
  border: 1px solid #00857e;
}

.each-items + .each-items {
  margin-top: 18px;
}

.item-badge {
  position: absolute;
  top: -10px;
  left: 12px;
}

.popover {
  background-color: #fdfdfd;
  border-radius: 10px;
  font-family: "Manrope", sans-serif !important;
}

.popover .popover-header {
  border-radius: 10px 10px 0 0;
  background-color: #f4f4f4;
}

.popover .exp-popover-wrap p {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.popover .exp-popover-wrap p span {
  font-weight: 500;
  color: #6c757d;
}

.scroll-card-body {
  padding-right: 10px;
}

.select2.select2-container {
  width: 100% !important;
  cursor: alias;
}

.notes-no-record {
  text-align: center;
}

.notes-no-record .no-record-icon {
  width: 120px;
  height: 120px;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 50%;
  margin: 20px auto;
}

.notes-no-record h5 {
  font-size: 16px;
  color: #f2426e;
}

div.dataTables_wrapper {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
}

div.table-responsive > div.dataTables_wrapper > div.row:last-child {
  margin-top: auto;
}

.task-details-wrap .task-details-wrap-item .task-details-wrap-name {
  color: #6b6b6b;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

/* Custom checkbox and radio start */
.resize-none {
  resize: none;
}

/* The container */
.custom-checkbox {
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600 !important;
  color: #616263;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f0f0f0;
  border-radius: 5px;
  border: 1px solid #d0d4e4;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #e8e8e8;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #5034ff;
  border-color: #5034ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.18, 1);
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}

.custom-checkbox input:checked ~ .text- {
  color: #494949;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark::after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* custom radio start */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600 !important;
  color: #616263;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f0f0f0;
  border-radius: 50%;
  border: 1px solid #d0d4e4;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #e8e8e8;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #5034ff;
  border-color: #5034ff;
}

.custom-radio input:checked ~ .text- {
  color: #575757;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  opacity: 1;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark::after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
}

/* Custom checkbox and radio end */
/* button type radio start */
.custom-radio.btn-type-radio {
  display: block;
  position: relative;
  padding: 4px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600 !important;
  color: #616263;
  min-width: 130px;
  text-align: center;
}

@media (max-width: 575px) {
  .custom-radio.btn-type-radio {
    min-width: 100px;
  }
}

.custom-radio.btn-type-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio.btn-type-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #5034ff;
  border-radius: 20px;
  border: 1px solid #5034ff;
}

.custom-radio.btn-type-radio .text- {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.custom-radio.btn-type-radio:hover input ~ .checkmark {
  background-color: #5034ff;
  border: 1px solid #5034ff;
}

.custom-radio.btn-type-radio input:checked ~ .checkmark {
  background-color: #db00c3;
  border-color: #db00c3;
}

.custom-radio.btn-type-radio input:checked ~ .text- {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.custom-radio.btn-type-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.custom-radio.btn-type-radio input:checked ~ .checkmark:after {
  opacity: 1;
}

.custom-radio.btn-type-radio .checkmark::after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  display: none;
}

.custom-switch {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 26px;
  min-height: 26px;
}

.custom-switch .switch-name {
  color: #616263;
  font-size: 14px;
  padding-left: 10px;
}

.custom-switch input {
  display: none;
}

.custom-switch .switch-slider {
  width: 50px;
  height: 26px;
  background-color: #f0f0f0;
  border: 0px solid #d0d4e4;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.custom-switch .switch-slider:before {
  background-color: #5034ff;
  bottom: 4px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 18px;
}

.custom-switch .switch-slider:active:before {
  width: 23px;
}

.custom-switch input:checked + .switch-slider {
  background-color: #5034ff;
}

.custom-switch input:checked + .switch-slider:before {
  left: calc(100% - 5px);
  transform: translateX(-100%);
  background-color: #ffffff;
}

.custom-switch .switch-slider.switch-round {
  border-radius: 34px;
}

.custom-switch .switch-slider.switch-round:before {
  border-radius: 50%;
}

.exp-datepicker-cont {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
}

.exp-datepicker-cont .cal-icon {
  font-size: 16px;
  width: 40px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343a40;
  background-color: #f0f0f0;
  border-radius: 5px 0 0 5px;
  border: 1px solid #d0d4e4;
}

.exp-datepicker-cont .react-datepicker-wrapper {
  width: 100%;
}

.exp-datepicker-cont .react-datepicker-wrapper .react-datepicker__input-container input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  background-clip: padding-box;
  border: 1px solid #d0d4e4;
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.exp-datepicker-cont .react-datepicker-wrapper .react-datepicker__input-container input[disabled] {
  background-color: #f0f0f0;
}

.exp-datepicker-cont .react-datepicker__triangle {
  fill: #fff !important;
  color: #fff !important;
  stroke: #ddd !important;
}

.exp-datepicker-cont.with-time .react-datepicker {
  width: 369px;
}

.custom-select-wrap .css-1jqq78o-placeholder {
  color: #545656;
}

.custom-select-wrap .css-13cymwt-control {
  border: 1px solid #d0d4e4;
  border-radius: 5px;
  font-size: 14px;
}

.custom-select-wrap .css-13cymwt-control .css-1u9des2-indicatorSeparator {
  display: none;
}

.custom-select-wrap .css-1whwzff-menu {
  z-index: 10;
}

.custom-select-wrap .css-t3ipsp-control {
  box-shadow: none;
  border: 1px solid #d0d4e4;
  font-size: 14px;
}

.custom-select-wrap .css-t3ipsp-control:hover {
  border: 1px solid #d0d4e4;
}

.custom-select-wrap .css-t3ipsp-control .css-1u9des2-indicatorSeparator {
  display: none;
}

.custom-select-wrap .css-5vbira-control {
  border: 1px solid #d0d4e4;
  font-size: 14px !important;
  box-shadow: none;
}

.custom-select-wrap .css-5vbira-control:hover {
  border: 1px solid #d0d4e4;
  font-size: 14px !important;
  box-shadow: none;
}

.custom-select-wrap .css-5vbira-control .css-1u9des2-indicatorSeparator {
  display: none;
}

.custom-select-wrap .css-1nmdiq5-menu {
  z-index: 10;
}

.custom-select-wrap.multi-select .css-13cymwt-control .css-1u9des2-indicatorSeparator {
  display: block;
}

.custom-select-wrap.multi-select .css-t3ipsp-control .css-1u9des2-indicatorSeparator {
  display: block;
}

.custom-select-wrap .css-16xfy0z-control[aria-disabled="true"] {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.custom-select-wrap .css-12iva6j-menu {
  z-index: 2;
}

.fc .fc-scrollgrid-section-sticky > * {
  z-index: 1 !important;
}

.nav-customSidebar .accordion-item:last-of-type {
  border-radius: 0;
}

.nav-customSidebar .accordion-item:first-of-type {
  border-radius: 0;
}

.nav-customSidebar .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  box-shadow: none;
}

.nav-customSidebar .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.nav-customSidebar .sidebar-item .sidebar-nav-link {
  white-space: nowrap;
  color: #ffffff;
  padding: 7px;
  display: block;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
}

.nav-customSidebar .sidebar-item .sidebar-nav-link.active {
  color: #8351ec;
  background-color: #f5f0ff;
}

.nav-customSidebar .sidebar-item .sidebar-nav-link.active:hover {
  color: #8351ec;
  background-color: #f5f0ff;
}

.nav-customSidebar .sidebar-item .sidebar-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-customSidebar .sidebar-item .sidebar-nav-link .sidebar-nav-icon {
  margin-left: 2px;
  font-size: 1.2rem;
  margin-right: 5px;
  text-align: center;
  width: 30px;
  flex: 0 0 auto;
  line-height: 27px;
}

.nav-customSidebar .sidebar-item .sidebar-nav-link p {
  display: inline;
  margin: 0;
  white-space: nowrap;
}

.nav-customSidebar .menu-accordian {
  border-radius: 0;
  margin-bottom: 30px;
}

.nav-customSidebar .menu-accordian .accordion-item {
  background-color: transparent;
  border: 0;
  margin-top: 5px;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link {
  white-space: nowrap;
  color: #ffffff;
  background-color: transparent;
  padding: 7px;
  display: block;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link p {
  position: relative;
  white-space: nowrap;
  width: 100%;
  padding-right: 30px;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link p::after {
  background-image: none;
  content: "";
  position: absolute;
  top: 5px;
  right: 2px;
  width: 10px;
  height: 10px;
  font-size: 18px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link::after {
  display: none;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link:not(.collapsed) {
  background-color: #f5f0ff;
  color: #8351ec;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link:not(.collapsed) p:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 2px 2px 0px 0px;
  border-color: #343a40;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body {
  border-radius: 0;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu {
  padding: 0;
  margin: 0;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu li {
  list-style: none;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu .sidebar-item .sidebar-nav-link {
  padding-left: 4px;
  color: #ffffff;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  margin-left: 9px;
  border-left: 5px solid transparent;
  border-radius: 8px;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu .sidebar-item .sidebar-nav-link.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #8351ec;
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu .sidebar-item .sidebar-nav-link.active:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu .sidebar-item .sidebar-nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-customSidebar .accordion-item:last-of-type > .accordion-collapse {
  border-radius: 0;
}

.sidebar-collapse .nav-customSidebar .sidebar-item .sidebar-nav-link p {
  visibility: hidden;
  opacity: 0;
  transition: margin-left 0.3s linear, opacity 0.3s ease,
 visibility 0.3s ease;
  display: none;
}

.sidebar-collapse .exp-main-nav:hover .sidebar-item .sidebar-nav-link p {
  visibility: visible;
  opacity: 1;
  display: block;
}

.custom-table-wrap {
  padding-bottom: 0px;
  border: 1px solid #d0d4e4;
  border-radius: 10px !important;
}

.custom-table-wrap .rdt_Table .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol:last-child {
  white-space: nowrap;
}

.custom-table-wrap .rdt_Table .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable .lnOUep {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #343a40;
}

.custom-table-wrap .rdt_TableBody .rdt_TableCell:last-child {
  white-space: nowrap;
}

.rdt_Pagination {
  border-radius: 10px !important;
}

.table-button-group {
  display: inline-flex;
  vertical-align: middle;
}

.table-button-group .table-export-btn {
  background-color: #ffffff !important;
  min-width: 40px !important;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid #d0d4e4;
  flex: 0 0 auto;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}

.table-button-group .table-export-btn img {
  width: 100%;
  height: 100%;
}

.table-button-group .table-export-btn:active {
  border: 1px solid #747474;
}

.table-button-group .table-export-btn:first-child {
  border-radius: 10px 0 0px 10px;
}

.table-button-group .table-export-btn:last-child {
  border-radius: 0px 10px 10px 0px;
}

.table-button-group .table-export-btn.right-border-radious {
  border-radius: 0px 10px 10px 0px;
}

.table-button-group .table-export-btn.dropdown-toggle:after {
  display: none;
}

.table-grid-view {
  border-bottom: 0;
}

.table-grid-view .nav-item .nav-link {
  background-color: #f4f4f4;
  color: #747474;
  border: 0;
  font-size: 16px;
  padding: 7px;
  line-height: 1;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
}

.table-grid-view .nav-item .nav-link.active {
  background-color: #e0e0e0;
  color: #242424;
}

.table-grid-view .nav-item + .nav-item {
  margin-left: 10px;
}

.list-type-none li {
  list-style-type: none;
}

.list-type-none li + li {
  margin-top: 10px;
}

.table-view .rdt_Pagination {
  border-top-width: 0;
}

.modal-header .btn-close {
  padding: 15px 0.9rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.back-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.back-btn i {
  font-size: 22px;
  line-height: 1;
}

.table-description {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-description .text-part {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.table-description .text-part p {
  margin-bottom: 5px;
}

.table-description .table-read-more {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #733aea;
  border-bottom: 1px solid #733aea;
}

.handsontable .htUIInput.htUIButtonOK input {
  background-color: #28a720 !important;
}

.handsontable .htUIInput.htUIButtonCancel input {
  background-color: #616263 !important;
  border-color: #616263 !important;
  color: #ffffff !important;
}

.auth-wrapper {
  background-image: url("../images/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  padding: 50px 15px;
}

.auth-wrapper .logBox {
  width: 100%;
  height: 100%;
  padding: 50px 15px;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.auth-wrapper .logBox .card-body {
  max-width: 400px;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  position: absolute;
  height: auto;
  margin: 0px auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .auth-wrapper .logBox .card-body {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.auth-wrapper .logBox .card-body .triangle-left {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 90px solid #555;
  border-bottom: 90px solid transparent;
  border-radius: 6px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.auth-wrapper .logBox .card-body .input-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  border: solid 1px #d0d4e4;
  border-radius: 5px;
}

.auth-wrapper .logBox .card-body .input-container .icon {
  padding: 10px;
  background: #ececec;
  color: #343a40;
  min-width: 44px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.auth-wrapper .logBox .card-body .input-container .input-field {
  width: 100%;
  padding: 4px 10px;
  outline: none;
  border-radius: 0%;
  border: 0;
  font-size: 14px;
}

#root {
  height: 100%;
  position: relative;
}

.multi-step-form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
}

.multi-step-form .react-form-wizard .wizard-navigation .wizard-progress-with-circle {
  position: relative;
  top: 32px !important;
  height: 4px;
  background-color: #f0f0f0 !important;
}

@media (max-width: 479px) {
  .multi-step-form .react-form-wizard .wizard-navigation .wizard-progress-with-circle {
    top: 25px !important;
  }
}

.multi-step-form .react-form-wizard .wizard-nav-pills {
  margin-bottom: 25px;
}

.multi-step-form .react-form-wizard .wizard-nav-pills .wizard-icon-circle {
  width: 50px;
  height: 50px;
  font-size: 24px;
}

@media (max-width: 479px) {
  .multi-step-form .react-form-wizard .wizard-nav-pills .wizard-icon-circle {
    font-size: 22px;
    width: 40px;
    height: 40px;
  }
}

.multi-step-form .react-form-wizard .wizard-nav-pills .wizard-icon-circle .wizard-icon-container .wizard-icon {
  font-size: 26px;
  line-height: 1;
  color: #a9a9a9;
}

@media (max-width: 479px) {
  .multi-step-form .react-form-wizard .wizard-nav-pills .wizard-icon-circle .wizard-icon-container .wizard-icon {
    font-size: 22px;
  }
}

.multi-step-form .react-form-wizard .wizard-nav-pills .stepTitle {
  font-size: 18px;
  color: #a9a9a9;
  font-weight: 600;
}

@media (max-width: 479px) {
  .multi-step-form .react-form-wizard .wizard-nav-pills .stepTitle {
    font-size: 12px;
  }
}

.multi-step-form .react-form-wizard .wizard-tab-content {
  padding: 30px 20px 15px;
  border-top: 1px solid #d0d4e4;
  border-bottom: 1px solid #d0d4e4;
  text-align: left;
}

.multi-step-form .react-form-wizard .wizard-card-footer {
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-between;
}

.multi-step-form .react-form-wizard .wizard-card-footer .action-btn {
  text-transform: uppercase;
  padding: 12px 10px;
  min-width: 130px;
  height: fit-content;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.multi-step-form .react-form-wizard .wizard-card-footer .continue-btn,
.multi-step-form .react-form-wizard .wizard-card-footer .finish-button {
  background-color: #733aea;
  border: 1px solid #733aea;
  margin-left: auto;
  color: #ffffff;
  font-weight: 600;
}

.multi-step-form .react-form-wizard .wizard-card-footer .continue-btn:hover,
.multi-step-form .react-form-wizard .wizard-card-footer .finish-button:hover {
  background-color: #6231c7;
}

.multi-step-form .react-form-wizard .wizard-card-footer .back-button {
  background-color: #ffffff;
  color: #616263;
  border: 1px solid #616263;
}

.multi-step-form .react-form-wizard .wizard-card-footer .back-button:hover {
  background-color: #616263;
  color: #ffffff;
}

.uploaded-img {
  width: 110px;
  height: 110px;
  padding: 10px;
  border: 1px solid #d0d4e4;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

.uploaded-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uploaded-img p {
  display: block;
  width: 100%;
  margin: 0;
  word-break: break-word;
}

.uploaded-img .fileIcon {
  font-size: 50px;
  line-height: 1;
  color: #969696;
}

.no-spin {
  /* Hide the number input arrow */
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Hide the number input arrow in Chrome, Safari */
.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-select:focus {
  box-shadow: none;
  border: 1px solid #d0d4e4;
}

.gth-link-btn {
  background: transparent;
  color: #5034ff;
  line-height: 1;
  padding: 3px;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  border: 0;
}

.login-auth-wrap {
  padding: 6% 0;
  font-family: "Quicksand", sans-serif;
  background: linear-gradient(90deg, rgba(130, 103, 184, 0.069) 0%, rgba(74, 74, 146, 0.109) 100%);
  min-height: 100vh;
}

.login-auth-wrap .container {
  max-width: 1600px;
}

.login-auth-wrap .loginBox {
  padding-left: 15%;
}

@media (max-width: 767px) {
  .login-auth-wrap .loginBox {
    padding-left: 0;
  }
}

.login-auth-wrap .loginBox .logo-wrap {
  max-width: 150px;
}

.login-auth-wrap .loginBox .small-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.login-auth-wrap .loginBox .login-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-auth-wrap .loginBox .login-title .sign-in {
  padding: 8px 10px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
}

.login-auth-wrap .loginBox .login-title .sign-in span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.login-auth-wrap .loginBox .login-title .sign-in .login-svg {
  position: absolute;
  top: 4px;
  left: 0;
}

.login-auth-wrap .loginBox .form-wrap .input-field {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 10px;
}

.login-auth-wrap .loginBox .form-wrap .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  border: solid 1px #d0d4e4;
}

.login-auth-wrap .loginBox .form-wrap .icon {
  padding: 10px;
  background: #e6e6e6;
  color: #8f8f8f;
  min-width: 50px;
  text-align: center;
}

.login-auth-wrap .loginBox .form-wrap .link-btn {
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
}

.login-auth-wrap .loginBox .or-sign {
  text-align: center;
  position: relative;
}

.login-auth-wrap .loginBox .or-sign:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d0d4e4;
  transform: translateY(-50%);
}

.login-auth-wrap .loginBox .or-sign span {
  background-color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 3;
  padding: 5px 20px;
  display: inline-block;
}

.login-auth-wrap .loginBox .other-login {
  display: flex;
  justify-content: center;
}

.login-auth-wrap .loginBox .other-login .other-login-wrap {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.login-auth-wrap .loginBox .other-login .other-login-wrap .other-login-icon {
  width: 30px;
  height: 30px;
}

.login-auth-wrap .loginBox .other-login .other-login-wrap .other-login-name {
  font-size: 14px;
  display: block;
  color: #2a2a2a;
  font-weight: 600;
}

.login-auth-wrap .loginBox .otp-input {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  margin: auto;
}

.login-auth-wrap .loginBox .otp-input .otp-field {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 5px;
  border: 1px solid #d0d4e4;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}

.login-auth-wrap .loginBox .otp-input .otp-field:focus {
  border-color: #058efc;
}

@media (max-width: 767px) {
  .login-auth-wrap .login-right-col {
    display: none;
  }
}

.login-auth-wrap .login-right-col .login-right-wrap {
  margin-top: 50px;
}

.login-auth-wrap .login-right-col .login-right-wrap .imgBx {
  margin-bottom: -50px;
}

.login-auth-wrap .login-right-col .login-right-wrap .textBx {
  background-color: #00212f;
  color: #ffffff;
  padding: 10%;
  border-radius: 30px;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.7;
}

.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-1 .wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-1 .wrapper-2 h1 {
  font-size: 50px;
  font-weight: 700;
  color: #057949;
}

.wrapper-1 .wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  letter-spacing: 1px;
}

.wrapper-1 .wrapper-2 .go-home {
  background: #733aea;
  border: none;
  padding: 10px 50px;
  margin: 10px 0 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px #aec7fb;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}

.footer-like {
  margin-top: auto;
  background: #d7e6fe;
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  font-weight: 600;
}

@media (min-width: 600px) {
  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 60px auto;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    border-radius: 60px 60px 0 0;
  }
}

.content-wrapper > .content {
  padding: 0;
}

.gthh-controller-bar {
  padding: 0px 28px;
  background-color: #f0e9fd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d0d4e4;
}

@media (max-width: 767px) {
  .gthh-controller-bar {
    flex-wrap: wrap;
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  .gthh-controller-bar .gth-assign-dropdown {
    order: -1;
    margin: 15px 0 10px auto;
  }
}

.gthh-controller-bar .gth-controller-view-block {
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .gthh-controller-bar .gth-controller-view-block {
    width: 100%;
  }
}

.gthh-controller-bar .gth-controller-view-block li {
  list-style-type: none;
}

.gthh-controller-bar .gth-controller-view-block li + li {
  margin-left: 10px;
}

.gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item {
  color: #747474;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  padding: 16px 8px;
  display: flex;
  border-radius: 5px;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item:after {
  content: "";
  position: absolute;
  bottom: -0px;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: transparent;
}

.gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item.active {
  color: #733aea;
  background-color: #ffffff;
}

.gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item.active:after {
  background-color: #733aea;
}

.gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item:hover {
  color: #343a40;
  background-color: #ffffff;
}

.gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item i {
  margin-right: 5px;
}

.gth-assign-dropdown .dropdown {
  width: 160px;
}

.gth-assign-dropdown .dropdown .assignSelect {
  font-size: 13px;
  width: 100%;
  justify-content: flex-start;
  padding: 6px 20px;
  border-radius: 30px;
}

.gth-assign-dropdown .dropdown .assignSelect:after {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 18px;
}

.gth-assign-dropdown .dropdown .dropdown-menu {
  min-width: 180px;
  width: 100%;
}

.gth-assign-dropdown .dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 20px;
}

.gth-assignee.dropdown {
  width: 160px;
}

.gth-assignee.dropdown .assignSelect {
  font-size: 13px;
  width: 100%;
  justify-content: flex-start;
  padding: 6px 20px;
}

.gth-assignee.dropdown .assignSelect:after {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 18px;
}

.gth-assignee.dropdown .dropdown-menu {
  min-width: 150px;
  max-width: 250px;
}

.gth-assignee.dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 20px;
}

.gth-dashboard-v2-process-wrap {
  padding: 0px 28px 15px 28px;
  position: relative;
}

@media (max-width: 767px) {
  .gth-dashboard-v2-process-wrap {
    padding: 0px 15px 15px 15px;
  }
}

.gth-dashboard-v2-process-wrap .tab-content {
  padding-top: 20px;
}

.gth-dashboard-v2-process-wrap .create-task {
  position: absolute;
  top: 8px;
  right: 30px;
  z-index: 1;
}

.gth-dashboard-v2-process-wrap .create-task::after {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 30px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: -1;
}

@media (max-width: 767px) {
  .gth-dashboard-v2-process-wrap .gth-rounded-tab {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 12px 10px 12px !important;
  }
}

@media (max-width: 767px) {
  .gth-dashboard-v2-process-wrap .create-task {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 1;
    box-shadow: none;
    margin-top: 15px;
  }
}

.gth-rounded-tab {
  background-color: #ffffff;
  padding: 10px 200px 10px 28px !important;
  margin-left: -27px;
  margin-right: -27px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.gth-rounded-tab li.nav-item + li {
  margin-left: 15px;
}

.gth-rounded-tab li.nav-item .nav-link {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0.8;
}

.gth-rounded-tab li.nav-item .nav-link.active .btn-master {
  background-color: #414b58;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link.active .btn-todo {
  background-color: #414b58;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link.active .btn-inprogress {
  background-color: #5034ff;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link.active .btn-completed {
  background-color: #23921c;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link.active .btn-closeStop {
  background-color: #fd8b09;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link span {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  transition: all 0.2s linear;
  min-width: 125px;
  justify-content: center;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-master {
  background-color: #414b58;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-master:hover {
  background-color: #414b58;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-todo {
  background-color: #414b58;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-todo:hover {
  background-color: #414b58;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-inprogress {
  background-color: #664eff;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-inprogress:hover {
  background-color: #5034ff;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-completed {
  background-color: #2dbc24;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-completed:hover {
  background-color: #23921c;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-closeStop {
  background-color: #fda33b;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab li.nav-item .nav-link span.btn-closeStop:hover {
  background-color: #fd8b09;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 {
  border-bottom: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  margin: 0px 0;
  padding: 10px 0;
}

.gth-rounded-tab-2 li.nav-item + li {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .gth-rounded-tab-2 li.nav-item + li {
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  .gth-rounded-tab-2 li.nav-item + li {
    margin-left: 6px;
  }
}

.gth-rounded-tab-2 li.nav-item .nav-link {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  opacity: 0.8;
  border-radius: 30px;
}

.gth-rounded-tab-2 li.nav-item .nav-link span {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.2s linear;
  min-width: 125px;
  justify-content: center;
  position: relative;
  border-radius: 30px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .gth-rounded-tab-2 li.nav-item .nav-link span {
    min-width: fit-content;
  }
}

.gth-rounded-tab-2 li.nav-item .nav-link span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #db00c3;
  opacity: 0;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-master {
  background-color: #862bd0;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-master:hover {
  background-color: #862bd0;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-todo {
  background-color: #414b58;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-todo:hover {
  background-color: #414b58;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-inprogress {
  background-color: #593eff;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-inprogress:hover {
  background-color: #5034ff;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-completed {
  background-color: #2ab022;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-completed:hover {
  background-color: #269e1e;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-closeStop {
  background-color: #fd9c2c;
  color: #ffffff;
  opacity: 0.8;
}

.gth-rounded-tab-2 li.nav-item .nav-link span.btn-closeStop:hover {
  background-color: #fd9218;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-master {
  background-color: #db00c3;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-master:hover {
  background-color: #db00c3;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-master:after {
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-todo {
  background-color: #db00c3;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-todo:after {
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-todo:hover {
  background-color: #db00c3;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-inprogress {
  background-color: #db00c3;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-inprogress:hover {
  background-color: #db00c3;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-inprogress:after {
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-completed {
  background-color: #db00c3;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-completed:hover {
  background-color: #db00c3;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-completed:after {
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-closeStop {
  background-color: #db00c3;
  color: #ffffff;
  opacity: 1;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-closeStop:hover {
  background-color: #db00c3;
}

.gth-rounded-tab-2 li.nav-item .nav-link.active .btn-closeStop:after {
  opacity: 1;
}

.gth-rounded-tab-2.master-tab-head {
  width: calc(100% - 200px);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.project-name {
  max-width: 200px;
  width: 100%;
}

.project-name h6 {
  margin: 0;
  font-size: 15px;
  color: #171717;
  font-weight: 500;
}

.assignee-wrapper .search-assignee {
  position: relative;
  margin-bottom: 5px;
}

.assignee-wrapper .search-assignee .search-assignee-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.assignee-wrapper .search-assignee .form-control {
  border-radius: 10px 10px 0 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 13px;
  padding-left: 32px;
}

.assignee-wrapper .user-list-wrap {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.assignee-wrapper .user-list-wrap .user-item {
  padding: 3px 10px;
  cursor: pointer;
}

.assignee-wrapper .user-list-wrap .user-item:hover {
  background-color: #ffffff;
}

.assignee-wrapper .user-list-wrap .user-item:last-child {
  border-radius: 0px 0px 10px 10px;
}

.table-data-change-btn {
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  border-radius: 5px;
  width: fit-content;
  height: 100%;
  text-align: left;
  color: #171717;
  font-size: 14px;
  padding: 0 2px;
  white-space: nowrap;
}

.table-data-change-btn:hover {
  border: 1px solid #d0d4e4;
}

.table-data-change-btn:focus {
  border: 1px solid #7bd2f6;
}

.react-datepicker-popper {
  z-index: 10 !important;
}

.assignee-canvas {
  max-width: 300px;
}

.assignee-canvas .offcanvas-header {
  background-color: #e6f7fa;
}

.assignee-canvas .offcanvas-header .btn-close {
  position: absolute;
  top: 19px;
  right: 20px;
}

.assignee-canvas .offcanvas-header .search-assignee {
  position: relative;
  margin-bottom: 5px;
}

.assignee-canvas .offcanvas-header .search-assignee .search-assignee-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.assignee-canvas .offcanvas-header .search-assignee .form-control {
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  font-size: 13px;
  padding-left: 32px;
  margin-top: 10px;
}

.assignee-canvas .offcanvas-header .offcanvas-title {
  font-size: 15px;
  margin-bottom: 0;
  color: #00505e;
}

.assignee-canvas .offcanvas-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.assignee-wrapper-body .user-list-wrap {
  max-height: fit-content;
}

.assignee-wrapper-body .user-list-wrap .user-item:hover {
  background-color: #f0e9fd;
}

.calender_edit {
  max-width: fit-content;
  background-color: transparent !important;
  border: 0;
}

.calender_edit .calendar-popup .calendar-wrap {
  background-color: transparent;
  border-radius: 10px;
}

.calendar-popup {
  max-width: fit-content;
  box-shadow: none !important;
  border: 0;
}

.calendar-popup.with-time {
  min-width: 371px;
}

.calendar-popup .calendar-wrap {
  background-color: #ffffff;
  border-radius: 10px;
}

.task-delay-hours {
  font-weight: 500;
}

.priority-set {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  gap: 6px;
  min-width: 90px;
  justify-content: flex-start;
}

.priority-set i {
  font-size: 13px;
  margin-top: 4px;
  line-height: 1;
  flex-shrink: 0;
  width: 13px;
}

.priority-set span {
  color: #171717;
  white-space: nowrap;
  min-width: 60px;
  text-align: left;
}

.priority-set.urgent i {
  color: #f2426e;
}

.priority-set.high i {
  color: #ffc107;
}

.priority-set.normal i {
  color: #733aea;
}

.priority-set.low i {
  color: #6c757d;
}

.pariority-wrap {
  min-width: 150px;
  background-color: #ffffff;
}

.pariority-wrap .pariority-list .priority-list-item {
  padding: 8px 15px;
  cursor: pointer;
}

.pariority-wrap .pariority-list .priority-list-item:first-child {
  border-radius: 10px 10px 0 0;
}

.pariority-wrap .pariority-list .priority-list-item:last-child {
  border-radius: 0px 0px 10px 10px;
}

.pariority-wrap .pariority-list .priority-list-item:hover {
  background-color: #f4f4f4;
}

.status-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.status-item i {
  font-size: 13px;
  margin-top: 2px;
  line-height: 1;
}

.status-item span {
  color: #171717;
}

.status-item.todo i {
  color: #6c757d;
}

.status-item.inprogress i {
  color: #733aea;
}

.status-item.completed i {
  color: #28a720;
}

.status-wrap {
  min-width: 150px;
  background-color: #ffffff;
}

.status-wrap .status-list .status-list-item {
  padding: 8px 15px;
  cursor: pointer;
}

.status-wrap .status-list .status-list-item:first-child {
  border-radius: 10px 10px 0 0;
}

.status-wrap .status-list .status-list-item:last-child {
  border-radius: 0px 0px 10px 10px;
}

.status-wrap .status-list .status-list-item:hover {
  background-color: #f4f4f4;
  border-radius: 10px;
}

.gth-modal-title {
  color: #00505e;
  font-weight: 600;
}

.task-details-modal .modal-header {
  background-color: #e6f7fa;
}

.task-details-modal .modal-header .modal-title {
  width: 100%;
  background-color: transparent;
  color: #00505e;
  font-weight: 600;
}

.task-details-modal .modal-header .modal-title .task-title-edit-wrap {
  position: relative;
  z-index: 2;
}

.task-details-modal .modal-header .modal-title .task-title-edit-wrap .task-name {
  width: 100%;
  border: 0;
  background-color: transparent;
  padding-right: 20px;
  color: #00505e;
  font-weight: 600;
}

.task-details-modal .modal-header .modal-title .task-title-edit-wrap .task-edit {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 14px;
  color: #616263;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s linear;
}

.task-details-modal .modal-header .modal-title .task-title-edit-wrap:hover .task-edit {
  opacity: 1;
}

.task-details-modal .modal-header .modal-title .task-title-edit-wrap.process-step-name {
  font-size: 16px;
  color: #414b58;
}

.task-details-modal .modal-header .modal-title .task-title-edit-wrap.process-step-name .task-name {
  color: #414b58;
}

.input-edit-wrap {
  position: relative;
}

.input-edit-wrap input.form-control {
  padding-right: 30px;
  border-color: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #616263;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.input-edit-wrap input.form-control:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-edit-wrap input.form-control:focus-within {
  border-color: #0479d6;
}

.input-edit-wrap input.form-control::placeholder {
  font-size: 14px;
  color: #616263;
  font-weight: 700;
}

.input-edit-wrap .input-edit {
  position: absolute;
  top: 8px;
  right: 5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.input-edit-wrap:hover .input-edit,
.input-edit-wrap:focus-within .input-edit {
  opacity: 1;
}

.input-edit-wrap.type-2 input.form-control {
  font-size: 13px;
  color: #616263;
}

.input-edit-wrap.type-2 input.form-control::placeholder {
  font-size: 13px;
  color: #616263;
  font-weight: 400;
}

.input-edit-wrap.dark-green-border input.form-control {
  color: #027f73;
  font-size: 13px;
}

.input-edit-wrap.dark-green-border input.form-control::placeholder {
  font-size: 13px;
  color: #027f73;
  font-weight: 400;
}

.input-edit-wrap.dark-green-border input.form-control:focus-within, .input-edit-wrap.dark-green-border input.form-control:visited, .input-edit-wrap.dark-green-border input.form-control:active {
  border-color: #027f73;
  border-left: 10px solid;
}

.input-edit-wrap.green-border input.form-control {
  color: #06cf53;
  font-size: 13px;
}

.input-edit-wrap.green-border input.form-control::placeholder {
  font-size: 13px;
  color: #06cf53;
  font-weight: 400;
}

.input-edit-wrap.green-border input.form-control:focus-within, .input-edit-wrap.green-border input.form-control:visited, .input-edit-wrap.green-border input.form-control:active {
  border-color: #06cf53;
  border-left: 10px solid;
}

.input-edit-wrap.yellow-border input.form-control {
  color: #fd9722;
  font-size: 13px;
}

.input-edit-wrap.yellow-border input.form-control::placeholder {
  font-size: 13px;
  color: #fd9722;
  font-weight: 400;
}

.input-edit-wrap.yellow-border input.form-control:focus-within, .input-edit-wrap.yellow-border input.form-control:visited, .input-edit-wrap.yellow-border input.form-control:active {
  border-color: #fd9722;
  border-left: 10px solid;
}

.input-edit-wrap.red-border input.form-control {
  color: #ce385e;
  font-size: 13px;
}

.input-edit-wrap.red-border input.form-control::placeholder {
  font-size: 13px;
  color: #ce385e;
  font-weight: 400;
}

.input-edit-wrap.red-border input.form-control:focus-within, .input-edit-wrap.red-border input.form-control:visited, .input-edit-wrap.red-border input.form-control:active {
  border-color: #ce385e;
  border-left: 10px solid;
}

.gth-transparent-btn {
  background-color: transparent !important;
  border: 0;
  box-shadow: none !important;
  text-align: left;
}

.gth-transparent-btn:after {
  display: none;
}

.gth-transparent-btn:hover {
  background-color: #f0f0f0 !important;
}

.gth-transparent-btn:focus {
  background-color: #f0f0f0 !important;
}

.gth-transparent-btn:focus-visible {
  background-color: #f0f0f0 !important;
}

.gth-transparent-btn:active {
  background-color: #f0f0f0 !important;
}

.gth-modal-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.planned-date-txt {
  color: #575757;
}

.gth-action-button {
  padding: 4px;
  width: 30px;
  min-width: fit-content;
  height: 30px;
  text-align: center;
  line-height: 22px;
  border-radius: 5px;
  border: 1px solid #d0d4e4;
  background: #f0e9fd;
  transition: all 0.3s ease-in-out;
  color: #733aea;
}

.gth-action-button img {
  width: 100%;
  height: 100%;
}

.gth-action-button:hover {
  background-color: #eaeaea;
}

.gth-action-button:focus {
  background-color: #eaeaea;
}

.gth-action-button.dropdown-toggle {
  background-color: #f0e9fd !important;
  color: #733aea;
  border: 1px solid #d0d4e4;
}

.gth-action-button.dropdown-toggle:after {
  display: none;
}

.gth-action-button.dropdown-toggle:hover {
  background-color: #eaeaea !important;
  color: #733aea;
  border: 1px solid #d0d4e4;
}

.gth-action-button.dropdown-toggle:focus {
  background-color: #eaeaea !important;
  color: #733aea;
  border: 1px solid #d0d4e4;
}

.gth-action-button.dropdown-toggle:focus-visible {
  background-color: #eaeaea !important;
  color: #733aea;
  border: 1px solid #d0d4e4;
}

.gth-action-button.dropdown-toggle:active {
  background-color: #eaeaea !important;
  color: #733aea;
  border: 1px solid #d0d4e4;
}

.attachment-header {
  display: flex;
  align-items: center;
}

.attachment-header h6 {
  margin: 5px 0;
}

.attachment-header .attachment-buttons {
  margin-left: auto;
  display: flex;
}

.gth-modal-attachment-drpdown .attachment-wrap {
  min-width: 150px;
  background-color: #ffffff !important;
  padding-top: 0;
  padding-bottom: 0;
}

.gth-modal-attachment-drpdown .attachment-wrap .attachment-list .attachment-list-item {
  padding: 8px 15px;
  cursor: pointer;
}

.gth-modal-attachment-drpdown .attachment-wrap .attachment-list .attachment-list-item:first-child {
  border-radius: 10px 10px 0 0;
}

.gth-modal-attachment-drpdown .attachment-wrap .attachment-list .attachment-list-item:last-child {
  border-radius: 0px 0px 10px 10px;
}

.gth-modal-attachment-drpdown .attachment-wrap .attachment-list .attachment-list-item:hover {
  background-color: #f4f4f4;
}

.custom-file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.custom-file-upload .upload-btn {
  background-color: transparent;
  border: 0;
  color: #575757;
  padding: 0;
}

.custom-file-upload .input-upload {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.grid-files .card-header h6 {
  font-size: 15px;
  margin: 0;
  color: #575757;
}

.url-add-more-btn {
  position: absolute;
  right: 5px;
  top: 2px;
}

.gth-attachment-body {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.gth-attachment-body .gth-attachment-tile-item {
  min-width: 130px;
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d0d4e4;
  margin-bottom: 0;
  width: 18.8%;
  position: relative;
}

.gth-attachment-body .gth-attachment-tile-item .attachment-action-drpdown {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.gth-attachment-body .gth-attachment-tile-item .grid-action-btn {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.gth-attachment-body .gth-attachment-tile-item .attachment-image {
  width: 100%;
  height: 120px;
  position: relative;
  background-color: #f4f4f4;
}

.gth-attachment-body .gth-attachment-tile-item .attachment-image .related-icon {
  font-size: 60px;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #969696;
}

.gth-attachment-body .gth-attachment-tile-item .attachment-image .image-expand {
  width: 100%;
  height: 100%;
}

.gth-attachment-body .gth-attachment-tile-item .attachment-image .image-expand-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  display: none;
}

.gth-attachment-body .gth-attachment-tile-item .figure-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.gth-attachment-body .gth-attachment-tile-item .figure-caption {
  background-color: #ffffff;
  padding: 7px 10px;
}

.gth-attachment-body .gth-attachment-tile-item .figure-caption .file-name {
  font-size: 14px;
  margin-bottom: 2px;
  color: #575757;
}

.gth-attachment-body .gth-attachment-tile-item .figure-caption .file-upload-time {
  font-size: 12px;
  margin-bottom: 0;
  color: #8f8f8f;
}

._11aT5 svg {
  color: #e8e8e8 !important;
}

.attachment-action-drpdown .attachment-action-button {
  padding: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 22px;
  border-radius: 5px;
  border: 1px solid #d0d4e4;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  color: #343a40 !important;
}

.attachment-action-drpdown .attachment-action-button i {
  color: #343a40;
}

.attachment-action-drpdown .attachment-action-button img {
  width: 100%;
  height: 100%;
}

.attachment-action-drpdown .attachment-action-button:hover {
  background-color: #eaeaea;
}

.attachment-action-drpdown .attachment-action-button.dropdown-toggle {
  background-color: #ffffff !important;
  color: #343a40 !important;
  border: 1px solid #d0d4e4;
}

.attachment-action-drpdown .attachment-action-button.dropdown-toggle:after {
  display: none;
}

.attachment-action-drpdown .attachment-action-button.dropdown-toggle:hover {
  background-color: #ffffff !important;
  color: #343a40;
  border: 1px solid #d0d4e4;
}

.attachment-action-drpdown .attachment-action-button.dropdown-toggle:focus {
  background-color: #ffffff !important;
  color: #343a40;
  border: 1px solid #d0d4e4;
}

.attachment-action-drpdown .attachment-action-button.dropdown-toggle:focus-visible {
  background-color: #ffffff !important;
  color: #343a40;
  border: 1px solid #d0d4e4;
}

.attachment-action-drpdown .attachment-action-button.dropdown-toggle:active {
  background-color: #ffffff !important;
  color: #343a40;
  border: 1px solid #d0d4e4;
}

.action-wrap {
  min-width: 150px;
  background-color: #ffffff;
}

.action-wrap .action-list .action-list-item {
  padding: 8px 15px;
  cursor: pointer;
}

.action-wrap .action-list .action-list-item:first-child {
  border-radius: 10px 10px 0 0;
}

.action-wrap .action-list .action-list-item:first-child:hover {
  border-radius: 10px 10px 0 0;
}

.action-wrap .action-list .action-list-item:last-child {
  border-radius: 0px 0px 10px 10px;
}

.action-wrap .action-list .action-list-item:last-child:hover {
  border-radius: 0px 0px 10px 10px;
}

.action-wrap .action-list .action-list-item:hover {
  background-color: #f4f4f4;
}

.list-image-wrap {
  display: flex;
  align-items: center;
}

.list-image-wrap .list-image {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  flex: 0 0 auto;
}

.list-image-wrap .list-image-name {
  padding-left: 10px;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gth-attachment-List-body .attachment-list-table thead th {
  font-size: 14px;
  color: #616263;
}

.action-btn {
  padding: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 22px;
  border-radius: 5px;
  border: 1px solid #d0d4e4;
  background: #f5f6fa;
  transition: all 0.3s ease-in-out;
  color: #733aea;
}

.action-btn img {
  width: 100%;
  height: 100%;
}

.action-btn:hover {
  background-color: #eaeaea;
}

.action-btn:focus {
  background-color: #eaeaea;
}

.task-details-modal-body-wrap {
  padding-right: 0;
}

.task-details-modal-body-wrap .task-details-modal-body {
  width: 100%;
  max-height: calc(100vh - 220px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 1rem;
}

.remarks-attachment-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.remarks-attachment-wrap .remarks-attachment-item {
  width: 23.5%;
  flex: 0 0 auto;
  display: flex;
  border: 1px solid #d0d4e4;
  border-radius: 10px;
  align-items: center;
  position: relative;
}

.remarks-attachment-wrap .remarks-attachment-item .icon {
  background-color: #f7edff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 1;
  flex: 0 0 auto;
}

.remarks-attachment-wrap .remarks-attachment-item .filename {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 46px;
  width: 100%;
}

.remarks-attachment-wrap .remarks-attachment-item .attachment-download {
  position: absolute;
  top: 5px;
  right: 5px;
}

.gth-attachment-link-body {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gth-attachment-link-body .links-items {
  width: 49%;
  flex: 0 0 auto;
  border: 1px solid #d0d4e4;
  border-radius: 10px;
  position: relative;
  padding: 10px 42px 10px 10px;
  min-height: 41px;
}

.gth-attachment-link-body .links-items h6 {
  font-size: 14px;
  color: #575757;
  margin-bottom: 0;
}

.gth-attachment-link-body .links-items p {
  font-size: 12px;
  color: #733aea;
  margin-bottom: 0;
}

.gth-attachment-link-body .links-items .link-open {
  position: absolute;
  top: 5px;
  right: 5px;
}

.btn.gth-toggle-btn {
  position: relative;
}

.btn.gth-toggle-btn:after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.reminder-wrap,
.modal-body {
  transition: all 1s ease-in-out;
}

.react-datepicker__day.react-datepicker__day--today {
  background-color: #6231c7;
  color: #ffffff !important;
  border-radius: 5px;
}

.react-datepicker__day.react-datepicker__day--today:hover {
  background-color: #6231c7;
  color: #ffffff !important;
}

.react-datepicker__day.react-datepicker__day--in-range {
  background-color: #6231c7;
  color: #ffffff !important;
  border-radius: 5px;
}

.react-datepicker__day.react-datepicker__day--in-range:hover {
  background-color: #6231c7;
  color: #ffffff !important;
}

.react-datepicker__day:hover {
  background-color: #f5f6fa;
  color: #6231c7 !important;
}

/*date picket style*/
.react-datepicker {
  border: 0 !important;
  padding: 5px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 10px !important;
  overflow: hidden;
}

.react-datepicker .react-datepicker__navigation {
  top: 6px;
}

.react-datepicker .react-datepicker__navigation .react-datepicker__navigation-icon::before {
  border-color: #414b58;
}

.react-datepicker .react-datepicker__current-month {
  color: #6231c7 !important;
}

.react-datepicker .react-datepicker__day--keyboard-selected:hover {
  background-color: #6231c7 !important;
  color: #ffffff !important;
}

.react-datepicker .react-datepicker__day--selected {
  background-color: #5034ff !important;
  color: #ffffff !important;
}

.react-datepicker .react-datepicker__day-name,
.react-datepicker .react-datepicker__day,
.react-datepicker .react-datepicker__time-name {
  width: 2rem !important;
}

.react-datepicker .react-datepicker__time-list-item--selected {
  background-color: #6231c7 !important;
  color: #ffffff !important;
}

.react-datepicker .react-datepicker__header,
.react-datepicker .react-datepicker-time__header {
  background-color: #f0e9fd !important;
  color: #6231c7;
}

.datepicker-visible .react-datepicker {
  overflow: visible !important;
}

/*date picket style end*/
.chat-canvas .offcanvas-header .offcanvas-title {
  font-size: 15px;
  margin-bottom: 0;
}

.chat-canvas .offcanvas-header .btn-close {
  position: absolute;
  top: 19px;
  right: 20px;
}

.chat-canvas .offcanvas-body {
  padding: 0;
}

.chat-canvas .chat-wrapper {
  height: calc(100% - 2px);
}

.chat-canvas .chat-wrapper .chat-conversation-wrap {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  overflow-y: auto;
  padding: 15px 15px 0px 15px;
  height: calc(100% - 50px);
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg {
  display: flex;
  padding: 0 20% 25px 0;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-profile-image .profile-wrap .exp-avtar {
  width: 40px;
  height: 40px;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content {
  padding-left: 8px;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content .chat-profile-name {
  font-size: 14px;
  color: #747474;
  font-weight: 500;
  letter-spacing: 1px;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content .chat-msg-text {
  padding: 15px;
  border-radius: 0px 20px 20px 20px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  background: #f4f4f4;
  margin: 5px 0;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content .chat-msg-text .chat-attachment-item {
  width: 100%;
  max-width: 220px;
  display: flex;
  border: 1px solid #d0d4e4;
  border-radius: 10px;
  align-items: center;
  position: relative;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content .chat-msg-text .chat-attachment-item .icon {
  background-color: #f7edff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 1;
  flex: 0 0 auto;
  border-right: 1px solid #d0d4e4;
  color: #343a40;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content .chat-msg-text .chat-attachment-item .filename {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 46px;
  width: 100%;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content .chat-msg-text .chat-attachment-item .attachment-download {
  position: absolute;
  top: 5px;
  right: 5px;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg .chat-msg-content .chat-msg-date {
  font-size: 11px;
  color: #969696;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg.owner {
  flex-direction: row-reverse;
  padding: 0 0px 25px 20%;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg.owner .chat-msg-content {
  text-align: right;
  padding-left: 0;
  padding-right: 8px;
}

.chat-canvas .chat-wrapper .chat-conversation-wrap .chat-msg.owner .chat-msg-text {
  border-radius: 20px 0px 20px 20px;
  background: linear-gradient(90deg, #733aea 0%, #6161ff 100%);
  color: #ffffff;
}

.chat-canvas .chat-wrapper .chat-area-footer {
  display: flex;
  border-top: 1px solid #d0d4e4;
  width: 100%;
  padding: 10px 20px;
  align-items: center;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #e0e0e0;
}

.chat-canvas .chat-wrapper .chat-area-footer .chat-file-upload {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #733aea;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: visible;
}

.chat-canvas .chat-wrapper .chat-area-footer .chat-input {
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  border: 0;
  margin: 0 5px;
}

.chat-canvas .chat-wrapper .chat-area-footer .send-btn {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #733aea;
  color: #ffffff;
  border-radius: 50%;
  border: 0;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fc-h-event .fc-event-title {
  color: #414b58;
}

.fc-button.fc-button-primary {
  text-transform: capitalize;
}

.fc-button.fc-button-primary:focus {
  box-shadow: none !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  background-color: #f4f4f4;
}

.fc-today-button,
.fc-dayGridMonth-button,
.fc-timeGridWeek-button,
.fc-timeGridDay-button {
  text-transform: capitalize;
}

.calender-wrap .taskCalender__ {
  min-width: 500px;
}

.calender-wrap .fc-event-title {
  color: #1f2b3a;
}

.calender-wrap .fc-daygrid-block-event .fc-event-title {
  font-weight: 600;
  font-size: 12px;
  padding: 5px 8px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calender-wrap .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary {
  background-color: #5034ff !important;
  border-color: #733aea !important;
  text-transform: capitalize;
  font-size: 13px;
  padding: 0.25rem 1.2rem;
}

.calender-wrap .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary:focus {
  box-shadow: none;
}

.calender-wrap .fc-daygrid-day-number {
  font-size: 13px;
  font-weight: 600;
  color: #2a2a2a;
}

.calender-wrap .fc-col-header-cell-cushion {
  font-size: 13px;
  font-weight: 600;
  color: #2a2a2a;
  min-width: 80px;
  display: block;
}

.calender-wrap .fc-theme-standard th {
  background-color: #f0f0f0;
}

.calender-wrap .fc .fc-toolbar-title {
  font-size: 16px;
  color: #6231c7;
  font-weight: 700;
  margin: 7px 0;
}

.calender-wrap .fc .fc-timegrid-axis-cushion {
  text-transform: capitalize;
}

.calender-wrap .fc-timeGridWeek-view .fc-day {
  height: 28px;
}

.calender-wrap .fc-timeGridWeek-view .fc-day.fc-daygrid-day {
  height: fit-content;
}

.calender-wrap .fc-timeGridDay-view .fc-day {
  height: 28px;
}

.calender-wrap .fc-timeGridDay-view .fc-day.fc-daygrid-day {
  height: fit-content;
}

.calender-wrap .fc .fc-popover {
  z-index: 99;
}

.min-width-200 {
  min-width: 200px;
}

.fc-event {
  cursor: pointer;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: none;
}

.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}

.fc-direction-ltr .fc-daygrid-more-link {
  float: left;
  width: 100%;
  background-color: #dfdfdf;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.fc-day-grid-event > .fc-content {
  white-space: normal;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 1;
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  align-items: center;
}

.custom-file-input button {
  background-color: #f0e9fd;
  color: #414b58;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  border-radius: 1px solid #d0d4e4;
}

.custom-file-input button:hover {
  background-color: #e0e0e0;
  color: #414b58;
}

.custom-file-input .file-info {
  padding-left: 5px;
  padding-right: 10px;
}

.fullscreen .modal-dialog {
  width: 99%;
  max-width: 1824px;
}

.fixed-table-wrapper {
  max-height: 520px;
  overflow: auto;
  border: 1px solid #d0d4e4;
}

.fixed-table-wrapper .fixedTable-head {
  position: relative;
}

.fixed-table-wrapper .fixedTable-head thead {
  position: sticky;
  top: 0px;
  background: white;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.fixed-table-wrapper .fixedTable-head thead th {
  box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  vertical-align: middle;
}

.md-pending-task {
  height: 303px;
  max-height: 303px;
}

.scroll-box-height {
  height: 299px;
  max-height: 299px;
}

.max-height-350 {
  height: 540px;
  max-height: 540px;
}

.max-height-314 {
  height: 314px;
}

.max-height-366 {
  height: 366px;
}

.max-height-679px {
  height: 657px;
}

.d-flow-table-wrapper {
  max-height: 577px;
  height: 577px;
}

.md-reopen-task-list-wrap {
  height: 373px;
  max-height: 373px;
}

.react-tel-input .form-control {
  width: 100% !important;
}

.editable-field-wrap {
  position: relative;
  margin-bottom: 10px;
}

.editable-field-wrap .editable-field {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px dashed #ce385e;
  padding: 4px 30px 4px 8px;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
  color: #414b58;
}

.editable-field-wrap .edit-icon {
  margin-left: 10px;
  position: absolute;
  top: 3px;
  right: 5px;
}

.workflow-details-wrap p {
  margin-bottom: 0;
  font-size: 14px;
  color: #171717;
}

.workflow-details-wrap p + p {
  margin-top: 5px;
}

.workflow-step-card + .workflow-step-card {
  margin-top: 30px;
}

.workflow-step-card .workflow-step-badge {
  position: absolute;
  top: -15px;
  left: 15px;
}

.custom-calendar-event-content .custom-calendar-event-title {
  color: #1c2734;
  padding: 3px 5px;
  font-size: 14px;
  cursor: pointer;
}

.notification-wrap .header-notification-btn {
  padding: 10px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f0e9fd;
  color: #733aea;
  transition: all 0.2s ease-in-out;
  position: relative;
  flex: 0 0 auto;
}

.notification-wrap .header-notification-btn:hover {
  background-color: #733aea;
  color: #f0e9fd;
}

.notification-wrap .header-notification-btn:after {
  display: none;
}

.notification-wrap .header-notification-btn .notification-badge-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: blink-1 1.2s infinite;
}

.notification-wrap .header-notification-btn .notification-badge-dot.notification-blink {
  animation: blink-2 1.5s infinite;
}

.notification-wrap .notification-badge {
  background-color: #feeaef;
  color: #ce385e;
  line-height: 1;
  padding: 3px 3px 3.3px 3px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

.notification-wrap .dropdown-menu {
  width: 370px;
  max-width: 370px;
  background-color: #ffffff !important;
  padding: 0;
}

.notification-wrap .dropdown-menu .exp-tabs .nav-item .nav-link {
  font-size: 12px;
  padding: 5px 8px 5px 8px;
  display: flex;
  align-items: center;
}

.notification-wrap .dropdown-menu.dropdown-menu-end {
  right: -160px !important;
}

@media (max-width: 575px) {
  .notification-wrap .dropdown-menu.dropdown-menu-end {
    right: -20vw !important;
  }
}

@media (max-width: 414px) {
  .notification-wrap .dropdown-menu.dropdown-menu-end {
    right: -20vw !important;
    max-width: 345px;
  }
}

@media (max-width: 380px) {
  .notification-wrap .dropdown-menu.dropdown-menu-end {
    right: -30vw !important;
    max-width: 345px;
  }
}

.notification-wrap.task-noti-bell .dropdown-menu.dropdown-menu-end {
  right: -160px !important;
}

@media (max-width: 575px) {
  .notification-wrap.task-noti-bell .dropdown-menu.dropdown-menu-end {
    right: -11vw !important;
  }
}

@media (max-width: 414px) {
  .notification-wrap.task-noti-bell .dropdown-menu.dropdown-menu-end {
    right: -11vw !important;
    max-width: 345px;
  }
}

@media (max-width: 380px) {
  .notification-wrap.task-noti-bell .dropdown-menu.dropdown-menu-end {
    right: -18vw !important;
    max-width: 345px;
  }
}

.subtask-ul {
  padding: 0 0 0 10px;
  margin: 0;
}

.dark-mode-toggle {
  background-color: #f0e9fd;
  border: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.spin-anim {
  display: inline-block;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  line-height: 1;
  /* transform: rotate(3deg); */
  /* transform: rotate(0.3rad);/ */
  /* transform: rotate(3grad); */
  /* transform: rotate(.03turn);  */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.profile-image-cropping {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #f0f0f0;
}

.profile-image-cropping .user-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.th-border-top-0 th {
  border-top: 0;
}

.multiple-ovserver .profile-wrap + .profile-wrap {
  margin-left: -10px;
}

.multiple-ovserver .profile-wrap:hover {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .cc-wrap-raise-tome {
    display: block !important;
  }
}

.assign-by-me-tab .nav-item {
  visibility: hidden !important;
  opacity: 0 !important;
}

.role-permission-card .custom-checkbox {
  display: flex;
}

.view-company-logo img {
  max-width: 200px;
  width: 100%;
  max-height: 113px;
}

.pending-task-notification {
  background-color: #ff1d1a;
  color: #ffff;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -16px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-weight: 800;
  animation: blink-1 1.2s infinite;
}

@keyframes blink-1 {
  0% {
    box-shadow: 0 0 0 0px rgba(210, 37, 25, 0.4);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(240, 97, 57, 0.3);
  }
}

@keyframes blink-2 {
  0% {
    box-shadow: 0 0 0 0px rgba(25, 210, 81, 0.4);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(57, 240, 112, 0.3);
  }
}

.chat-noti-outer-wrap {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -10px;
  padding-right: 10px;
}

.chat-noti-outer-wrap .chat-noti-item-wrap {
  display: block;
}

.chat-noti-outer-wrap .chat-noti-item-wrap + .chat-noti-item-wrap {
  margin-top: 10px;
}

.chat-noti-outer-wrap .chat-noti-item-wrap.unread .chat-noti-item {
  background-color: #f0e9fd;
}

.chat-noti-outer-wrap .chat-noti-item-wrap.unread .chat-noti-item.main-task-noti-item .chat-noti-desc {
  width: calc(100% - 0px);
}

.chat-noti-outer-wrap .chat-noti-item-wrap.unread .chat-noti-item .chat-noti-desc {
  width: calc(100% - 40px);
}

.chat-noti-outer-wrap .chat-noti-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e0e3ed;
  cursor: pointer;
}

.chat-noti-outer-wrap .chat-noti-item .chat-noti-desc {
  width: calc(100% - 0px);
  flex: 0 0 auto;
}

.chat-noti-outer-wrap .chat-noti-item .chat-noti-desc .profile-wrap {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}

.chat-noti-outer-wrap .chat-noti-item .chat-noti-desc .profile-wrap .profile-name-wrap {
  max-width: fit-content;
}

.chat-noti-outer-wrap .chat-noti-item .chat-noti-desc .profile-wrap .profile-name {
  white-space: normal;
  color: #1f2b3a;
}

.chat-noti-outer-wrap .chat-noti-item .chat-noti-desc h6 {
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: 600;
  color: #6231c7;
}

.chat-noti-outer-wrap .chat-noti-item .chat-noti-desc p {
  font-size: 12px;
  margin-top: 3px;
}

.bg-gradient-left-1 {
  background: linear-gradient(to right, #e6f9ff, #feffff);
}

.bg-gradient-left-2 {
  background: linear-gradient(to right, #f7e9ff, #fffefd);
}

.bg-gradient-left-3 {
  background: linear-gradient(to right, #e6ebff, #ffffff);
}

.bg-gradient-left-4 {
  background: linear-gradient(to right, #e8fff5, #ffffff);
}

.bg-gradient-left-5 {
  background: linear-gradient(to right, #ffeeee, #fffcfc);
}

.icon-s {
  position: absolute;
  top: 15px;
  right: 55px;
  font-size: 100px;
  opacity: 0.7;
  z-index: -1;
  color: #e9ebee;
}

@media (max-width: 1200px) {
  .calender-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .sticky-notes-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .sticky-notes-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.doer-task-category-view {
  height: 655px;
  overflow: auto;
}

.fc-timegrid-slots {
  max-height: 450px;
  overflow: auto;
}

@media (max-width: 575px) {
  .fc-timegrid-slots {
    max-height: 370px;
  }
}

.chart-wrap {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  min-width: 250px;
  max-width: 250px;
}

.chart-wrap-nodata {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  min-width: 255px;
  max-width: 255px;
}

.card-move {
  cursor: grab;
}

.calendar-tab {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-right: 20px;
  width: calc(100% - 70px);
}

.performance-card {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-width: 340px;
}

.performance-card .card-header,
.performance-card .card-body {
  position: relative;
  z-index: 2;
}

.w-40 {
  width: 40px;
  flex: 0 0 auto;
}

.h-40 {
  height: 40px;
}

.pending-progress-bar {
  height: 8px;
  background-color: transparent;
}

.pending-progress-bar .progress-bar {
  height: 8px;
  border-radius: 15px;
}

.pending-progress-bar .progress-bar.p-w-100 {
  width: 100%;
}

.pending-progress-bar .progress-bar.p-w-95 {
  width: 95%;
}

.pending-progress-bar .progress-bar.p-w-90 {
  width: 90%;
}

.pending-progress-bar .progress-bar.p-w-85 {
  width: 85%;
}

.pending-progress-bar .progress-bar.p-w-80 {
  width: 80%;
}

.pending-progress-bar .progress-bar.p-w-75 {
  width: 75%;
}

.pending-progress-bar .progress-bar.p-w-70 {
  width: 70%;
}

.pending-progress-bar .progress-bar.p-w-65 {
  width: 65%;
}

.pending-progress-bar .progress-bar.p-w-60 {
  width: 60%;
}

.pending-progress-bar .progress-bar.p-w-55 {
  width: 55%;
}

.pending-progress-bar .progress-bar.p-w-50 {
  width: 50%;
}

.pending-progress-bar .progress-bar.p-w-45 {
  width: 45%;
}

.pending-progress-bar .progress-bar.p-w-40 {
  width: 40%;
}

.pending-progress-bar .progress-bar.p-w-35 {
  width: 35%;
}

.pending-progress-bar .progress-bar.p-w-30 {
  width: 30%;
}

.pending-progress-bar .progress-bar.p-w-25 {
  width: 25%;
}

.pending-progress-bar .progress-bar.p-w-20 {
  width: 20%;
}

.pending-progress-bar .progress-bar.p-w-15 {
  width: 75%;
}

.pending-progress-bar .progress-bar.p-w-10 {
  width: 10%;
}

.pending-progress-bar .progress-bar.p-w-5 {
  width: 5%;
}

.max-width-250px {
  max-width: 250px;
}

.auditorSwiper {
  padding-bottom: 43px !important;
}

.auditorSwiper .auditor-performance-card {
  background-image: url(../images/graph.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.auditorSwiper .profile-name {
  font-size: 18px;
}

.auditorSwiper .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0px;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-color: #cecece;
  border-radius: 50%;
}

.auditorSwiper .swiper-button-next:after {
  font-size: 18px;
  color: #1f2b3a;
}

.auditorSwiper .swiper-button-prev {
  position: absolute;
  bottom: 0;
  right: 60px;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-color: #cecece;
  border-radius: 50%;
}

.auditorSwiper .swiper-button-prev:after {
  font-size: 18px;
  color: #1f2b3a;
}

.audit-viewall-btn {
  position: absolute;
  bottom: 30px;
  left: 27px;
}

.direct-report-member-box {
  max-width: 300px;
}

.direct-report-member-box .profile-name-wrap {
  max-width: 265px;
}

@media (max-width: 767px) {
  .mob-none {
    display: none;
  }
}

.overflow-x-scroll {
  overflow-x: auto !important;
}

.checksheet-collapse .collapse:not(.show) {
  transition: height 0.3s ease;
}

.overall-performance-wrap .radial-gauge .value-text > text {
  fill: transparent !important;
  text-shadow: none !important;
}

.report-img-wrap {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d0d0d0;
  border-radius: 50%;
}

.bar-card-report {
  min-width: 750px;
}

.donought-graph-report {
  max-width: 372px;
  margin: 0 auto;
}

.height-374 {
  height: 374px;
}

.header_button_wrap {
  gap: 10px;
}

.access-denied-wrap {
  align-items: center;
}

.file-badge {
  position: absolute;
  top: -8px;
  left: -10px;
  background-color: #f2426e;
  font-size: 10px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio_record_main_wrap {
  display: flex;
}

.audio_record_main_wrap .audio_record_player {
  width: 100%;
}

.audio_record_main_wrap .audio_record_player .rhap_time {
  font-size: 14px;
}

.audio_record_main_wrap .audio_record_player .rhap_progress-indicator {
  width: 14px;
  height: 14px;
  margin-left: -8px;
  top: -5px;
}

.audio_record_main_wrap .audio_record_player .rhap_repeat-button {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.audio_record_main_wrap .audio_record_player .rhap_repeat-button svg {
  width: 100%;
  height: 100%;
}

.audio_record_main_wrap .audio_record_player .rhap_main-controls-button {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.audio_record_main_wrap .audio_record_player .rhap_main-controls-button svg {
  width: 100%;
  height: 100%;
}

.audio_record_main_wrap .audio_record_player .rhap_play-pause-button {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.audio_record_main_wrap .audio_record_player .rhap_play-pause-button svg {
  width: 100%;
  height: 100%;
}

.audio_record_main_wrap .audio_record_player .rhap_volume-button {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.audio_record_main_wrap .audio_record_player .rhap_volume-button svg {
  width: 100%;
  height: 100%;
}

.audio_record_main_wrap .audio_record_player .rhap_additional-controls {
  display: none;
}

.audio_record_main_wrap .audio_record_button {
  display: flex;
}

.audio_record_main_wrap .audio_record_button .record_button {
  background-color: #5034ff;
  color: #ffffff;
  border: 0;
  width: 36px;
  border-radius: 5px;
  font-size: 22px;
  padding: 6px;
  line-height: 1;
}

@media (max-width: 420px) {
  .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 420px) {
  .p-4 {
    padding: 1rem !important;
  }
}

@media (max-width: 420px) {
  .pt-4 {
    padding-top: 1rem !important;
  }
}

@media (max-width: 420px) {
  .pb-4 {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 420px) {
  .pe-4 {
    padding-right: 1rem !important;
  }
}

@media (max-width: 420px) {
  .ps-4 {
    padding-left: 1rem !important;
  }
}

.performance_card_wrap {
  overflow-x: auto;
  overflow-y: hidden;
}

.cursor-normal {
  cursor: auto !important;
}

.list-of-workflowname {
  max-width: 380px;
}

.listof-pending-select {
  min-height: 30px;
}

.video-modal-close-btn {
  position: absolute;
  top: -26px;
  right: 0;
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
}

.video_modal_body {
  width: 100%;
  height: 622px;
}

@media (max-width: 1199px) {
  .video_modal_body {
    height: 440px;
  }
}

@media (max-width: 640px) {
  .video_modal_body {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .video_modal_body {
    height: 250px;
  }
}

@media (max-width: 414px) {
  .video_modal_body {
    height: 200px;
  }
}

@media (max-width: 1024px) {
  .video-modal-dialog .modal-xl {
    --bs-modal-width: 99%;
    max-width: 99%;
    width: 99%;
  }
}

.hand_icon {
  position: relative;
  animation-name: moveLeftRight;
  animation-duration: 3s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.video-view-btn {
  animation: flushing 1s infinite;
}

@keyframes flushing {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
  }
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(30px);
  }
}

.k-filtercell-operator .k-dropdown-operator {
  display: none;
}

.icon-14 {
  width: 14px;
  height: 14px;
  display: flex;
}

.fill-muted {
  fill: #616263;
}

.fill-primary {
  fill: #733aea;
}

.fill-warning {
  fill: #fd9722;
}

.fill-success {
  fill: #00b386;
}

.fill-danger {
  fill: #f2426e;
}

.fill-info {
  fill: #058efc;
}

.side_pro_info_wrap {
  padding-top: 50px;
}

.side_pro_info_wrap .side_pro_info {
  background-color: rgba(36, 114, 151, 0.2);
  backdrop-filter: blur(5px);
  padding: 10px;
  border-radius: 10px;
}

.side_pro_info_wrap .side_pro_info .side_pro_info_logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 238, 255, 0.502);
  padding: 10px;
  margin: -50px auto 0;
}

.side_pro_info_wrap .side_pro_info .comp_name_ {
  color: #fff;
  margin: 12px 0 32px;
  font-size: 14px;
  text-align: center;
}

.side_pro_info_wrap .side_pro_info .plan_name__ {
  color: #0adaff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #0adaff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 10px;
  position: relative;
}

.side_pro_info_wrap .side_pro_info .plan_name__ label {
  background-color: #0adaff;
  color: #000000;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 20px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.side_pro_info_wrap_2 {
  width: 264px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.side_pro_info_wrap_2 .side_pro_info {
  background-color: rgba(36, 114, 151, 0.2);
  backdrop-filter: blur(5px);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.side_pro_info_wrap_2 .side_pro_info .side_pro_info_logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 238, 255, 0.354);
  padding: 12px 10px;
  flex: 0 0 auto;
}

.side_pro_info_wrap_2 .side_pro_info .comp_name_ {
  color: #fff;
  margin: 0 0 25px;
  font-size: 14px;
  text-align: center;
}

.side_pro_info_wrap_2 .side_pro_info .plan_name__ {
  color: #0adaff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #0adaff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 10px 8px;
  position: relative;
}

.side_pro_info_wrap_2 .side_pro_info .plan_name__ label {
  background-color: #0adaff;
  color: #000000;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 20px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.side_pro_info_wrap_2 .side_pro_info .company_info_ {
  flex: 1;
}

.sidebar-mini.sidebar-collapse .side_pro_info_wrap_2 {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  opacity: 0;
}

.sidebar-mini.sidebar-collapse
.main-sidebar:not(.sidebar-no-expand):hover
.side_pro_info_wrap_2 {
  display: inline-block;
  margin-left: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  opacity: 1;
}

.side_pro_info_wrap_3 .side_pro_info {
  background-color: rgba(36, 114, 151, 0.2);
  backdrop-filter: blur(5px);
  padding: 10px;
  border-radius: 10px;
}

.side_pro_info_wrap_3 .side_pro_info .side_pro_info_flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.side_pro_info_wrap_3 .side_pro_info .side_pro_info_logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 238, 255, 0.354);
  padding: 10px;
  flex: 0 0 auto;
}

.side_pro_info_wrap_3 .side_pro_info .comp_name_ {
  color: #fff;
  margin: 0;
  font-size: 16px;
  text-align: left;
}

.side_pro_info_wrap_3 .side_pro_info .plan_name__ {
  color: #0adaff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #0adaff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 10px 8px;
  position: relative;
}

.side_pro_info_wrap_3 .side_pro_info .plan_name__ label {
  background-color: #0adaff;
  color: #000000;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 20px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.width-100 {
  width: 100px;
}

.width-150 {
  width: 150px;
}

.width-200 {
  width: 200px;
}

.k-column-title {
  font-weight: 600;
}

.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row):hover,
.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
  background-color: #f9f9f9 !important;
}

.kendo-table-border-block .k-table-th,
.kendo-table-border-block td,
.kendo-table-border-block .k-table-td {
  border-inline-start-width: 0 !important;
  border-block-start-width: 1px !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.kendo-table-border-block .k-table-th {
  border-block-end-width: 0 !important;
}

.kendo-table-border-block.inner-table-100 .k-table {
  width: 100% !important;
}

.addNew_box {
  max-width: 680px;
  width: 100%;
  margin-inline: auto;
}

.task-name {
  width: 100%;
  border: 0;
  font-size: 18px;
  background-color: transparent;
  padding-right: 20px;
  color: #00505e;
  font-weight: 600;
}

.profile_group {
  margin-left: -10px;
}

.profile_group {
  display: flex;
  justify-content: center;
}

.profile_group .profile-wrap {
  margin-inline-start: -10px;
  transition: all 0.4s ease-in-out;
}

.profile_group .profile-wrap:first-of-type {
  margin-inline-start: 0;
}

.profile_group .profile-wrap:hover {
  z-index: 2;
}

.listDrop .dropdown-toggle::after {
  display: none;
}

.card-header.ariaExpanded[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.popover_group {
  max-height: 250px;
  overflow: auto;
}

.add_task {
  position: absolute;
  right: 100px;
  z-index: 110;
}

@media (max-width: 575px) {
  .reverse_sm {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
}

@media (max-width: 575px) {
  .reverse_sm .ms-auto {
    margin-left: auto !important;
  }
}

.task-title-edit-wrap.input_name {
  width: calc(100% - 120px);
}

.bottle_count {
  background-color: #f57293;
  color: #ffffff;
  animation: blink-1 1.5s infinite;
  width: 25px;
  height: 25px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  cursor: pointer;
}

.bottle_count.big_count {
  background-color: #ef1249;
  animation: blink-1 0.7s infinite;
}

.bottle-neck-table td {
  background-color: transparent;
}

.bottle-neck-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.bottleneck_Short_desc_wrapper {
  width: 250px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.bottleneck_Short_desc_wrapper .bottleneck_Short_desc_item {
  padding: 10px;
  border-bottom: 1px solid #d0d4e4;
}

.side_video .videoBox {
  height: 100px;
}

.side_video .playbtn {
  font-size: 45px !important;
}

.videoBox {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .videoBox {
    height: 370px;
  }
}

.videoBox .video_wrp {
  background: url("../images/video-poster.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.videoBox .video_wrp::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
}

.videoBox .video_wrp .playbtn {
  position: absolute;
  inset: 0;
  font-size: 70px;
  width: fit-content;
  height: fit-content;
  color: #ff1919;
  z-index: 1111;
  margin: auto;
  cursor: pointer;
}

.videoBox .video_wrp .playbtn::before {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoBox .video {
  width: 100%;
  height: 100%;
  display: none;
}

.videoBox .video iframe {
  width: 100%;
  height: 100%;
}

.videoBox.video-active .video_wrp {
  display: none;
}

.videoBox.video-active .video {
  display: block;
  height: 500px;
}

.cal_height {
  height: calc(100vh - 204px);
}

@media (max-width: 1200px) {
  .cal_height {
    height: 100%;
  }
}

.z-index8 {
  z-index: 1118;
}

@media (max-width: 1200px) {
  .side_video .videoBox {
    height: 100px;
  }
}

@media (max-width: 991px) {
  .side_video .videoBox {
    height: 150px;
  }
}

.side_video .videoBox .video_wrp {
  height: 100px;
}

@media (max-width: 1200px) {
  .playList {
    margin-top: 80px;
  }
}

.playList .palylistRow .col-12 {
  padding: 10px;
  border-radius: 10px;
}

.playList .palylistRow .col-12:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.gant-card .sticky-doer-column {
  position: sticky !important;
  left: 0;
  background-color: #fff !important;
  opacity: 1;
  z-index: 10 !important;
}

.gant-card .k-button-solid-base {
  font-weight: 600;
}

.gant-card .k-button-solid-base.k-selected {
  border-color: #8351ec;
  color: #fff;
  background-color: #8351ec;
}

.gant-card .k-gantt-header {
  border-bottom: 1px solid #d0d4e4;
}

.gant-card .k-gantt .k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
  vertical-align: middle;
  border-color: #d0d4e4;
}

.gant-card .k-task-single {
  background-color: #34ffcc;
  cursor: pointer;
}

.gant-card .k-task-single .k-task-content {
  color: #242424;
  font-weight: 600;
}

.gant-card .k-task-single .k-task-complete {
  background-color: #00cd99;
}

.gant-card .k-table-row.k-master-row.k-alt {
  background-color: #f5f5f5;
}

.gant-card .k-table-row.k-master-row.k-alt td {
  background-color: #f5f5f5;
}

.gant-card .k-table .k-table-tbody > .k-table-row:hover {
  background-color: inherit;
}

.gant-card .k-gantt td {
  border-block-end-width: 1px;
  border-inline-start-width: 0px;
  border-color: #d0d4e4;
  vertical-align: middle;
}

.upgrade_wrap {
  background-image: url("../images/upgrade-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.upgrade_wrap p {
  color: #414b58;
}

.gridview_flow input {
  border: 0;
  background-color: transparent;
  color: #000;
}

.gridview_flow input:focus {
  box-shadow: none;
}

.gridview_flow input.k-input:disabled {
  opacity: 0.9;
}

.gridview_flow .k-grid td,
.gridview_flow .k-grid .k-table-td {
  border-block-end-width: 1px;
}

.toggle_doerDropdown.btn {
  border: none !important;
}

@media (max-width: 767px) {
  .organizational_card .card-header {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
}

.profile-wrap.doer_name {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 280px;
}

@media (max-width: 420px) {
  .profile-wrap.doer_name {
    max-width: 230px;
  }
}

@media (max-width: 575px) {
  .toggle_doerDropdown {
    margin-right: 5px !important;
  }
}

.toggle_doerDropdown:after {
  margin-left: 0;
}

@media (max-width: 575px) {
  .toggle_doerDropdown .profile-wrap .exp-avtar {
    width: 30px;
    height: 30px;
  }
}

.toggle_doerDropdown .profile-wrap .exp-avtar .prof-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .toggle_doerDropdown .profile-wrap .profile-name.fs-5 {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .md_prformance {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .department_select_wrap {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .performance_card_header {
    flex-direction: column-reverse;
  }
}

@media (max-width: 479px) {
  .step-add-form .form-group {
    flex-wrap: wrap;
  }
}

.field_popup_wrap {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  text-align: left;
}

.field_popup_wrap.edit_field {
  width: 400px;
  position: absolute;
  top: 40px;
  right: 0;
}

.field_popup_wrap .react-tagsinput-tag {
  background-color: #eaeaea;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  color: #515151;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  font-family: inherit;
}

.field_popup_wrap .react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #262626;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 2px 5px;
  width: 100px !important;
}

.field_popup_wrap .react-tagsinput {
  border-radius: 5px;
}

.field_popup_wrap .react-tagsinput--focused {
  border-color: #d0d4e4 !important;
}

.field_popup_wrap .react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-left: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #f2426e;
  text-align: center;
}

.field_popup_wrap .react-tagsinput-remove:hover {
  color: #f2426e;
}

.k-dialog-wrapper .k-dialog {
  border-radius: 10px !important;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}

.k-dialog-wrapper .k-dialog .k-dialog-titlebar .k-dialog-title {
  font-weight: 700;
}

.doer_dropdown_list_w {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-upload {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ced4da !important;
}

.simple_workflow_tab {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.simple_workflow_tab .nav-item {
  position: relative;
}

.simple_workflow_tab .nav-item .delete_step_btn {
  background-color: #f2426e;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 2px;
  right: 0;
}

.simple_workflow_tab .nav-item .nav-link {
  min-width: 120px;
}

.field_deatils_ {
  display: flex;
  gap: 10px;
  background-color: #f7edff;
  border-radius: 10px;
  flex-wrap: wrap;
  padding: 10px;
}

.field_deatils_ .field_deatils_Items_ {
  min-width: 250px;
  padding: 5px 10px;
}

@media (max-width: 830px) {
  .ant-tooltip {
    display: none;
  }
}

@media (max-width: 830px) {
  .tooltip {
    display: none;
  }
}

.workflow-menu-dropdown {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.workflow-menu-dropdown span.k-input-inner {
  padding: 13px 8px !important;
  font-size: 13px;
  font-weight: 500;
}

.workflow-menu-dropdown.active {
  color: #733aea;
  background-color: #fff !important;
  position: relative;
}

.workflow-menu-dropdown.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #733aea;
  z-index: 1;
}

.workflow-menu-dropdown:hover {
  color: #343a40;
  background-color: #fff !important;
}

.flow_drop_btns_ {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative;
}

.flow_drop_btns_:after {
  content: "";
  position: absolute;
  bottom: -0px;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: transparent;
}

.flow_drop_btns_:hover {
  color: #343a40;
  background-color: #fff;
}

.flow_drop_btns_.active {
  color: #733aea;
  background-color: #fff !important;
}

.flow_drop_btns_.active:after {
  background-color: #733aea;
}

.top_branch_select_wrap {
  max-width: 150px;
}

.top_branch_select_wrap .form-select:disabled {
  background-color: #b4a0c4;
}

.headoffice-alert {
  background-color: #feeaef;
}

.theme-org-chart.k-orgchart .k-orgchart-node-group-container {
  border-radius: 10px;
}

.theme-org-chart.k-orgchart .k-orgchart-node-group-container .k-orgchart-card {
  border-radius: 10px;
}

.custom_scheduler_wrap {
  overflow-x: auto;
}

.activity_report_progress {
  height: 10px;
  background-color: #f56d8f;
}

.new_direct_report {
  height: 299px;
  max-height: 299px;
}

.most-productive-badge {
  font-size: 13px;
  margin-left: 15px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.125), 0 1px 5px rgba(0, 0, 0, 0.2);
}

.productive_doer_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.productive_doer_list_wrap .productive_doer_list_item {
  cursor: pointer;
}

.productive_doer_list_wrap .productive_doer_list_item .productive_doer_list_img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.productive_doer_list_wrap .productive_doer_list_item .productive_doer_list_img img {
  border-radius: 50%;
}

.productive_doer_list_wrap .productive_doer_list_item .productive_doer_list_img .most-badge {
  background-color: #ffffff;
  color: #f2426e;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 5px;
}

.productive_doer_list_wrap .productive_doer_list_item .productive_doer_list_img .most-badge svg {
  width: 100%;
  height: 100%;
}

.productive_doer_list_wrap .productive_doer_list_item h6 {
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
}

.assigned_menu {
  padding-left: 26px;
}

.assigned_menu li a {
  font-weight: 600;
  color: #6b6b6b;
}

.assigned_menu li a:hover {
  color: #494949;
}

.assigned_menu li a.active {
  color: #0479d6 !important;
}

.card .k-grid-pager {
  border-radius: 0 0 10px 10px;
}

.grid-table.k-grid .k-table-th,
.grid-table.k-grid .k-table-td {
  border-color: rgba(0, 0, 0, 0.33);
}

.grid-table.k-grid .k-table-th .k-input-inner,
.grid-table.k-grid .k-table-td .k-input-inner {
  border-color: transparent;
}

.grid-table input.k-input:disabled,
.grid-table input.k-input[disabled],
.grid-table textarea.k-textarea:disabled,
.grid-table textarea.k-textarea[disabled] {
  opacity: 0.9 !important;
}

.animate_right_arrow {
  position: sticky;
  right: 5px;
  top: 395px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eff2f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  display: none;
  line-height: 40px;
  text-align: center;
  -webkit-animation: mover 1.5s infinite alternate;
  animation: mover 1.5s infinite alternate;
}

@media (max-width: 1024px) {
  .animate_right_arrow {
    display: block;
  }
}

.animate_right_arrow_2 {
  position: sticky;
  right: 5px;
  top: 333px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eff2f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  display: none;
  line-height: 40px;
  text-align: center;
  -webkit-animation: mover 1.5s infinite alternate;
  animation: mover 1.5s infinite alternate;
}

@media (max-width: 1024px) {
  .animate_right_arrow_2 {
    display: block;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(-15px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(-15px);
  }
}

.k-button-solid-primary {
  border-color: #733aea !important;
  color: #fff !important;
  background-color: #733aea !important;
}

.k-animation-container.k-animation-container-shown {
  z-index: 1051 !important;
}

.custom_editor__ {
  font-family: "Manrope", sans-serif !important;
  border-radius: 10px;
}

.custom_editor__ .k-editor-toolbar {
  border-color: #e6e6e6;
}

.custom_editor__ body > .k-content {
  font-family: "Manrope", sans-serif !important;
}

.custom_editor__ .k-editor-content .k-content.ProseMirror {
  font-family: "Manrope", sans-serif !important;
  color: #393939;
}

.k-editor-window {
  border-radius: 10px !important;
  overflow: hidden;
}

body .k-content {
  font-family: "Manrope", sans-serif !important;
}

body .k-content.ProseMirror {
  font-family: "Manrope", sans-serif !important;
}

.k-column-resizer {
  width: 0.3em !important;
  height: 97% !important;
  opacity: 0;
  background-color: #007bff;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.k-column-resizer:hover {
  opacity: 1;
}

.k-cell-inner:hover ~ .k-column-resizer {
  opacity: 1;
}

.budget__value .k-progress-status {
  display: none;
}

.project_desc {
  padding-top: 15px;
}

.project_desc p {
  font-size: 14px;
}

.comments_count {
  background-color: #007bff;
  color: #feeaef;
  font-size: 12px;
  padding: 3px 7px;
  line-height: 1;
  border-radius: 10px;
  position: absolute;
  top: -3px;
  right: -14px;
  font-weight: 500;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.font-theme {
  font-family: "Manrope", sans-serif !important;
}

.line-clamp-2 {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.k-table-row.k-detail-row {
  background-color: #d6d6d6;
}

.project_table td,
.project_table th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7px 10px;
}

.project_table .custom_column_resizer {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 5px;
  cursor: col-resize;
  z-index: 10;
  background-color: #007bff;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.project_table th:hover .custom_column_resizer {
  opacity: 1;
}

.MuiMenu-list {
  max-height: 300px;
}

.project_context_menu_wrap {
  max-width: 200px;
}

.project_add_task_canvas {
  max-width: 830px;
  --bs-offcanvas-width: 100%;
}

.file-upload-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-container .file-upload-box {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.file-upload-container .file-upload-box:hover {
  border-color: #6231c7;
}

.file-upload-container .file-upload-box.drag-over {
  border-color: #2196f3;
  background-color: #f0f8ff;
}

.file-upload-container .file-upload-box .file-input {
  display: none;
}

.file-upload-container .file-upload-box .upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.file-upload-container .file-upload-box .upload-label .upload-icon {
  width: 40px;
  height: 40px;
  fill: #666;
  margin-bottom: 10px;
}

.file-upload-container .file-upload-box .upload-label .upload-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.file-upload-container .file-upload-box .upload-label .file-info {
  font-size: 14px;
  color: #666;
}

.file-upload-container .file-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.file-upload-container .file-list .file-item {
  padding: 8px 12px;
  background: #fcfcfc;
  border-radius: 10px;
  font-size: 14px;
  align-items: center;
  display: flex;
  flex: 1;
  gap: 10px;
  border: 1px solid #d0d4e4;
}

.file-upload-container .file-list .file-item:hover {
  background: #f5f5f5;
}

.file-upload-container .file-list .file-item .file_type {
  width: 60px;
  height: 60px;
  display: block;
  flex: 0 0 auto;
}

.file-upload-container .file-list .file-item .file_type svg {
  width: 100%;
  height: 100%;
  color: #616a75;
}

.file-upload-container .file-list .file-item .file_name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.file-upload-container .file-list .file-item .file_name .file_name_text .file_name_text_name {
  font-size: 15px;
  font-weight: 700;
}

.file-upload-container .file-list .file-item .file_name .file_name_text .file_name_text_size {
  font-size: 13px;
  font-weight: 500;
  color: #646464;
  margin-bottom: 6px;
}

.file-upload-container .file-list .file-item .file_name .file_name_text .file_name_uploaded {
  display: flex;
  gap: 5px;
  color: #353535;
  font-weight: 600;
}

.file-upload-container .file-list .file-item .file_name .file_name_text .file_name_uploaded .file_name_uploaded_icon {
  width: 22px;
  height: 22px;
  color: #a5a9b3;
}

.file-upload-container .file-list .file-item .file_action {
  display: flex;
  gap: 5px;
}

@media (max-width: 1024px) {
  .for_desktop {
    display: none;
  }
}

.for_mobile {
  display: none;
}

@media (max-width: 1024px) {
  .for_mobile {
    display: block;
  }
}

.mob_card_list_wrap {
  width: 100%;
  padding: 15px;
  padding-top: 30px;
}

.mob_card_list_wrap .mob_card_list_wrap_item {
  width: 100%;
  background-color: #f5f8fb;
  padding: 12px 12px 7px 12px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header .card_taskName h6 {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header .priority-set {
  position: absolute;
  top: -39px;
  right: 0;
  background: #f5f8fb;
  padding: 5px 12px;
  border: 1px solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  font-weight: 500;
  min-width: 92px;
  text-align: center;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header .priority-set.urgent {
  border-color: #f2426e;
  color: #f2426e;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header .priority-set.high {
  border-color: #ffc107;
  color: #ffc107;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header .priority-set.normal {
  border-color: #733aea;
  color: #733aea;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header .priority-set.low {
  border-color: #6c757d;
  color: #6c757d;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .assign-label {
  min-width: 60px;
  display: block;
  flex: 0 0 auto;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .profile-wrap {
  margin-bottom: 0px;
  max-width: fit-content;
  flex: 1;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .profile-wrap .profile-name-wrap {
  max-width: fit-content;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .profile-wrap .profile-name-wrap .profile-name {
  white-space: unset;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .content_area {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .content_area .content_area_item {
  flex: 50%;
  padding: 2px 5px;
}

@media (max-width: 479px) {
  .mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .content_area .content_area_item {
    flex: 100%;
  }
}

.mob_card_list_wrap .mob_card_list_wrap_item + .mob_card_list_wrap_item {
  margin-top: 42px;
}

.mob_card_list_wrap.list_workflow {
  padding-top: 0px;
}

.mob_card_list_wrap.list_workflow .mob_card_list_wrap_item + .mob_card_list_wrap_item {
  margin-top: 18px;
}

.card_context_menu_wrap {
  max-width: 160px;
}

.bg-complete-200 {
  background: #52e164 !important;
}

.ck-rounded-corners
.ck.ck-editor__top
.ck-sticky-panel
.ck-sticky-panel__content {
  border-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  overflow: hidden;
  min-height: 100px;
}

.sc-cMHOsR.cyOdnA {
  font-size: 14px;
}

.gth-badge-primary-light {
  background-color: #f0e9fd;
  border: 1px solid #6231c7;
  color: #6231c7;
}

.gth-badge-success-light {
  background-color: #e5f9f0;
  border: 1px solid #019872;
  color: #019872;
}

.gth-badge-danger-light {
  background-color: #feeaef;
  border: 1px solid #ce385e;
  color: #ce385e;
}

.gth-badge-info-light {
  background-color: #e4f3ff;
  border: 1px solid #0479d6;
  color: #0479d6;
}

.gth-badge-muted-light {
  background-color: #e9ebee;
  border: 1px solid #2e3f54;
  color: #2e3f54;
}

/*===========================================================================================================================================
Dark Theme start
============================================================================================================================================*/
.dark-theme {
  background-color: #1f2a3d !important;
  /*kendo style*/
  /*kendo style end*/
}

.dark-theme body {
  color: #e8e8e8 !important;
}

.dark-theme .exp-main-nav.header-3 {
  background-color: #091425 !important;
}

.dark-theme .exp-main-nav.header-3 .brand-link {
  background-color: transparent !important;
}

.dark-theme .exp-top-bar.exp-top-bar3 {
  background-color: #091425 !important;
}

.dark-theme .exp-top-bar.exp-top-bar3 .navbar-nav .nav-item .nav-link {
  background-color: #3b4962;
  color: #f0f0f0;
}

.dark-theme .nav-customSidebar .sidebar-item .sidebar-nav-link {
  color: #f5f0ff;
}

.dark-theme .nav-customSidebar .sidebar-item .sidebar-nav-link.active {
  background-color: #733aea;
  color: #ffffff;
}

.dark-theme .nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link {
  background-color: #733aea;
  color: #f5f0ff;
}

.dark-theme .nav-customSidebar .menu-accordian .accordion-item .accordion-header .accordion-button.sidebar-nav-link.collapsed {
  background-color: transparent;
  color: #f5f0ff;
}

.dark-theme .nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu .sidebar-item .sidebar-nav-link {
  background-color: transparent;
  color: #f5f0ff;
}

.dark-theme .nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu .sidebar-item .sidebar-nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.dark-theme .nav-customSidebar .menu-accordian .accordion-item .accordion-collapse .accordion-body .sidebar-submenu .sidebar-item .sidebar-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dark-theme .nav-customSidebar
.menu-accordian
.accordion-item
.accordion-header
.accordion-button.sidebar-nav-link:not(.collapsed)
p::after {
  border-color: #ffffff;
}

.dark-theme .header-profile-drop-down {
  color: #f4f4f4 !important;
}

.dark-theme .header-profile-drop-down:hover,
.dark-theme .header-profile-drop-down:focus,
.dark-theme .header-profile-drop-down:active,
.dark-theme .header-profile-drop-down:focus-visible {
  color: #f4f4f4 !important;
}

.dark-theme .text-muted {
  color: #d2d2d2 !important;
}

.dark-theme hr {
  border-top: 1px solid rgba(230, 230, 230, 0.4);
}

.dark-theme .text-dark {
  color: #f0f0f0 !important;
}

.dark-theme .text-dark:hover {
  color: #f0f0f0 !important;
}

.dark-theme .content-wrapper {
  background-color: #1f2a3d;
}

.dark-theme .main-header {
  border-bottom: 1px solid #233044;
  z-index: 1034;
}

.dark-theme .card {
  background-color: #06162f !important;
  box-shadow: 1px 1px 5px #afb6c933, 0 1px 5px #afb6c933;
}

.dark-theme .card .card-header {
  color: #dcdcdc;
  border-bottom: 1px solid #233044 !important;
}

.dark-theme .card h4,
.dark-theme .card h5,
.dark-theme .card h6 {
  color: #dcdcdc;
}

.dark-theme .card .card-footer {
  background-color: #071a38;
}

.dark-theme .bg-light {
  background-color: #121f35 !important;
}

.dark-theme .bg-gradient-left-1 {
  background: linear-gradient(to right, rgba(62, 194, 236, 0.278), rgba(18, 31, 53, 0.4));
}

.dark-theme .bg-gradient-left-2 {
  background: linear-gradient(to right, rgba(181, 92, 232, 0.31), rgba(18, 31, 53, 0.4));
}

.dark-theme .bg-gradient-left-3 {
  background: linear-gradient(to right, rgba(71, 105, 238, 0.361), rgba(18, 31, 53, 0.4));
}

.dark-theme .bg-gradient-left-4 {
  background: linear-gradient(to right, rgba(92, 237, 174, 0.412), rgba(18, 31, 53, 0.4));
}

.dark-theme .bg-gradient-left-5 {
  background: linear-gradient(to right, rgba(244, 99, 99, 0.396), rgba(18, 31, 53, 0.4));
}

.dark-theme .link-btn i {
  color: #e8e8e8;
}

.dark-theme .exp-sticky-notes-wrap2::after {
  background-color: #06162f;
}

.dark-theme .border {
  border: 1px solid #233044 !important;
}

.dark-theme .border-top {
  border-top: 1px solid #233044 !important;
}

.dark-theme .border-bottom {
  border-bottom: 1px solid #233044 !important;
}

.dark-theme .nav-tabs {
  border-bottom: 1px solid #445268;
}

.dark-theme .nav-tabs.gth-rounded-tab-2 {
  border-bottom: 0;
}

.dark-theme .icon-s {
  color: #264262;
}

.dark-theme .exp-tabs .nav-item .nav-link {
  color: #a9a9a9;
}

.dark-theme .exp-tabs .nav-item .nav-link.active {
  background-color: #06162f;
  color: #f0e9fd;
}

.dark-theme .doer-task-category-view .fc-theme-standard {
  margin-top: 0 !important;
}

.dark-theme .doer-task-category-view .fc .fc-toolbar.fc-header-toolbar {
  background-color: #733aea;
}

.dark-theme .doer-task-category-view .calender-wrap .fc .fc-toolbar-title {
  color: #f0e9fd;
}

.dark-theme .doer-task-category-view .calender-wrap .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary {
  background-color: #f0e9fd !important;
  color: #091425;
}

.dark-theme .doer-task-category-view .calender-wrap .fc-daygrid-day-number {
  color: #e8e8e8;
}

.dark-theme .doer-task-category-view .calender-wrap .fc-theme-standard td,
.dark-theme .doer-task-category-view .calender-wrap .fc-theme-standard th {
  border: 1px solid #333f55;
}

.dark-theme .doer-task-category-view .calender-wrap .fc .fc-daygrid-day.fc-day-today {
  background-color: #333f55;
}

.dark-theme .doer-task-category-view .calender-wrap .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #333f55;
}

.dark-theme .doer-task-category-view .calender-wrap .fc-theme-standard th {
  background-color: #333f55 !important;
}

.dark-theme .doer-task-category-view .calender-wrap .fc-col-header-cell-cushion {
  color: #e8e8e8;
}

.dark-theme .fixed-table-wrapper .fixedTable-head {
  border: 0 !important;
}

.dark-theme .fixed-table-wrapper .fixedTable-head thead {
  background: #1a2537;
}

.dark-theme .fixed-table-wrapper .fixedTable-head thead th {
  background: #1a2537;
  color: #e8e8e8;
}

.dark-theme .table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  --bs-table-color-type: #e8e8e8 !important;
  --bs-table-bg-type: #071834 !important;
}

.dark-theme .table > :not(caption) > * > * {
  --bs-table-color-type: #e8e8e8 !important;
  --bs-table-bg-type: #06162f !important;
}

.dark-theme .table > :not(caption) .bg-primary-200 {
  background: #6c9af8 !important;
  --bs-table-bg-type: #6c9af8 !important;
  color: #1f2b3a;
}

.dark-theme .table > :not(caption) .bg-success-200 {
  background: #5ef0b3 !important;
  --bs-table-bg-type: #5ef0b3 !important;
  color: #1f2b3a;
}

.dark-theme .table > :not(caption) .bg-warning-200 {
  background: #f8ec66 !important;
  --bs-table-bg-type: #f8ec66 !important;
  color: #1f2b3a;
}

.dark-theme .table > :not(caption) .bg-error-200 {
  background: #ff8c7a !important;
  --bs-table-bg-type: #ff8c7a !important;
  color: #1f2b3a;
}

.dark-theme .table-bordered td,
.dark-theme .table-bordered th {
  border-color: #233044;
}

.dark-theme .table td,
.dark-theme .table th {
  border-top: 1px solid #233044 !important;
}

.dark-theme .table td,
.dark-theme .table th {
  border-bottom: 1px solid #233044 !important;
}

.dark-theme .table th {
  color: #e0e0e0;
}

.dark-theme .custom-checkbox input:checked ~ .text- {
  color: #e0e0e0;
}

.dark-theme .notification-wrap .header-notification-btn {
  background-color: #3b4962;
  color: #f0f0f0;
}

.dark-theme .dark-mode-toggle {
  background-color: #3b4962;
  color: #f0f0f0;
}

.dark-theme .main-footer {
  background-color: #091425;
  color: #e8e8e8;
  border-top: 1px solid #233044;
}

.dark-theme .overall-performance-wrap .radial-gauge .value-text text {
  color: transparent !important;
  fill: transparent !important;
}

.dark-theme .bg-light-2 {
  background-color: #03061e;
}

.dark-theme .tooltip-inner {
  color: #3b4962;
  background-color: #f0f0f0;
}

.dark-theme .bs-tooltip-auto[x-placement^="left"] .arrow::before,
.dark-theme .bs-tooltip-left .arrow::before,
.dark-theme .bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.dark-theme .bs-tooltip-bottom .arrow::before,
.dark-theme .bs-tooltip-auto[x-placement^="right"] .arrow::before,
.dark-theme .bs-tooltip-right .arrow::before,
.dark-theme .bs-tooltip-auto[x-placement^="top"] .arrow::before,
.dark-theme .bs-tooltip-top .arrow::before {
  border-left-color: #3b4962;
}

.dark-theme .bg-info-100,
.dark-theme .bg-warning-200 {
  color: #091425;
}

.dark-theme .exp-sticky-notes-wrap2 .task-details p {
  color: #575757;
}

.dark-theme .exp-sticky-notes-wrap2 .profile-wrap .profile-name {
  color: #242424;
}

.dark-theme .table {
  --bs-table-bg: #333f55;
}

.dark-theme #collapsePanel-flowPendingTask table tbody tr td .gth-text-primary {
  color: #ececec !important;
}

.dark-theme #collapsePanel-checksheetPerformance .card-body > .d-flex a.fs-5 {
  color: #ececec !important;
}

.dark-theme #collapsePanel-tasktrackerPerformance .card-body > .d-flex a.fs-5 {
  color: #ececec !important;
}

.dark-theme #collapsePanel-flowPerformance .card-body > .d-flex a.fs-5 {
  color: #ececec !important;
}

.dark-theme .exp-bg-primary-light {
  background-color: #091425;
}

.dark-theme .notification-wrap .dropdown-menu {
  background-color: #091425 !important;
}

.dark-theme .chat-noti-outer-wrap .chat-noti-item {
  border-color: #34435b;
}

.dark-theme .chat-noti-outer-wrap .chat-noti-item.main-task-noti-item {
  background-color: #1f2a3d;
}

.dark-theme .chat-noti-outer-wrap .chat-noti-item .chat-noti-desc h6 {
  color: #b596f4;
}

.dark-theme .chat-noti-outer-wrap .chat-noti-item .chat-noti-desc .profile-wrap .profile-name-wrap {
  max-width: 285px;
}

.dark-theme .chat-noti-outer-wrap .chat-noti-item .chat-noti-desc .profile-wrap .profile-name {
  color: #ececec;
}

.dark-theme .chat-noti-outer-wrap .chat-noti-item-wrap.unread .chat-noti-item {
  background-color: #1f2a3d;
}

.dark-theme .dropdown-menu {
  background-color: #071a38 !important;
}

.dark-theme .dropdown-menu .dropdown-item {
  color: #ececec;
}

.dark-theme .dropdown-menu .dropdown-item:hover, .dark-theme .dropdown-menu .dropdown-item:focus {
  background-color: #333f55;
}

.dark-theme .pariority-wrap {
  min-width: 150px;
  background-color: #071a38 !important;
}

.dark-theme .pariority-wrap .pariority-list .priority-list-item:hover {
  background-color: #333f55;
}

.dark-theme .pariority-wrap .pariority-list .priority-list-item:focus {
  background-color: #333f55;
}

.dark-theme .login-auth-wrap .loginBox .login-title {
  color: #e0e0e0;
}

.dark-theme .btn-exp-primary-dark {
  background-color: #263147;
}

.dark-theme .gthh-controller-bar {
  background-color: #06162f;
  border-color: #233044;
}

.dark-theme .gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item {
  color: #d4d4d4;
}

.dark-theme .gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item.active {
  color: #ffffff;
  background-color: #3b4962;
}

.dark-theme .gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item.active:hover {
  color: #ffffff;
  background-color: #3b4962;
}

.dark-theme .gthh-controller-bar .gth-controller-view-block li .gth-controller-view-item:hover {
  background-color: #06162f;
  color: #b596f4;
}

.dark-theme .bg-white {
  background-color: #091425 !important;
}

.dark-theme .table-button-group .table-export-btn {
  background-color: #333f55 !important;
  color: #b7b7b7;
  border-color: #233044;
}

.dark-theme .table-action-btn {
  background-color: #333f55;
  color: #b7b7b7;
  border-color: #34435b;
}

.dark-theme .table-btn {
  background-color: #333f55;
  color: #b7b7b7;
  border-color: #34435b;
}

.dark-theme .table-data-change-btn {
  color: #e0e0e0;
}

.dark-theme .table-data-change-btn:hover, .dark-theme .table-data-change-btn:focus {
  border: 1px solid transparent;
}

.dark-theme .priority-set span {
  color: #e0e0e0;
}

.dark-theme .status-item span {
  color: #e0e0e0;
}

.dark-theme .status-wrap .status-list .status-list-item:hover {
  background-color: #333f55;
  color: #e0e0e0;
}

.dark-theme .custom-table-wrap {
  border-color: #233044;
}

.dark-theme .custom-table-wrap .sc-kFCroH {
  color: #fff;
}

.dark-theme .custom-table-wrap .rdt_Table .rdt_TableHead .rdt_TableHeadRow {
  background-color: #1a2537;
}

.dark-theme .custom-table-wrap .rdt_Table .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable:hover {
  opacity: 1;
}

.dark-theme .custom-table-wrap .rdt_Table .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable .lnOUep {
  color: #e0e0e0;
}

.dark-theme .custom-table-wrap .rdt_Table .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable .bnCaEe {
  color: #e0e0e0;
}

.dark-theme .custom-table-wrap .rdt_Table .rdt_TableBody .rdt_TableRow {
  background-color: #06162f;
}

.dark-theme .custom-table-wrap .rdt_Table .rdt_TableBody .rdt_TableRow:nth-child(even) {
  background-color: #071a38;
}

.dark-theme .custom-table-wrap .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  color: #e0e0e0;
}

.dark-theme .custom-table-wrap .rdt_Table .dtbMXc,
.dark-theme .custom-table-wrap .rdt_Table .sc-iuOOrT {
  background-color: #1a2537;
  color: #f7f7f7;
}

.dark-theme .rdt_Pagination {
  background-color: #06162f;
  color: #e0e0e0;
}

.dark-theme .rdt_Pagination .button {
  color: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.8);
}

.dark-theme .rdt_Pagination .button:disabled {
  cursor: unset;
  color: rgba(207, 207, 207, 0.56);
  fill: rgba(207, 207, 207, 0.56);
}

.dark-theme .rdt_Pagination .sc-gjLLEI {
  color: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.8);
}

.dark-theme .rdt_Pagination .sc-gjLLEI:disabled {
  cursor: unset;
  color: rgba(207, 207, 207, 0.56);
  fill: rgba(207, 207, 207, 0.56);
}

.dark-theme .rdt_Pagination select {
  background-color: transparent;
}

.dark-theme .rdt_Pagination select option {
  background-color: #091425;
  color: #e0e0e0;
}

.dark-theme .Toastify__close-button > svg {
  fill: #fff;
  opacity: 1;
}

.dark-theme .custom-file-upload {
  color: #e0e0e0;
}

.dark-theme .custom-file-upload .upload-btn {
  color: #e0e0e0;
}

.dark-theme .gth-modal-attachment-drpdown
.attachment-wrap
.attachment-list
.attachment-list-item:hover {
  background-color: #333f55;
  border-radius: 10px;
}

.dark-theme .editable-field-wrap .editable-field {
  background-color: transparent;
  color: #dcdcdc;
}

.dark-theme .editable-field-wrap .edit-icon {
  color: #c3c3c3;
}

.dark-theme .form-label,
.dark-theme label {
  color: #c3c3c3;
}

.dark-theme .input-group-text {
  border-color: #34435b !important;
}

.dark-theme .react-tel-input .form-control {
  background-color: #1a2537;
  border-color: #34435b !important;
  color: #ececec;
}

.dark-theme .react-tel-input .flag-dropdown {
  background-color: #1a2537;
  border: 1px solid #233044;
}

.dark-theme .react-tel-input .selected-flag:hover {
  background-color: #1a2537;
}

.dark-theme .react-tel-input .selected-flag .arrow {
  border-top: 4px solid #e6e6e6;
}

.dark-theme .react-tel-input .country-list {
  background-color: #1a2537;
}

.dark-theme .react-tel-input .country-list .country:hover {
  background-color: #1f2c41;
}

.dark-theme .react-tel-input .country-list .country.highlight {
  background-color: #1f2c41;
}

.dark-theme .react-tel-input .country-list .country .country-name {
  color: #d4d4d4;
}

.dark-theme .react-tel-input .country-list .country .dial-code {
  color: #c3c3c3;
}

.dark-theme .form-control {
  background-color: #1a2537;
  border-color: #34435b !important;
  color: #ececec;
}

.dark-theme .form-select {
  background-color: #1a2537;
  border-color: #233044;
  color: #e8e8e8;
  --bs-form-select-bg-img: url("../images/dark-select-caret.svg");
}

.dark-theme .custom-file-input {
  border-color: #34435b !important;
}

.dark-theme .custom-select-wrap .css-1p3m7a8-multiValue {
  background-color: #091425;
}

.dark-theme .custom-select-wrap .css-1p3m7a8-multiValue > div {
  color: #d4d4d4;
}

.dark-theme .custom-select-wrap .css-1p3m7a8-multiValue div[data-value=""] {
  color: #ffffff;
}

.dark-theme .custom-select-wrap .css-1p3m7a8-multiValue .css-qbdosj-Input {
  color: #ffffff;
}

.dark-theme .custom-select-wrap .css-1p3m7a8-multiValue > div[role="button"] {
  background-color: #f2426e;
}

.dark-theme .custom-select-wrap .css-1p3m7a8-multiValue > div[role="button"]:hover {
  background-color: #f2426e;
}

.dark-theme .custom-select-wrap input[role="button"] {
  color: #ffffff;
}

.dark-theme .custom-select-wrap div[data-value=""] {
  color: #ffffff !important;
}

.dark-theme .custom-select-wrap div[data-value=""] input {
  color: #ffffff !important;
}

.dark-theme .custom-select-wrap div[data-value=""] input[aria-expanded="false"],
.dark-theme .custom-select-wrap div[data-value=""] input[aria-expanded="true"] {
  color: #ffffff !important;
}

.dark-theme .custom-select-wrap .css-1fdsijx-ValueContainer {
  color: #ffffff !important;
}

.dark-theme .custom-select-wrap .css-1cfo1cf {
  color: #ffffff !important;
}

.dark-theme .custom-select-wrap .css-tj5bde-Svg {
  fill: #eaeaea;
}

.dark-theme .custom-select-wrap .css-13cymwt-control {
  background-color: #1a2537 !important;
  border-color: #34435b;
}

.dark-theme .custom-select-wrap .css-13cymwt-control .css-1dimb5e-singleValue {
  color: #ececec;
}

.dark-theme .custom-select-wrap .css-ykznsw-control {
  background-color: #1a2537 !important;
}

.dark-theme .custom-select-wrap .css-ykznsw-control .css-1u9des2-indicatorSeparator {
  display: none;
}

.dark-theme .custom-select-wrap .css-5vbira-control {
  border: 1px solid #34435b;
  background-color: #1a2537 !important;
  font-size: 14px !important;
  box-shadow: none;
}

.dark-theme .custom-select-wrap .css-5vbira-control .css-1dimb5e-singleValue {
  color: #ececec;
}

.dark-theme .custom-select-wrap .css-5vbira-control:hover {
  border: 1px solid #34435b;
  font-size: 14px !important;
  box-shadow: none;
}

.dark-theme .custom-select-wrap .css-5vbira-control .css-1u9des2-indicatorSeparator {
  display: none;
}

.dark-theme .custom-select-wrap .css-5vbira-control .css-1jqq78o-placeholder {
  color: #bebebe;
}

.dark-theme .custom-select-wrap .css-5vbira-control input[aria-expanded="false"],
.dark-theme .custom-select-wrap .css-5vbira-control input[aria-expanded="true"] {
  color: #ffffff !important;
}

.dark-theme .custom-select-wrap .css-5vbira-control input[vale=""] {
  color: #ffffff !important;
}

.dark-theme .custom-select-wrap .css-inmdiq5-menu {
  background-color: #263147 !important;
}

.dark-theme .huezRP {
  background-color: transparent !important;
  color: #c7c7c7;
}

.dark-theme .hDHZZh {
  background-color: transparent !important;
  color: #c7c7c7;
}

.dark-theme .exp-datepicker-cont {
  background-color: #1a2537;
}

.dark-theme .exp-datepicker-cont .cal-icon {
  background-color: #06162f;
  color: #c7c7c7;
  border-color: #34435b;
}

.dark-theme .exp-datepicker-cont .react-datepicker-wrapper .react-datepicker__input-container input {
  background-color: #1a2537;
  color: #ececec;
  border-color: #34435b;
}

.dark-theme .exp-datepicker-cont .react-datepicker-wrapper .react-datepicker__input-container input[disabled] {
  background-color: #2a374d;
}

.dark-theme .exp-datepicker-cont .react-datepicker {
  background-color: #263147;
}

.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__header,
.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker-time__header {
  background-color: #212a3d !important;
  border-color: #34435b;
}

.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__navigation .react-datepicker__navigation-icon:before {
  border-color: #bbb !important;
}

.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__current-month,
.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker-time__header {
  color: #9468ef !important;
}

.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__day,
.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__day-name {
  color: #e0e0e0;
}

.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__day:hover {
  background-color: #1d2636;
  color: #e0e0e0;
}

.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__day--disabled {
  color: #747474;
}

.dark-theme .exp-datepicker-cont .react-datepicker .react-datepicker__day--keyboard-selected {
  background-color: #1d2636;
  color: #e0e0e0 !important;
}

.dark-theme .exp-datepicker-cont .react-datepicker__triangle {
  fill: #263147 !important;
  color: #263147 !important;
  stroke: #263147 !important;
}

.dark-theme .exp-datepicker-cont .react-datepicker__time-container {
  border-color: #34435b;
}

.dark-theme .exp-datepicker-cont .react-datepicker__time-container .react-datepicker__time {
  background-color: transparent;
}

.dark-theme .exp-datepicker-cont .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list .react-datepicker__time-list-item {
  color: #ececec;
}

.dark-theme .exp-datepicker-cont .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list .react-datepicker__time-list-item:hover {
  background-color: #263147;
}

.dark-theme .exp-datepicker-cont .react-datepicker__month-select,
.dark-theme .exp-datepicker-cont .react-datepicker__year-select {
  background-color: #424751;
  color: #fff;
  border-color: #424751;
  border-radius: 5px;
}

.dark-theme .exp-datepicker-cont .react-datepicker__month-select option,
.dark-theme .exp-datepicker-cont .react-datepicker__year-select option {
  background-color: #263147;
  color: #ffffff;
}

.dark-theme .calendar-popup .calendar-wrap {
  background-color: #1a2537;
}

.dark-theme .calendar-popup .calendar-wrap .cal-icon {
  background-color: #06162f;
  color: #c7c7c7;
  border-color: #34435b;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker-wrapper .react-datepicker__input-container input {
  background-color: #1a2537;
  color: #ececec;
  border-color: #34435b;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker {
  background-color: #263147;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__header,
.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker-time__header {
  background-color: #212a3d !important;
  border-color: #34435b;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__navigation .react-datepicker__navigation-icon:before {
  border-color: #bbb !important;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__current-month,
.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker-time__header {
  color: #9468ef !important;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__day,
.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__day-name {
  color: #e0e0e0;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__day:hover {
  background-color: #1d2636;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__day--disabled {
  color: #747474;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker .react-datepicker__day--keyboard-selected {
  background-color: #1d2636;
  color: #e0e0e0 !important;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker__triangle {
  fill: #263147 !important;
  color: #263147 !important;
  stroke: #263147 !important;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker__time-container {
  border-color: #34435b;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker__time-container .react-datepicker__time {
  background-color: transparent;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list .react-datepicker__time-list-item {
  color: #ececec;
}

.dark-theme .calendar-popup .calendar-wrap .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list .react-datepicker__time-list-item:hover {
  background-color: #263147;
}

.dark-theme .status-wrap,
.dark-theme .popover {
  background-color: #071a38;
}

.dark-theme .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.dark-theme .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: #06162f;
}

.dark-theme .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.dark-theme .bs-popover-start > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-left-color: #092146;
}

.dark-theme .subtask-ul li {
  color: #c7c7c7;
}

.dark-theme .workflow-details-wrap {
  color: #c7c7c7;
}

.dark-theme .workflow-details-wrap p {
  color: #e0e0e0;
}

.dark-theme .gth-light-red-bg {
  background-color: #39000e;
}

.dark-theme .task-details-modal .modal-header {
  background-color: #263147;
}

.dark-theme .gth-blue-light-bg {
  background-color: #263147;
}

.dark-theme .modal-header {
  border-color: #34435b;
}

.dark-theme .gth-modal-title {
  color: #e8e8e8;
}

.dark-theme .task-details-modal .modal-header .modal-title {
  color: #e8e8e8;
}

.dark-theme .task-details-modal
.modal-header
.modal-title
.task-title-edit-wrap
.task-name {
  color: #e8e8e8;
}

.dark-theme .task-details-modal
.modal-header
.modal-title
.task-title-edit-wrap
.task-edit {
  color: #c3c3c3;
}

.dark-theme .modal-title {
  color: #c3c3c3;
}

.dark-theme .modal-content {
  background-color: #091425;
}

.dark-theme .modal-footer {
  border-color: #34435b;
}

.dark-theme .modal-header .btn-close {
  --bs-btn-close-bg: url("../images/dark-close.svg");
}

.dark-theme .offcanvas .btn-close {
  --bs-btn-close-bg: url("../images/dark-close.svg");
}

.dark-theme .Toastify__toast-theme--light {
  background-color: #263147;
  color: #dcdcdc;
}

.dark-theme .custom-switch .switch-slider {
  background-color: #1a2537;
}

.dark-theme .custom-switch .switch-name {
  color: #d4d4d4;
}

.dark-theme .ck.ck-toolbar {
  background-color: #1a2537;
}

.dark-theme .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  border-color: #34435b;
}

.dark-theme .ck.ck-icon.ck-icon_inherit-color :not([fill]) {
  fill: #e8e8e8;
}

.dark-theme .ck.ck-button:not(.ck-disabled):hover,
.dark-theme a.ck.ck-button:not(.ck-disabled):hover {
  background: #06162f;
}

.dark-theme .ck.ck-button .ck-button__label {
  color: #d4d4d4;
}

.dark-theme .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #34435b;
}

.dark-theme .ck.ck-editor__main > .ck-editor__editable {
  background-color: #1a2537;
  color: #d4d4d4;
}

.dark-theme .form-group p {
  font-size: 14px;
}

.dark-theme p {
  color: #e0e0e0;
}

.dark-theme .profile-wrap .profile-name {
  color: #e0e0e0;
}

.dark-theme .gth-transparent-btn {
  color: #e0e0e0;
}

.dark-theme .gth-transparent-btn .planned-date-txt {
  color: #e0e0e0;
}

.dark-theme .gth-transparent-btn:after {
  display: none;
}

.dark-theme .gth-transparent-btn:hover {
  background-color: #333f55 !important;
}

.dark-theme .gth-transparent-btn:focus {
  background-color: #333f55 !important;
}

.dark-theme .gth-transparent-btn:focus-visible {
  background-color: #333f55 !important;
}

.dark-theme .gth-transparent-btn:active {
  background-color: #333f55 !important;
}

.dark-theme .attachment-header h6 {
  color: #e0e0e0;
}

.dark-theme .description h6 {
  color: #e0e0e0;
}

.dark-theme .remarks h6 {
  color: #e0e0e0;
}

.dark-theme .card-header.bg-exp-primary-grey-light-1 {
  background-color: #263147;
}

.dark-theme .gth-attachment-body .gth-attachment-tile-item {
  border-color: #233044;
}

.dark-theme .gth-attachment-body .gth-attachment-tile-item .attachment-image {
  background-color: #333f55;
}

.dark-theme .action-btn {
  background-color: #1a2537;
  color: #c7c7c7;
  border-color: #34435b;
}

.dark-theme .icon-btn {
  background-color: #1a2537;
  color: #c7c7c7;
  border-color: #34435b;
  flex: 0 0 auto;
}

.dark-theme .offcanvas {
  background-color: #06162f;
}

.dark-theme .chat-canvas
.chat-wrapper
.chat-conversation-wrap
.chat-msg
.chat-msg-content
.chat-profile-name {
  color: #e0e0e0;
}

.dark-theme .chat-canvas
.chat-wrapper
.chat-conversation-wrap
.chat-msg
.chat-msg-content
.chat-msg-text {
  background-color: #263147;
  color: #dcdcdc;
}

.dark-theme .chat-canvas
.chat-wrapper
.chat-conversation-wrap
.chat-msg
.chat-msg-content
.chat-msg-date {
  color: #c7c7c7;
}

.dark-theme .chat-canvas .chat-wrapper .chat-area-footer {
  background-color: #263147;
  border-color: #34435b;
}

.dark-theme .chat-canvas .chat-wrapper .chat-area-footer .chat-input {
  background-color: #06162f;
  color: #dcdcdc;
}

.dark-theme .chat-canvas
.chat-wrapper
.chat-conversation-wrap
.chat-msg
.chat-msg-content
.chat-msg-text
.chat-attachment-item {
  border-color: #34435b;
}

.dark-theme .chat-canvas
.chat-wrapper
.chat-conversation-wrap
.chat-msg
.chat-msg-content
.chat-msg-text
.chat-attachment-item
.icon {
  background-color: #06162f;
  color: #969696;
  border-color: #34435b;
}

.dark-theme .assignee-canvas .offcanvas-header {
  background-color: #3b4962;
}

.dark-theme .assignee-canvas .offcanvas-header .offcanvas-title {
  color: #dcdcdc;
}

.dark-theme .assignee-wrapper .user-list-wrap .user-item:hover {
  background-color: #263147;
}

.dark-theme .gth-action-button {
  background: #1a2537;
  color: #e0e0e0;
}

.dark-theme .gth-action-button img {
  width: 100%;
  height: 100%;
}

.dark-theme .gth-action-button:hover {
  background-color: #1a2537;
}

.dark-theme .gth-action-button:focus {
  background-color: #1a2537;
}

.dark-theme .gth-action-button.dropdown-toggle {
  background-color: #1a2537 !important;
  color: #e0e0e0;
  border: 1px solid #34435b;
}

.dark-theme .gth-action-button.dropdown-toggle:after {
  display: none;
}

.dark-theme .gth-action-button.dropdown-toggle:hover {
  background-color: #1a2537 !important;
  color: #e0e0e0;
  border: 1px solid #34435b;
}

.dark-theme .gth-action-button.dropdown-toggle:focus {
  background-color: #1a2537 !important;
  color: #e0e0e0;
  border: 1px solid #34435b;
}

.dark-theme .gth-action-button.dropdown-toggle:focus-visible {
  background-color: #1a2537 !important;
  color: #e0e0e0;
  border: 1px solid #34435b;
}

.dark-theme .gth-action-button.dropdown-toggle:active {
  background-color: #1a2537 !important;
  color: #e0e0e0;
  border: 1px solid #34435b;
}

.dark-theme .bg-primary-grey-light-2 {
  background-color: #081221;
}

.dark-theme .bg-primary-grey-light-1 {
  background-color: #07101d;
}

.dark-theme .gth-bg-warning-light {
  background-color: #081221;
}

.dark-theme .gth-bg-purple-light {
  background-color: #081221;
}

.dark-theme .gth-text-danger {
  color: #ce385e !important;
}

.dark-theme .gth-text-success {
  color: #019872 !important;
}

.dark-theme .exp-badge-primary-light {
  background-color: #dcf;
  border: 1px solid #733aea;
  color: #5034ff !important;
}

.dark-theme .table-data-change-btn .project-name h6 {
  color: #171717;
}

.dark-theme .access-denied-wrap h1 {
  color: #e0e0e0;
}

.dark-theme .action-wrap .action-list .action-list-item {
  border-radius: 10px;
  color: #ececec;
}

.dark-theme .action-wrap .action-list .action-list-item:hover, .dark-theme .action-wrap .action-list .action-list-item:focus {
  background-color: #333f55;
  border-radius: 10px;
}

.dark-theme .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.dark-theme .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: #06162f;
}

.dark-theme .profile-wrap .exp-avtar {
  border: 1px solid #34435b;
}

.dark-theme .office_timing {
  color: #e8e8e8;
}

.dark-theme .exp-badge-red-light {
  background-color: #ffb8ca;
}

.dark-theme .btn-exp-primary-dark {
  background-color: #3b4962;
}

.dark-theme .text-secondary {
  color: #c7c7c7 !important;
}

.dark-theme .auditorSwiper .auditor-performance-card {
  background-image: url(../images/graph.png) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: 100% 100% !important;
}

.dark-theme .btn-outline-success {
  color: #fff;
  border-color: transparent;
  background-color: #28a745;
}

.dark-theme .btn-outline-warning {
  color: #ffc107;
  border-color: transparent;
  background-color: #ffc107;
}

.dark-theme .fc .fc-timegrid-axis-frame {
  color: #dcdcdc;
}

.dark-theme .fc .fc-timegrid-slot-label-cushion {
  color: #dcdcdc;
}

.dark-theme .ghostwhite {
  background: #092044 !important;
}

.dark-theme .text-exp-blue {
  color: #733aea !important;
}

.dark-theme .fc-direction-ltr .fc-daygrid-more-link:hover {
  background-color: #ffffff !important;
}

.dark-theme .fc-theme-standard .fc-popover {
  border-color: #34435b;
}

.dark-theme .fc .fc-more-popover .fc-popover-body {
  background-color: #06162f;
}

.dark-theme .audio_record_player .rhap_container {
  background-color: #333f55;
}

.dark-theme .audio_record_player .rhap_time {
  color: #ffffff;
}

.dark-theme .audio_record_player .rhap_button-clear {
  width: 25px;
  height: 25px;
  font-size: 25px;
}

.dark-theme .audio_record_player .rhap_button-clear svg {
  width: 100%;
  height: 100%;
}

.dark-theme .k-table-thead {
  background-color: #06162f;
}

.dark-theme .k-input-inner {
  background-color: #3b4962;
  color: #ffffff;
}

.dark-theme .k-input-solid {
  border-color: #06162f;
  background-color: transparent;
}

.dark-theme .k-grid .k-table-row {
  background-color: #06162f;
  color: #e0e0e0;
}

.dark-theme .k-grid .k-table-row.k-table-alt-row {
  background-color: #10203c;
}

.dark-theme .k-column-title {
  color: #00212f;
}

.dark-theme .k-grid .k-table-tbody > .k-table-row:not(.k-detail-row):hover,
.dark-theme .k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
  background-color: #0a224a !important;
}

.dark-theme .k-pager {
  background-color: #091425;
}

.dark-theme .k-pager-numbers-wrap {
  color: #ffffff;
}

.dark-theme .k-pager-info {
  color: #ffffff;
}

.dark-theme .k-grid {
  border-color: #233044;
}

.dark-theme .k-filter-row > .k-table-th {
  border-color: #233044;
}

.dark-theme .k-grid .k-grid-header {
  border-color: #233044;
}

.dark-theme .k-table-thead .k-table-row .k-header .k-cell-inner .k-link .k-column-title {
  color: #e8e8e8;
}

.dark-theme .upgrade_wrap p {
  color: #343a40;
}

.dark-theme .plan_expire_soon h5 {
  color: #8294b4;
}

.dark-theme .k-upload {
  border: 1px solid #34435b !important;
}

.dark-theme .k-upload .k-dropzone,
.dark-theme .k-upload .k-upload-dropzone {
  background-color: #1a2537 !important;
}

.dark-theme .k-upload .k-dropzone .k-dropzone-hint,
.dark-theme .k-upload .k-upload-dropzone .k-dropzone-hint {
  color: #ececec;
}

.dark-theme .field_popup_wrap {
  background-color: #071834 !important;
}

.dark-theme .field_popup_wrap .react-tagsinput-input {
  color: #ececec;
}

.dark-theme .react-tagsinput {
  background-color: #1a2537;
  border: 1px solid #34435b !important;
}

.dark-theme .field_deatils_ {
  background-color: #343a40;
}

.dark-theme .field_deatils_ .field_deatils_Items_ h5 {
  color: #f4f4f4 !important;
}

.dark-theme .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: #fbfbfb !important;
}

.dark-theme .btn:not(:disabled):not(.disabled).btn-exp-light {
  color: #343a40 !important;
}

.dark-theme .workflow-menu-dropdown .k-input-button {
  background-color: #3b4962;
}

.dark-theme .workflow-menu-dropdown .k-input-button > .k-button-icon {
  color: #fff;
}

.dark-theme .rdt_TableCol_Sortable {
  color: #fff !important;
}

.dark-theme .gridview_flow input {
  border: 0;
  background-color: transparent;
  color: #f4f4f4;
}

.dark-theme .gridview_flow input:focus {
  box-shadow: none;
}

.dark-theme .gridview_flow input.k-input:disabled {
  opacity: 0.9;
}

.dark-theme .gridview_flow .k-grid td,
.dark-theme .gridview_flow .k-grid .k-table-td {
  border-block-end-width: 1px;
}

.dark-theme .theme-org-chart.k-orgchart {
  background-color: #06162f;
}

.dark-theme .theme-org-chart.k-orgchart .k-orgchart-node-group-container {
  background-color: #1f2a3d;
}

.dark-theme .theme-org-chart.k-orgchart .k-orgchart-node-group-container .k-orgchart-node-group-title {
  color: #e8e8e8;
}

.dark-theme .theme-org-chart.k-orgchart .k-orgchart-node-group-container .k-orgchart-node-group-subtitle {
  color: #d4d4d4;
}

.dark-theme .theme-org-chart.k-orgchart .k-orgchart-node-group-container .k-card {
  background-color: #091425;
}

.dark-theme .theme-org-chart.k-orgchart .k-orgchart-node-group-container .k-card .k-card-title {
  color: #e8e8e8;
}

.dark-theme .theme-org-chart.k-orgchart .k-orgchart-node-group-container .k-card .k-card-subtitle {
  color: #d4d4d4;
}

.dark-theme .theme-org-chart.k-orgchart .k-orgchart-line-h,
.dark-theme .theme-org-chart.k-orgchart .k-orgchart-line-v {
  color: rgba(238, 238, 238, 0.31);
}

.dark-theme .table-hover tbody tr:hover {
  color: #dcdcdc;
  --bs-table-hover-color: #dcdcdc;
}

.dark-theme .btn.btn-light.video-view-btn {
  color: #1f2b3a !important;
}

.dark-theme .most-productive.gth-bg-success-100 {
  background-color: #e2fff3 !important;
}

.dark-theme .most-productive .card-title {
  color: #1f2b3a;
}

.dark-theme .most-productive .productive_doer_list_wrap .productive_doer_list_item h6 {
  color: #1f2b3a;
}

.dark-theme .least-productive.gth-bg-danger-100 {
  background-color: #fde9ee !important;
}

.dark-theme .least-productive .card-title {
  color: #1f2b3a;
}

.dark-theme .least-productive .productive_doer_list_wrap .productive_doer_list_item h6 {
  color: #1f2b3a;
}

.dark-theme .assigned_menu {
  padding-left: 26px;
}

.dark-theme .assigned_menu li a {
  font-weight: 600;
  color: #d4d4d4;
}

.dark-theme .assigned_menu li a:hover {
  color: #e0e0e0;
  border-color: #233044;
}

.dark-theme .assigned_menu li a.active {
  color: #e0e0e0 !important;
  background-color: #343a40;
  border-color: #233044;
}

.dark-theme .table-data-change-btn .project-name h6 {
  color: #e0e0e0 !important;
}

.dark-theme .gth_M_drop_menu .MuiMenu-list {
  background-color: #092146;
}

.dark-theme .k-table-tbody .k-table-row.k-detail-row:hover {
  background-color: #091425;
}

.dark-theme .k-grid-content {
  background-color: #091425;
}

.dark-theme .grid-table.k-grid .k-table-th,
.dark-theme .grid-table.k-grid .k-table-td {
  border-color: rgba(255, 255, 255, 0.33);
}

.dark-theme .grid-table.k-grid .k-table-th .k-input-inner,
.dark-theme .grid-table.k-grid .k-table-td .k-input-inner {
  border-color: transparent;
}

.dark-theme .grid-table.k-grid .k-table-th .k-input-solid,
.dark-theme .grid-table.k-grid .k-table-td .k-input-solid {
  color: #ffffff;
}

.dark-theme .grid-table input.k-input:disabled,
.dark-theme .grid-table input.k-input[disabled],
.dark-theme .grid-table textarea.k-textarea:disabled,
.dark-theme .grid-table textarea.k-textarea[disabled] {
  opacity: 0.9 !important;
}

.dark-theme .mob_card_list_wrap .mob_card_list_wrap_item {
  background-color: #091937;
  border-color: #223048;
}

.dark-theme .mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_header .priority-set {
  background-color: #091937;
}

.dark-theme .mob_card_list_wrap .mob_card_list_wrap_item .mob_card_list_wrap_item_inner_body .content_area .content_area_item {
  color: #e0e0e0;
}

.dark-theme .page-link {
  background-color: #06162f;
  border-color: #3b4962;
}

.dark-theme .page-item.active .page-link {
  background-color: #050f20;
  color: #ffffff;
}

.dark-theme .mob_card_list_wrap
.mob_card_list_wrap_item
.mob_card_list_wrap_item_inner_body
.assign-label {
  color: #e0e0e0;
}

.dark-theme .card_taskName {
  color: #e0e0e0;
}

.dark-theme .inside-flow-step {
  background-color: #06162f !important;
}

.dark-theme .jnZiuq {
  color: rgba(255, 255, 255, 0.54);
  fill: rgba(255, 255, 255, 0.54);
  background-color: #0c2144;
}

.dark-theme .jnZiuq:disabled {
  color: rgba(255, 255, 255, 0.54);
  fill: rgba(255, 255, 255, 0.54);
  background-color: #0c2144;
}

.dark-theme input::placeholder {
  color: #eaeaea !important;
  opacity: 1;
}

.dark-theme .form-control::placeholder {
  color: #eaeaea !important;
  opacity: 1;
}

.dark-theme .custom-select-wrap .css-1jqq78o-placeholder {
  color: #eaeaea;
}

/*===========================================================================================================================================
Dark Theme End
============================================================================================================================================*/

