@import "../css/font-icon.css?v1";


.d_flex {
  display: flex !important;
}

.align_center {
  align-items: center !important;
}

.justify_center {
  justify-content: center !important;
}

.g_12 {
  gap: 12px !important;
}

.g_13 {
  gap: 13px !important;
}

.g_14 {
  gap: 14px !important;
}

.flex_col {
  display: flex !important;
  flex-direction: column !important;
}

.off_grey {
  color: #A4ADAC !important;
}



.flash_msg_body {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 9999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flash_message {
  padding: 15px;
  border-radius: 10px;
  max-width: max-content;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 9999999;
  justify-content: center;
}

.flash_message span.icon {
  /* width: 25px; */
  display: inline-block;
  margin-right: 10px;
}

.flash_message .msg {
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.flash_message.warning {
  background: #ffd029;
}

.flash_message.error {
  background: #fc0014;
  font-size: 14px;
}

.flash_message.success {
  background: #008972;
}

.error {
  color: #dc3545 !important;
  white-space: unset !important;
}

.phone-code-wrapper {
  display: flex;
  align-items: center;
}

.phone-code-wrapper select {
  border: none;
  outline: none;
  background: #f6f6f6;
  min-height: 41px;
}

.phone-code-wrapper > input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  background: #f6f6f6;
  border-radius: 6px;
}

.timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#countdown-container {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

#countdown {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: white;
  background-color: #00b0b9;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#progress-circle {
  transform: rotate(-90deg);
}

#progress {
  stroke-dasharray: 339.292;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
}

.status-wrapper.confirmed-color {
  color: #ce4cff;
  background: #f7e5fd;
}

.status-wrapper.pending-color {
  color: #f1a755;
  background: #fdf0e5;
}

.status-wrapper.cancelled-color {
  color: #ff4c4c;
  background: #fde5e5;
}

.participant-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 400px;
  min-height: 400px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.participant-list::-webkit-scrollbar {
  display: none;
}

.countdown-container {
  flex-direction: column;
}

.countdown-container > img {
  width: 100%;
  /* height: 100%; */
}

.countdown-container > p {
  font-size: 13px;
  margin-bottom: 0;
  color: #000;
  margin-top: 15px;
}

.pagination-hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pagination-hover:hover {
  color: #00a293;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination-count {
  color: var(--deep-black);
  font-size: 14px;
}

.pagination a {
  color: var(--deep-black);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
  min-width: 30px;
  min-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
}

.pagination-outer .pagination .current a {
  /* color: #ffffff; */
  /* background: var(--gradient-bg); */
  background-color: #FEFEFE;
  color: #12DFCC;
}

.delete_question {
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.leaderboard-bar.color-1 {
  background: #09a484;
}

.leaderboard-bar.color-2 {
  background: #124d3a;
}

.leaderboard-bar.color-3 {
  background: #31fed4;
}

.leaderboard-bar.color-4 {
  background: #b2ffef;
}

.leaderboard-bar.color-5 {
  background: #00503f;
}

.leaderboard-bar.color-6 {
  background: #1f8772;
}

.leaderboard-bar.color-7 {
  background: #09a484;
}

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

.session-report-enter {
  margin-right: 33% !important;
}

.xls_import {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  width: 77px;
  cursor: pointer;
}

.document-wrapper {
  border-radius: 6px;
  background: #fff;
  color: #3737;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  border: 1px solid #d9d9d9;
}

.document-wrapper:hover {
  background: #f4fffd;
}

.document-wrapper p {
  color: #373737;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0 !important;
  margin-right: 5px !important;
  white-space: nowrap;
  cursor: pointer;
}

.document-wrapper span {
  margin: 0 !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-wrapper img {
  margin: 0 !important;
  margin-left: 5px !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.flt_month {
  width: 100%;
}

.legend-color-1 {
  background: #a4fff7;
}

.legend-color-2 {
  background: #14ffe5;
}

.legend-color-3 {
  background: #00dbc3;
}

.legend-color-4 {
  background: #00a293;
}

.legend-color-5 {
  background: #428680;
}

.legend-color-6 {
  background: #0cdac5;
}

.legend-color-7 {
  background: #447d78;
}

.legend-color-8 {
  background: #61c5ba;
}

.legend-color-9 {
  background: #2efee7;
}

.legend-color-10 {
  background: #5da7a0;
}

.color-input {
  width: 42px !important;
  border-radius: 3px !important;
  height: 42px !important;
}

.mt-40 {
  margin-top: 40px;
}

.data-loader {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.quiz-result-item > p {
  max-width: 300px;
  text-wrap: wrap;
  word-break: break-all;
}

.page-logo-wrapper {
  width: 150px;
}

.page-logo-wrapper > img {
  width: 100%;
}

.page-logo {
  width: 175px;
}

.page-logo > img {
  width: 100%;
}

.custom-sumoselect-wrapper > .SumoSelect {
  width: 60%;
}

.input-wrapper > .SumoSelect {
  width: 100% !important;
}

.input-wrapper > .SumoSelect > .optWrapper {
  max-height: 185px;
}

.input-wrapper > .SumoSelect > .CaptionCont {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  color: #2c2d33;
  min-height: 42px;
}

.hithere {
  animation: hithere 1s ease infinite;
}

@keyframes hithere {
  30% {
    transform: scale(1.2);
  }

  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }

  50% {
    transform: rotate(20deg) scale(1.2);
  }

  70% {
    transform: rotate(0deg) scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.2);
  }
}

#eye_icon {
  cursor: pointer;
}

.question-img-wrapper {
  width: 80px;
  height: 80px;
  border: 1px solid #d1d1d6;
  border-radius: 3px;
  padding: 3px;
  min-width: 80px;
  max-width: 80px;
}

.answer-options-img-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.answer-options-img {
  width: 80px;
  height: 80px;
  border: 1px solid #d1d1d6;
  border-radius: 3px;
  padding: 3px;
  min-width: 80px;
}

.cursor-pointer {
  cursor: pointer;
}

.login-button {
  cursor: pointer;
}

.sumo-custom-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 42px;
  max-height: 42px;
  min-width: 200px;
}

