.data-overview-section ul li a{
  color:#555555
}
.btn-group.ag-popup > .button-set {
  padding: 5px 10px;
  margin: 1px 0 0 0 !important;
}

.ag-pinned-right-cols-container .ag-cell, .ag-cell:last-child{
  overflow: visible !important;
}

.custom-dropdown-small.dropdown .button-set{
    padding: 5px 10px;
    line-height: 12px;
    font-size: 12px;
    height: auto;
    width: 100%;
    margin:0;
}

.dropdown-menu{
  right: 0 !important;
  margin: 2px 0 0 0 !important;
}


.dropdown-item {
  padding: 8px 10px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #333 !important;
}

.prod_list .dropdown-item{
  margin: 2px 0 0 0 !important;
}

.prod_list .dropdown-item:first-child{
  margin: 0 !important;
}

.chart-box{
  flex: 1;
  margin-right: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-top: 2px;
}
.pie-chart, .trellis-chart{
  width: 100%;
  height: 200px;
}
.rectangular-box{
  flex: 1;
  margin: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100px;
  width: 100%;
}
.count-container{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.count-item {
  flex: 1;
}

.count-label {
  display: flex;
  text-align: center;
  justify-content: center;
  /* font-weight: bold; */
  color: #333;
  font-size: 15px;
  padding-bottom: 5px;
}

.count-value {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.box {
  flex: 1;
  margin-top: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  max-height: 350px;
  min-height: 350px;
  width:100%;
}

.box-header {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.box-header h3 {
  margin: 0;
  margin-top: -15px;
  font-size: 16px;
  color: #333;
  margin-bottom: 2px;
}

.box-content {
  overflow-y: auto;
}
.box-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 12px;
  margin-left: -20px;
}

.box-content li:nth-child(odd) {
  background-color: #f2f2f2;
  padding: 4px;
  margin: 0px;
}

.groupchartBox {
  flex: 1;
  margin-top: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 400px !important;
  width: 100%;
}
.title-container{
  display: inline-block;
  margin-left: 40px;
}

.select2-container--default .select2-selection--single{
  font-size:13px;
  height: 34px;
  line-height: 32px;
  border: 1px solid var(--border_color);
}
.select2-field:before{
  display:none;
}
.select2-search__field {
  width: 100% !important;
  margin-top: 0px !important;
  margin-bottom: 5px  !important;
}

.language-code::before {
  content: attr(data-language-code);
  margin-right: 5px;
}

.summary-box {
    background: #f2f4f485;
    border-radius: 15px;
    padding: 10px 20px 16px;
    height: calc(120% - 50px); /*46vh;*/
    overflow: hidden;
  }
  
  .summary-box h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .summary-box h1,
  .summary-box h1 p {
    font-size: 2rem;
    margin: 5px 0px 5px 14px;
    line-height: 38px;
    font-weight: bold;
  }
  
  .summary-box h1 p {
    margin: 0;
  }
  
  .summary-box .scroll-box {
    min-height: 0;
    margin: 10px 0 10px;
  }
  
  .scroll-box {
    overflow-y: auto;
    height: calc(100% - 50px);
  }
  
  .summary-box ul {
    margin: 0;
    padding: 0 10px 0 0px;
    list-style-type: none;
    min-height: 0;
    height: 32.31vh;
  }
  
  .summary-box ul li {
    position: relative;
    list-style-type: none;
    background: #ffffff;
    padding: 10px 16px;
    margin: 0 0 10px;
    border-radius: 10px;
  }
  
  .summary-box ul li i {
    display: none;
    color: #010304;
    position: absolute;
    left: -15px;
    top: 8px;
    font-size: 0.5px;
  }
  
  .summary-box ul li p {
    color: #010304;
    margin: 0 0 0px;
    letter-spacing: 1px;
  }
  
  .summary-box ul li span {
    color: #999999;
    display: flex;
    margin: 0 0 5px;
  }
  
  .summary-box ul li h3 {
    color: #111111;
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .morebtn {
    border-radius: 5px;
    position: relative;
    top: -5px;
    left: -7px;
    color: var(--primary_color);
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .dashboardData{
    color:black;
    min-height: 140px;
  }

  .scroll-box ul li a{
    color: black;
  }
  .scroll-box ul li h6{
    font-size: 12px;
  }
  .sd-body__navigation .sd-btn{
    padding: 0 !important;
    height: 40px !important;
    min-width: 100px !important;
    color: #FFFFFF;
    overflow: hidden;
    margin: 0 8px 0 0;
    border-radius: 4px;
    align-items: center;
    transition: all 0.3s;
    display: inline-flex;
    justify-content: center;
    background: var(--primary_color);
    border: 1px solid var(--border_color);
  }
  .sd-btn:hover{
    background-color: var(--secondary_color) !important;
  }
    #surveyCreator {
    --primary: var(--primary_color);
    --background: #ffffff;
    --background-dim: #ffffff;
    --background-dim-light: #f9f9f9;
    --primary-foreground: #ffffff;
    --foreground: #4d4d4d;
    --base-unit: 8px;
    --font-family: var(--font-family);
    --font-size: 10px;
    border: 1px solid #ddd;
    border-top: 1px solid white;
    }

    .survey-creator *, .svc-creator * {
      scrollbar-width: thin;
      scrollbar-color: var(--border, #d6d6d6) transparent;
      font-family: system-ui !important;
  }
  .svc-creator * {
    font-size: 13px !important;
  }

  .sd-header__text h3{
    color: var(--primary_color) !important;
    font-size: 2.3125rem;
    font-weight: 100;
  }

  .sd-page .sd-page__title{
      font-size: 16px !important;
  }

  .sd-table-wrapper {
    min-width: 100% !important;
  }

  .survey-creator *,
  .svc-creator * {
    scrollbar-width: thin;
    scrollbar-color: var(--border, #d6d6d6) transparent;
    font-family: system-ui !important;
  }

  .sv-svg-icon{
    vertical-align: top;
  }

  #surveyContainer {
  --primary: var(--primary_color);
  --background: #ffffff;
  --background-dim: #ffffff;
  --background-dim-light: #f9f9f9;
  --primary-foreground: #ffffff;
  --foreground: #4d4d4d;
  --base-unit: 8px; /* Adjusted to make elements smaller */
  --font-family: var(--font-family);
  --font-size: 10px;
  margin-top: -2px;
  margin-bottom: 60px;
}


.error-field{
  color: #a29f9d;
  font-size: 10px;
  margin-left: 212px;
}
.ag-row .ag-cell a{
  color: black;
}

.spinner-border{
  position: absolute;
  margin-left: 8px !important;
}

.input-button{
  color: black;
  margin-left: 0.3rem;
}
.password-eye{
  position: relative;
}

.password-eye .eye {
  position: absolute;
  right: 2px;
  top: 0px;
  color: #888;
  border-left: 1px solid #ddd;
  padding: 12px;
  height:42px;
}

.password-eye .eye i {
  font-size: 16px;
  cursor: pointer;
}
.eye{
  width:42px !important;
}

.div-box {
  margin:10px !important;
  display: block;
  /* width: 100%; */
  min-height: auto;
  padding: 10px 10px;
  margin: 15px 0 15px 0;
  background-color: #F9F9F9;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  overflow: hidden;
}

.inp {
  height: 18px;
  width: 18px !important;
  margin: 4px !important;
}

.msg-lbl {
  background-color: #efefef;
  margin: 0 10px 15px 0;
  padding: 5px 20px;
  text-align: left;
  font-weight: bold;
  width: 175px;
  display: inline-block;
  vertical-align: top;
}

.msg-box span {
  font-size: 14px;
  margin-top: 1vh;
  margin-left: 2vh;
}

.div-rad-btn {
  margin-bottom: 8px;
}

.div-rad-btn input[type="radio"]+label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-top: 5px;
  vertical-align: top;
}

.form-input-icon .alert i {
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    font-size: 17px !important;
    cursor: pointer !important;
    overflow: hidden !important;
    font-weight: bold !important;
    margin: 0 8px 0 0 !important;
    line-height: 15px !important;
    padding: 1px 0 0 0 !important;
    background: #FFFFFF !important;
    align-items: center !important;
    border-radius: 50px !important;
    box-sizing: border-box !important;
    justify-content: center !important;
}

.form-input-icon .alert i.fa-close {
  top: 5px !important;
  right: -3px !important;
  width: 12px !important;
  height: 12px !important;
  cursor: pointer !important;
  font-size: 10px !important;
  position: absolute !important;
}
.deleted-row {
  background-color: #d3d3d3 !important;
}
.hidden-row {
  background-color: #d3d3d3 !important;
}
.notes_btn {
  border: 1px solid;
  padding: 16px;
}

.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1111; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content1 {
  background-color: #fefefe;
  margin: 2% auto; /* 15% from the top and centered */
  padding-right: 8px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border: 1px solid #888;
  width: 32%; /* Could be more or less, depending on screen size */
  height: 75%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.notes_content {
  overflow-y: auto;
  height: 50%;
}

.email-success{
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.stats_home {
  color: #878787;
  font-size: 11px;
}

.usersNotAssigned{
  background-color: #b5b5b5 !important;
  border-right: 1px solid #d3cdcd !important;
}
.enumAssignedNotSubmit{
  background-color: #ffcb80 !important;
  border-left: 1px solid #d3cdcd !important;
}
.pendigReview{
  background-color: #ffff7e !important;
  border-left: 1px solid #d3cdcd !important;
}
.revAndRej{
  background-color: #e98b8b !important;
  border-left: 1px solid #d3cdcd !important;
}
.revAndApp{
  background-color: #99d799 !important;
  border-left: 1px solid #d3cdcd !important;
}
.reportTable{
  border-right: 1px solid #dad4d4 !important;
  text-align: center;
}
.gridDashboard{
  height: 234px !important;
}
.root-accordion ul li a, .nav-tabs li a, .label-field{
  text-transform: initial;
}
.notes_time{
  font-weight: 100;
  color: #c5bbbb;
  font-size: 11px;
}
.surveyStatus{
  background-color: gray;
  color: white;
  border: 1px solid #9d9a9a;
  width: auto;
  border-radius: 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-top: 4px;
  padding: 3px 7px 3px 7px;
}

.modal-dialog.modal-width-740{
  max-width: 740px;
}

.enumUnassign{
  text-decoration: underline; 
  cursor: pointer;
  color: #0000EE;
}
.revUnassign{
  text-decoration: underline; 
  cursor: pointer;
  color: #0000EE;
}

.loader {
  position: relative;
}
.ck-editor__editable_inline {
  min-height: 400px;
}
  .modal-dialog {
    max-width: 790px;
    max-height: 750px;
    overflow: hidden;
    border-radius: 16px;
  }

  .response-header {
    display: flex;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    align-items: flex-start;
    padding: 10px 14px 0 14px;
    justify-content: space-between;
  }

  .response-breadcrumb {
    padding: 0 10px 0 0;
    box-sizing: border-box;
    width: calc(100% - 54px);
  }

  .response-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
  }

  .response-breadcrumb ul li {
    z-index: 2;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    padding: 0 12px 0 0;
    margin: 2px 12px 2px 0;
  }

  .response-breadcrumb ul li.parent-li {
    color: #7E838B;
    font-weight: normal;
  }

  .response-breadcrumb ul li.parent-li::after {
    top: 0.5px;
    right: -4px;
    font-size: 13px;
    content: "\f105";
    line-height: 20px;
    position: absolute;
    font-family: FontAwesome;
  }

  .header-closer {
    width: 54px;
    display: flex;
    color: #1C1D1F;
    text-align: center;
    justify-content: space-between;
  }

  .header-closer a {
    width: 24px;
    height: 24px;
    color: #1C1D1F;
    border-radius: 2px;
  }

  .header-closer a:hover {
    color: var(--primary_color);
  }

  .response-body {
    padding: 10px 0 0;
  }

  .response-details {
    padding: 0 14px;
  }

  .response-tabs .nav-tabs {
    margin: 10px 0 0 0;
    border-bottom: 1px solid #F4F4F4;
  }

  .response-tabs .nav-tabs::before,
  .response-tabs .nav-tabs li a.active:before,
  .response-tabs .nav-tabs li button.active:before {
    display: none;
  }

  .response-tabs .nav-tabs li {
    width: 33.33%;
    box-sizing: border-box;
  }

  .response-tabs .nav-tabs li+li {
    margin: 0 0 0 0 !important;
  }

  .response-tabs .nav-tabs li a {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 12px 15px;
    transition: all 0.3s;
    box-sizing: border-box;
    border: none !important;
    color: #7E838B !important;
    background: #F0FFF0 !important;
    border-bottom: 2px solid #F0FFF0 !important;
  }

  .response-tabs .nav-tabs li a:hover,
  .response-tabs .nav-tabs .nav-link.active {
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #1C1D1F !important;
    border-bottom: 2px solid #52B34D !important;
  }

  .response-tabs .tab-content {
    height: calc(100vh - 195px);
    box-sizing: border-box;
}

  .response-tabs .tab-content .tab-pane {
    padding: 15px 15px 0;
  }

  .response-tabs .tab-content .tab-pane.review-tab-panels {
    padding: 0;
  }

  .reviewer-details-approve-reject {
    height: 425px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 15px 5px 15px;
  }
  .reviewer-details {
    height: 425px;
    /* padding: 15px 15px 5px 15px; */
  }
  .duplicateres-details {
    height: 550px;
  }

  .response-footer {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    border-top: 1px solid #eaeaea;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
  }

  .response-footer button {
    color: #FFFFFF;
    /* background: #1C1D1F; */
    border-radius: 5px;
  }

  .response-footer button.btn-disabled {
    opacity: 0.63;
    cursor: not-allowed;
  }

  .button-set.button-set-next i {
    margin: 0 0 0 8px;
  }
  .button-set.button-set-comment i {
    margin: 0 0 0 8px;
  }
  .form-counter {
    display: flex;
    color: #7E838B;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 18px;    
    align-items: center;
  }

  .form-counter .select-field::before {
    top: 12px;
    right: 26px;
  }

  .form-counter select {
    height: 30px;
    margin: 0 15px;
    color: #7E838B;
    min-width: 130px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
  }

  .enumerator-notes-list li {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #F4F4F4;
  }
  
  .approve-reject-table{
      margin: 12px 0 0 0;
  }
  .approve-reject-table li {
    margin: 0 0 14px;
    border-bottom: 1px solid #F4F4F4; 
  }

  .expand-more.modal {
    background: #FFFFFF;
  }

  .expand-more .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
    background: #FFFFFF;
  }

  .expand-more .modal-content {
    height: 100%;
    border: none;
  }

  .approve-reject-tab-panels .response-footer {
    justify-content: center;
  }

  .approve-reject-tab-panels .response-footer button {
    margin: 0 15px;
    min-width: 110px;
    border-radius: 6px;
  }

  .approve-reject-tab-panels .response-footer button.button-set-reject {
    color: #FFFFFF;
    background: #B3261E;
  }
  .approve-reject-tab-panels .response-footer button.button-set-reject-delete {
    color: #FFFFFF;
    background: #B3261E;
  }

  .approve-reject-tab-panels .response-footer button.button-set-approve {
    color: #FFFFFF;
    background: #52B34D;
  }
  .approve-reject-tab-panels .ck-editor__editable[role="textbox"] {
  max-height: 200px;
  min-height: 200px !important;
  }
.vscomp-toggle-button{
  box-shadow: none !important;
}
.dashboardDataItem{
  min-height: 110px;
}
.stats_bar, .stats_bar ul li{
  padding-bottom: 2px !important;
  padding-top: 4px !important;
}
.vscomp-wrapper.has-clear-button .vscomp-toggle-button{
  padding-right: 54px;
  border-radius: 4px;
}
.vscomp-wrapper:not(.has-value) .vscomp-value{
  opacity: 1 !important;
  color: #444 !important;
  font-size: 13px !important;
}
.fade-loading-background{
  background: rgba(255, 255, 255, 0) !important;
}
.modal{
  overflow: hidden;
}
#loadingoverlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px var(--primary_color) solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(359deg);
  }
}
.data-heading {
  color: white;
}
.status-opened {
  /* background-color: #f7f751; */
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #464545;
  text-align: left;
}
/* .progress {
  background-color: #BFF9D8;
} */
#survey-details{
  padding-right: 12px;
  padding-left: 0;
}
.progress-container {
  border: 1px solid #e4e4e4;
  height: 74px;
}
.survey-info-inner {
  margin: 12px;
  margin-top: 16px;
  border: 1px solid #e4e4e4;
}
.db-details .row{
  margin-left: 0;
  margin-right: 0;
}
.survey-info{
  flex: none;
  width: 45% !important;
  margin-right: 12px;
}
.survey-info-icon {
  background-color: #f5f5f5;
  border-radius: 46%;
  padding: 4px;
  margin-right: 10px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.total-areas-container{
  margin-right: 0;
}
.square{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  /* border: 1px solid #e4e4e4; */
  margin: 0.5px;
}

#heatmap-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Align items to the start */
  align-content: flex-start;  /* Ensure rows align properly */
  gap: 2px; /* Add consistent spacing between squares */
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.heatmap-progress-text {
  display: flex;
  align-items: center;
}
.heatmap-progress-text::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
#total_resp_txt::before{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  background-color: #8697fc;
  font-weight: bold;
  margin-right: 8px; /* Space between the icon and text */
  font-size: 14px; /* Adjust font size */
  line-height: 1; /* Ensures proper vertical alignment */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
  border-radius: 4px;
}
#enum_not_assign_txt::before{
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  background-color: rgb(165 160 160);
  font-weight: bold;
  margin-right: 8px; /* Space between the icon and text */
  font-size: 14px; /* Adjust font size */
  line-height: 1; /* Ensures proper vertical alignment */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
}
#assign_not_submit_txt::before{
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  background-color: #BFF9D8; /* Yellow background */
  /* color: rgba(205, 205, 13, 0.88); White text for the exclamation mark */
  font-weight: bold;
  margin-right: 8px; /* Space between the icon and text */
  font-size: 14px; /* Adjust font size */
  line-height: 1; /* Ensures proper vertical alignment */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
}
#pending_review_txt::before {
  border-radius: 4px;
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  background-color:rgb(160, 255, 156); /* Yellow background */
  color: rgba(205, 205, 13, 0.88); /* White text for the exclamation mark */
  font-weight: bold;
  margin-right: 8px; /* Space between the icon and text */
  font-size: 14px; /* Adjust font size */
  line-height: 1; /* Ensures proper vertical alignment */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
}

