@import "../css/font-icon.css?v1";

.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 18px;
  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: 1;
  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;
  border-radius: 0px 0px 8px 8px;
}

.sub-menu-item:not(:last-child) {
  padding-bottom: 10px;
}
.sub-menu-item a {
  color: var(--menu-color);
  font-size: 14px;
}
.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;
}

/*------------------------ header------------------ */
.header {
  width: calc(100% - 260px);
  height: 60px;
  margin: 0 20px 30px 249px;
  background-color: var(--white-color);
  padding: 10px 20px 0 20px;
  position: fixed;
  top: 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 20px 30px 75px;
}
.size-reduce .content {
  width: calc(100% - 115px);
  margin: 90px 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: 90px 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 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
}

.page-top-sub-heads {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #acacac;
  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;
}

.current-page {
  color: #acacac;
  text-decoration: none;
}

.current-page:hover {
  color: #acacac;
}

.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;
  gap: 18px;
}

.search-wrapper {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  min-height: 33px;
  max-height: 35px;
  min-width: 256px;
  padding: 4px 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;
}

.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;
}

.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 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #2c2d33;
  padding: 15px 20px;
  text-align: start;
  white-space: nowrap;
}

.table th:first-child {
  padding: 15px 0px !important;
}

.table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #1c1c1c;
  padding: 15px 20px !important;
  vertical-align: middle;
  /* white-space: nowrap; */
  min-width: 150px;
}

.table td:first-child {
  padding: 15px 0px !important;
}

.table td:nth-child(11) {
  min-width: 70px !important;
}

.table td:last-child {
  min-width: 70px !important;
}

.status-wrapper {
  width: 85px;
  height: 26px;
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 4px 11px;
}

.status-wrapper.upcomming-color {
  color: #5570f1;
  background: #e5eafd;
}

.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: 6px 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%
  );
}

.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;
}

.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: "Poppins", sans-serif !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: 18px;
  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: 3px;
  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 > 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: 30px;
  height: 30px;
  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: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;
}

.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 10px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  outline: none;
  color: #2c2d33;
  min-height: 33px;
  max-height: 33px;
  color: #495057;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}

.sumo-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 33px;
  max-height: 35px;
  min-width: 200px;
}

.sumo-input-wrapper > .SumoSelect {
  width: 100% !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 > 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;
}

.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;
}