.sumo-custom-input-wrapper .SumoSelect > .CaptionCont {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  outline: none;
  color: #2c2d33;
  min-height: 42px;
  max-height: 33px;
  color: #495057;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
}

.sumo-custom-input-wrapper .SumoSelect {
  width: 100%;
}

/* notification alert desgin start */

.notification-alert {
  display: none;
  position: absolute;
  max-width: 400px;
  top: 46px;
  right: -120px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  z-index: 9;
  height: 64vh;
  -webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

/* Modal Base Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

/* Pop-body Universal Styles */
.pop-body {
  background-color: #fefefe;
  /* margin: auto 20px auto auto; */
  margin: 10% auto;
  padding: 20px;
  /* border: 1px solid #888; */
  border-radius: 15px;
  width: 40%;
  /* max-width: 500px; */
  position: relative;
  /* max-height: 80vh; */
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Close Modal Button */
.pop-body .close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #D6D6D6;
  z-index: 1001;
  font-weight: 200;
  font-size: 32px;
font-weight: 300;
font-style: Medium;
letter-spacing: 0%;
}

.pop-body .close-modal:hover {
  color: #000;
}

/* Modal Header */
.pop-body h4 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 30px;
  font-weight: 500;
  color: #45464E;
  line-height: 100%;
  font-size: 14px;
}

/* Modal Body */
.pop-body .modal-body {
  padding: 10px 0;
}

.notification-alert.show {
  display: block;
}

.notification-alert .pop-body {
  height: 100%;
}

.notification-list-wrapper {
  height: 100%;
}

.notification-alert .notification-list {
  margin: 35px -20px 0 -20px;
  max-height: calc(100% - 70px);
  overflow-y: auto;
}

.notification-alert .notification-list::-webkit-scrollbar {
  display: none;
}

.notification-list > li {
  border-bottom: 1px solid #eaeaea;
  padding: 8px 12px;
}

.notification-alert .notification-list > li:first-child {
  border-top: 1px solid #eaeaea;
}

.notifi-info {
  margin-left: 20px;
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notifi-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--deep-black);
}

.notifi-info .alert-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--light-grey);
  padding-top: 5px;
  display: block;
}

.notifi-bottom a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
}

.notifi-bottom a:hover {
  text-decoration: underline;
}

.notification-page .notifi-info {
  display: flex;
  justify-content: space-between;
}

.notification-page li:last-child {
  border-bottom: 0;
}

.notification-page li {
  padding: 8px 0px;
}

.notification-page {
  max-height: calc(100vh - 149px);
  overflow: auto;
}

.notification-page::-webkit-scrollbar {
  display: none;
}

.alert_bx,
.msg_bx {
  margin-right: 20px;
}

.profile-info > div {
  position: relative;
  cursor: pointer;
}

.notification {
  position: absolute;
  top: -60%;
  left: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  padding: 2px;
  border: 3px solid #f4fdff;
  border-radius: 500px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 1;
  background-color: red;
  -webkit-transition: transform 0.15s, background-color 0.5s;
  -moz-transition: transform 0.15s, background-color 0.5s;
  -ms-transition: transform 0.15s, background-color 0.5s;
  -o-transition: transform 0.15s, background-color 0.5s;
  transition: transform 0.15s, background-color 0.5s;
}

.notify-close {
  color: #d6d6d6;
  cursor: pointer;
}

.notify-close:hover {
  color: var(--main-color);
}

.alert_bx,
.msg_bx {
  margin-right: 20px;
  min-width: 20px;
}

.profile-pop {
  display: none;
  position: absolute;
  min-width: 300px;
  top: 65px;
  right: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  z-index: 9;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.profile-pop.show {
  display: block;
}

.profile-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d6d6d6;
  cursor: pointer;
}

.right-profile {
  padding: 10px;
}

.right-profile .avatar-box {
  height: auto;
  border-bottom: 0;
}

.right-profile > li {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
}

.right-profile > li a {
  color: var(--menu-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.right-profile > li a:hover {
  color: var(--main-color);
}

.right-profile > li:last-child {
  border-bottom: 0;
}

.right-profile .avatar-box {
  margin: 0;
  width: 100%;
}

/* notification alert desgin end */

.re-scan-btn-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 150px;
}

.re-scan-btn-wrapper > button {
  width: 100%;
  min-height: 56px;
  background: linear-gradient(
    96.13deg,
    rgba(3, 173, 158, 1) 0%,
    rgba(18, 223, 204, 1) 100%
  );
  min-width: 325px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 30px;
}

.re-scan-btn-wrapper > button:hover {
  background: linear-gradient(
    96.13deg,
    rgba(3, 173, 158, 0.8) 0%,
    rgba(18, 223, 204, 0.8) 100%
  );
}

/* -----------------Survey section style------------ */
.session-item {
  width: calc(24.33% - 10px);
}

.font-family {
  font-family: var(--font-family);
}

.session-list {
  width: calc(60% - 10px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  row-gap: 0 !important;
  margin-bottom: 0;
}

#legend-wrap {
  margin-left: 50px;
}

.legend-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.legend-box {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
}

.legend-label {
  margin-right: 10px;
  margin-bottom: 0 !important;
  color: #949494;
  font-size: 13px;
  min-width: 140px;
}

.legend-percentage {
  margin-bottom: 0 !important;
  font-size: 15px;
  color: #2c2d33;
}

.page-card-block {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 30px !important;
}

/* .page-card-title {
  color: #45464e;
  font-size: 21px;
  font-weight: 500;
} */

/* .category-wrapper>p {
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.category-wrapper>h6 {
  color: #2c2d33;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
} */

/* //////////////////// */

#legend-wrap1 {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.legend-group {
  display: flex;
  align-items: center;
  margin: 5px 15px;
}

