.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 .35s ease-in-out, color .35s ease-in-out;
    transition: background .35s ease-in-out, color .35s ease-in-out;
}
.pagination-outer .pagination .current a {
  color: #FFFFFF;
  background: var(--gradient-bg);
}

.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: 12px;
  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);
}
.pop-body {
  background-color: #fff;
  padding: 20px;
  min-width: 350px;
  border-radius: 12px;
  width: 100%;
}
.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: "Poppins", sans-serif;
}

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

#chart-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#chart-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}

#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;

}


#chart-wrap .center-text {
  font-weight: bold;
  font-size: 20px;
}

.chart-tooltip-wrap {
  background-color: white;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.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;
} */

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

#chart-container1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#chart-wrap1 {
  width: 800px;
  height: 400px;
}

#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-chart-wrapper {
  width: 90%;
  margin: 50px auto;
}

#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-chart-wrapper {
  width: 90%;
  margin: 50px auto;
}

#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: "Poppins", sans-serif;
}

.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: "Poppins", sans-serif;
}

.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;


}