@import "../css/font-icon.css?v1";

/* #barChart {
  height: 340px !important;
} */

.main-container {
  position: relative;
  min-height: 100vh;
}
/* -------------login------------ */
.login-bg {
  width: 100%;
  min-height: 100vh;
  background: url(../images/login-bg.jpg) no-repeat center;
  background-size: cover;
}
.container {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login-box {
  width: 470px;
  height: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 3px 5px 10px 2px #c3c2c2;
  -moz-box-shadow: 3px 5px 10px 2px #c3c2c2;
  -o-box-shadow: 3px 5px 10px 2px #c3c2c2;
  box-shadow: 3px 5px 10px 2px #c3c2c2;
}
.login-logo img {
  width: 130px;
}
.login-box > p {
  margin: 25px 0 30px;
  font-weight: 400;
  font-size: 14px;
  color: var(--deep-grey);
}
.login-title {
  margin-bottom: 15px;
  margin-top: 15px;
}

.login-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #23262d;
  margin-bottom: 0;
}
.login-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--light-grey);
}
.reset-password-form #timer {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--light-grey);
}
.input_box {
  position: relative;
}
.form-icon {
  position: absolute;
  top: 13px;
  right: 20px;
}
.input-item {
  width: 100%;
  border: 1px solid rgba(159, 159, 159, 0.3);
  border-radius: 4px;
  height: 45px;
  padding: 13px 45px 13px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--deep-black);
}
.input-item::-webkit-input-placeholder {
  /* Edge */
  color: var(--light-grey);
}

.input-item:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--light-grey);
}

.input-item::placeholder {
  color: var(--light-grey);
}
.input-item:focus {
  border: 1px solid #fed800;
}
.login-form ul .input_box {
  margin-top: 20px;
}
.recover {
  margin-top: 15px;
  text-align: end;
}
.recover a {
  color: var(--main-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.submit-box {
  margin-top: 30px;
}
.login-submit {
  width: 100%;
  min-height: 40px;
}
.social-login-btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(159, 159, 159, 0.3);
  height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: var(--deep-black);
  font-size: 14px;
  font-weight: 500;
  -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;
}
.social-login-btn .social-icon {
  margin-right: 15px;
}
.social-login-btn:hover {
  color: var(--deep-black);
  background-color: var(--body-bg-color);
}
.social-login .error_message {
  margin-top: 5px;
}
.continue-with {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.continue-with p {
  color: var(--light-grey);
}
.account {
  text-align: center;
  margin-top: 40px;
}
.account p {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--deep-black);
}
.account a {
  color: var(--main-color);
  margin-left: 5px;
}
.login-footer {
  text-align: center;
  margin-top: 90px;
}
.login-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-footer li,
.login-footer li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--light-grey);
}
/*--------------------Side bar---------------------------- */
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.side-menu-wrapper {
  background-color: var(--white-color);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.side-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 18px;
  background-color: #ffffff;
}
.full-logo img {
  width: 130px;
}
.half-logo {
  display: none;
}
.half-logo img {
  width: 24px;
}
.avatar-box {
  width: 86%;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f6f6f6;
  margin: 0 18px;
}
.profile-pic {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.8s all ease-in;
  -moz-transition: 0.8s all ease-in;
  -ms-transition: 0.8s all ease-in;
  -o-transition: 0.8s all ease-in;
  transition: 0.8s all ease-in;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile-details h4 {
  padding-top: 5px;
  color: var(--deep-grey);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
}
.profile-details p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
}
.card-details h4 {
  padding-top: 5px;
  color: var(--deep-grey);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
}
.card-details p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
}
.sidebar-menu {
  height: calc(100% - 60px);
  padding: 16px 15px;
  overflow-y: auto;
}
.side-menu.side-menu-hover .sidebar-menu {
  height: calc(100% - 60px);
}
.side-menu.side-menu-hover.sisdebar-hover .sidebar-menu {
  height: calc(100% - 60px);
}
.sidebar-menu::-webkit-scrollbar {
  display: none;
}
.menu_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none !important;
}
.icon_bx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_bx span {
  font-size: 18px;
  margin-right: 10px;
  color: var(--menu-color);
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.fill-icon {
  display: none;
}
.menu_item {
  margin: 3px 0;
}
.menu_link > div {
  padding: 15px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.menu_link.open-menu > div {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.menu_item.active .menu_link > div {
  background: #edfffd;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
}
.menu_item.active .fill-icon {
  display: block;
  color: var(--white-color);
}
.menu_item.active .line-icon {
  display: none;
}
.menu_link .link-text {
  color: var(--menu-color);
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.menu_item .icon_red span {
  color: #a4adac;
}
.drop-arrow span {
  font-size: 6px;
  color: var(--menu-color);
}
.menu_item.active .link-text,
.menu_item.active .icon_bx span,
.menu_item:hover .link-text,
.menu_item:hover .icon_bx span,
.menu_item:hover .drop-arrow span,
.menu_item:hover .icon-link,
.menu_item.active .drop-arrow span,
.menu_link.open-menu .link-text,
.menu_link.open-menu .drop-arrow span,
.menu_link.open-menu .icon_bx span {
  color: #00a293;
}
.menu_link.open-menu > div {
  background: #edfffd;
}
.drop-arrow {
  transition: all 0.3s ease-in;
  -webkit-transition: rotate(180deg);
  -moz-transition: rotate(180deg);
  -o-transition: rotate(180deg);
  -ms-transition: rotate(180deg);
}
.menu_link.open-menu .drop-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu_item:hover .menu_link > div {
  background: #edfffd;
}

.submenu {
  display: none;
  background-color: var(--body-bg-color);
  padding: 20px 20px 20px 43px !important;
  border-radius: 0px 0px 8px 8px;
}

.sub-menu-item:not(:last-child) {
  padding-bottom: 10px !important;
}
.sub-menu-item a {
  color: var(--menu-color);
  font-size: 14px;
  text-decoration: none;
}
.sub-menu-item.active a {
  color: var(--main-color);
}

.sub-menu-item:hover a {
  color: var(--main-color);
}
.icon-link {
  margin-left: 10px;
  color: var(--menu-color);
}
.side-bar-close {
  display: none;
}

.side-bar-close span {
  color: var(--light-grey);
}
.side-bar-close span:hover {
  color: var(--main-color);
}
/*--------------------------------- small side bar-------------------------- */
.size-reduce .side-menu {
  transform: translateX(-71%);
}
.size-reduce .profile-pic {
  width: 40px;
  height: 40px;
}
.size-reduce .avatar-box {
  height: auto;
  padding: 15px 0;
  align-items: flex-end;
}

.size-reduce .profile-details,
.size-reduce .drop-arrow,
.size-reduce .menu_link .link-text {
  display: none !important;
}
.size-reduce .icon_bx span {
  margin-right: 0;
}
.size-reduce .menu_link {
  flex-direction: row-reverse;
}
.size-reduce .menu_link > div {
  width: auto;
}
.size-reduce .full-logo {
  display: none;
  width: 100%;
}
.size-reduce .half-logo {
  display: block;
}
.size-reduce .side-header {
  padding-left: 0;
  justify-content: flex-end;
  padding-right: 25px;
}
.size-reduce .open-menu + .submenu {
  display: none !important;
}
.size-reduce .sidebar-hover .side-header {
  justify-content: center;
  padding-left: 10px;
  padding-right: 18px;
}
/*------side menu hover----------- */
.size-reduce .sidebar-hover.side-menu {
  transform: translateX(0%);
}
.sidebar-hover .side-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  -webkit-box-shadow: 3px 5px 10px 2px #e6e6e6;
  -moz-box-shadow: 3px 5px 10px 2px #e6e6e6;
  -o-box-shadow: 3px 5px 10px 2px #e6e6e6;
  box-shadow: 3px 5px 10px 2px #e6e6e6;
}
.size-reduce .sidebar-hover .avatar-box {
  height: 160px;
  padding: 0;
  align-items: center;
}
.size-reduce .sidebar-hover .profile-pic {
  width: 76px;
  height: 76px;
}
.size-reduce .sidebar-hover .profile-details {
  display: block !important;
}
.size-reduce .sidebar-hover .menu_link {
  flex-direction: row;
}
.size-reduce .sidebar-hover .menu_link > div {
  width: 100%;
}

.sidebar-hover .drop-arrow,
.sidebar-hover .menu_link .link-text {
  display: block !important;
}
.size-reduce .sidebar-hover .icon_bx span {
  margin-right: 10px;
}
.size-reduce .sidebar-hover .open-menu + .submenu {
  display: block !important;
}
.size-reduce .sidebar-hover .full-logo {
  display: block;
}
.size-reduce .sidebar-hover .half-logo {
  display: none;
}
/*------------------------ main panel------------------ */
.main-panel {
  position: relative;
  float: right;
  width: 100%;
  min-height: 100vh;
  background-color: var(--body-bg-color);
  z-index: 0;
}

.hover_green {
  color: #dedede;
  transition: color 0.3s ease;
}

.hover_green:hover {
  color: #00a293;
}

/* Custom Checkbox Style for Customer Select All - Higher Specificity */
input[type="checkbox"].mandatory_checkbox,
input[type="checkbox"].survey_details_page,
input[type="checkbox"]#whatsapp-select-all,
input[type="checkbox"].resend-checkbox,
input[type="checkbox"].customer-checkbox,
input[type="checkbox"]#customer-select-all {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* width: 18px !important;
  height: 18px !important; */
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  outline: none;
  padding: 0 0 0 0 !important;
  min-height: unset !important;
}
input[type="checkbox"].mandatory_checkbox:checked,
input[type="checkbox"].survey_details_page:checked,
input[type="checkbox"]#whatsapp-select-all:checked,
input[type="checkbox"].resend-checkbox:checked,
input[type="checkbox"].customer-checkbox:checked,
input[type="checkbox"]#customer-select-all:checked {
  background-color: #00a595;
  border-color: 1.5px solid #d9f2ef;
}

input[type="checkbox"].mandatory_checkbox:checked::before,
input[type="checkbox"].survey_details_page:checked::before,
/* input[type="checkbox"]#whatsapp-select-all:checked::before, */
input[type="checkbox"].resend-checkbox:checked::before,
input[type="checkbox"].customer-checkbox:checked::before,
input[type="checkbox"]#customer-select-all:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 6px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background-image: url("../images/check_tik.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* #customer-select-all:hover {
  border-color: #00776b;
  box-shadow: 0 0 5px rgba(0, 165, 149, 0.3);
} */

/*------------------------ header------------------ */
.header {
  width: calc(100% - 260px);
  height: 60px;
  padding: 10px 50px 15px 20px;
  background-color: var(--white-color);
  /* padding: 10px 20px 0 20px; */
  /* position: fixed; */
  margin-left: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #f4f5fa;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.toggle-btn span,
.hamburger-btn span {
  cursor: pointer;
  color: #babdc0;
}
.hamburger-btn {
  display: none;
}
.toggle-btn span:hover {
  color: var(--main-color);
}

.profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-logo-wrapper {
  margin-left: 30px;
  display: none;
  width: 100px;
  overflow: hidden;
}

.header-logo-wrapper > img {
  width: 100%;
  height: 100%;
}

/*------------------------ notification------------ */
.notification-alert {
  display: none;
  position: absolute;
  max-width: 400px;
  top: 65px;
  right: 20px;
  -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);
}
.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);
  margin-bottom: 0;
}
.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%;
}

