.card-body.center-align {
  padding: 51px;
}

/* DATEPICKER START */
.theme-green .bs-datepicker-head {
  background-color: #4b49ac !important;
}

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #4b49ac !important;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #4b49ac !important;
}

.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #4b49ac !important;
}

bs-daterangepicker-container .bs-datepicker {
  right: 125px;
}

/* DATEPICKER END*/

/* TECHNOLOGY USAGE */
h6.font-weight-normal.mb-0 {
  font-size: 18px;
  font-weight: bold !important;
  margin: 30px 0 0 0;
  margin-bottom: 5px !important;
}

/* TECHNOLOGY USAGE */

.team_comparison ul {
  display: flex;
  float: right;
}

.team_comparison ul li {
  list-style: none;
  margin-right: 15px;
}

p.mb-4 {
  font-size: 20px;
}

p.fs-30.mb-2 {
  font-weight: bold;
}

.card.card-tale {
  min-height: 191px;
}

.card.card-light-blue {
  background: #7978e9;
  color: #ffffff;
  min-height: 191px;
}

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
  box-shadow: 0px 0px 66px -44px rgb(0 0 0 / 50%);
}

.card-body .media i {
  font-size: 50px;
  transition: 0.5s ease;
}

/*.card-body:hover i {
  transform: scale(1.2);
  transition: 0.5s ease;
}*/

.media-body h2 {
  font-size: 30px;
}

.media-body h5 {
  font-size: 16px;
}

#primary_color {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

#primary_color::-webkit-color-swatch-wrapper {
  padding: 0;
}

#primary_color::-webkit-color-swatch {
  border: none;
  border-radius: 100%;
}

.cus_padding .col-md-2 {
  min-width: 10% !important;
}

.cus_padding {
  width: 100%;
  display: flex;
}

.totalTime-card {
  background-color: #23b7e5;
  box-shadow: 10px 10px 35px -7px rgba(0, 0, 0, 0.3) !important;
  color: white;
  cursor: pointer;
}

.desktopTime-card {
  background-color: #2cd856;
  box-shadow: 10px 10px 35px -7px rgba(0, 0, 0, 0.3) !important;
  color: white;
}

.productiveTime-card {
  background-color: #6c9be6;
  box-shadow: 10px 10px 35px -7px rgba(0, 0, 0, 0.3) !important;
  color: white;
}

.unproductiveTime-card {
  background-color: #f17d48;
  box-shadow: 10px 10px 35px -7px rgba(0, 0, 0, 0.3) !important;
  color: white;
}

.idleTime-card {
  background-color: #e44f4e;
  box-shadow: 10px 10px 35px -7px rgba(0, 0, 0, 0.3) !important;
  color: white;
}

.Productivity-card {
  background-color: rgb(16, 209, 16);
  box-shadow: 10px 10px 35px -7px rgba(0, 0, 0, 0.3) !important;
  color: white;
}

/* dark */

.quarter-active {
  background: #4b49ac;
  color: #fff;
}

/* dark */

.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li {
  background-color: #4b49ac !important;
  color: #fff;
  margin-bottom: 2px;
}

.ngx-dropdown-container
  .ngx-dropdown-list-container
  ul.available-items
  li.active {
  background-color: #4b49ac !important;
  color: #ffff;
}

.ngx-dropdown-container .ngx-dropdown-button {
  width: 100%;
  /* min-height: 2.875rem !important; */
  padding: 20px 10px;
  /* margin-bottom: 15px !important; */
  background-color: #fff;
  border-radius: 5px !important;
  outline: 0px;
  box-shadow: 0px 0px 14px #00000038 !important;
  border: 1px solid #4b49ac !important;
}

/* NGX PAGINATION CSS START */
.ngx-pagination .current {
  background: #4b49ac !important;
  /* padding: 5px 13px!important;
  border: 1px solid #cacaca; */
}

/* .ngx-pagination li {
  border: 1px solid #dee2e6;
  margin-left: -1px;
  padding: 2px !important;
}
.ngx-pagination .disabled {
  padding: 5px !important;
} */

/* .ngx-pagination .pagination-next a::after, .ngx-pagination .pagination-next.disabled::after{
  margin-left : 0 !important;
} */

.ngx-pagination a:hover.ngx-pagination li {
  background: #dee2e6;
}

/* NGX PAGINATION CSS END*/

.default-cursor {
  cursor: pointer;
}

.table-result {
  font-weight: bold;
}

select.form-control {
  color: #000 !important;
  padding: 0.3850rem 5px;
  border: 1px solid #4b49ac;
  outline: none;
  color: #c9c8c8;
  border-radius: 5px;
  box-shadow: 0px 0px 14px #00000038;
}

select.form-control:focus {
  outline: none;
  border: 1px solid #4b49ac;
}

select#action {
  width: 140px !important;
}

select#page_limit {
  height: 39px !important;
  width: 25px !important;
}