.legend-box {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
}

.legend-label {
  color: #666;
}

/* ======CSAT section====== */

.page-csat-section {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 2% 0;
}

.page-csat-heading {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
}

#page-csat-custom-legend {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-top: 20px;
  row-gap: 10px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.page-csat-legend-entry {
  display: flex;
  width: 45%;
  align-items: center;
  margin-right: 20px;
}

.page-csat-legend-box {
  width: 19px;
  height: 19px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid grey;
  min-width: 19px;
}

.page-csat-table-section {
  overflow-x: scroll;
  scrollbar-width: none;
  /* margin-top: 80px; */

  width: 100%;
  padding: 0 20px;
}

.page-csat-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.page-csat-table thead th {
  text-align: start;
}

.page-csat-table thead th,
.page-csat-table tfoot td {
  border-top: 1px solid #ddddddab;
  border-bottom: 1px solid #ddddddab;
  font-weight: bold;
}

.page-csat-table th,
.page-csat-table td {
  padding: 15px 10px;
  text-align: start;
}

.page-csat-table th:nth-child(1),
.page-csat-table td:nth-child(1) {
  text-align: center;
}

.page-csat-table tfoot td {
  text-align: right !important;
}

.page-csat-table tfoot td:last-child {
  font-weight: bold;
  text-align: start !important;
}

.page-csat-table-dropdown {
  position: relative;
  display: inline-block;
}

.page-csat-table-dropdown-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.page-csat-table-dropdown-icon {
  width: 10px;
  height: auto;
  margin-left: 10px;
}

.page-csat-table-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100px;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
  z-index: 1;
  border-radius: 9px;
  padding: 15px 10px;
  left: 50%;

  transform: translateX(-50%);
  top: 100%;
}

.page-csat-table-dropdown-content a {
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  color: black;
  cursor: pointer;
  font-weight: 400;
}

.page-csat-table-dropdown:hover .page-csat-table-dropdown-content {
  display: block;
}

.page-csat-table-dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* <!-- =============avg survey rating Section================== --> */

.avg-survey-rating-section {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 2% 0;
}

.avg-survey-rating-heading {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
}

#avg-survey-rating-custom-legend {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-top: 20px;
  row-gap: 10px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.avg-survey-rating-legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 45%;
}

.avg-survey-rating-legend-color {
  width: 19px;
  min-width: 19px;
  height: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid grey;
}

.avg-survey-rating-legend-label {
  font-size: 13px;
  color: #6e7079;
  font-weight: 400;
}

.avg-survey-rating-table-section {
  overflow-x: scroll;
  scrollbar-width: none;
  /* margin-top: 80px; */
  width: 100%;
  padding: 0 20px;
}

.avg-survey-rating-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: var(--font-family);
}

.avg-survey-rating-table thead th {
  text-align: start;
  font-weight: bold;
  border-top: 1px solid #ddddddab;
  border-bottom: 1px solid #ddddddab;
  padding: 15px 10px;
}

.avg-survey-rating-table tbody td {
  padding: 15px 10px;
}

.avg-survey-rating-table tbody td:nth-child(1),
.avg-survey-rating-table thead th:nth-child(1),
.avg-survey-rating-table tfoot td {
  text-align: center;
}

.avg-survey-rating-table tfoot td {
  text-align: right;
  padding: 15px 10px;
  font-weight: bold;
}

.avg-survey-rating-table tfoot {
  border: unset !important;
}

.avg-survey-rating-table tfoot td:last-child {
  text-align: start;
}

.avg-survey-rating-table td {
  text-align: start;
}

.avg-survey-rating-table tfoot td:last-child {
  text-align: center;
}

.avg-survey-rating-table-dropdown {
  position: relative;
  display: inline-block;
}

.avg-survey-rating-table-dropdown-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.avg-survey-rating-table-dropdown-icon {
  width: 10px;
  height: auto;
  margin-left: 10px;
}

.avg-survey-rating-table-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100px;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
  z-index: 1;
  border-radius: 9px;
  padding: 15px 10px;
  left: 50%;

  transform: translateX(-50%);
  top: 100%;
}

.avg-survey-rating-table-dropdown-content a {
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  color: black;
  font-weight: 400;

  cursor: pointer;
}

.avg-survey-rating-table-dropdown:hover
  .avg-survey-rating-table-dropdown-content {
  display: block;
}

.avg-survey-rating-table-dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* <!-- =============Participant Details Section================== --> */

.participant-details-section {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 2% 0;
}

.participant-details-head-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.participant-details-heading {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
}

.participant-details-head-select-sec {
  position: relative;
}

/* .participant-details-head-select-sec select {
  width: 100%;
  border: 1px solid gray;

  padding: 5px 35px 5px 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
} */

.participant-details-head-select-down-arrow {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  height: auto;

  width: 18px;
}

.participant-details-table-section {
  overflow-x: scroll;
  scrollbar-width: none;
  margin-top: 20px;

  width: 100%;
}