/*-------------- toggle--------------*/
.size-reduce .header {
  width: calc(100% - 75px);
  margin: 0 0 30px 75px;
}
.size-reduce .content {
  width: calc(100% - 115px);
  /* margin: 90px 20px 20px 95px; */
  margin: 95px 20px 20px 95px;
}

/*------------------seaech-----------------*/

.icon-search {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #b2c3bf;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .icon-search >img{
  width: 20px;
  height: 20px;
} */

.notificarion-wrapper {
  width: 34px;
  height: 34px;
  position: relative;
}

.notificarion-wrapper > span {
  position: relative;
  background: #ba0404;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  bottom: 30px;
  left: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #fff;
}

.notification-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #b2c3bf;
  /* padding: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-info > span {
  display: block;
  border-right: 1px solid #b2c3bf;
  width: 1px;
  height: 20px;
}

.user-profile-wrapper {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.user-profile-wrapper > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #454648;
  margin-bottom: 0;
}

.profile-email {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  color: #535558;
  margin-bottom: 0;
}

/*------------------inner content-------------*/

.content {
  width: calc(100% - 300px);
  /* margin: 95px 20px 20px 280px; */
    margin: 75px 20px 20px 280px;
  transition: all 0.4s ease-in;
}

.page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -5px;
}

.page-top-head {
  color: #23262d;
  font-size: 16px;
  font-weight: 500;
}

.page-top-sub-heads {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #a4adac;
  margin-bottom: 0;
  /* margin-top: 5px; */
}
.page-top-sub-heads > a {
  color: #acacac;
  text-decoration: none;
}

.page-top-sub-heads > a.sub-head-active {
  color: #34beb2;
}

.page-top-sub-heads > a:hover {
  color: #34beb2;
}

.page-top-button {
  background: linear-gradient(
    95.7deg,
    rgba(3, 173, 158, 1) 0%,
    rgba(18, 223, 204, 1) 100%
  );
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
}

.page-top-button:hover {
  background: linear-gradient(
    95.7deg,
    rgba(3, 173, 158, 0.8) 0%,
    rgba(18, 223, 204, 0.8) 100%
  );
  color: #fff;
}

.table-card-block {
  background-color: var(--white-color);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.table-session-management {
  height: calc(100vh - 200px);
  overflow: visible !important;
}

.table-form {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 18px;
}

.select-wrapper > select {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  min-height: 33px;
  padding: 4px 10px;
  background: #fff;
  color: #495057;
  font-size: 13px;
  font-weight: 400;
  height: 33px;
  line-height: 23px;
}

.table_wrapper.full_table_wrapper {
  /* height: calc(100vh - 320px); */
  /* overflow: auto; */
}

.table-card-block table {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  /* margin-top: 10px; */
  margin-top: 19px;
}

.table_wrapper .table_head {
  position: sticky;
  top: -9px; /* Adjust this value as needed */
  right: 0;
  z-index: 10;
  border-top: 1px solid #f3f3f9;
  border-bottom: 1px solid #f3f3f9;
  background-color: #ffffff;
  box-shadow: 0 -1px 0 0 #f3f3f9, 0 1px 0 0 #f3f3f9; /* Top and bottom shadow */
}

.table .table_head {
  background-color: #fff;
  color: #1c1c1c66;
  border-bottom: 1px solid #F1F3F9;
  border-top: 1px solid #F1F3F9;
  text-align: center;
}

.table .table_head th {
  color: #2c2d33;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px;
  text-align: start;
  white-space: nowrap;
}

.table td {
  color: #6e7079;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 8px !important;
  vertical-align: middle;
  min-width: 150px;
  min-height: 57px;
}

.table td:nth-child(11) {
  min-width: 70px !important;
}

.table td:last-child {
  min-width: 70px !important;
}

tbody > tr:hover,
tbody > tr.active {
  background: rgba(18, 223, 204, 0.05);
}

.status-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 26px;
  margin-bottom: 0;
  border-radius: 8px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 4px 11px;
  font-family: var(--font-family) !important;
  text-transform: capitalize;
  border: none;
  font-size: 13px;
  font-weight: 400;
}

.status-wrapper.active {
  background-color: rgba(50, 147, 111, 0.16);
  color: #519c66;
}

.status-wrapper.inactive {
  background-color: #fff2e2;
  color: #e5b900;
}

.status-wrapper.upcomming-color {
  color: #5570f1;
  background: rgba(85, 112, 241, 0.15);
}

.status-wrapper.completed-color {
  color: #519c66;
  background: #deeee8;
}

.action-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #434343;
}

.action-text:hover {
  color: #34bdb2;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input-wrapper > label {
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  color: #949494;
  white-space: nowrap;
}

.input-wrapper input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  color: #2c2d33;
  min-height: 42px;
}

.input-wrapper > input::placeholder {
  color: #49494d !important;
  font-size: 13px;
}

.input-wrapper > input::-ms-input-placeholder {
  color: #49494d !important;
  font-size: 13px;
}

.input-wrapper > select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  color: #2c2d33;
  min-height: 42px;
  background: #fff;
}

.two-col-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.two-col-item {
  width: calc(50% - 5px);
}

.timePicker {
  cursor: pointer;
}