#review_approve_txt::before {
  border-radius: 4px;
  content: "✔"; /* Unicode character for a tick */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  background-color: rgb(160, 255, 156); /* Green background */
  color: rgba(0, 128, 0, 0.88); /* Dark green text for the tick */
  font-weight: bold;
  margin-right: 8px; /* Space between the icon and text */
  font-size: 14px; /* Adjust font size */
  line-height: 1; /* Ensures proper vertical alignment */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
}

#review_reject_txt::before {
  border-radius: 4px;
  content: "✖"; /* Unicode character for a cross */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  background-color: rgb(160, 255, 156); /* Red background */
  color: red; /* White text for the cross */
  font-weight: bold;
  margin-right: 8px; /* Space between the icon and text */
  font-size: 14px; /* Adjust font size */
  line-height: 1; /* Ensures proper vertical alignment */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
}

.heatmap-progress-bar-custom {
  border-radius: 10px;
  height: 10px;
}
.four-columns-data-overview table tr td {
  vertical-align: top;
}

.p-12{
  padding: 12px;
}
/* .select-field::before, .single-select-input .selectize-input::before {
  padding-top: 20px;
} */
.alert {
  right: 10px;
}
.tooltip {
  position: absolute;
  visibility: hidden;
  background-color: #555;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.square {
  cursor: pointer;
  position: relative;
}
 /* Tooltip styling */
 .square::after {
  content: attr(data-tooltip); /* Use the data-tooltip attribute for text */
  position: absolute;
  top: 100%; /* Position the tooltip below the square */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8); /* Dark background for the tooltip */
  color: #fff; /* White text */
  padding: 5px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10; /* Ensure tooltip is above other elements */
}

/* Show the tooltip on hover */
.square:hover::after {
  opacity: 1;
  visibility: visible;
}
.rotating {
  transform: rotate(180deg); /* Rotate 180 degrees */
  transition: transform 0.3s ease; /* Smooth rotation */
}
#statusDropdown{
  cursor: pointer;
}
.select-field.hide-before::before {
  display: none;
}
.select2-selection__clear{
  margin: 0 8px 0 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .count{
  margin-top: 6px !important;
  padding: 0 5px 0 5px !important;
}