.participant-details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: var(--font-family);
}

.participant-details-table thead th {
  text-align: start;
  font-weight: bold;
  border-top: 1px solid #ddddddab;
  border-bottom: 1px solid #ddddddab;
  padding: 15px 10px;
}

.participant-details-table tbody {
  border-bottom: 1px solid #ddddddab;
}

.participant-details-table tbody td {
  padding: 20px 10px;
}

.participant-details-table tbody td:nth-child(1),
.participant-details-table thead th:nth-child(1),
.participant-details-table tfoot td {
  text-align: center;
}

.participant-details-table tfoot td {
  text-align: right;
  padding: 15px 10px;
  font-weight: bold;
}

.participant-details-table tfoot {
  border: unset !important;
}

.participant-details-table tfoot td:last-child {
  text-align: start;
}

.participant-details-table td {
  text-align: start;
}

.participant-details-table tfoot td:last-child {
  text-align: center;
}

.participant-details-table-dropdown {
  position: relative;
  display: inline-block;
}

.participant-details-table-dropdown-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.participant-details-table-dropdown-icon {
  width: 10px;
  height: auto;
  margin-left: 10px;
}

.participant-details-table-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100px;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
  z-index: 1;
  border-radius: 9px;
  padding: 15px 10px;
  left: 50%;

  transform: translateX(-50%);
  top: 100%;
}

.participant-details-table-dropdown-content a {
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  color: black;
  cursor: pointer;
  font-weight: 400;
}

.participant-details-table-dropdown:hover
  .participant-details-table-dropdown-content {
  display: block;
}

.participant-details-table-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.participant-details-partial-btn {
  padding: 5px 15px;
  border-radius: 10px;
  border: 0;
  background: #cc5f5f29;
  color: #cc5f5f;
}

.participant-details-completed-btn {
  padding: 5px 15px;
  border-radius: 10px;
  border: 0;
  background: #519c662e;
  color: #519c66;
}

.participant-details-action-btn {
  padding: 7px;
  border-radius: 5px;
  border: 0;
  background: #51529c2e;
}

.participant-details-action-btn-img {
  height: auto;
  width: 20px;
  display: block;
}

/* ====== */
.participant-details-table-pagination-section {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.participant-details-table-pagination-title {
  font-size: 15px;
}

.participant-details-table-pagination-btn-section {
  display: flex;
  align-items: center;
}

.participant-details-table-pagination-btn-grp {
  display: flex;
  margin: 0 10px;
}

.participant-details-table-pagination-btn {
  border: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  background-color: transparent;
}

.participant-details-table-pagination-btn:hover {
  background-color: #dddddd3d;
}

.participant-details-table-pagination-btn.active {
  color: #12dfcc !important;
  background-color: #75767c21 !important;
}

.input-group-text {
  background: #fff;
  border-right: 0;
}

/* .form-control {
  border-left: 0;
} */

.page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -5px;
}

.search-box {
  position: relative;
}

.table-search {
  height: 36px;
  border: 1px solid #e7e7e7;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--deep-black);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  /* margin: 0 7px; */
  padding: 0 17px 0 35px;
  width: 400px;
  appearance: none !important;
  -webkit-appearance: none !important;
  color: #949494;
  font-size: 13px;
  font-weight: 400;
}

.table-search::placeholder {
  color: #949494;
  font-size: 13px;
  font-weight: 400;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* Align table content */
.text-left {
  text-align: left !important;
}

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

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

/* Style dropdown button */
.dropdown .drop-parent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Optional: Improve spacing for no data found message */
.no-job-found {
  padding: 15px 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.18);
  justify-content: center;
  align-items: center;
}

/* Modal content */
.modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 32px 32px 24px 32px;
  max-width: 600px;
  width: 95vw;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  position: relative;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.close-modal {
  font-size: 1.8rem;
  font-weight: 400;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
}

.close-modal:hover {
  background: #f0f0f0;
  color: #222;
}

.modal-body label {
  font-weight: 500;
  /* margin-bottom: 8px; */
  display: block;
}

.file-upload {
  margin-top: 12px;
  margin-bottom: 24px;
}

.upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #D9D9D9;
  border-radius: 8px;
  padding: 32px 0;
  background: #fafafa;
  cursor: pointer;
  min-height: 140px;
  width: 100%;
  text-align: center;
}

.upload-box .file-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.upload-box p {
  margin: 0;
  color: #555;
  text-align: center;
}

.upload-box .browse {
  color: #00bfae;
  cursor: pointer;
  text-decoration: underline;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}

.cancel-btn,
.import-btn {
  min-width: 90px;
  border-radius: 6px;
  padding: 9px 24px;
  font-size: 1rem;
font-weight: 500;
font-size: 12px;
line-height: 100%;
text-align: center;
color: #4B4B4B;
}

.cancel-btn {
  background: #f5f5f5;
  color: #222;
  border: 1px solid #e0e0e0;
}

.cancel-btn:hover {
  background: #e0e0e0;
}