.timePicker.time-icon {
  background-image: url(../../assets/images/clock_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.date-picker {
  cursor: pointer;
}

.date-picker.date-icon {
  background-image: url(../../assets/images/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.bottum-button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  margin-top: 40px;
}

.cancel-button {
  background: #f1f1f1;
  border-radius: 6px;
  border: none;
  padding: 6px 24px;
  color: #4b4b4b;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 150px;
}

.cancel-button:hover {
  background: #e5e5e5;
  color: #4b4b4b;
  text-decoration: none;
}

.save-button {
  border-radius: 6px;
  padding: 11px 24px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.25px;
  font-weight: 500;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  text-decoration: none;
}

.save-button:hover {
  color: #fff;
}

.btn-gradient {
  background: linear-gradient(
    95.7deg,
    rgba(3, 173, 158, 1) 0%,
    rgba(18, 223, 204, 1) 100%
  );
}

.btn-gradient:hover {
  background: linear-gradient(
    95.7deg,
    rgba(3, 173, 158, 0.8) 0%,
    rgba(18, 223, 204, 0.8) 100%
  );
}

.top-btn-gradient {
  background: linear-gradient(
    95.7deg,
    rgba(3, 173, 158, 1) 0%,
    rgba(18, 223, 204, 1) 100%
  );
  border-radius: 6px;
  padding: 17px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  text-decoration: none;
}

.top-btn-gradient:hover {
  background: linear-gradient(
    95.7deg,
    rgba(0, 129, 119, 0.8) 0%,
    rgba(18, 223, 204, 0.8) 100%
  );
  color: #ffffff;
}

.form-inner-title {
  color: #23262d;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-wrapper > label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #4b4b4b;
  margin-bottom: 0;
  white-space: nowrap;
}

.bottom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

input[type="checkbox"] {
  accent-color: #008972;
  width: 20px;
  height: 20px;
  margin-top: 0 !important;
}

/* input[type="checkbox"]:not(.select-all-checkbox) {
  accent-color: #008972;
  width: 20px;
  height: 20px;
  margin-top: 0 !important;
} */

.login-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100vh;
}

.login-section {
  width: 50%;
  padding: 0 0 33px 35px;
  display: flex;
  align-items: center;
  position: relative;
}

.login {
  padding: 100px 131px 0px 96px;
  width: 100%;
}

.main-logo {
  width: 215px;
  height: auto;
}

.login-head-section h1 {
  color: #23262d;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0 !important;
}

.login-head-section p {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.login-form li {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.login-form label {
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.email-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  border-radius: 4px;
  border: 1px solid rgba(159, 159, 159, 0.3);
  background: #fff;
  margin-top: 12px;
  height: 45px;
}

.email-field input {
  width: 90%;
  border: none;
  outline: none;
  margin-right: 5px;
  font-size: 14px;
}

.login-button {
  border-radius: 6px;
  background: linear-gradient(96deg, #03ad9e 24.13%, #12dfcc 88.47%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 25px;
  height: 45px;
  border: none;
}

.login-img-section {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../assets/images/login_main_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
}

.presentation-container {
  background: #fff;
  /* height: 100vh; */
  font-family: var(--font-family) !important;
}

.presentation-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  height: 100vh;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px 30px;
  margin-top: 30px;
}

.presentation-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.presentation-header > h3 {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.presentation-header > p {
  color: #323232;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.three-col-list {
  width: calc(100% - 10px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.three-col-item {
  width: calc(33.33% - 10px);
}

.presentation-form-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.presentation-form-inputs > label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
}

.presentation-form-inputs > input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  background: #f6f6f6;
  border-radius: 6px;
}

.submit-button {
  width: 300px;
  padding: 8px 50px;
  outline: none;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  text-decoration: none;
}

.waiting-room > p {
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin-left: -26px;
}

.waiting-room-sub-head {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.presentation-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.presentation-timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 280px; */
  margin-top: 20px;
  gap: 50px;
}

.duration-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.duration-wrapper > p {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: #949494;
  margin-bottom: 0;
}

.duration-wrapper > h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.presentation-list-wrapper {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 12px;
  margin-top: 35px;
}

.presentation-list-wrapper > p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #323232;
}

.presentation-list {
  list-style: disc;
  padding-left: 20px !important;
}

.presentation-list > li {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #323232;
}

.timer-container > p {
  color: #575757;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/*-------circle progress bar---------------------------*/

.circle-big {
  position: relative;
  width: 114px;
  height: 114px;
  margin: 30px auto 25px auto;
  background: #03ad9e;
  border-radius: 100%;
}

.circle-big svg {
  width: 114px;
  height: 114px;
}

.circle-big .bg {
  fill: none;
  stroke-width: 10px;
  stroke: #fff;
}

.circle-big .progress {
  fill: none;
  stroke-width: 10px;
  stroke: #d1fffb;
  stroke-linecap: round;
  stroke-dasharray: 326.56;
  stroke-dashoffset: 60;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  animation: big 1.5s ease-in-out;
}

.circle-big .text {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 48%;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  transform: translate(-50%);
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0.23px;
  font-weight: 600;
}

.circle-big .text .small {
  font-size: 14px;
  color: #fff;
}

/*-------circle progress bar---------------------------*/

.participants-wrapper {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.participants-text {
  margin-bottom: 0;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
}

.participants-text > span {
  color: #03ad9e;
  font-size: 16px;
  font-weight: 500;
}

.bottum-note {
  margin-top: 40px;
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.bottum-note > span {
  color: #323232;
  font-size: 12px;
  font-weight: 600;
}

.number-input-wrapper > input {
  border: none;
  outline: none;
  max-width: 100px;
}

.number-input-wrapper > input::placeholder {
  color: #2c2d33;
  opacity: 1;
}

.number-input-wrapper > input::-ms-input-placeholder {
  color: #2c2d33;
  font-size: 13px;
  font-weight: 400;
}

.back-arrow-wrapper {
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #445554;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  min-width: 36px;
}

.page-card-block {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 20px 30px;
}

/* .page-card-block.question-card {
  height: calc(100vh - 340px);
} */

.page-card-title {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.question-dropdown {
  position: relative;
}

.question-dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  /* height: 50px; */
  position: relative;
  padding: 12px 15px;
  /* margin-top: 16px; */
}

.question-dropdown-title > p {
  margin-bottom: 0;
  color: #45464e;
  font-size: 14px;
  font-weight: 400;
  max-width: 95%;
}

.question-dropdown-item {
  /* position: absolute; */
  /* background: #fafafa; */
  border-radius: 3px;
  border-width: 1px;
  width: 100%;
  top: 100%;
  /* left: 0; */
  padding: 30px 45px;
  display: none;
  /* z-index: 9; */
}

.question-container {
  max-height: 380px;
  min-height: 380px;
  overflow-y: scroll;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

/* .question-container::-webkit-scrollbar {
  display: none;
} */

.add-new-btn-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 20px;
}

.add-new-btn-wrapper > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #e6f5f4;
  padding: 5px 20px 5px 5px;
  border: none;
  outline: none;
  color: #00a293;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
}

.add-new-btn-wrapper > .add-question-in-page {
  padding: 5px 20px 5px 35px !important;
}

.add-new-btn-wrapper > button > span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.development-presentation-wrapper {
  display: flex;
  gap: 60px;
  padding: 50px;
}

.qr-left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.share-button {
  color: #00a293;
  text-align: end;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 10px;
}

.share-button:hover {
  color: #00776b;
}

.qr-title-wrapper > h6 {
  color: #2c2d33;
  font-size: 16px;
  font-weight: 500;
}

.qr-title-wrapper > p {
  color: #949494;
  font-size: 13px;
  font-weight: 400;
}

.category-list {
  display: flex;
  column-gap: 60px;
  row-gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.category-item {
  width: calc(25% - 60px);
  display: flex;
}

.category-wrapper > p {
  color: #949494;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
}

.category-wrapper > h6 {
  color: #2c2d33;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  /* white-space: nowrap; */
  min-width: 160px;
  word-break: break-all;
}

.candidates-container {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.candidates-wrapper {
  background-color: rgba(255, 255, 255, 0.56);
  width: 70%;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 35px 35px 69px;
  box-shadow: -2.39px 2.39px 2.39px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(44.73px);
}

.participant-wrapper {
  background: rgba(255, 255, 255, 0.56);
  width: 30%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid #e1e1e1;
  padding: 48px 15px 65px 23px;
  box-shadow: -2.39px 2.39px 2.39px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(44.73px);
}

.candidates-head {
  color: #000000;
  font-size: 39px;
  font-weight: 400;
  margin-top: 100px;
  max-width: 443px;
  margin-left: 22px;
}

.candidates-sub-head {
  color: #000000;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.022000000000000002em;
  font-weight: 400;
  margin-left: 22px;
}

.qr-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 70%;
  margin-left: 22px;
}

.quiz-start-btn {
  color: #3e3e3e;
  font-size: 13px;
  line-height: 7.89px;
  font-weight: 500;
  text-decoration: none;
  height: 15px;
  cursor: pointer;
  white-space: nowrap;
}

.quiz-start-btn > span {
  color: #fff;
  background: #383838;
  border-radius: 2.63px;
  width: 34.62px;
  height: 15.34px;
  text-align: center;
  padding: 5px 5px;
}
.quiz-start-btn:hover {
  color: #202020;
}

.participant-head {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 5.5px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.participant-head > span {
  color: #03ad9e;
  font-size: 24px;
  font-weight: 500;
}

.participant-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 512px;
  min-height: 512px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.participant-list::-webkit-scrollbar {
  display: none;
}

.participant-card {
  background: #fff;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.participant-card > span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #f6fff7;
}

.participant-card > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.participant-card > p {
  color: #1c1c1c;
  font-size: 13px;
  line-height: 10.73px;
  font-weight: 400;
  margin-bottom: 0;
}

.dropdown-item-wrapper {
  display: flex;
  gap: 10px;
}

.sl-no-item {
  background: #ffffff;
  border-radius: 3px;
  border-style: solid;
  border-color: #e9e9e9;
  border-width: 1px;
  /* width: 33px; */
  /* height: 42px; */
  padding: 9px 16px 8px 10px;
  text-align: center;
}

.dropdown-answer-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ans-list-icon {
  margin-top: 30px;
}

.dropdown-icon > img {
  transition: transform 0.3s ease; /* Smooth transition for the rotation */
  width: 23px;
  height: 24px;
}
.rotate {
  transform: rotate(180deg); /* Rotate 180 degrees */
}

.file-upload-input {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 28px;
}

.file-upload-input > input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.qs-add-btn {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 28px;
}

.export-button {
  background: #fff;
  color: #373737;
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  max-height: 36px;
  transition: 0.4s all ease-in;
  border: 1px solid #d9d9d9;
}

.export-button:hover {
  background: #f4fffd;
  color: #242424;
}

.page-top-tab-list {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.page-top-tab-item {
  background: #ffffff;
  min-width: 120px;
  border-radius: 6px;
  padding: 6px 10px 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  cursor: pointer;
}

.page-top-tab-item:hover,
.tab-active {
  border: 1px solid #12dfcc;
  color: #363636;
}

.tab-content {
  display: block;
}

.tab-content.active {
  display: block;
}

.test-tab {
  display: none;
}

.table-top-input-wrapper {
  width: 147px;
  min-width: 147px;
}

.table-top-input-wrapper > input {
  width: 100%;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background-image: url(../../assets/images/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 13px;
  min-height: 33px;
}

.table-top-input-wrapper > input::placeholder {
  color: #495057;
}

.view-wrapper {
  background: rgba(28, 0, 198, 0.15);
  border-radius: 3px;
  width: 26px;
  height: 26px;
  /* padding: 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.view-wrapper > img {
 width: 13.333333015441895px;
height: 11.420000076293945px;
}

.view-wrapper:hover {
  background: rgba(28, 0, 198, 0.2);
}

.session-table {
  height: calc(100vh - 270px);
  /* overflow-y: auto; */
}

.session-list {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  row-gap: 27px;
  margin-bottom: 0;
  gap: 10px;
}

.session-item {
  width: calc(33.33% - 10px);
}

.leaderboard-wrapper {
  width: 50%;
}

.leaderboard-wrapper > p {
  color: #949494;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}

.profile-title {
  color: #010101;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  /* white-space: nowrap; */
  min-width: 90px;
  max-width: 200px;
}

.bar-graph-wrapper {
  width: 100%;
  display: flex;
  gap: 7px;
  align-items: center;
}

.bar-graph {
  padding: 5px 6px;
  background: #09a484;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 31px;
  min-width: 40px;
}

.bar-graph.color-one {
  background: #09a484;
}
.bar-graph.color-two {
  background: #124d3a;
}
.bar-graph.color-three {
  background: #2ee5af;
}

.bar-graph > span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar-graph > span > img {
  width: 100%;
  height: 100%;
}

.bar-graph-wrapper > p {
  color: #161616;
  font-size: 21.46875px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
.bar-graph-wrapper > p > span {
  color: #848484;
  font-size: 11.927083969116211px;
  font-weight: 400;
}

.table-top-select-wrapper > select {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  min-height: 33px;
  min-width: 370px;
  padding: 4px 10px;
  background: #fff;
  color: #495057;
  /* max-width: 80%; */
}

.participants-img {
  display: flex;
  align-items: flex-start;
}

.participants-img > span {
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.participants-img > span:nth-child(2),
.participants-img > span:nth-child(3) {
  margin-left: -15px;
}

.participants-img > span > img {
  width: 100%;
  height: 100%;
}

.participants-img > span > p {
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
}

.participants-img > span:nth-child(4) {
  background: linear-gradient(to left, #00a293, #00a293);
  margin-left: -15px;
}

.session-details-table {
  height: calc(100vh - 330px);
  /* overflow: auto; */
}

.progress-tab-list {
  display: flex;
  gap: 5px;
}

.progress-tab-item {
  background: #e7e7e7;
  border-radius: 11px;
  min-width: 6px;
  height: 6px;
  width: 100%;
}

.progress-tab-item.progress-tab-active {
  background: #05b6a5;
}

.question-count {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
}
.question-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.question-wrapper > h5 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}

.answer-options-wrapper {
  display: flex;
  list-style: upper-alpha;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 0;
  color: #323232;
  font-size: 23px;
  font-weight: 400;
  justify-content: center;
  align-items: stretch;
}

.answer-options-wrapper > li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(50% - 80px);
  flex-grow: 1;
}

.answer-options {
  display: flex;
  gap: 8px;
  border: 1px solid #d7d7d7;
  padding: 30px 20px;
  border-radius: 9px;
  min-width: 100px;
  align-items: center;
  min-height: 95px;
  width: 100%;
  flex-grow: 1;
}

/* .answer-options:hover,
.active {
  background: #f0fffe;
  border: 1px solid #56b5ac;
  border-radius: 5px;
} */

.answer-options > p {
  color: #323232;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 77%;
  /* min-width: 77%; */
  word-break: break-all;
}

.page-inner-logo {
  position: absolute;
  top: 50px;
  left: -100px;
  width: 172px;
  height: 33px;
}

.progress-bar-wrapper {
  width: 80%;
  margin-top: -30px;
}

.radio-input-style {
  height: 32px;
  min-height: 32px;
  width: 32px;
  min-width: 32px;
  accent-color: #05b6a5;
}

.bottum-submit-btn {
  background: linear-gradient(
    96.13deg,
    rgba(3, 173, 158, 1) 0%,
    rgba(18, 223, 204, 1) 100%
  );
  border-radius: 50px;
  height: 56px;
  display: flex;
  width: 300px;
  text-align: center;
  /* display: none; */
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.bottum-submit-btn:hover {
  background: linear-gradient(
    96.13deg,
    rgb(1, 151, 139) 0%,
    rgb(14, 201, 182) 100%
  );
}

.disabled-item {
  color: #6c757d;
  pointer-events: none;
  opacity: 0.6;
}

.quz-container {
  height: 100vh;
  max-width: 1800px;
  margin: auto;
}

.quz-inner-container {
  max-width: 1440px;
  margin: 0 auto;
}

.quz-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-inner-logo {
  display: flex;
}

.single-progress-tab-item {
  background: #e7e7e7;
  border-radius: 11px;
  min-width: 6px;
  height: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.single-progress-tab-item > span {
  background: linear-gradient(
    90deg,
    rgba(3, 173, 158, 1) 0%,
    rgba(18, 223, 204, 1) 100%
  );
  min-width: 6px;
  height: 6px;
  border-radius: 11px;
}

.correct-section-container {
  background: #f5f5f5;
  border-radius: 20px;
  width: 100%;
  padding: 40px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.correct-section-container > span {
  background: #03ad9e;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.correct-section-container > span > img {
  width: 80px;
}

.correct-section-container > h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.correct-section-container > p {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.correct-section-container > p > span {
  color: #03ad9e;
  font-size: 14px;
  font-weight: 500;
}

.poit-count-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.correct-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.poit-count-wrapper > p {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.poit-count-wrapper > p > span {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
}

.leaderboard-wrapper {
  background-color: rgba(255, 255, 255, 0.56);
  border-radius: 12px;
  padding: 0px 35px 35px 69px;
  backdrop-filter: blur(44.73px);
}

.leaderboard-head {
  color: #000000;
  font-size: 39px;
  line-height: 120%;
  letter-spacing: -0.022000000000000002em;
  font-weight: 500;
}

.custom-select {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #6b8781;
  padding: 6px 10px;
  color: #6b8781;
}

.leaderboard-bar {
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 35px;
  min-width: 40px;
}

.leaderboard-bar.color-one {
  background: #09a484;
}

.leaderboard-bar.color-two {
  background: #124d3a;
}

.leaderboard-bar.color-three {
  background: #31fed4;
}

.leaderboard-bar.color-four {
  background: #b2ffef;
}

.leaderboard-bar.color-five {
  background: #00503f;
}

.leaderboard-bar.color-six {
  background: #1f8772;
}

.leaderboard-bar.color-seven {
  background: #09a484;
}

.leaderboard-bar > span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaderboard-bar > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eaderboard-profile-title {
  color: #010101;
  font-size: 13px;
  font-weight: 500;
}

.point-text {
  color: #161616;
  font-size: 22px;
  font-weight: 500;
}

.point-text > span {
  color: #848484;
  font-size: 12px;
  font-weight: 500;
}

.bottum-export-button {
  background: #f1f1f1;
  color: #373737;
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  min-height: 50px;
  min-width: 116px;
  justify-content: center;
}

.bottum-export-button:hover {
  background: #e5f3f0;
  color: #242424;
}

.thank-you-section {
  width: 100%;
  padding: 40px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thank-you-section > span {
  background: #03ad9e;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-section > h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.thank-you-section > p {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.poin-text {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
}

.dashboard-main-container {
  padding: 28px 0 28px 15px;
}

.bashbord-top-content-list {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.bashbord-top-content-list > li {
  width: calc(25% - 15px);
}

.top-card-wrapper {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #f6f6f6;
  border-radius: 6px;
}

.card-text-wrapper > h6 {
  color: #8b8d97;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.card-text-wrapper > p {
  color: #45464e;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.chart-container {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.test-overview-chart-wrapper {
  width: calc(40% - 15px);
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 12px;
}

.chart-wrapper {
  width: calc(30% - 8px);
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 12px;
  min-height: 150px;
}

.year-filter-wrapper {
  width: 100px;
}

.year-filter-wrapper > select {
  width: 100%;
  background: #f7f8fa;
  border-radius: 4px;
  padding: 6px 20px;
  border: none;
  outline: none;
}

.chart-title {
  color: #45464e;
  font-size: 20px;
  font-weight: 600;
}

.chart-legend-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.chart-legend-wrapper > li {
  color: #8b8d97;
  font-size: 12px;
  line-height: 131.9%;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}

.chart-legend-wrapper > li > span {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  min-width: 13px;
}

.legend-color-one {
  background: #00a293;
}

.legend-color-two {
  background: #b2e1dd;
}

.quiz-result-wrapper {
  list-style-type: upper-alpha;
  padding: 0;
  margin: 0;
}

.quiz-result-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
  flex-wrap: wrap;
}

/* .quiz-result-item > p {
  color: #323232;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
  min-width: 300px;
  max-width: 300px;
  text-wrap: wrap;
  word-break: break-all;
} */

.quiz-result-bar {
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 10px;
  justify-content: center;
  min-width: 60px;
  max-width: 900px;
}

.quiz-result-bar.color-one {
  background: #179f3d;
}

.quiz-result-bar.color-two {
  background: #ff7070;
}

.quiz-result-wrapper > li {
  color: #323232;
  font-size: 23px;
}

.quiz-result-bar > p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.session-completed-title {
  color: #000000;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.022000000000000002em;
  font-weight: 500;
}

.session-completed-sub-head {
  color: #000000;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.022000000000000002em;
  font-weight: 400;
}

.session-completed-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(20% - 50px);
}

.session-completed-items > h6 {
  color: #949494;
  font-size: 20.913646697998047px;
  font-weight: 500;
}

.session-completed-items > p {
  color: #000000;
  font-size: 24.716129302978516px;
  font-weight: 500;
}

.bottum-badge-text > span {
  color: #050505;
  font-size: 32px;
  font-weight: 600;
}

.bottum-badge-text {
  color: #050505;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.phone-code-wrapper {
  background: #f6f6f6;
  border-radius: 8px;
  padding-left: 10px;
}

.session-table-top > h4,
.table-top > h4 {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 0;
}

.no-data-fount-text {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
}
.no-data-fount-text > h4 {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
}

td > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #1c1c1c;
  /* padding: 15px 20px !important; */
  vertical-align: middle;
}

td > a:hover {
  color: #34beb2;
}

.session-table-top,
.table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.menu_item-bg-remove {
  background: none !important;
  border: none !important;
  border: 1px solid transparent !important;
}

.menu_item-bg-remove:hover {
  background: #f0fffe !important;
  /* border: 1px solid #56b5ac !important; */
  border-radius: 5px;
}

.quiz-result-bar > p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.legend-color-three {
  background: #03d9c1;
}

.legend-color-four {
  background: #a4fff7;
}

.legend-color-five {
  background: #30fbe5;
}

.legend-color-six {
  background: #42867f;
}

.legend-color-seven {
  background: #0cdac5;
}

.legend-color-eight {
  background: #447d78;
}

.legend-color-nine {
  background: #61c5ba;
}

.legend-color-eleven {
  background: #2efee7;
}

.legend-color-twelve {
  background: #5da7a0;
}

.upcoming-session-title {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
}

.upcoming-session-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  max-height: 310px;
  overflow: scroll;
}

.upcoming-session-list::-webkit-scrollbar {
  display: none;
}

.upcoming-session-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.session-table::-webkit-scrollbar {
  display: none;
}

.session-table {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.session-details-table ::-webkit-scrollbar {
  display: none;
}

.session-details-table {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.upcoming-session-item {
  display: flex;
  background: #fff;
  border-radius: 6px;
  padding: 6px 8px;
  gap: 16px;
  width: 100%;
}

.upcoming-session-item:hover,
.session-active {
  background: #e7fffd;
  box-shadow: 0px 1px 12.8px 0px rgba(0, 0, 0, 0.08);
  color: #42867f;
}

.upcoming-session-item > span {
  width: 4px;
  border-radius: 9px;
  height: 52px;
}

.session-item-title {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-top: 5px;
}

.session-item-list {
  display: flex;
  gap: 6px;
}

.session-item-list > li {
  display: flex;
  gap: 4px;
  align-items: center;
}

.session-item-list > li {
  color: #8b8d97;
  font-size: 12px;
  line-height: 18.93px;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.session-item-list > li:hover {
  color: #42867f;
}

.session-item-list > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-overview-chart {
  height: 280px !important;
  overflow: hidden;
}

.test-overview-chart > canvas {
  height: 100% !important;
}

.number-field-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.up-down-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
}

.up-down-btn-wrapper > button {
  width: 10px;
  height: 6px;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.up-down-btn-wrapper > button > img {
  width: 100%;
  height: 100%;
}

.number-field-wrapper > p {
  color: #2c2d33;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.index-table-wrapper {
  height: calc(100vh - 700px);
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.profile-logout-container {
  background: #fff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 255, 0.2);
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
  width: 250px;
  height: 250px;
}

.user-profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.user-profile-container > h6 {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.user-profile-container > p {
  color: #8b8d97;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 8px;
}

.user-profile-container > a {
  background: linear-gradient(
    95.7deg,
    rgba(3, 173, 158, 1) 0%,
    rgba(18, 223, 204, 1) 100%
  );
  color: #fff;
  padding: 3px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  margin-top: 5px;
}

.user-profile-container > a:hover {
  background: linear-gradient(
    95.7deg,
    rgba(3, 173, 158, 0.8) 0%,
    rgba(18, 223, 204, 0.8) 100%
  );
  color: #fff;
}

.avatar-profile-wrapper {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-bottom: 5px;
}

.avatar-profile-wrapper > img {
  width: 100%;
  height: 100%;
}

.icon-close_icon {
  color: #8b8d97;
  cursor: pointer;
}

.icon-close_icon:hover {
  color: #00a595;
}

.table-wrapper {
  overflow: auto;
}

.qr-right-content > h6 {
  color: #2c2d33;
  font-size: 14px;
  font-weight: 500;
}

.qr-right-content > p {
  color: #8b8d97;
  font-size: 12px;
  font-weight: 400;
}

.qr-wrapper {
  margin-top: 50px;
}

.ans-img-container {
  width: 80px;
  height: 80px;
  border: 1px solid #d9d9d9;
  position: relative;
  padding: 5px;
  border-radius: 5px;
  min-width: 80px;
  max-width: 80px;
}

.ans-img-wrapper {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ans-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-dlt-icon {
  position: absolute;
  top: -15px;
  right: -10px;
  cursor: pointer;
}

.qs-file-upload-input {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.qs-file-upload-input > input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.qs-input-wrapper {
  display: flex;
  /* border: 1px solid #d9d9d9; */
}

.qs-input-wrapper > input {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
}

.pagination a {
  text-decoration: none;
}

.pagination a:hover {
  color: #02b19f;
}

.back-arrow-wrapper:hover,
.icon-arrow_left:hover {
  border: 1px solid #02b19f;
  color: #02b19f !important;
}

.icon-arrow_left:hover {
  border: 1px solid transparent !important;
}

.dropdown-icon-wrapper {
  display: flex;
  align-items: center;
}

.individual-qs-title {
  color: #010101;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  /* white-space: nowrap; */
  min-width: 56px;
  width: 300px;
}

.individual-list {
  width: calc(60% - 10px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  row-gap: 27px;
  margin-bottom: 0;
  gap: 10px;
}

.individual-item {
  width: calc(25% - 10px);
}

.individual-wrapper {
  background-color: rgba(255, 255, 255, 0.56);
  width: 40%;
  border-radius: 12px;
  padding: 0px 35px 20px;
  backdrop-filter: blur(44.73px);
}

.individual-main-container {
  display: flex;
  margin-top: 20px;
}

.individual-wrapper-item {
  width: 100%;
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.bar-graph.color-wrong {
  background: #ff7070;
}

.table-top-date-range-wrapper {
  width: 220px;
  min-width: 220px;
}

.table-top-date-range-wrapper > input {
  width: 100%;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  background-image: url(../../assets/images/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 13px;
  min-height: 36px;
}

.response-table-form {
  display: flex;
  gap: 15px;
}

.table-top {
  gap: 15px;
}

.login-img-section > img {
  width: 100%;
}

.session-main-wrapper {
  display: flex;
}

.leaderboard-main-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.56);
  border-radius: 12px;
  padding: 50px 35px 35px 69px;
  backdrop-filter: blur(44.73px);
  margin-top: 27px;
  height: 100%;
}

.leaderboard-profile-title {
  color: #010101;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  min-width: 100px;
}

.candidates-container-full {
  margin-top: 0;
}

.candidates-wrapper-full {
  height: 100vh;
  width: 80%;
  padding: 60px 100px 75px;
}
.participant-wrapper-full {
  height: 100vh;
  width: 20%;
}

.candidates-head-full {
  margin-top: 190px;
}

.qr-wrapper-full {
  margin-top: 100px;
}

.leaderboard-main-wrapper-full {
  height: 100vh;
  margin-top: 0 !important;
  padding: 60px;
}

.bottum-export {
  height: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
}

.btn-top-show {
  display: block;
}

.btn-top-show-full {
  display: none !important;
}

.minimize-btn {
  display: none;
}

.minimize-btn-full {
  display: flex;
  height: 50px;
  width: 50px;
  background: linear-gradient(
    90deg,
    rgba(4, 176, 161, 1) 0%,
    rgba(17, 220, 201, 1) 100%
  );
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 55px;
}

.minimize-btn-full > img {
  width: 100%;
  height: 100%;
}

.leaderboard-bars-wrapper {
  width: 65%;
  margin-top: 60px;
}

.fullscreen-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  /* max-width: 55px; */
  width: 100%;
}

.green-tick-wrapper {
  width: 68px;
  height: 52px;
}

.green-tick-wrapper > img {
  width: 100%;
  height: 100%;
}

.people-icon-wrapper {
  width: 36px;
  height: 36px;
}

.people-icon-wrapper > img {
  width: 100%;
  height: 100%;
}

.second-session-list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  row-gap: 27px;
  margin-bottom: 0;
  gap: 10px;
}

.search-wrapper.admin {
  width: 100%;
  min-width: 350px;
}

.drop-main-li {
  width: 75%;
}
.answer-options-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 1px solid #d1d1d6;
  border-radius: 3px;
  padding: 3px;
}

.answer-options-img > img {
  width: 100%;
  height: 100%;
}

.question-img-wrapper > img {
  width: 100%;
  height: 100%;
}

.yet-answer {
  padding-right: 100px;
}

.your-answer {
  width: 100%;
}
.select-wrapper {
  width: 215px;
}

.show-more-wrapper {
  padding-left: 131px;
}

.show-more-wrapper > a {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.show-more-wrapper > a:hover {
  color: #00a595;
}

.bar-graph > p {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.session-started-container {
  background-color: #ffffff;
  padding: 25px;
  height: 100vh;
}

.session-started-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.session-started-wrapper > h3 {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 0;
}

.session-started-wrapper > p {
  color: #232323;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
}

.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%
  );
}

.test-overview-wrapper {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(3, 173, 158, 0.52);
  width: 100%;
  padding: 16px 45px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 400px;
}

.test-overview-head {
  color: #03ad9e;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.details p {
  display: flex;
  justify-content: flex-start;
  padding: 5px 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.equation {
  text-align: center;
  font-size: 1.2em;
  background-color: #00796b;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.test-overview-label {
  min-width: 100px;
}

/* ------ bar animation --------- */

@keyframes animateWidth {
  from {
    width: 0%;
  }
}

@keyframes animateTransform {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(0);
  } /* or another value instead of 'none' */
}

.withRepaint {
  animation: animateWidth 0.8s cubic-bezier(0.3, 0.4, 0.5, 0.3) forwards;
}

.withoutRepaint {
  overflow: hidden;
}

.withoutRepaint .nested {
  animation: animateTransform 2s infinite cubic-bezier(0.3, 0.4, 0.5, 0.3);
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation-delay: 1s;
}

.icon--order-success svg circle {
  animation: checkmark-circle 0.6s ease-in-out backwards;
  animation-delay: 1s;
}

.icon--order-success svg circle {
  stroke: #03d9c1;
}

.icon--order-success svg path {
  stroke: #ffffff;
}

.icon--order-success svg g {
  fill: #03ad9e;
}

.correct-icon-wrapper {
  position: relative;
}

#drawing_canvas {
  position: absolute;
  margin: auto;
  width: 512px;
  height: 350px;
  top: 10%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.cross__svg {
  border-radius: 50%;
  display: block;
  height: 154px;
  margin: 4rem auto;
  stroke-width: 3;
  width: 154px;
}

.cross__circle {
  animation: stroke 0.6s ease normal forwards;
  fill: #03ad9e;
  margin: 0 auto;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
}

.cross__path {
  stroke: #fff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}

.cross__path--right {
  animation: stroke 0.3s ease 0.8s normal forwards;
}

.cross__path--left {
  animation: stroke 1s ease 0.8s normal forwards;
}

.year-filter-wrapper > input {
  width: 100%;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background-image: url(../../assets/images/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 13px;
  min-height: 33px;
}
.question-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.question-container::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}

/* Handle */
.question-container::-webkit-scrollbar-thumb {
  background: #00a595;
  border-radius: 10px;
}

/* Handle on hover */
.question-container::-webkit-scrollbar-thumb:hover {
  background: #00776b;
}

.section-bar-graph {
  padding: 5px 6px;
  background: #09a484;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 31px;
  min-width: 40px;
}

.section-bar-graph.color-1 {
  background: #09a484;
}
.section-bar-graph.color-2 {
  background: #124d3a;
}
.section-bar-graph.color3 {
  background: #2ee5af;
}

.section-bar-graph > span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-bar-graph.color-wrong {
  background: #ff7070;
}

.section-bar-graph > p {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0 !important;
}

:root {
  --scrollbar-thumb-color: #00a595;
  --scrollbar-track-color: transparent;
  --scrollbar-thumb-hover-color: #00776b;
}

.table_wrapper.full_table_wrapper {
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
}

.table_wrapper.full_table_wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

.table_wrapper.full_table_wrapper::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color);
}

.table_wrapper.full_table_wrapper::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 10px !important;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.table_wrapper.full_table_wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover-color);
  border-radius: 10px !important;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.dashboard-table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-date-range-wrapper {
  width: 220px;
  min-width: 220px;
}

.dashboard-date-range-wrapper > input {
  width: 100%;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background-image: url(../../assets/images/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 13px;
  min-height: 33px;
}

.waiting-room {
  width: 100%;
  justify-content: space-between;
}

.quiz-result-text-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 350px;
  max-width: 350px;
}

.quiz-result-text-wrapper > p {
  color: #323232;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
  text-wrap: wrap;
  word-break: break-all;
}

@supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
  .table_wrapper.full_table_wrapper {
    scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
    scrollbar-width: thin;
  }
}

.table_wrapper.full_table_wrapper::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

.table_wrapper.full_table_wrapper::-webkit-scrollbar-track {
  border-radius: 10px !important;
}

.table_wrapper.full_table_wrapper::-webkit-scrollbar-thumb {
  background: #00a595 !important;
  border-radius: 10px !important;
}

.dashboard-table-form {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

.sumo-input-wrapper .SumoSelect > .CaptionCont {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  outline: none;
  background: #ffffff;
  color: #374151;
  min-height: 36px;
  max-height: 36px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  font-family: var(--font-family);
  transition: all 0.2s ease;
  cursor: pointer;
}

.sumo-input-wrapper .SumoSelect > .CaptionCont:hover {
  border-color: #9ca3af;
}

.sumo-input-wrapper .SumoSelect > .CaptionCont:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.sumo-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 36px;
  max-height: 38px;
  /* min-width: 180px; */
  min-width: 135px;
}

.sumo-input-wrapper > .SumoSelect {
  width: 100% !important;
}

/* Fallback styling for select if SumoSelect fails */
.sumo-input-wrapper select.fallback-select,
.sumo-input-wrapper select {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  height: 36px;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  outline: none;
  background: #ffffff;
  color: #495057;
  font-size: 12px;
  font-weight: 400;
  /* line-height: 100%; */
  transition: all 0.2s ease;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 32px;
}
/*

.sumo-input-wrapper select.fallback-select:focus,
.sumo-input-wrapper select:focus {
  border-color: #10b981;
} */

/* Sumo Select Dropdown Styling - Enhanced */
.sumo-input-wrapper .SumoSelect {
  width: 100% !important;
  display: block !important;
}

.sumo-input-wrapper .SumoSelect > .optWrapper {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  margin-top: 2px !important;
  background: #ffffff !important;
  z-index: 9999 !important;
}

.sumo-input-wrapper .SumoSelect > .optWrapper > .options {
  max-height: 200px !important;
  padding: 4px 0 !important;
  border-radius: 8px !important;
}

.sumo-input-wrapper .SumoSelect > .optWrapper > .options li {
  padding: 8px 12px !important;
  font-family: var(--font-family) !important;
  font-size: 13px !important;
  color: #374151 !important;
  transition: background-color 0.2s ease !important;
  cursor: pointer !important;
}

.sumo-input-wrapper .SumoSelect > .optWrapper > .options li:hover {
  background-color: #f3f4f6 !important;
}

.sumo-input-wrapper .SumoSelect > .optWrapper > .options li.selected {
  /* background-color: #10b981 !important; */
  background: linear-gradient(95.7deg, rgba(3, 173, 158, 1) 0%, rgba(18, 223, 204, 1) 100%);
  color: #ffffff !important;
}

/* Arrow styling */
.sumo-input-wrapper .SumoSelect > .CaptionCont > label {
  color: #6b7280 !important;
}

.sumo-input-wrapper .SumoSelect.open > .CaptionCont {
  /* border-color: #10b981 !important; */
  border: 1px solid #E9E9E9 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
}

/* Force visibility */
.sumo-input-wrapper .SumoSelect,
.sumo-input-wrapper .SumoSelect > .CaptionCont,
.sumo-input-wrapper .SumoSelect > .optWrapper {
  visibility: visible !important;
  opacity: 1 !important;
}

.leaderboard-wrapper > h6 {
  color: #2c2d33;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  white-space: nowrap;
  min-width: 160px;
}

.db-no-data-fount-text > h4 {
  color: #45464e;
  font-size: 16px;
  font-weight: 500;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-sumoselect-wrapper .SumoSelect > .CaptionCont {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #6b8781;
  border-radius: 3px;
  outline: none;
  min-height: 33px;
  max-height: 33px;
  color: #6b8781;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}

.custom-sumoselect-wrapper .SumoSelect > .optWrapper > .options {
  max-height: 178px;
}

.input-wrapper > .SumoSelect > .CaptionCont {
  line-height: 26px;
}

.session-compleated-items-wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 80%;
}

.waiting-room-page {
  height: auto;
}

.quz-content-wrapper > h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}

.submit-button :hover {
  color: #fff;
}

.completed-session-table {
  height: calc(100vh - 440px);
}

.session-question-table {
  height: calc(100vh - 400px);
}

.session-user-table {
  height: calc(100vh - 475px);
}

.survay-share-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #1c1c1c;
}

.survay-share-link:hover {
  color: #00a595;
}

/* ------notification--- */

.notification-item > a {
  text-decoration: none;
}

.profile-round {
  min-width: 26px;
  min-height: 26px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.profile-round > img {
  width: 100%;
  height: 100%;
}

.table_wrapper.completed_table_wrapper {
  height: calc(100vh - 480px);
  overflow: auto;
}

.table_wrapper.session-question_table_wrapper {
  height: calc(100vh - 450px);
  overflow: auto;
}

.table_wrapper.session-user_table_wrapper {
  height: calc(100vh - 527px);
  overflow: auto;
}

.table_wrapper.management_table_wrapper {
  height: calc(100vh - 250px);
  overflow: auto;
}

.table-scroll {
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
}

.table-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

.table-scroll::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color);
}

.table-scroll::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 10px !important;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.table-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover-color);
  border-radius: 10px !important;
  border: 2px solid transparent;
  background-clip: padding-box;
}

@supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
  .table-scroll {
    scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
    scrollbar-width: thin;
  }
}

.table-scroll::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

.table-scroll::-webkit-scrollbar-track {
  border-radius: 10px !important;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #00a595 !important;
  border-radius: 10px !important;
}

.no-job-found {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.test_table_wrapper {
  height: calc(100vh - 250px);
  overflow: auto;
}

.page-csat-legend-entry > span {
  color: #6e7079;
  font-size: 13px;
  font-weight: 400;
}

.center-subtext {
  text-anchor: middle;
  color: #949494 !important;
  font-size: 11px;
  font-weight: 500;
}

.doccument-wrapper {
  border-radius: 6px;
  background: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  margin: 0 10px;
}
.doccument-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;
}
.doccument-wrapper span {
  margin: 0 !important;
  width: 24px;
  height: 24px;
}
.doccument-wrapper img {
  margin: 0 !important;
  margin-left: 5px !important;
  /* width: 100%; */
}

.input-wrapper > p {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
}

.average-survey-td {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px;
  text-align: right;
}

.value-td {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 30px;
}

.session-detail-table {
  height: calc(100vh - 400px);
}

.table_wrapper.full_table_wrapper.session-detail-table-wrapper {
  height: calc(100vh - 450px) !important;
  overflow: auto;
}

.survey-detail-head {
  display: flex;
  flex-wrap: wrap;
}

.survey-detail-list {
  width: calc(61% - 10px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  row-gap: 0 !important;
  margin-bottom: 0;
}

.survey-detail-item {
  width: calc(25% - 10px);
}

.pie-chart-section {
  width: calc(40% - 10px);
}

.table_wrapper.full_table_wrapper.full_table_wrapper-height {
  height: calc(100vh - 260px);
  overflow: auto;
}

.survey-table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.survey-table-form {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

input:-webkit-autofill {
  background-color: white !important; /* Or any color you want */
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: black !important; /* Text color */
}

.page-breadcrumb {
  color: #a4adac;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  gap: 5px;
}

.page-breadcrumb > li,
.page-breadcrumb > li > a {
  color: #a4adac;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.page-breadcrumb > li > a:hover {
  color: var(--main-color);
}

.btn.top-import-btn {
  background: #ffffff;
  border-radius: 6px;
  padding: 8px;
  color: #373737;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}

.share-icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-icon-wrapper {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f5f5f5;
  padding: 5px;
}

/* Import Button Styling */
.xls_import_btn {
  background-color: white !important;
  border: 1px solid #e7e7e7 !important;
  color: #374151 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 6px 30px 6px 12px !important;
  border-radius: 4px !important;
  transition: all 0.2s ease !important;
  gap: 4px !important;
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}

.xls_import_btn:hover {
  background-color: #f9fafb !important;
  border-color: #d1d5db !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.xls_import_btn img {
  /* width: 20px !important;
  height: 20px !important; */
}

/* search */

/* Search Input Placeholder Styling */
.search-wrapper input::placeholder {
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: #949494 !important;
}

.search-wrapper input::-webkit-input-placeholder {
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 100% !important;
  color: #949494 !important;
}

.search-wrapper input::-moz-placeholder {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 100% !important;
  color: #949494 !important;
}

.search-wrapper input:-ms-input-placeholder {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 100% !important;
  color: #949494 !important;
}

.search-wrapper {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  /* min-height: 36px;
  max-height: 35px; */
  /* height: 36px; */
  align-items: center;
  min-width: 256px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-wrapper > input {
  width: 90%;
  border: none;
  outline: none;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 500;
  line-height: 17.02px;
}

.search-wrapper > span {
  /* width: 10%; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.search-wrapper > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plane_button {
  all: unset; /* resets all default browser styles */
  cursor: pointer;
}

.font_off_clr {
  display: block;
  font-size: 12px;
  color: #6e7079;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

/* Logic Buttons Styling - Display Logic & Skip Logic */
.logic-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  background-color: white !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
  color: #1c1c1c !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 10.73px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  white-space: nowrap !important;
}

.logic-btn:hover {
  background-color: #f9fafb !important;
  border-color: #d1d5db !important;
  color: #374151 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  text-decoration: none !important;
}

.logic-btn:active {
  background-color: #f3f4f6 !important;
  transform: translateY(1px) !important;
}

/* Logic Button Icons */
.logic-btn .icon {
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0 !important;
}

/* Logic Button Group Container */
.logic-buttons-container {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 12px !important;
}

/* Reusable class for channel, status, and date range options */
.filter-option-style {
  font-family: Poppins, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: #495057 !important;
}

/* ==================== TEST OVERLAY STYLES ==================== */

/* Test Overlay - Positioned at body level to cover sidebar */
.test_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999; /* Higher than sidebar z-index */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  backdrop-filter: blur(2px);
}

/* Active state for test overlay */
.test_overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Body scroll lock when modal is open */
body.modal-open {
  overflow: hidden !important;
}

/* Ensure modal appears above the test overlay */
#modal {
  z-index: 100000 !important; /* Higher than test overlay */
}

.test_overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_container {
  width: 80%;
  max-width:757px;
 margin: 0 auto !important;
}


.import_box_title {
font-weight: 500;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;
color: #6E7079;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.mb_6 {
  margin-bottom: 6px !important;
}

.mb_2 {
  margin-bottom: 2px !important;
}


.g_14 {
gap: 14px !important;
}

.min_w_296px {
  min-width: 296px !important;
}


.CaptionCont .SelectBox {
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #495057;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.flow_unset {
  overflow: unset !important;
}

/* ==================== TABLE SPACING IMPROVEMENTS ==================== */

/* Enhanced spacing for survey share table - preserves all existing styles */
#customer_table_container .table td {
  padding: 14px 16px !important; /* Increased padding for better spacing */
}

/* Improved header spacing */
#customer_table_container .table thead td {
  padding: 16px 16px 18px 16px !important; /* Extra bottom padding for header separation */
}

/* Better row spacing */
#customer_table_container .table tbody tr {
  border-bottom: 1px solid #f1f3f4 !important; /* Subtle row separation */
}

/* Enhanced spacing for communication method columns */
#customer_table_container .table td.d_center {
  padding: 14px 20px !important; /* Extra horizontal padding for toggle columns */
}

/* Improved spacing for select icons */
#customer_table_container .select_icons {
  margin-right: 6px !important; /* Better icon-to-checkbox spacing */
}

/* Better checkbox spacing */
#customer_table_container input[type="checkbox"] {
  margin: 2px !important; /* Consistent checkbox margins */
}

/* Enhanced table container spacing */
#customer_table_container .table-responsive {
  padding: 8px !important; /* Container breathing room */
  border-radius: 8px !important; /* Subtle rounded corners */
}

/* Improved column gap for better readability */
#customer_table_container .table {
  border-spacing: 0 2px !important; /* Subtle vertical spacing between rows */
}

/* Better spacing for customer data columns */
#customer_table_container .table tbody td:nth-child(2),
#customer_table_container .table tbody td:nth-child(3),
#customer_table_container .table tbody td:nth-child(4) {
  padding-left: 18px !important; /* Extra left padding for data columns */
  padding-right: 18px !important; /* Extra right padding for data columns */
}

/* Enhanced spacing for first column (checkbox) */
#customer_table_container .table td:first-child {
  padding-left: 20px !important; /* Extra left padding for first column */
}

/* Enhanced spacing for last column */
#customer_table_container .table td:last-child {
  padding-right: 20px !important; /* Extra right padding for last column */
}

/* ==================== DATE PICKER COMPONENT ==================== */

.date-picker-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  border: 1px solid #E1E5E9;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #374151 !important;
}

/* .date-picker-wrapper:hover {
  border-color: #00A293;
  box-shadow: 0 2px 8px rgba(0, 162, 147, 0.1);
} */

.date-picker-wrapper .date-input-container .date-picker-input::placeholder {
  color: #495057 !important;
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
}

.date-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.date-picker-input {
  width: 180px;
  height: 42px;
  padding: 10px 40px 10px 14px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.date-picker-input:focus {
  outline: none;
  color: #111827;
}

.date-picker-input::placeholder {
  color: #9CA3AF;
  font-size: 13px;
  font-weight: 400;
}

.date-picker-icon {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  opacity: 0.6;
}

/* ==================== RESPONSE RATIO CIRCULAR PROGRESS ==================== */

.response-ratio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.response-ratio-circle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #e5e7eb 0deg, #e5e7eb 360deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.response-ratio-progress {
  position: relative;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.response-ratio-text {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
  text-align: center;
  line-height: 1;
}

/* Dynamic progress angles based on percentage */
.response-ratio-progress[data-percentage="0"] { --progress-angle: 0deg; }
.response-ratio-progress[data-percentage="1"] { --progress-angle: 3.6deg; }
.response-ratio-progress[data-percentage="2"] { --progress-angle: 7.2deg; }
.response-ratio-progress[data-percentage="3"] { --progress-angle: 10.8deg; }
.response-ratio-progress[data-percentage="4"] { --progress-angle: 14.4deg; }
.response-ratio-progress[data-percentage="5"] { --progress-angle: 18deg; }
.response-ratio-progress[data-percentage="6"] { --progress-angle: 21.6deg; }
.response-ratio-progress[data-percentage="7"] { --progress-angle: 25.2deg; }
.response-ratio-progress[data-percentage="8"] { --progress-angle: 28.8deg; }
.response-ratio-progress[data-percentage="9"] { --progress-angle: 32.4deg; }
.response-ratio-progress[data-percentage="10"] { --progress-angle: 36deg; }
.response-ratio-progress[data-percentage="15"] { --progress-angle: 54deg; }
.response-ratio-progress[data-percentage="20"] { --progress-angle: 72deg; }
.response-ratio-progress[data-percentage="25"] { --progress-angle: 90deg; }
.response-ratio-progress[data-percentage="30"] { --progress-angle: 108deg; }
.response-ratio-progress[data-percentage="35"] { --progress-angle: 126deg; }
.response-ratio-progress[data-percentage="40"] { --progress-angle: 144deg; }
.response-ratio-progress[data-percentage="45"] { --progress-angle: 162deg; }
.response-ratio-progress[data-percentage="50"] { --progress-angle: 180deg; }
.response-ratio-progress[data-percentage="55"] { --progress-angle: 198deg; }
.response-ratio-progress[data-percentage="60"] { --progress-angle: 216deg; }
.response-ratio-progress[data-percentage="65"] { --progress-angle: 234deg; }
.response-ratio-progress[data-percentage="70"] { --progress-angle: 252deg; }
.response-ratio-progress[data-percentage="75"] { --progress-angle: 270deg; }
.response-ratio-progress[data-percentage="80"] { --progress-angle: 288deg; }
.response-ratio-progress[data-percentage="85"] { --progress-angle: 306deg; }
.response-ratio-progress[data-percentage="90"] { --progress-angle: 324deg; }
.response-ratio-progress[data-percentage="95"] { --progress-angle: 342deg; }
.response-ratio-progress[data-percentage="100"] { --progress-angle: 360deg; }

/* Dynamic calculation for any percentage value */
.response-ratio-progress[data-percentage="1"] { --progress-angle: 3.6deg; }
.response-ratio-progress[data-percentage="2"] { --progress-angle: 7.2deg; }
.response-ratio-progress[data-percentage="3"] { --progress-angle: 10.8deg; }
.response-ratio-progress[data-percentage="4"] { --progress-angle: 14.4deg; }
.response-ratio-progress[data-percentage="5"] { --progress-angle: 18deg; }
.response-ratio-progress[data-percentage="6"] { --progress-angle: 21.6deg; }
.response-ratio-progress[data-percentage="7"] { --progress-angle: 25.2deg; }
.response-ratio-progress[data-percentage="8"] { --progress-angle: 28.8deg; }
.response-ratio-progress[data-percentage="9"] { --progress-angle: 32.4deg; }
.response-ratio-progress[data-percentage="11"] { --progress-angle: 39.6deg; }
.response-ratio-progress[data-percentage="12"] { --progress-angle: 43.2deg; }
.response-ratio-progress[data-percentage="13"] { --progress-angle: 46.8deg; }
.response-ratio-progress[data-percentage="14"] { --progress-angle: 50.4deg; }
.response-ratio-progress[data-percentage="16"] { --progress-angle: 57.6deg; }
.response-ratio-progress[data-percentage="17"] { --progress-angle: 61.2deg; }
.response-ratio-progress[data-percentage="18"] { --progress-angle: 64.8deg; }
.response-ratio-progress[data-percentage="19"] { --progress-angle: 68.4deg; }
.response-ratio-progress[data-percentage="21"] { --progress-angle: 75.6deg; }
.response-ratio-progress[data-percentage="22"] { --progress-angle: 79.2deg; }
.response-ratio-progress[data-percentage="23"] { --progress-angle: 82.8deg; }
.response-ratio-progress[data-percentage="24"] { --progress-angle: 86.4deg; }
.response-ratio-progress[data-percentage="26"] { --progress-angle: 93.6deg; }
.response-ratio-progress[data-percentage="27"] { --progress-angle: 97.2deg; }
.response-ratio-progress[data-percentage="28"] { --progress-angle: 100.8deg; }
.response-ratio-progress[data-percentage="29"] { --progress-angle: 104.4deg; }
.response-ratio-progress[data-percentage="31"] { --progress-angle: 111.6deg; }
.response-ratio-progress[data-percentage="32"] { --progress-angle: 115.2deg; }
.response-ratio-progress[data-percentage="33"] { --progress-angle: 118.8deg; }
.response-ratio-progress[data-percentage="34"] { --progress-angle: 122.4deg; }
.response-ratio-progress[data-percentage="36"] { --progress-angle: 129.6deg; }
.response-ratio-progress[data-percentage="37"] { --progress-angle: 133.2deg; }
.response-ratio-progress[data-percentage="38"] { --progress-angle: 136.8deg; }
.response-ratio-progress[data-percentage="39"] { --progress-angle: 140.4deg; }
.response-ratio-progress[data-percentage="41"] { --progress-angle: 147.6deg; }
.response-ratio-progress[data-percentage="42"] { --progress-angle: 151.2deg; }
.response-ratio-progress[data-percentage="43"] { --progress-angle: 154.8deg; }
.response-ratio-progress[data-percentage="44"] { --progress-angle: 158.4deg; }
.response-ratio-progress[data-percentage="46"] { --progress-angle: 165.6deg; }
.response-ratio-progress[data-percentage="47"] { --progress-angle: 169.2deg; }
.response-ratio-progress[data-percentage="48"] { --progress-angle: 172.8deg; }
.response-ratio-progress[data-percentage="49"] { --progress-angle: 176.4deg; }
.response-ratio-progress[data-percentage="51"] { --progress-angle: 183.6deg; }
.response-ratio-progress[data-percentage="52"] { --progress-angle: 187.2deg; }
.response-ratio-progress[data-percentage="53"] { --progress-angle: 190.8deg; }
.response-ratio-progress[data-percentage="54"] { --progress-angle: 194.4deg; }
.response-ratio-progress[data-percentage="56"] { --progress-angle: 201.6deg; }
.response-ratio-progress[data-percentage="57"] { --progress-angle: 205.2deg; }
.response-ratio-progress[data-percentage="58"] { --progress-angle: 208.8deg; }
.response-ratio-progress[data-percentage="59"] { --progress-angle: 212.4deg; }
.response-ratio-progress[data-percentage="61"] { --progress-angle: 219.6deg; }
.response-ratio-progress[data-percentage="62"] { --progress-angle: 223.2deg; }
.response-ratio-progress[data-percentage="63"] { --progress-angle: 226.8deg; }
.response-ratio-progress[data-percentage="64"] { --progress-angle: 230.4deg; }
.response-ratio-progress[data-percentage="66"] { --progress-angle: 237.6deg; }
.response-ratio-progress[data-percentage="67"] { --progress-angle: 241.2deg; }
.response-ratio-progress[data-percentage="68"] { --progress-angle: 244.8deg; }
.response-ratio-progress[data-percentage="69"] { --progress-angle: 248.4deg; }
.response-ratio-progress[data-percentage="71"] { --progress-angle: 255.6deg; }
.response-ratio-progress[data-percentage="72"] { --progress-angle: 259.2deg; }
.response-ratio-progress[data-percentage="73"] { --progress-angle: 262.8deg; }
.response-ratio-progress[data-percentage="74"] { --progress-angle: 266.4deg; }
.response-ratio-progress[data-percentage="76"] { --progress-angle: 273.6deg; }
.response-ratio-progress[data-percentage="77"] { --progress-angle: 277.2deg; }
.response-ratio-progress[data-percentage="78"] { --progress-angle: 280.8deg; }
.response-ratio-progress[data-percentage="79"] { --progress-angle: 284.4deg; }
.response-ratio-progress[data-percentage="81"] { --progress-angle: 291.6deg; }
.response-ratio-progress[data-percentage="82"] { --progress-angle: 295.2deg; }
.response-ratio-progress[data-percentage="83"] { --progress-angle: 298.8deg; }
.response-ratio-progress[data-percentage="84"] { --progress-angle: 302.4deg; }
.response-ratio-progress[data-percentage="86"] { --progress-angle: 309.6deg; }
.response-ratio-progress[data-percentage="87"] { --progress-angle: 313.2deg; }
.response-ratio-progress[data-percentage="88"] { --progress-angle: 316.8deg; }
.response-ratio-progress[data-percentage="89"] { --progress-angle: 320.4deg; }
.response-ratio-progress[data-percentage="91"] { --progress-angle: 327.6deg; }
.response-ratio-progress[data-percentage="92"] { --progress-angle: 331.2deg; }
.response-ratio-progress[data-percentage="93"] { --progress-angle: 334.8deg; }
.response-ratio-progress[data-percentage="94"] { --progress-angle: 338.4deg; }
.response-ratio-progress[data-percentage="96"] { --progress-angle: 345.6deg; }
.response-ratio-progress[data-percentage="97"] { --progress-angle: 349.2deg; }
.response-ratio-progress[data-percentage="98"] { --progress-angle: 352.8deg; }
.response-ratio-progress[data-percentage="99"] { --progress-angle: 356.4deg; }

/* Alternative approach: Direct background styles for guaranteed functionality */
.response-ratio-circle.progress-0 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 0deg, #e5e7eb 0deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-10 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 36deg, #e5e7eb 36deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-25 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 90deg, #e5e7eb 90deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-35 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 126deg, #e5e7eb 126deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-50 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 180deg, #e5e7eb 180deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-65 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 234deg, #e5e7eb 234deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-75 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 270deg, #e5e7eb 270deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-90 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 324deg, #e5e7eb 324deg, #e5e7eb 360deg) !important; }
.response-ratio-circle.progress-100 { background: conic-gradient(from 0deg, #14E5D2 0deg, #14E5D2 360deg, #e5e7eb 360deg, #e5e7eb 360deg) !important; }

.status_incomplete,
.table td .status_sending {
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #E5B900 !important;
background-color: #FFF2E2 !important;
height: 26px !important;
padding: 4px 11px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
max-width: fit-content;
margin-right: auto;
}


.status_completed,
.table td .status_active {
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #519C66 !important;
background-color: rgba( 50, 147, 111 , 0.16) !important;
height: 26px !important;
padding: 4px 11px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
max-width: fit-content;
margin-right: auto;
}


.table td .status_in_progress {
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #5570F1 !important;
background-color: rgba(85, 112, 241, 0.15) !important;
height: 26px !important;
padding: 4px 11px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
max-width: fit-content;
margin-right: auto;
}

.table td .status_in_sheduled {
  font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #e27396 !important;
background-color: rgba(226, 115, 150, 0.15) !important;
height: fit-content !important;
padding: 4px 11px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
max-width: fit-content;
margin-right: auto;
}


.select_dropdonw option {
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #495057;
}

.mt_65 {
  margin-top: 65px;
}

.icon-color-swatch.active:before,
.icon-document-text.active:before {
  color: #00A293 !important;
}

.icon-color-swatch:before,
.icon-document-text:before {
  color: #828282 !important;
}

.add-new-btn-wrapper button.add_new_button {
  position: relative;
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
color: #00A293;
background: transparent;
border: none;
cursor: pointer;
background: white;
padding-left: 22px;
}

.add-new-btn-wrapper button.add_new_button:before {
  position: absolute;
  content : "";
  background-image: url(../images/add_circle.svg);
  height: 20px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Custom dropdown styling for .hsfc__select */
.hsfc__select {
  /* Remove default browser arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Add custom background with chevron down icon */
  background-image: url('../images/fi_chevron_down.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;

  /* Ensure proper padding to accommodate the custom arrow */
  padding-right: 40px;
}

/* Remove default arrow in IE */
.hsfc__select::-ms-expand {
  display: none;
}


.justify_space_between {
display :flex;
justify-content: space-between;
}

.w_33 {
  width: 33% !important;
}

.g_0 {
  gap: 0 !important;
}

.align_start {
  align-items: start !important;
}

.mr_auto {
  margin-right: auto !important;
}

.w_100 {
  width: 100% !important;
}

.border_1 {
  border: 1px solid #DDDDDD !important;
  margin-left: 9px;
}


/* Fix for hspv__footer positioning */
/* .custom-form-card-wrapper {
  display: flex !important;
  flex-direction: column !important;
  min-height: 500px;
}

.hspv__footer {
  margin-top: auto !important;
}

.custom-form-card-wrapper.alternative-layout {
  position: relative !important;
  min-height: 500px !important;
}

.custom-form-card-wrapper.alternative-layout .hspv__footer {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
} */

.hspv__input {
  border: 1px solid #E9E9E9;
  height : 35px;
  display : flex;
  align-items : center;
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;
color: #2C2D33;
padding: 0 8px;
}

/* Fix for textareas with hspv__input class */
textarea.hspv__input {
  display: block !important;
  align-items: unset !important;
  height: auto !important;
  padding: 8px !important;
  resize: vertical;
  min-height: 80px;
  line-height: 1.4 !important; /* Override any problematic inline line-height styles */
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select {
  width: 100%;
  height: 35px;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
font-weight: 400;
font-size: 13px;
line-height: 100%;
letter-spacing: 0px;
color: #2C2D33;
display: flex;
align-items: center;
padding: 0 8px;
}

textarea {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
font-weight: 400;
font-size: 13px;
line-height: 100%;
letter-spacing: 0px;
color: #2C2D33;
padding: 8px;
resize: vertical;
}



/* delete border */

.border_none,
.date-input-container input[type="text"],
.search-wrapper input[type="text"],
.search-wrapper input[type="email"],
.search-wrapper input[type="password"],
.search-wrapper input[type="number"],
.search-wrapper textarea,
.search-wrapper select {
  border: none !important;
  box-shadow: none !important;
}

/* input:focus,
textarea:focus,
select:focus {
  border-color: #4A90E2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
} */


/* .date_selector {
  position: relative;
  padding-right: 30px !important;
}

.date_selector::after {
  position: absolute;
  content: "";
  background-image: url('../images/calendar_icon.png');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 16px 16px;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
} */

.calendar_button {
border: 1px solid #E7E7E7;
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #495057;
height: 36px;
display: flex;
align-items: center;
gap: 4px;
position: relative;
}

.calendar_button {
  position: absolute;
  content : "";
  background-image: url('../images/calendar_icon.png');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.daterangepicker.show-calendar.opensleft {
  /* Override inline styles with !important */
  top: 100% !important;
  left: -500px !important;
  /* right: auto !important; */
  position: absolute !important;
  margin-top: 5px !important;
}

/* ==================== MODERN DATERANGEPICKER STYLING ==================== */

/* General daterangepicker positioning override */
.daterangepicker {
  position: absolute !important;
  z-index: 9999 !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  background: #ffffff !important;
  padding: 20px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Force horizontal layout for calendars */
.daterangepicker .drp-calendar {
  display: inline-block !important;
  vertical-align: top !important;
  margin-right: 10px !important;
}

.daterangepicker .calendar {
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 5px !important;
}

/* Ensure calendars container has proper layout */
.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
  display: inline-block !important;
  width: 280px !important;
  float: none !important;
}

/* Container for both calendars */
.daterangepicker .calendars {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
}

/* ==================== MODERN CALENDAR STYLING ==================== */

/* Calendar headers */
.daterangepicker .calendar-table {
  border: none !important;
  background: transparent !important;
}

.daterangepicker .calendar-table thead tr {
  /* background: transparent !important; */
  background: #add8e6 !important;
}

.daterangepicker .calendar-table thead tr th {
  background: transparent !important;
  border: none !important;
  color: #6B7280 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 5px 4px !important;
  text-align: center !important;
}

/* Month/Year headers */
.daterangepicker .month {
  color: #111827 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-bottom: 12px !important;
}

/* Calendar cells */
.daterangepicker .calendar-table td {
  border: none !important;
  padding: 2px !important;
  background: transparent !important;
}

.daterangepicker .calendar-table td.available {
  background: transparent !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

.daterangepicker .calendar-table td.available:hover {
  background: #F3F4F6 !important;
  transform: scale(1.05) !important;
}

/* Date numbers */
.daterangepicker .calendar-table td.available span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #374151 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

/* Today's date */
.daterangepicker .calendar-table td.today span {
  background: #EBF8FF !important;
  color: #2563EB !important;
  font-weight: 600 !important;
}

/* Selected dates */
.daterangepicker .calendar-table td.active span,
.daterangepicker .calendar-table td.start-date span,
.daterangepicker .calendar-table td.end-date span {
  background: #2563EB !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3) !important;
}

/* Date range selection */
.daterangepicker .calendar-table td.in-range {
  background: #EBF8FF !important;
  border-radius: 0 !important;
}

.daterangepicker .calendar-table td.in-range span {
  background: transparent !important;
  color: #2563EB !important;
}

/* Disabled dates */
.daterangepicker .calendar-table td.off span {
  color: #D1D5DB !important;
  cursor: not-allowed !important;
}

.daterangepicker .calendar-table td.disabled span {
  color: #D1D5DB !important;
  cursor: not-allowed !important;
}

/* Ensure the parent container has relative positioning */
.date-input-container {
  position: relative !important;
}

/* ==================== NAVIGATION & BUTTONS ==================== */

/* Navigation arrows */
.daterangepicker .prev,
.daterangepicker .next {
  background: transparent !important;
  border: none !important;
  color: #6B7280 !important;
  font-size: 16px !important;
  padding: 8px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.daterangepicker .prev:hover,
.daterangepicker .next:hover {
  background: #F3F4F6 !important;
  color: #374151 !important;
  transform: scale(1.1) !important;
}

/* Action buttons container */
.daterangepicker .drp-buttons {
  border-top: 1px solid #E5E7EB !important;
  padding-top: 16px !important;
  margin-top: 16px !important;
  text-align: right !important;
}

/* Cancel button */
.daterangepicker .drp-buttons .cancelBtn {
  background: transparent !important;
  border: 1px solid #D1D5DB !important;
  color: #6B7280 !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-right: 8px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.daterangepicker .drp-buttons .cancelBtn:hover {
  background: #F9FAFB !important;
  border-color: #9CA3AF !important;
  color: #374151 !important;
}

/* Apply button */
.daterangepicker .drp-buttons .applyBtn {
  background: #2563EB !important;
  border: 1px solid #2563EB !important;
  color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2) !important;
}

.daterangepicker .drp-buttons .applyBtn:hover {
  background: #1D4ED8 !important;
  border-color: #1D4ED8 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3) !important;
}

/* Date range display */
.daterangepicker .drp-selected {
  background: #F3F4F6 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  margin-bottom: 16px !important;
  color: #374151 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-align: center !important;
}

.max_135 {
  max-width: 135px !important;
}

/*
.date-input-container input[type="text"]{
  max-width: 135px !important;
} */


.b_none {
  border: none !important;
}

.g_1- {
  gap: -1px !important;
}

.bt_none {
  border-top: none !important;
}

.bb_none {
  border-bottom: none !important;
}

.input_center {
  border-radius: unset !important;
}

.margin_min {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.off_border {
  border: 1px solid #E9E9E9 !important;
  padding-left: 1px;
  padding-right: 1px;
  border-radius: 3px;
}

.bx {
  border-left: 1px solid #E9E9E9 !important;
  border-right: 1px solid #E9E9E9 !important;
}




.hsfc__range {
  -webkit-appearance: none; /* remove default styling */
  width: 100%;
  height: 1px;
  background: #EDF7F6;
  /* border-radius: 2px; */
  outline: none;
  margin: 0 8px 0 0;
}

/* Track */
.hsfc__range::-webkit-slider-runnable-track {
  height: 1px;
  background: #EDF7F6;
  /* border-radius: 2px; */
}
.hsfc__range::-moz-range-track {
  height: 1px;
  background: #EDF7F6;
  /* border-radius: 2px; */
}

/* Thumb */
.hsfc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00A595;
  border: none;
  cursor: pointer;
  margin-top: -8px;
}
.hsfc__range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00A595;
  border: none;
  cursor: pointer;
}

.mb_16 {
  margin-bottom: 16px !important;
}



/* Reset the input itself */
.hsfc__color {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none !important;
  outline: none !important;
  padding: 0;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background: none;
}

/* Remove border inside the swatch wrapper (WebKit browsers) */
.hsfc__color::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}

/* Remove border from the actual swatch */
.hsfc__color::-webkit-color-swatch {
  border: none;
}

.hsfc__color::-moz-color-swatch {
  border: none;
}

.hsfc__color.with_border {
  border: 1px solid #F1F1F1 !important;
}



.t_decor_none {
  text-decoration: none !important;
}

.add-question-in-page {
  position: relative;
  padding-left: 30px;
}

.add-question-in-page::before {
  position: absolute;
  content: "";
  background-image: url('../images/add_green_circle.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.skip_logic,
.display_logic {
  position: relative;
  padding-left: 45px !important;
}

.display_logic::before {
  position: absolute;
  content: "";
  background-image: url('../images/display_logic_icon.png');
  background-repeat: no-repeat;
  /* background-size: 20px 20px; */
  width: 25px;
  height: 25px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #3f9bf5;
  border-radius: 3px;
}

.skip_logic::before {
   position: absolute;
  content: "";
  background-image: url('../images/display_logic_icon.png');
  background-repeat: no-repeat;
  /* background-size: 20px 20px; */
  width: 25px;
  height: 25px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #f57c00;
  border-radius: 3px;
}


textarea.form-control {
height: unset !important;
}

.popup_body {
  width: 39.5%;
  margin: auto;
}

.w_85 {
  width: 85% ;
}

.checkbox_dir {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}


.label_width {
  width: 100% !important;
}


.preview_device {
  position: absolute;
  top: 24px;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  gap: 10px;
}



.preview_modal-body {
  width: calc(100% - 280px) !important;
  margin-left: auto !important;
  margin-right: 10px !important;
}

/* Dashboard Styles */
.dashboard-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 15px;
}

.dashboard-card .card-content h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #00A595;
  margin-bottom: 5px;
}

.dashboard-card .card-content p {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
}

.chart-placeholder {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  color: #6c757d;
  font-style: italic;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-data {
  text-align: center;
  color: #6c757d;
  font-style: italic;
  padding: 20px;
}
.export-survey-btns-container{
  display: flex;
  gap: 15px;
  align-items: center;
}

/* ==================== RESPONSIVE CALENDAR DESIGN ==================== */

/* Mobile responsiveness for daterangepicker */
@media (max-width: 768px) {
  .daterangepicker {
    width: 95vw !important;
    max-width: 350px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 16px !important;
  }

  .daterangepicker .calendars {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .daterangepicker .drp-calendar.left,
  .daterangepicker .drp-calendar.right {
    width: 100% !important;
  }

  .date-picker-input {
    width: 160px !important;
    font-size: 13px !important;
  }
}

/* Enhanced visual effects */
.daterangepicker {
  animation: fadeInUp 0.3s ease-out !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom scrollbar for calendar if needed */
.daterangepicker::-webkit-scrollbar {
  width: 6px;
}

.daterangepicker::-webkit-scrollbar-track {
  background: #F3F4F6;
  border-radius: 3px;
}

.daterangepicker::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 3px;
}

.daterangepicker::-webkit-scrollbar-thumb:hover {
  background: #9CA3AF;
}

/* Focus states for accessibility */
.daterangepicker .calendar-table td.available:focus span {
  outline: 2px solid #2563EB !important;
  outline-offset: 2px !important;
}

/* Enhanced hover effects */
/* .date-picker-wrapper:focus-within {
  border-color: #2563EB !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
} */

/* .drp-calendar-header {
  background-color: #add8e6 !important;
} */


.calendar_header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

/* hiding scrllbar */
.scroll_hide {
   scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll_hide::-webkit-scrollbar {
  /* display: none;  */
}
.mb_2{
  margin-bottom: 20px !important;
}