input.form-control {
  color: #000 !important;
  padding: 0.4375rem 0.75rem;
  border: 1px solid #4b49ac;
  outline: none;
  color: #c9c8c8;
  border-radius: 5px;
  box-shadow: 0px 0px 14px #00000038;
}

input.form-control:focus {
  outline: none;
  border: 1px solid #4b49ac;
}

textarea.form-control {
  color: #000 !important;
  border: 1px solid #4b49ac;
  outline: none;
  color: #c9c8c8;
  border-radius: 5px;
  box-shadow: 0px 0px 14px #00000038;
}

textarea.form-control:focus {
  outline: none;
  border: 1px solid #4b49ac;
}

/*.ng-select.ng-custom-dropdown{
  color: #000 !important;
  padding: 0.4375rem 0.75rem;
  border: 1px solid #4b49ac;
  outline: none;
  color: #c9c8c8;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #00000038;
}*/

.ng-select.ng-custom-dropdown .ng-select-container {
  color: #000 !important;
  /* padding: 0.4375rem 0.75rem; */
  border: 1px solid #4b49ac;
  outline: none;
  color: #c9c8c8;
  border-radius: 5px;
  box-shadow: 0px 0px 14px #00000038;
}

.ng-select.ng-custom-dropdown .ng-select-container:focus {
  outline: none;
  border: 1px solid #4b49ac;
}

.ng-select.ng-custom-dropdown::-webkit-placeholder {
  vertical-align: middle;
}

input#date {
  background: #fff;
  border-radius: 5px;
  outline: 0px;
  box-shadow: 0px 0px 14px #00000038;
  border: 1px solid #4b49ac;
}

input#date:focus {
  outline: none !important;
  border: 1px solid #4b49ac;
}

input#dateFirst {
  height: 42px;
  background: #fff;
  border-radius: 5px;
  outline: 0px;
  box-shadow: 0px 0px 14px #00000038;
  border: 1px solid #4b49ac;
}

input#dateFirst:focus {
  outline: none !important;
  border: 1px solid #4b49ac;
}

.box-right {
  right: 0;
  position: absolute;
}

body {
  background: #f5f7ff;
}

#q1,
#q2,
#q3,
#q4 {
  cursor: pointer;
}

.customize-arrow {
  position: relative;
  /* width: 70px; */
}

.customize-arrow select {
  /* width: 100%;
  padding: 10px; */
  appearance: none;
  /* Remove the default arrow in some browsers */
  -webkit-appearance: none;
  /* Remove the default arrow in Webkit browsers */
  -moz-appearance: none;
  /* Remove the default arrow in Firefox */
}

.customize-arrow::after {
  content: "\25BC";
  /* Unicode for a down-pointing triangle or arrow */
  position: absolute;
  top: 50%;
  right: 6px;
  /* Adjust as needed */
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent clicking on the arrow */
}

.modal-header .close span .modal-header .close span {
  background: #4b49ac;
  color: #fff;
}
.applicant-list-modal .modal-header {
  padding: 0;
}
.modal-content {
  border-radius: 0px;
}
.modal-header .close {
  opacity: 1;
  padding: 0;
  position: absolute;
  margin: auto;
  right: -10px;
  top: -10px;
  z-index: 1;
}
.modal-header .close span {
  font-size: 35px;
  outline: none;
  width: 57px;
  height: 57px;
  /* box-shadow: 0px 0px 15px 2px rgba(90, 87, 87, 0.3); */
  border-radius: 50px;
  line-height: 57px;
  opacity: 1;
  font-weight: 100;
  display: block;
  clear: both;
  cursor: pointer;
}

.applicant-list-modal {
  margin: 10% auto;
}

.applicant-list-modal .modal-content {
  border-radius: 9px;
  border: 0;
}

.applicant-list-modal .modal-header {
  border: none;
}

.applicant-list-modal .modal-body button {
  margin: 0px 10px;
}

.applicant-list-modal h3,
.applicant-main-part h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: inherit;
  padding-bottom: 25px;
  text-align: center;
  margin: 0px;
}

.applicant-list-modal label {
  font-size: 15px;
  font-weight: 500;
}

.applicant-list-modal .icheckbox_square-blue span {
  margin-left: 5px;
}

.select-detail,
.reject-detail {
  display: none;
}

.applicant-list-modal p {
  color: #6b6f82;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.applicant-list-modal p:hover {
  color: #000;
  transition: all 0.3s ease-in-out;
}

.tbheader {
  background-color: #4b49ac;
  color: white;
}

.createproject li {
  font-weight: 600 !important;
}

.createproject li .active {
  font-weight: 600 !important;
  color: #4b49ac !important;
}

.cityselectbox {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px;
  position: absolute;
  width: 90%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-y: scroll;
  max-height: 100px;
  z-index: 9;
}

.cityselectbox li a {
  color: #000;
  width: 100%;
  transition: all 0.5s ease;
  display: block;
  padding: 8px;
}

.cityselectbox li a:hover {
  background: rgba(239, 239, 239, 0.8);
  color: #151515;
}

.no-result-found {
  text-align: center;
  color: #4b4949;
  font-weight: 600;
  padding: 10px 0;
}