.import-btn {
  /* background: #00bfae; */
  background: linear-gradient(95.7deg, #03AD9E 24.13%, #12DFCC 88.47%);
  color: #fff;
  border: none;
}

.import-btn:hover {
  background: #009e8e;
}

/* Fix table overflow issues */
.page-card-block {
  overflow-x: auto;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table td {
  /* max-width: 200px; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .table td:nth-child(1) {
  width: 50px;
  min-width: 50px;
}

.table td:nth-child(2) {
  width: 150px;
  min-width: 120px;
}

.table td:nth-child(3) {
  width: 130px;
  min-width: 120px;
}

.table td:nth-child(4) {
  width: 200px;
  min-width: 150px;
}

.table td:nth-child(5),
.table td:nth-child(6),
.table td:nth-child(7) {
  width: 80px;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
}

.table td:nth-child(5) img,
.table td:nth-child(6) img,
.table td:nth-child(7) img {
  vertical-align: middle;
}

.table td:nth-child(5) input[type="checkbox"],
.table td:nth-child(6) input[type="checkbox"],
.table td:nth-child(7) input[type="checkbox"] {
  vertical-align: middle;
} */

.survey-info-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.info-item {
  display: flex;
  flex-direction: column;
}


/* changed */
.info-label {
  font-size: 11px;
  color: #949494;
  /* text-transform: uppercase; */
  margin-bottom: 4px;
  font-weight: 500;
}

.info-value {
  font-size: 13px;
  color: #2C2D33;
  font-weight: 500;
  line-height: 100%;
}

.status-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.status-sent {
  background: #d4edda;
  color: #155724;
}

/* .status-delivered {
  background: #d1ecf1; */
  /* color: #0c5460;
}

.status-read {
  background: #d4edda;
  color: #155724;
}

.status-failed {
  background: #f8d7da;
  color: #721c24;
}

.status-pending {
  background: #fff3cd;
  color: #856404;
}

.status-bounced {
  background: #f8d7da;
  color: #721c24;
} */

.status-not-sent {
  background: #fff3cd;
  color: #856404;
}

.search-wrapper {
  position: relative;
  max-width: 300px;
}

.search-wrapper input {
  padding-left: 35px;
}

.search-wrapper span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.status-container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.status-card {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 8px;
  padding: 15px 20px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  width: 32%;
  gap: 8px;
  /* text-align: center; */
}

.status-icon img {
  width: 40px;
  height: 40px;
}

.status-text p {
  color: #8B8D97;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.status-text h3 {
  color: #333;
  font-size: 24px;
  margin-top: 5px;
}

.date-range {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 600;
}

.date-range span {
  margin-right: 8px;
}

.calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 50%;
  padding: 5px;
}

/* Survey Question */

.survey-sidebar-wrapper {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  width: 22.2%;
  min-width: 330px;
  padding: 5px;
}

.survey-sidebar-item-wrapper {
  background: #a7d9d333;
  border-radius: 12px 0 0 12px;
  padding: 15px 8px;
}

.survey-sidebar-item {
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

.survey-sidebar-item > span {
  font-size: 20px;
}

.edit-panel {
  width: 100%;
  padding: 16px;
}

.edit-header {
  margin-bottom: 20px;
}

.edit-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  color: #45464E;
}

.survey-sidebar-dropdown {
  position: relative;
}

.survey-sidebar-dropdown-btn {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.survey-sidebar-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 4px;
  z-index: 10;
}

.survey-sidebar-dropdown-menu li {
  padding: 8px 12px;
  cursor: pointer;
}

.survey-sidebar-dropdown-menu li:hover {
  background: #f1f1f1;
}

.button-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.logic-btn {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.logic-btn:hover {
  background: #f8f8f8;
}

.survey-question-layout {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.question-card-wrapper {
  width: 80%;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.custom-form-card-wrapper {
  width: 80%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.display-logic-modal-body {
  display: flex;
  /* align-items: center; */
  align-items: left;
  gap: 12px;
  padding-bottom: 43px;
}
.display-logic-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 25%;
  justify-content: flex-end;
}
.display-logic-add-remove-btn{
  border-radius: 4.36px;
  border-style: solid;
  border-color: #d8d8d8;
  border-width: 0.73px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.display_logic_modal-body{
  min-height: 300px;
}

/* End Survey Question */

/* Page grouping for survey questions */
.page-section {
  /* background-color: #fff; */
  background-color: #fafafa;
  margin-top: 16px;
  padding:12px;
  border-radius:12px;
}

.page-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.page-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

/* Page title as numeric badge */
.page-header .page-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  background: #fafafa;
  font-weight: 600;
  font-size: 13px;
  color: #333;
}

.page-body {
  display: block;
}
/* Survey builder redesign to match UI spec */
.question-dropdown {
  background: #fff;
  margin-bottom: 14px;
}
.question-dropdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  cursor: pointer;
  /* border-bottom:1px solid #f2f2f2; */
}

.question-dropdown-title .q_title {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #45464E;
  line-height: 100%;
letter-spacing: 0%;
}
.question-dropdown-item {
  padding: 14px 14px 16px 14px;
  /* background: #f7f8fa; */
  border-radius: 0 0 8px 8px;
}

/* Match columns to screenshot: SlNo | Type | Question */
.dropdown-item-wrapper {
  grid-template-columns: 35px 145px 1fr !important;
}

/* First row: Sl.No | Question Type | Question */
.dropdown-item-wrapper {
  display: grid;
  grid-template-columns: 80px 260px 1fr;
  gap: 12px;
  align-items: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-item-wrapper .input-wrapper {
  /* margin: 0; */
  margin : 6px 0 8px 0;
}

.input-wrapper > label {
  display: block;
  font-size: 12px;
  color: #6e7079;
  margin-bottom: 6px;
}

.input-wrapper input[type="text"],
.input-wrapper input[type="number"],
.input-wrapper select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background: #fff;
  padding: 8px 10px;
  font-size: 13px;
  color: #2c2d33;
}

.checkbox-row {
  grid-column: 1/-1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  column-gap: 24px;
  align-items: center;
}

.checkbox-row .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.checkbox-row .mt-28 {
  margin-top: 0 !important;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
}

/* SL No badge */
.sl-no-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background: #FFFFFF;
  margin: 0;
  font-weight: 400;
  color: #000000;
}

/* Answers header and list */
.answers-header {
  font-size: 13px;
  color: #6e7079;
  font-weight: 600;
  margin: 14px 0 8px;
}

.dropdown-answer-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Checkbox row under question */
.checkbox-row {
  grid-column: 1/-1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  column-gap: 24px;
  align-items: center;
}

.checkbox-row .checkbox-wrapper {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.checkbox-row .checkbox-wrapper label {
  margin: 0;
  font-size: 12px;
  color: #6e7079;
  white-space: nowrap;
}

.checkbox-row .mt-28 {
  margin-top: 0 !important;
}

.dropdown-answer-wrapper .input-wrapper {
  margin-bottom: 10px;
}

/* MCQ options */
.mcq-section-wrapper .mcq-option-row {
  margin-bottom: 10px;
}

.mcq-section-wrapper .mcq-option-row input[type="text"] {
  width: 100%;
  min-height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 8px 10px;
}

.mcq-section-wrapper .add-mcq-option,
.mcq-section-wrapper .remove-mcq-option {
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 6px;
  line-height: 1;
  cursor: pointer;
}

.mcq-section-wrapper .remove-mcq-option {
  color: #cc5f5f;
}

/* MCQ layout to match reference */
.mcq-section-wrapper {
  background: #fff;
  /* border: 1px solid #e7e7e7; */
  border-radius: 8px;
  padding: 12px;
}

.answers-header {
  margin: 8px 0 10px;
  color: #6e7079;
  font-size: 12px;
}

/* Score input styling inside MCQ row */
.mcq-score {
  width: 100%;
  max-width: 110px;
  min-height: 36px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 6px 8px;
}

/* base layout (no score) */
.mcq-option-row {
  display: grid;
  grid-template-columns: 16px 1fr 100px 32px 32px;
  column-gap: 12px;
  align-items: center;
}

/* with score column */
.mcq-option-row.with-score {
  grid-template-columns: 16px 1fr 110px 32px 32px;
}

.mcq-section-wrapper .mcq-option-row {
  display: grid;
  grid-template-columns: 16px 1fr 32px 32px;
  column-gap: 12px;
  align-items: center;
  padding-inline:8px;
  margin: 8px 0;
}

.mcq-section-wrapper .mcq-option-row.with-score {
  grid-template-columns: 16px 1fr 110px 32px 32px;
}

.mcq-section-wrapper .drag-handle {
     height: 27px;
    width: 15px;
  /* background: repeating-linear-gradient(
    #c9c9c9,
    #c9c9c9 2px,
    transparent 2px,
    transparent 4px
  ); */
  background: url(../images/drag.svg) no-repeat center;
  display: inline-block;
  opacity: 0.9;
  cursor: grab;
}

.mcq-section-wrapper .drag-handle:active {
  cursor: grabbing;
}

/* MCQ sortable placeholder styling */
.mcq-option-placeholder {
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 6px;
  margin: 8px 0;
  height: 40px;
  opacity: 0.7;
  display: grid;
  grid-template-columns: 16px 1fr 32px 32px;
  column-gap: 12px;
  align-items: center;
  padding-inline: 8px;
}

.mcq-option-placeholder.with-score {
  grid-template-columns: 16px 1fr 110px 32px 32px;
}

/* Sortable helper styling */
.ui-sortable-helper {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 1000;
}

.mcq-section-wrapper .answer-flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6e7079;
  font-size: 12px;
}

.mcq-section-wrapper .mcq-add,
.mcq-section-wrapper .mcq-remove {
  width: 32px;
  height: 32px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.mcq-section-wrapper .mcq-remove {
  color: #cc5f5f;
}

.mcq-section-wrapper .mcq-add {
  color: #0aa17f;
}

/* Force MCQ options to stack vertically (override any flex from themes) */
.dropdown-answer-wrapper.mcq-section-wrapper {
  display: block;
background-color: #FAFAFA;
}

.dropdown-answer-wrapper.mcq-section-wrapper.d-none {
  display: none !important;
}

.mcq-section-wrapper .mcq-option-row {
  width: 100%;
}

/* inputs inside mcq row */
.mcq-section-wrapper .mcq-option-row input[type="text"] {
  width: 100%;
}

.mcq-section-wrapper .answer-flag {
  justify-self: start;
}

.mcq-section-wrapper .mcq-add,
.mcq-section-wrapper .mcq-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mcq-section-wrapper .mcq-option-row + .mcq-option-row {
  margin-top: 10px;
}

.add-new-btn-wrapper .add-mcq {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Range section alignment (when visible) */
.range-section-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 120px;
  gap: 12px;
}

.range-section-wrapper .input-wrapper input[type="color"].color-input {
  width: 42px;
  height: 42px;
  padding: 0;
}

/* Add button alignment wrapper */
.add-new-btn-wrapper button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.add-question-btn-box {
  display: flex;
  align-items: center;
  gap:15px;
  justify-content: flex-end !important;
}
.preview-btn {
    display: flex;
    align-items: center;
    border: 1px solid #07b0a3;
    border-radius: 6px;
    background: #fff;
    color: #07b0a3;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 13px;
    cursor: pointer;
    transition: box-shadow 0.2s;
    gap: 6px;
  }
  .preview-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px #07b0a3;
  }
  .play-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
  }
/* Root container */
/* .hsfc {
  font-family: var(--font-family);
  background: #fff;
  width: 320px;
  border-radius: 16px;
  padding: 24px 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  font-size: 15px;
} */

/* Title */
.hsfc__title {
  margin-bottom: 18px;
  font-weight: 600;
  font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 100%;
color: rgba(69, 70, 78, 1);
}

/* Rows & labels */
.hsfc__row { margin-bottom: 18px; }

.hsfc__label {
  display: block;
  font-size: 13px;
  color: #6E7079;
  margin-bottom: 6px;
  line-height: 100%;
  white-space: nowrap;
}

.hsfc__label .span_text {
font-weight: 300;
font-style: Light;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;
color: #6E7079;
}

.hsfc__label--disabled { color: #bbb; }

/* Inputs & selects (scoped) */
.hsfc .hsfc__text,
.hsfc .hsfc__select {
  width: 100%;
  padding: 0 5px;
  border: 1px solid #eee;
  /* border: none; */
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  /* line-height: 100%; */
  /* margin-bottom: 6px; */
  /* background: #fafafa; */
}
.hsfc .hsfc__text:disabled {
  background: #f5f5f5;
  color: #bbb;
}

/* Background image chooser */
.hsfc__bg-images {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hsfc__bg-thumb {
  width: 63px;
  height: 54px;
  border-radius: 5px;
  object-fit: cover;
  border: 1px solid #E9E9E9;
  cursor: pointer;
  position: relative;
  padding: 2px;
}

.hsfc__bg-thumb-wrapper {
  position: relative;
}

.hsfc__bg-thumb-wrapper.selected:before {
  position: absolute;
  content: "";
  background-image: url('../images/tick-circle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}



.hsfc__upload-btn {
  background: #e6faf7;
  border: none;
  border-radius: 8px;
  padding: 0 12px;
  height: 48px;
  font-size: 10px;
  color: #00a595;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Colors */
.hsfc__colors {
  display: flex;
  gap: 12px;
}

.hfc_wrapper {
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  gap: 4px;
}

.font_fam_box {
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #E9E9E9 !important;
}


.hsfc__color-group .hsfc__color {
  width: 25px;
  height: 25px;
  /* border: none; */
  border-radius: 4px;
  margin-right: 6px;
  background: none;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.0);
}
.hsfc__hex {
  width: 80px;
  margin-bottom: 0;
}

/* Font size controls */
.hsfc__font-size-row {
  display: flex;
  gap: 16px;
}
.hsfc__font-size-control {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hsfc__btn.hsfc__btn--pill {
  /* width: 28px;
  height: 28px; */
  height: 35px;
  border: none;
  border: 1px solid #E9E9E9;
  /* background: #e6faf7; */
  /* color: #00a595; */
  background-color: #FFFFFF;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
}
.hsfc__text.hsfc__text--compact {
  width: 32px;
  height: 35px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #EDFFFD;
  color: #00A595;
}

/* Align buttons */
.hsfc__align-row {
  display: flex;
  align-items: center;
  /* gap: 12px; */
}


.hsfc__align-btns { display: flex; }
.hsfc__align-btn {
  background: #FFFFFF;
  border: none;
  /* border-radius: 6px; */
  width: 45px;
  height: 32px;
  /* margin-right: 4px; */
  cursor: pointer;
  font-size: 18px;
  color: #A3A3A3;
}
.hsfc__align-btn.is-active {
  /* background: #e6faf7; */
  color: #00a595;
}

/* Spacing controls */
.hsfc__space-row .hsfc__slider-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.hsfc__range {
  flex: 1;
  accent-color: #00a595;
  height: 1px;
  background-color: #EDF7F6;
}
.hsfc__slider-value {
  width: 36px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fafafa;
}
/* Top bar */
.hspv__topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.hspv__icon-group {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.04); */
  padding: 4px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.hspv__icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  /* border: 1.5px solid #e0e0e0; */
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  /* color: #00bfae; */
  color: #C9C9C9;
  font-size: 13px;
}


.hspv__icon.active {
  color: #00A595 !important;
}


.hspv__icon.active {

}

.hspv__icon--active {
  background: rgba(167, 217, 211, 0.2);
  color: #00A595 !important;
}

/* Main */
.hspv__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  flex: 1;
}
.hspv__question {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
.hspv__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 370px;
  margin-bottom: 40px;
}
.hspv__option {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #eaeaea;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  transition: border 0.2s, background-color 0.2s;
  cursor: pointer;
}

.hspv__option:hover {
  border-color: #00A595;
  background-color: #f8f9fa;
}
.hspv__option input[type="radio"] {
  /* accent-color: #00bfae; */
  margin-right: 10px;
}

/* Navigation */
.hspv__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  /* margin: 0 auto; */
}
.hspv__nav-btn {
  background: none;
  border: none;
  color: #bdbdbd;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
/* .hspv__nav-btn--next { color: #00bfae; } */
.hspv__arrow { font-size: 18px; }

.hspv__nav-btn--next {
  color: #00A595;
}

/* Footer */
.hspv__footer {
  /* border-top: 1px solid #f0f0f0; */
  padding: 24px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  /* background: #fff; */
  border-top: 1px solid #EAEAEA;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  /* background: #fff; */
}
.hspv__footer-btn {
  padding: 10px 32px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.hspv__footer-btn--reset {
  background: #f7f7f7;
  color: #222;
  border: 1px solid #e0e0e0;
}
.hspv__footer-btn--save {
  background: #00bfae;
  color: #fff;
  margin-right: 32px;
}

/* Cutomer Surevy */
.chart-container {
    position: relative;
    width: 100%;
    min-height: 400px; /* Adjust this value as needed */
    margin-bottom: 20px;
}
.legend {
       display: grid;
       grid-template-columns: 1fr 1fr;
       column-gap: 75px;
       row-gap: 20px;
      font-size: 14px;
      padding-left: 120px;
      margin-bottom: 60px;
}
.legend-item {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 4px;
  }
.legend-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  box-shadow: -1px 4px 4px 0px #FFFFFF8F inset;
  border : 1px solid #737373;
}
.legend-label {
  font-size: 13px;
  color: #444;
}
.survey-score-row td {
  font-weight: 600;
  font-size: 15px;
  border-bottom: none;
  text-align: right;
  background: #fff;
  padding-top: 18px;
}
.survey-resposne-container{
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}
.survey-response-box{
  /* width: 85%; */
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.survey-resposne-container h2{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 100%;
}
.hide-scroll-bar{
  overflow-y: scroll;
  scrollbar-width: none !important; /* For Firefox */
  -ms-overflow-style: none !important;  /* For Internet Explorer and Edge */
}
.hide-scroll-bar::-webkit-scrollbar {
  display: none !important;
}

/* Responsive */
@media (max-width: 600px) {
  .hspv,
  .hspv__options {
    width: 100%;
    max-width: 100%;
  }
  .hspv__options { width: 90%; }
}


.ml_auto {
  margin-left: auto !important;
}

.w_fit {
  width: fit-content !important;
}

.flex_col {
  display: flex !important;
  flex-direction: column !important;
}

.icon_wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  border-radius: 6px;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.select_icons {
  position: relative !important;
  display: inline-block !important;
  margin-right: 5px !important;
  vertical-align: middle !important;
  width: 28px !important;
  height: 28px !important;
  background-color: #F5F5F5 !important;
  border-radius: 50% !important;
  text-align: center !important;
  line-height: 28px !important;
}

.select_icons img {
  position: relative !important;
  z-index: 2 !important;
  vertical-align: middle !important;
}

.status_incomplete {
  background-color: #FFF2E2 !important;
  color: #E5B900 !important;
  padding: 4px 11px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  text-align: center !important;
}

.status_completed {
    background-color: #32936F29 !important;
  color: #519C66 !important;
  padding: 4px 11px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  text-align: center !important;
}

.p_relative {
  position: relative !important;
}

.resend_status {
  /* position: absolute !important; */
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  font-size: 12px !important;
  color: #BFBFBF !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  text-align: center !important;
}



.action-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.action-wrapper .top-row {
  display: flex;
  align-items: center;
  gap: 14px;
}


.info_grid_survey_dis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
}


.pg_no_inactive {
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #495057;
}


.pg_no_active {
font-weight: 400;
font-size: 14px;
line-height: 100%;
color: #12DFCC;
background-color: #FEFEFE;
border-radius: 4px;
height: 30px;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
}

.question_heading {
font-weight: 500;
font-size: 11px;
line-height: 100%;
color: #949494;
}

.px_30 {
  padding-left: 80px !important;
  padding-right: 30px !important;
}

.bg_none {
  background-color: unset !important;
}


.input_default {
  border: none;
    outline: unset;
    height: 25px;
    width: 25px;
    flex-shrink: 0
}






/* --------- */




.hspv__nav-btn{

    padding: 10px 32px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}


/* Survey Customer */

.phncode-select > .SumoSelect {
  width: 100% !important;
}

.phncode-select > .SumoSelect > .optWrapper {
  max-height: 185px;
}

.phncode-select > .SumoSelect > .CaptionCont {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
  outline: none;
  color: #2c2d33;
  min-height: 4px;
}

.phncode-select .SumoSelect > .CaptionCont > span {
  padding-right: 5px !important;
}

.phncode-select {
    width: 100px;
}

.phncode-select .SumoSelect {
    min-width: unset;
    height: 35px;
}

.phncode-select .CaptionCont {
  border-radius: 4px 0 0 4px;
}

.phncode-select + .login-input-feild {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
#id_primary_contact{
  border-radius: 0 4px 4px 0;
  border-left: none;
}


/* Range Preview Styling */
.range-preview-wrapper {
    width: 100%;
  display: block;
  /* margin: 16px 0; */
  /* padding: 0 16px; */
}

.range-preview-wrapper label {
  font-size: 14px;
  font-weight: 500;
  color: #2C2D33;
  margin-bottom: 8px;
  display: block;
}

.range-preview-container {
  padding: 16px;
  /* background: #f8f9fa; */
  /* border-radius: 6px; */
  /* border: 1px solid #e5e7eb; */
}

.range-preview-input {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: #e5e7eb;
  border-radius: 3px;
  outline: none;
  cursor: not-allowed;
}

.range-preview-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #00A595;
  border-radius: 50%;
  cursor: not-allowed;
}

.range-preview-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #00A595;
  border-radius: 50%;
  border: none;
  cursor: not-allowed;
}

.range-preview-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  color: #6b7280;
}

.range-preview-value {
  font-weight: 600;
  color: #00A595;
  font-size: 14px;
}

.select-default {
    min-width: 150px;
    width: auto;
    height: 36px;
    border: 1px solid #E7E7E7;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--deep-black);
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    margin: 0 7px;
}

/* Make SumoSelect generated UI match the .select-default appearance */
.SumoSelect {
  min-width: 150px;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  background: #fff;
  margin: 0 7px;
  vertical-align: middle;
}
.filter-group .SumoSelect {
  /* ensure full-width when used inside the filter layout */
  width: 100%;
  min-width: 150px;
}
.SumoSelect .CaptionCont {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  color: var(--deep-black);
  box-sizing: border-box;
}
.SumoSelect .CaptionCont .placeholder {
  color: #666;
}
.SumoSelect .optWrapper ul {
  max-height: 260px;
  overflow: auto;
}