.spiner {
  padding: 0 !important;
  color: black !important;
  font-weight: bold !important;
  margin: -4px !important;
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 14px;
}

.blue-text,
.btn-link {
  color: #4b49ac !important;
}

textarea {
  resize: vertical !important;
}

.column-width105 {
  width: 105px;
}

.column-width112 {
  width: 112px;
}

.column-width90 {
  width: 90px;
}

.column-width87 {
  width: 87px;
}

.column-width117 {
  width: 117px;
}

.column-width127 {
  width: 127px;
}

.column-width140 {
  width: 140px;
}

.column-width60 {
  width: 60px;
}

.column-width100 {
  width: 100px;
}

.column-width160 {
  width: 160px;
}

.column-width280 {
  width: 280px;
}

.column-width340 {
  width: 340px;
}

.makeoffer-detail {
  padding: 13px;
}

.column-width250 {
  width: 250px;
  word-break: break-all;
}

.column-width500 {
  word-break: break-all;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.table-responsive #customers tr td {
  padding: 0 7px;
}

.table-responsive #customers tr td:first-child,
.table-responsive #customers tr th:first-child {
  text-align: left;
  padding: 0 20px;
}

.table-responsive #customers tr td:last-child,
.table-responsive #customers tr th:last-child {
  width: 8rem;
  padding: 0px;
}

.recurring_select select {
  width: 129px;
  border-radius: 6px;
  padding: 4px 14px;
}

.divider {
  font-size: 0.3px;
  background: #c9c9c9;
}

.innerInput input {
  width: 38px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid gray;
}

/*.weekDays-selector {
  margin: 3px 28px;
}*/

.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type="checkbox"] + label {
  display: inline-block;
  float: none;
  background: #f9f9f9;
  height: 40px;
  width: 40px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid gray;
}

.weekDays-selector input[type="checkbox"]:checked + label {
  background: #4B49AC;
  color: #ffffff;
}

#faq {
  max-width: 700px;
  margin: auto;
  padding: 0 15px;
  text-align: -webkit-right;
}

#faq ul {
  text-align: left;
}

.transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.3s;
}

#faq .no-select,
#faq h6 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h1 {
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}

#faq h6 {
  color: #4b49ac;
  font-family: "hm_light", sans-serif;
  font-size: 14px;
  line-height: 34px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
}

label {
  font-weight: 500;
}

#faq .content {
  color: #333;
  text-align: left;
  font-family: "hm_light", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  display: none;
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 15px 0 15px;
  transition: 0.3s opacity, 0.6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  overflow: visible;
  height: 100%;
  width: 100%;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}

#faq ul li + li {
  margin-top: 15px;
}

#faq ul li:last-of-type {
  padding-bottom: 0;
}

#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}

#faq ul li i:before,
#faq ul li i:after {
  content: "";
  position: absolute;
  background-color: #4b49ac;
  width: 3px;
  height: 9px;
}

#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}

#faq ul li input[type="checkbox"]:checked ~ h6 {
  color: #000;
}

#faq ul li input[type="checkbox"]:checked ~ .content {
  /*margin-top: 0;*/
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}

#faq ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.custom-paginationbox {
  max-width: 60px !important;
}

.input-container {
  position: relative;
}

.input-box {
  padding-right: 30px;
}

.input-box-week-calendar {
  padding-left: 30px !important;
}

.spinner-box {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  /* color: #888; */
}

.show-week-calendar {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  /* color: #888; */
}

.margin-p p {
  margin-bottom: 0;
}

.custom-inline-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom-button {
  margin-right: 10px; /* Adjust the margin as needed */
}

@media (max-width: 992px) {
  .custom-inline-container {
    flex-wrap: wrap;
  }
  
  .custom-inline-container > * {
    margin-bottom: 5px; /* Add margin between elements for better spacing */
  }
  
  .custom-button {
    margin-bottom: 5px; /* Add margin to the button to align with select box */
  }
}

.Uid-color-code{
  color: #7288cb !important;
}

.custom-noofrecords:hover{
   padding: 5px;
   background-color: #ccc;
}

.border-btm {
  background: #f3f3f3;
  padding: 5px 0px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.border-btm .text-hlight {
  color: #4b46a8;
  font-size: 20px;
  font-weight: 900 !important;
  margin-bottom: 0px;
}

.custom-padding{
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.cutom-right-padding{
  padding-right: 3px !important;
}

@media screen and (max-width:1200px){
  .padding-small-screen{
     padding-left: 15px !important;
  }
}

@media screen and (max-width:767px){
  .padding-small-screen{
     padding-left: 3px !important;
     padding-right: 3px !important;
  }
}

/* Safari-specific styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select.form-control {
    -webkit-appearance: menulist;
    height: 2.17rem !important;
  }
}

.small-font-size {
  font-size: 13px !important;
}

.custom-min-width {
  min-width: 18vw !important;
}

.custom-allow-whitespace {
  white-space: pre-wrap;
}