@font-face {
  font-family: Rob-norm;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: Rob-med;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: Rob-bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: Pop-extralight;
  src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: Pop-light;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Pop-normal;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Pop-medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: Pop-semibold;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Pop-bold;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}



* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #ddd;
  font-family: Pop-normal;
  
}

html {
  font-size: 62.5%;
}

p {
  font-size: 15px;
  line-height: 2.8rem;
  font-family: Pop-normal;
}

::placeholder {
  font-family: Pop-normal;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  color: #20776E !important;
}

/* Font Style */
.main-heding {
  color: #dddd;
}

.subheading {
  color: #dddd;
}

.paragraph {
  color: #dddd;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* form overlay */
.form_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  display: none;
}

.form_overlay.active {
  display: block;
}

/* Log in page style start */
.login {
  position: relative;
  padding: 0 6rem 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow-y: hidden; */
}

.login::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(133, 197, 188);
  background: linear-gradient(90deg, rgba(133, 197, 188, 1) 26%, rgba(32, 119, 110, 1) 67%);
  z-index: -1;
}

.mainlogin-wrap {
  border: solid 4px #ffffff;
  border-radius: 4.2rem;
  padding: 5rem 0px 1rem 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 5.6rem #227d7333;
  background:#ffffff ;
}

.mainlogin-wrap::before {
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(32, 119, 110);
  background: linear-gradient(180deg, rgba(32, 119, 110, 1) 29%, rgba(45, 157, 141, 1) 88%);
}

.mainlogin-wrap::after {
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #FFFFFF;
}

.login h3 {
  font-size: 2.1rem;
  color: #ffffff;
  line-height: 4.2rem;
  margin-top: 2.8rem;
  font-family: Pop-medium;
  text-transform: uppercase;
}

.login p {
  color: #ffffff;
  font-size: 15px;
  font-family: Pop-light;
}

.login-info {
  text-align: center;
  padding: 0 5% !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px !important;
}

.login-info figure {
  margin: 0 0 4.8rem;
}

.login-info figure+h3+p {
  margin-bottom: 5rem;
  font-family: Pop-extralight;
}

.login-info img {
  max-width: 228px;
  width: 100%;
}

.login-form {
  position: relative;
  z-index: 1;
}

.login-form ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.login-form li {
  list-style: none;
}

.login-form li>img {
  margin-right: 0.4rem;
  width: 38px;
  object-fit: contain;
  vertical-align: inherit;
}

.login-form li span {
  font-size: 3.6rem;
  line-height: 4.5rem;
  vertical-align: bottom;
  letter-spacing: 0;
}

.login-form li figure img {
  width: 125px;
}

.login-form {
  padding: 0 10% !important;
}

.login-form .form-field {
  display: flex;
  flex-direction: column;
}

.login-form .form-field label {
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 0.7rem;
  color: #000;

}

.login-form-top h3 {
  color: #000000;
  font-size: 1.7rem;
  line-height: 2rem;
  font-family: Pop-medium;
  margin-top: 0.3rem;
  margin-bottom: 3rem;
  text-transform: capitalize;
}

.login-form li:nth-child(2) {
  padding-left: 6.4rem;
}

.form-outline label,
.login-form-top li {
  width: 100%;
}

.login-form .form-field input,.profile_10 .main_con input {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  background: #ffffff;
  outline: 0;
  height: 44px;
  border-radius: 6px;
  font-family: Pop-normal;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  color: #010D0A;
  margin-bottom: 1.5rem;
  opacity: 0.4;
}

.register-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4rem;
}

.register-link span {
  color: #BF2424;
  font-size: 14px;
}

.register-link a {
  font-size: 14px;
  line-height: 2.5rem;
  color: #20776E;
}

a.login-btn {
  background: #F6AB39;
  border-radius: 6px;
  padding: 1.2rem 0px;
  display: block;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.login-btn input,.profile_10 .btn-submit button {
  background: #F6AB39;
  border-radius: 6px;
  padding: 12px 0px;
  width: 100%;
  border: 0;
  display: block;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 2.5rem;
  font-family: Pop-medium;
  text-transform: uppercase;
}

p.divider {
  text-align: center;
  color: #000;
  position: relative;
  margin-top: 15px;
}

p.divider span {
  position: relative;
  color: #010D0A;
  font-size: 16px;
  line-height: 2.5rem;
}

p.divider span::before {
  content: " ";
  width: 2rem;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  left: -31px;
  top: 13;
}

p.divider span::after {
  content: " ";
  width: 2rem;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  right: -29px;
  top: 13px;
}

.otp-btn {
  text-align: center;
}

p.otp-btn {
  font-weight: 600;
}

.otp-btn a {
  background: transparent;
  border-radius: 6px;
  padding: 0.9rem 1.7rem;
  text-align: center;
  color: #080808 !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 2.5rem;
  display: inline-block;
  box-shadow: 0px 0px 7px #0000001A;
  border-radius: 6px;
  margin: 0px auto;
}

.login .footer-info {
  margin-top: 4.2rem;
}

.footer-info p,
.footer-info span {
  text-align: center;
}

.footer-info p {
  font-size: 9px;
  line-height: 1rem;
  font-family: Pop-normal;
  color: #010D0A;
}

.footer-info p img {
  width: 60px;
  vertical-align: baseline;
  object-fit: contain;
}

.footer-info span {
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-main-image {
  margin: 4rem 0px 3rem 0px;
}

.loginslider {
  list-style: none;
  margin: 5rem 0px;
}

ul.text-center.log-in-2 li {
  width: 100%;
}

.log-in-2 img {
  max-width: 112px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.login-form a {
  color: #20776E;
}

.login-form-top h3 span {
  font-size: 14px;
  text-transform: capitalize;
}

.enter-otp ul {
  margin-bottom: 1.5rem;
}

.enter-otp h4 {
  font-family: Pop-semibold;
  margin-bottom: 1.5rem;
}

.enter-otp h4 span {
  font-size: 13px;
  font-family: Pop-medium;
  margin-left: 5px;
}

.otp-info {
  font-size: 15px;
  line-height: 2.2rem;
  color: #010D0A;
}

.otp-info p,
.otp-info ul li {
  font-size: 14px;
  line-height: 27px;
  color: #818181;
  font-family: 'Pop-normal';
}

.otp-info p span {
  color: #010D0A;
  font-family: Pop-medium;
}

input[type="password"]+img,
input[type="text"]+img,
input[type="number"]+img {
  position: absolute;
  right: 16px;
  top: 4.3rem;
  width: 22px;
  cursor: pointer;
}

.forgot-password .ragister-link {
  flex-direction: row-reverse;
}

.forgot-password .otp-info ul {
  display: block;
  text-align: left;
}

.forgot-password li:nth-child(2) {
  padding-left: 0;
}

.otp-info h4 {
  font-size: 1.5rem;
  color: #010D0A;
  font-family: Pop-medium;
  line-height: 27px;
}

.ragister-link.time a:nth-child(1) {
  color: #BF2424;
  text-decoration: none;
}

.ragister-link.time a:nth-child(1):hover {
  color: #BF2424 !important;
}

/* slick Slider */
.login-info .loginslider img {
  width: 100%;
}

ul.loginslider {
  padding-left: 1.5rem;
}

.loginslider .slick-initialized .slick-slide {
  display: block;
}

.loginslider .slick-slide.slick-current.slick-active {
  opacity: 1 !important;
  z-index: 2 !important;
  position: relative !important;
}

.loginslider .slick-slide .slick-active {
  z-index: 1;
  position: relative;
}

.loginslider .slick-slide {
  opacity: 0.5;
  margin-left: -3rem;
}

.loginslider .slick-dots {
  bottom: -5rem;
}

.slick-dots li:last-child {
  opacity: 0;
}

li.slick-slide.slick-cloned.slick-active {
  opacity: 0.5 !important;
}

li.slick-slide.slick-cloned {
  z-index: -1111111;
  position: relative;
  opacity: 0 !important;
}

.loginslider .slick-dots li button::before {
  height: 4px !important;
  margin-top: 3rem;
  margin: 12px 1px !important;
  border-radius: 3px !important;
  border: 0 !important;
  background: #186F63;

  width: 13px !important;
  opacity: 1 !important;
}

.loginslider .slick-dots li.slick-active button::before {
  background: #ffffff;
  width: 24px !important;
}

.loginslider .slick-dots li.slick-active {
  width: 24px !important;
}

.loginslider .slick-dots li {
  width: 13px !important;
  height: 2rem;
  margin: 0 3 !important
}

.slick-dots li button::before {
  color: transparent !important;
}

.slick-slide.slick-active {
  opacity: 0.5 !important;
}

.slick-slide {
  opacity: 0 !important;
}

.slick-list {
  overflow: visible !important;
  padding-left: 12px !important;
}

/* Log in page style end */
/* chethan */
.main-div {
  background: #F5F8F7;
  height: 100vh;
  padding: 20px;
  overflow: hidden;
}

.main-div .row {
  height: 100%;
}

.first-row {
  padding: 40px 20px 20px 20px;
  height: 100%;
  background: linear-gradient(180deg, rgba(45, 157, 141, 1) 50%, rgba(32, 119, 110, 1) 83%);
  border-radius: 30px 0 0 30px;
}

.first-row .logo-main {
  width: 90%;
}

.first-row h2 {
  color: #fff;
  font-size: 22px;
}

.first-row p {
  color: #ffffffce;
  font-size: 14px;
  line-height: 20px;
}

.first-row .text-div {
  position: relative;
  top: 30%;
}

.second-row .verfication-div {
  width: 70%;
  position: relative;
  top: 18%;
  height: 90%;
  padding-left: 10%;
}

#code {
  width: 40%;
}

.main-div .second-row {
  /* padding-left: 10%; */
}

.main-div .submit-div {
  padding-top: 20px;
  height: 10%;
}

input::placeholder {
  font: 14px sans-serif;
}

.footer-text p {
  font-size: 12px;
  text-align: center;
  line-height: 10px;
}

a.login-btn.mobile-view {
  display: none;
}


/* ends */
/* Login Three*/
.login3 {
  position: relative;
  padding: 0 6rem 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow-y: hidden; */
}

.login3::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(133, 197, 188);
  background: linear-gradient(90deg, rgba(133, 197, 188, 1) 26%, rgba(32, 119, 110, 1) 67%);
  z-index: -1;
}

.mainlogin3-wrap {
  border-radius: 42px;
  padding: 30px 0px 10px 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 50px #227d7333;
  width: 50%;
}

.mainlogin3-wrap::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
}

.mainlogin3-wrap p.otp-btn {
  margin: 27px 0px !important;
}

/* Login Three*/
/* Thank You Page */
.thank-you {
  background: #cdd3d2;
  padding: 0px 200px;
}

.thank-you-wrap {
  background: rgb(45, 157, 141);
  background: linear-gradient(357deg, rgba(45, 157, 141, 1) 29%, rgba(32, 119, 110, 1) 67%);
  margin: 60px;
  padding: 30px 30px 50px 30px;
  border-radius: 39px;
  box-shadow: 0px 3px 15px #3030303b;
  transform: rotate(-2deg);
  position: relative;
}

.thank-you-wrap-sub-contailner {
  border-radius: 39px;
  border: solid 1.5px #ffffff;
  padding: 30px;
  position: relative;
  padding: 74px 0px 116px 0px;
}

.thank-you-wrap-sub-contailner:after {
  position: absolute;
  border: solid 1px #ffff;
  width: 100%;
  content: " ";
  left: 0;
  height: 100%;
  border-radius: 39px;
  top: 7px;
  transform: rotate(-2deg);
  z-index: -1;
}

.thanks-content {
  text-align: center;
  color: #fff;
  transform: rotate(1deg);
}

.thanks-content h2 {
  font-size: 32px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 1.47px;
}

.thanks-content h3 {
  font-size: 23px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: 0.92px;
}

.thanks-content p {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.62px;
}

.thank-img {
  position: absolute;
  right: -174px;
  transform: rotate(2deg);
  z-index: 1;
  bottom: -199px
}

.thank-img img {
  width: 85%;
}

.cont-btn {
  margin-top: 80px
}

.cont-btn a {
  background: #f6ab39;
  padding: 18px 45px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.cont-btn a:hover {
  color: #fff !important;
}

.close span {
  position: relative;
}

.close span {
  position: absolute;
  top: -38px;
  right: 70px;
}

/* Thank You Page */

/* slider */
.swiper-slide {
  opacity: 0.5;
  z-index: 1;
}

.swiper-slide-active {
  opacity: 1;
  z-index: 2;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.swiper {
  height: 240px;
  margin-top: 40px;
}

.swiper-pagination {
  margin-top: 50px !important;
  top: 170px;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 4px !important;
  display: inline-block;
  border-radius: 10px !important;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: flat !important;
}

.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}

/* main header css start */
.main_header {
  border-radius: 14px;
  background-color: #fff;
  padding: 0 1.3rem 0 2.2rem;
  height: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6rem;
}

.main_header .logo {
  width: 56px;
  height: 56px;
}

.main_header .logo img {
  width: 100%;
  height: 100%;
}

.main_header h4 {
  font-size: 1.7rem;
  font-family: Pop-medium;
  margin-bottom: 0;
  -webkit-transform: translateX(41%);
          transform: translateX(41%);
}

.main_header .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67% 33%;
      grid-template-columns: 67% 33%;
  grid-gap: 5px;
}

.main_header .grid .grid1 {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_header .grid .grid1 h6 {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 0.65rem;
  color: #010D0A;
  font-family: Pop-medium;
  margin-bottom: 0.4rem;
}

.main_header .grid .grid1 p {
  margin: 0;
  line-height: 1rem;
  font-size: 13px;
  color: #879290;
}

.main_header .grid .grid2 {
  position: relative;
}

.main_header .grid .grid2 .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_header .grid .grid2 .profile img {
  width: 65%;
  cursor: pointer;
}

.main_header .grid .grid2 .dropdown {
  position: absolute;
  top: 57px;
  right: 0;
  z-index: 20;
  max-width: 250px;
  height: auto;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main_header .grid .grid2 .dropdown ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_header .grid .grid2 .dropdown ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 1.6rem;
}

.main_header .grid .grid2 .dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.main_header .grid .grid2 .dropdown ul li a {
  text-decoration: none;
  font-family: Pop-normal;
  color: #0A2F2A;
  opacity: 0.9;
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_header .grid .grid2 .dropdown ul li a img {
  max-width: 17px;
  margin-right: 0.9rem;
}

.main_header .grid .grid2 .dropdown.active {
  display: block;
}
/* main header css end */

/* waiting lounge css start */
.waiting-header-main{
  padding: 3rem 2.3rem 0rem;
}
.wat-lo-bg {
  background-color: #EAF2EE;
  position: relative;
}
.what-lounge{
  background: transparent linear-gradient(358deg, #2D9D8D 0%, #20776E 100%) 0% 0% no-repeat padding-box;
}
.lounge {
  width: 100%;
  min-height: 100vh;
  background-color: #EAF2EE;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.lounge .main_div {
  background: transparent linear-gradient(358deg, #2D9D8D 0%, #20776E 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  border-radius: 1.8rem;
}

.waiting-lounge {
  padding: 3rem 3.8rem 1.5rem;
  color: #ffffff;
}

.waiting-lounge h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-family: Pop-semibold;
}

.waiting-lounge h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: Rob-med;
}

.waiting-lounge p {
  line-height: 2.2rem;
  font-size: 15px;
  font-family: Pop-light;
}

.waiting-lounge h3 span {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.test-info-box {
  border: solid 0.1rem;
  border-radius: 0 0 1.8rem 1.8rem;
  overflow: hidden;
  width: 90%;
  margin-bottom: 3.4rem;
  border-top: 0 !important;
}


ul.test-info-head {
  background: #fff;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.4rem;
  margin-bottom: 0;
  margin-top: 33px;
  width: 90%;
  border-radius: 1.8rem 1.8rem 0 0;
}

.test-info-head li:last-child {
  text-align: right;
}

.test-info-head li {
  width: 50%;
  list-style: none;
}

.test-info-head li:first-child {
  font-size: 1.8rem;
  font-family: Rob-med;
  line-height: 2.9rem;
}

.test-info-head li:last-child {
  font-size: 1.8rem;
  color: #0F2046;
  font-family: Pop-normal;
  line-height: 3.8rem;
}

.test-info-head li:last-child span {
  color: #E21D1D;
  font-size: 2.1rem;
  line-height: 3.8rem;
  font-family: Pop-semibold;
  vertical-align: bottom;
}

.waiting-louge-left {
  margin-bottom: 0rem;
}

.waiting-louge-left::-webkit-scrollbar {
  display: none;
}

ul.info-text {
  padding: 2rem 2.4rem 1rem;
  margin-bottom: 0;
}
ul.info-text .left,ul.info-text .right{
  margin-bottom: 0.5rem;
}
ul.info-text .left p {
  font-family: Pop-light;
}

ul.info-text .right p {
  text-align: left;
  font-size: 1.5rem;
  font-family: Rob-med;
}

ul.info-text li:not(:last-child) {
  margin-bottom: 0.9rem;
}

ul.wl-instructions {
  margin-top: 2rem;
  padding-left: 0;
}

.wl-instructions li {
  list-style: none;
  font-size: 1.4rem;
  list-style: none;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.7rem;
}

.wl-instructions li {
  position: relative;
}

.wl-instructions li:before {
  content: " ";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/check-mark.png) no-repeat scroll;
  background-size: 100%;
  left: 0;
  top: 0.15rem;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
}

.waiting-img {
  text-align: center;
}

.waiting-img img {
  max-width: 54%;
  width: 100%;
  object-fit: contain;
}

ul.proceed-btns {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  justify-content: flex-end;
}

ul.proceed-btns li {
  width: 59%;
  text-align: center;
  list-style: none;
}

ul.proceed-btns li a {
  color: #ffffff;
  text-decoration: none;
}

.waiting-louge-right {
  position: sticky;
  top: 0%;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

ul.proceed-btns li:first-child {
  background: #f6ab39;
  padding: 1.2rem 1.4rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 0.6rem;
  width: 25%;
  margin: 0px 5px 0px 10px;
}

ul.proceed-btns li:last-child {
  margin-left: -7%;
  font-size: 1.5rem;
  line-height: 2.7rem;
  position: relative;
}

ul.proceed-btns li:last-child i {
  margin-left: 6px;
}

.standard-inst-wrap {
  padding-right: 10px;
}

.standard-inst-wrap ul {
  max-height: 22vh !IMPORTANT;
  overflow: auto;
}
/* waiting lounge css end */

/* ===== Scrollbar CSS ===== */

/* Firefox */
.standard-inst-wrap ul {
  scrollbar-width: auto;
  scrollbar-color: #1db7c2 #ffffff;
}

/* Chrome, Edge, and Safari */
.standard-inst-wrap ul::-webkit-scrollbar {
  width: 4px;
}

.standard-inst-wrap ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
}

.standard-inst-wrap ul::-webkit-scrollbar-thumb {
  background-color: #1db7c2;
  border-radius: 10px;
  /* border: 3px solid #ffffff; */
}

/*  Approver css Start */
.approver-section,.profile-section{
  padding: 3rem;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #EAF2EE;
}
.approver {
  width: 80%;
}

.candidate-detail li {
  list-style: none;
  margin-bottom: 1rem;
  font-size: 14px;
  word-spacing: 1px;
  letter-spacing: 0;
}

.candidate-detail ul,
.candidate-detail ul li:last-child {
  margin-bottom: 0;
}

.candidate-detail {
  background: #cbdfda;
  color: #6E6E6E;
  border-radius: 0.7rem;
  padding: 1.5rem 2.5rem;
  font-size: 1.4rem;
  line-height: 2.7rem;
  font-family: Pop-normal;
}
.candidate-detail li h6{
  font-size: 14px;
  font-family: Pop-medium;
  color: #000;
  margin-bottom: 1.6rem;
}
.candidate-detail li label{
  color: #000;
  font-family: Pop-normal;
}

.candidate-detail span {
  color: #000000;
}

.candidate-photo figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.candidate-photo-bg figure {
  text-align: center;
}

.candidate-photo-bg {
  padding: 6% 10% 7% 10%;
  background: #fff;
  border-radius: 2rem;
  position: relative;
}

.candidate-photo-bg h4 {
  color: #000000;
  font-size: 1.8rem;
  line-height: 3.5rem;
  margin-bottom: 0.6rem;
  font-family: Pop-normal;
}

.candidate-photo {
  margin-top: 26px;
}

.form-wrap {
  margin-top: 5rem;
}

.form-wrap li h4{
  margin-bottom: 0.9rem;
}

ul.form-field {
  padding-left: 0;
}

.form-field li {
  list-style: none;
  margin-bottom: 2rem;
}

.form-field select#template {
  width: 100%;
  padding: 10px;
}

.form-field input[type="textarea"] {
  width: 100%;
  padding: 10px;
  height: 150px;
}

.form-field label {
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #010D0A;
  /* margin-bottom: 0.8rem; */
  font-family: Pop-normal;
}

.form-wrap ul.btn {
  list-style: none;
  text-align: left;
  width: 100%;
  margin-top: 20px;
}

.form-wrap ul.btn a {
  background-color: #d2d2d2;
  text-align: center;
  color: #fff;
  padding: 1.2rem 2.3rem;
  border-radius: 0.6rem;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 3rem;
}

.form-wrap ul.btn li {
  display: inline-block;
}

.form-wrap ul.btn li:last-child {
  float: right;
}

.form-wrap ul.btn li:first-child a {
  margin-right: 22px;
  background: #E21D1D;
  border: solid 1px #E21D1D;
}

.form-wrap ul.btn li:first-child a:hover{color: #F6AB39 !important;}

.form-wrap ul.btn li:nth-child(2) a {
  background: #ffffff;
  color: #F6AB39;
  border: solid 1px #F6AB39;
}
.form-wrap ul.btn li:nth-child(2) a:hover {color: #E21D1D !important;}
.form-wrap ul.btn li:nth-child(3) a {
  background: #198754;
  border: solid 1px #198754;
}
.form-wrap ul.btn li:nth-child(3) a:hover {color: #F6AB39 !important;}

.candidate-btn ul {
  text-align: center;
}

.candidate-btn li img {
  width: 75%;
}

.candidate-btn {
  position: absolute;
  left: -0.9rem;
  width: 100%;
  bottom: 4%;
}

.candidate-btn ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 14%;
}

/* ======================================= */

/* ========Profile Start======== */
.selection.profile {
  padding-bottom: 0 !important;
  overflow: hidden;
}

.profile-wrap {
  min-height: 81vh;
}

.errr-conent-holder img {
  width: 50%;
}

.errr-conent-holder {
  text-align: center;
}

.profile-left {
  border-right: solid 1px #d2d2d2;
  padding-right: 26px;

}

ul.profile-user li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  color: #0A2F2A;
  font-family: Pop-normal;
}


ul.profile-user {
  padding-left: 0;
  display: flex;
  background: #fff;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
}

span.user-avtar {
  background: #F6AB39;
  border-radius: 50%;
  padding: 13% 41% 25% 41%;
  position: relative;
}

span.user-avtar :after {
  content: " ";
  position: absolute;
  background: green;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: -18px;
}

.profile-user li:first-child {
  /* width: 50px; */
  margin-right: 12%;
  position: relative;
}

.profile-user li:first-child:after {
  content: " ";
  position: absolute;
  background: #198754;
  right: -11px;
  bottom: -2px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

ul.profile-user li:last-child {
  width: 89%;
}

span.user-avtar img {
  width: 75%;
}

.profile-right {
  position: relative;
}

.errr-conent-holder {
  text-align: center;
  width: 52%;
  margin: 0px auto;
  align-self: center;
  /* padding-top: 8%; */
}

.profile-right {
  position: relative;
  display: flex;
  justify-content: center;
}

.errr-conent-holder h4 {
  font-size: 2.3rem;
  line-height: 5rem;
  color: #010D0A;
  font-family: Pop-medium;
  margin-top: 2rem
}

.errr-conent-holder p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #010D0A;
  opacity: 0.6;
  font-family: Pop-normal;
}


.profilemenu li {
  padding: 4%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.profilemenu li:last-child {
  border-bottom: 0;
}

.main_header .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(1238px, 86px);
  width: 18%;
  top: 11px !important;
  left: 14px !important;
  border-radius: 0px 0px 10px 10px;
  border: 0 !important;
}

.main_header .dropdown-menu a.dropdown-item {
  font-size: 1.4rem;
  color: #0A2F2A;
  opacity: 0.8;
}

.dropdown-item span {
  margin-right: 1rem;
}

.dropdown-item span img {
  width: 9% !important;
}

.main_header .dropdown-toggle::after {
  display: none;
}

.main_header .grid .grid1 a {
  text-decoration: none !important;
  cursor: pointer;
}

.main_header .dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
}

.profile.rounded-circle {
  cursor: pointer;
}

.profile .main_header {
  position: relative;
}

/* select section  start css */

.form-elem .custom-select {
  width: 100%;
  position: relative;
}

.form-elem .option-container::-webkit-scrollbar {
  width: 9px;
}

.form-elem .option-container::-webkit-scrollbar-track {
  border: 1px solid #fff;
  padding: 2px 0;
  background-color: #ABC6C0;
}

.form-elem .option-container::-webkit-scrollbar-thumb {
  background-color: #769991;
  border-radius: 15px;
  border: 1px solid #fff;
}

.form-elem .custom-select .box {
  height: 41px;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  outline: 0;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%);
}

.form-elem .custom-select .box img {
  position: absolute;
  top: 19px;
  right: 2.5%;
  transition: 0.3s;
}

.form-elem .custom-select .box img.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-elem .custom-select .box p {
  color: #879290;
  font-size: 14px;
  line-height: 18px;
}

textarea::placeholder {
  color: #424143 !important;
}

.form-elem .option-container {
  position: absolute;
  top: 55px;
  left: 0;
  width: 99%;
  background-color: #fff;
  max-height: 0;
  overflow-y: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  z-index: 100;
  transition: 0.5s;
}

.form-elem .option-container.active {
  max-height: 350px;
}

.form-elem .option-container .option {
  margin: 8px 0;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 25px;
  color: #424143;
  font-size: 15px;
}

.form-elem .option-container .option:hover {
  background-color: #e8fffa;
}

.form-field input[type="textarea"] {
  width: 100%;
  padding: 15px 15px 80px 15px;
  height: auto;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%);
}

.form-field input[type="password"]+img,
input[type="text"]+img,
input[type="number"]+img {
  top: 5rem;
}

/* ========Profile end======== */


/* select section end css */
.custom_radio input[type="radio"] {
  display: none;
}

.custom_radio input[type="radio"]+label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_radio input[type="radio"]+label:before,
.custom_radio input[type="radio"]+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.custom_radio input[type="radio"]+label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
  border: solid 2px #20776E;
}

.custom_radio input[type="radio"]+label:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6; */
}

.custom_radio input[type="radio"]:checked+label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #20776e;
  border: solid 2px #20776E;
}

/* ========================= */

/*  Approver css end */

/*  Proctor - Rest your password css start */
.resetpassword {
  width: 80%;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 60px;
  margin-top: 60px;
}


.resetpassword-left {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.resetpassword-left figure {
  margin-bottom: 0 !important;
}

.resetpassword-left img {
  width: 100%;
}

.resetpassword-right h3 {
  color: #010D0A;
  font-size: 2.5rem;
  line-height: 4.5rem;
  font-family: Pop-medium;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.resetpassword-right p {
  color: #010D0A;
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-family: Pop-normal;
  opacity: 0.6;
}

.resetpassword-right .close {
  position: absolute;
  top: -61px;
  right: 31px;
}

.resetpassword-right form {
  margin-top: 2.5rem;
}

.resetpassword-right .login-btn {
  margin-top: 4rem !important;
}
/*  Proctor - Rest your password css end */

/*  Multiple faces css Start */
.modal-content.multiple-faces {
  max-width: 600px;
}
.modal-content.multiple-faces .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.2rem 10.5rem 0.8rem;
}
.modal-content.multiple-faces .modal-body .img {
  margin-bottom: 2.9rem;
}
.modal-content.foreign-obj .modal-body .img{
  margin-bottom: 2.6rem;
}
.modal-content.multiple-faces .modal-body img {
  max-width: 215px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.modal-content.foreign-obj .modal-body img{
  max-width: 190px;
}
.modal-content.multiple-faces h4 {
  color: #C22F2F;
  font-family: Pop-medium;
  font-size: 18px;
  margin-bottom: 1.7rem;
}
.modal-content.multiple-faces p {
  color: #849694;
  line-height: 1.65;
  font-size: 13px;
  text-align: center;
}
/*  Multiple faces css end */


/*  Documents uploaded css Start */
.uploade-success {
  max-width: 540px;
}
.uploade-success .modal-header{
  border-bottom: none;
  
}
.uploade-success .modal-body{
  padding: 1.7rem 4rem 6rem;
}
.uploade-success h4 {
  color: #0A2F2A;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: Pop-medium;
  margin-bottom: 18px;
}
.uploade-success p{
  font-size: 14px;
  color: #849694;
  margin-bottom: 5rem;
}
.uploade-success span {
  display: block;
  color: #20776E;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.uploade-success ul  {
  padding-left: 0;
  margin-top: 1rem;
}
.uploade-success ul li {
  display: inline-block;
  list-style: none;
  margin-right: 4px;
}
.uploade-success li img {
  max-width: 31px;
  object-fit: contain;
  object-position: center;
}

/*  Documents uploaded css end */

/* submit test popup  start*/
.submit-test{
  max-width: 520px;
}
.submit-test .modal-header{
  border-bottom: none;
  padding: 2.8rem 2.8rem 2.2rem;
}
.submit-test .modal-body{
  padding: 0rem 4rem 5.5rem;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  text-align: center;
}
.submit-test .modal-body h4{
  color: #C22F2F;
  font-family: Pop-medium;
  font-size: 18px;
  margin-bottom: 2.2rem;
}
.submit-test .modal-body h6{
  font-size: 13px;
  font-family: Pop-semibold;
  margin-bottom: 1rem;
  color: #1D1D1D;
}
.submit-test .modal-body h6 span{
  color: #C22F2F;
}
.submit-test .modal-body button{
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  font-family: Pop-light;
  margin-top: 1.7rem;
}
.submit-test .modal-body button:first-child{
  background-color: #FFBA52;
  margin-right: 2.3rem;
}
.submit-test .modal-body button:last-child{
  background-color: #198754;
}
/* submit test popup  end*/

/* upload answer popup start */
.upload-answer .modal-body{
  padding: 2.1rem 2.1rem 2.5rem !important;
}
.upload-answer .modal-body .img-circle img{
  max-width: 45px;
}
.upload-answer .answerqr-div
{
  padding: 2.1rem 0 1.5rem !important;
}
.upload-answer .bg-pink{
  background: #F8F8F8;
  border-radius: 1.2rem;
  padding: 16px;
  width: 100%;
}
.upload-answer .bg-pink2{
  width: 100%;
}
.upload-answer .bg-pink.mb--7{
  margin-bottom: 7rem;
}
.upload-answer .bg-pink .div-inner {
  background: #fff;
  padding: 0 1rem;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
}
.upload-answer .bg-pink .div-inner:not(:last-child) {
  margin-bottom: 1.2rem;
}
.upload-answer .bg-pink .div1 {
  display: flex;
  flex-direction: column;
}
.upload-answer .bg-pink .div1 img {
  max-width: 40px;
  margin-right: 12px;
  margin-top: 10px;
}
.upload-answer .bg-pink .div1 p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #162C2D;
}
.upload-answer .bg-pink .div1 .prog{
  width: 82%;
  height: 3px;
  background-color: #C7C7C7;
  position: absolute;
  top: 49.6%;
  left: 15.7%;
}
.upload-answer .bg-pink .div1 .prog .prog-bar{
  width: 45%;
  height: 3px;
  background-color: #0A2F2A;
  position: absolute;
  top: 0%;
  left: 0%;
}
.upload-answer .bg-pink .div1 span{
  font-size: 12px;
  color: #9A9DA3;
  margin-right: 29px;
  margin-top: -15px;
}
.upload-answer .bg-pink .div2 img{
  max-width: 10px;
  margin-top: 11px;
}
.upload-answer .footer button{
  width: 125px;
  height: 42px;
  border-radius: 4px;
  font-size: 14px;
}
.upload-answer .footer button.btn-upload{
  letter-spacing: 0.2px;
  color: #fff;
  background-color: #0A2F2A;
  font-family: Pop-light;
}
.upload-answer .footer button.btn-submit{
  letter-spacing: 0.2px;
  color: #fff;
  background-color: #F6AB39;
  font-family: Pop-light;
}
.upload-answer .footer button.mb--7{
  margin-bottom: 7rem;
}
.upload-answer .footer button.mb--2{
  margin-bottom: 2.5rem;
}
.upload-answer .footer .btn-red{
  letter-spacing: 0px;
  background-color: #fff;
  color: #C22F2F;
  font-family: Pop-medium;
}
/* upload answer popup end */

/*  Upload via webcam – 1 css start */
.modal-content.upload-via {
  max-width: 600px;
}
.upload-via .modal-header{
  border-bottom: none;
  padding: 25px 30px 15px;
}
.upload-via .head-part{
  margin-bottom: 2.9rem;
}
.upload-via .head-part .bg-lightgreen{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color: #E9F7F4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
.upload-via .head-part .bg-lightgreen img{
  max-width: 16px;
}
.upload-via .head-part h4{
  color: #0A2F2A;
  font-family: Pop-medium;
  font-size: 15px;
  margin-bottom: 0;
}
.upload-via .modal-body{
  padding: 0 7rem;
}
.upload-via .bg-pink,.upload-answer .bg-pink2 {
  background: #F8F8F8;
  border-radius: 1.2rem;
  padding: 16px;
  margin-bottom: 25px;
}
.upload-via .bg-pink .div-inner,.upload-answer .bg-pink2 .div-inner{
  background: #fff;
  padding: 0 1rem;
  height: 60px;
  display: flex;
  justify-content:space-between;
  align-items:center;
  border-radius: 5px;
}
.upload-via .bg-pink .div-inner:not(:last-child),.upload-answer .bg-pink2 .div-inner:not(:last-child){
  margin-bottom: 1.2rem;
}
.upload-via .bg-pink .div1,.upload-answer .bg-pink2 .div1{
  display: flex;
  align-items: center;
}
.upload-via .bg-pink .div1 img,.upload-answer .bg-pink2 .div1 img{
  max-width: 38px;
  margin-right: 10px;
}
.upload-via .bg-pink .div1 p,.upload-answer .bg-pink2 .div1 p{
  margin-bottom: 0;
  font-size: 14px;
  color: #162C2D;
}
.upload-via .bg-pink .div2,.upload-answer .bg-pink2 .div2{
  display: flex;
  align-items: center;
}
.upload-via .bg-pink .div2,.upload-answer .bg-pink2 .div2{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color: #FAEFEF;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.upload-via .bg-pink .div2 img,.upload-answer .bg-pink2 .div2 img{
  max-width: 15px;
}

.upload-via ul li  img {
  width: 12%;
}
.upload-via ul li span img {
  width: 42%;
}
.upload-via .footer {
  justify-content: center;
  align-items: baseline;
  padding: 0 0 28px;
}
.upload-via .footer span {
  font-size: 14px;
  color: #ADB4B5;
  margin-right: 8px;
}
.upload-via .footer p {
  color: #162C2D;
  font-size: 14px;
  font-family: Pop-normal;
}
/*  Upload via webcam – 1 css end */

/*  Upload via webcam  css start */
.upload-via-webcam{
  max-width: 650px;
}
.upload-via-webcam .modal-header {
  border-bottom: none;
  padding: 25px 30px 0px;
}
.upload-via-webcam .head-part{
  margin-bottom: 2.1rem;
}
.upload-via-webcam .head-part .bg-lightgreen{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color: #E9F7F4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
.upload-via-webcam .head-part .bg-lightgreen img{
  max-width: 16px;
}
.upload-via-webcam .head-part h4{
  color: #0A2F2A;
  font-family: Pop-medium;
  font-size: 15px;
  margin-bottom: 0;
}
.upload-via-webcam h3{
  font-family: Pop-medium;
  margin-bottom: 30px;
}
.upload-via-webcam .modal-body{
  padding: 0.5rem 10.2rem 3rem;
}
.upload-via-webcam .mycol-9{
  flex: 0 0 77%;
  max-width: 77%;
}
.upload-via-webcam .mycol-3{
  flex: 0 0 23%;
  max-width: 23%;
}
.upload-via-webcam .main-img{
  width: 100%;
  height: 278px;
  margin-bottom: 1.8rem;
  position: relative;
}
.upload-via-webcam .main-img img.webcam{
  width: 100%;
  height: 100%;
  object-fit: initial;
  object-position: center;
}
.upload-via-webcam .main-img img.info{
  position: absolute;
  top: 13px;
  left: 4.5%;
  max-width: 15px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}
.upload-via-webcam .main-img .img-text{
  position: absolute;
  top: 28px;
  width: 92%;
  left: 3.95%;
  background: #F8F8F8;
  padding: 10px 15px 1px;
  border-radius: 15px;
}
.upload-via-webcam .main-img .img-text p{
  font-size: 12px;
  color: #849694;
  line-height: 1.6;
}
.upload-via-webcam .btn-upload{
  display: flex;
  justify-content: center;
}
.upload-via-webcam .btn-upload button{
  width: 130px;
  height: 43px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 1.3rem;
  color: #fff;
  border: 1px solid #F6AB39;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
.upload-via-webcam .btn-upload button:first-child{
  color: #F6AB39;
  border: 1px solid #F6AB39;
  margin-right: 12px;
}
.upload-via-webcam .btn-upload button:last-child{
  color: #fff;
  background-color: #F6AB39;
  border: none;
}
.upload-via-webcam .thumb-img{
  height: 86px;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #E1F3F3;
  width: 100%;
  border-radius: 13px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-via-webcam .thumb-img img{
  width: 100%;
  height: 100%;
  border-radius: 13px;
  object-fit: cover;
  object-position: center;
}
.upload-via-webcam .thumb-img.img-border{
  border: 2px solid #26887C;
}
.upload-via-webcam .thumb-img img.tick{
  position: absolute;
  right: 7px;
  top: 7px;
  max-width: 15px;
  height: auto;
  object-fit: contain;
}
.upload-via-webcam .thumb-img img.camera{
  max-width: 19px;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
/*  Upload via webcam  css end */

/* face detect css start */
.face-detect .modal-dialog{
  max-width: 650px;
}
.face-detect .modal-body{
  padding: 1.3rem 6rem 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.face-detect .modal-body .img{
  margin-bottom: 1.2rem;
  width: 180px;
  height: 180px;
}
.face-detect .modal-body .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.face-detect .modal-body h4{
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
  color: #FF0000;
  font-family: Pop-medium;
}
.face-detect .modal-body p{
  color: #849694;
  font-size: 14px;
  font-family: Pop-light;
  line-height: 2.5rem;
  letter-spacing: -0.01rem;
}
/* face detect css end */

/* Profile 7 */
.radio_div input[type="radio"]:checked {
  background-color: #26887C !important;
  border: 0.185rem solid #26887C !important;
}

.radio_div label {
  margin-right: 5rem;
  font-size: 14px;
  cursor: pointer;
}

.radio_div label.active {
  color: #12846B;
}

.radio_div input[type="radio"] {
  appearance: none;
  display: inline-block;
  width: 21px;
  height: 21px;
  padding: 0.34rem;
  background-clip: content-box;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}

.gridp7 {
  display: grid;
  grid-template-columns: 17% 76%;
  align-items: center;
}

.gridp7 .gridp72 {
  padding-top: 2px;
}

.gridp7 .gridp72 h1 {
  margin-bottom: 0.2rem;
}

.gridp7 .gridp72 span {
  color: dimgrey;
}

.modal-header {
  padding: 25px 30px 25px 30px;
  align-items: flex-start
}

.modal-content {
  border-radius: 1.2rem;
}

.modal-header .btn-close {
  color: #000 !important;
  font-size: 13px;
}

.btn-close:focus{
  box-shadow: none;
}

.modal-header span {
  color: rgb(88, 88, 88);
  font-size: 14px;
  margin-top: -10px;
}

.modal-header h4 {
  font-size: 24px;
  margin: 0;
}

.modal-body .al_limit {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
  border-bottom: 1px solid #dee2e6;
}

.al_limit h4 {
  font-weight: 600;
  margin: 0;
}

.modal-body {
  padding: 0;
}

.modal-body .al_radio {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
  font-weight: 600;
}

input[name="allocation"] {
  background-color: #26887C;
  border: 0.185rem solid #26887C;
  margin: 5px;
  accent-color: #26887C;
  width: 16px;
  height: 16px;
  vertical-align: sub;
}

.modal-footer .next_btn,
.pf_7 .modal-body .next_btn {
  width: 100px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 1.4rem;
  color: #fff;
  border: none;
  border-radius: 6px;
  background-color: #F6AB39;
  cursor: pointer;
  font-family: Pop-normal;
}
.modal-footer .next_btn:focus,
.pf_7 .modal-body .next_btn:focus{
  box-shadow: none;
}

.modal-footer {
  padding: 25px 30px 25px 0px;
}

/* profile 7 end and 8 start */
.pf_7 .modal-dialog{
  max-width: 600px;
}

.pf_7 .modal-content .modal-header {
  border: 0px;
  padding: 4.8rem 4.5rem 2.1rem;
}

.pf_7 .modal-header .modal-title h4{
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: Pop-medium;
  letter-spacing: -0.1px;
  color: #000;
}

.pf_7 .modal-header .modal-title span{
  font-size: 14px;
}

.pf_7 .modal-body {
  padding: 0 4.5rem 2rem 4.5rem;
}

.pf_7 textarea {
  width: 100%;
  font-family: 'Pop-normal';
  font-size: 14px;
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%);
  outline: 0;
  resize: none;
}

.pf_7 .modal-footer {
  padding: 2.5rem 4.5rem 5rem 4.5rem;
  border: 0px solid #cecece;
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

textarea {
  border: 1px solid #cecece;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  border-image-slice: 1;
}

.pf_7 .back_btn,
.pro_list .back_btn {
  border: 1px solid #F6AB39;
  cursor: pointer;
  color: #F6AB39;
  z-index: 100;
  background-color: transparent;
  width: 100px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 1.4rem;
  border-radius: 6px;
}
.pf_7 .back_btn:focus,
.pro_list .back_btn:focus{
  box-shadow: none;
}

.modal-body .btn-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

/* Dropdown */
.select-dropdown {
  position: relative;
  /* display: inline-block; */
  width: 99.9%;
  margin: 0 15px 0 0;
}

.select-dropdown::last-child {
  margin-right: 0px;
}

.select-dropdown__button {
  padding: 10px 35px 10px 15px;
  background-color: transparent;
  border: 1px solid #26887C;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.select-dropdown__button::focus {
  outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 25px;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  text-align: left;
  transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:hover {
  background-color: #26887C;
  color: #fff;
  transition: all ease-in-out 0.3s;
}

.modal-header.profile-reset-password .btn-close {
  color: #000 !important;
  font-size: 21px;
  position: absolute;
  z-index: 9;
  right: 46px;
  top: 48px;
}

.modal-header.profile-reset-password {
  padding: 0;
  border-bottom: 0;
}

/* Dropdown End */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

/* Profile 8 end and 9 start */

.pro_list .modal-dialog{
  max-width: 1100px;
}
.pro_list .modal-header h4{
  font-size: 22px;
  margin: 0;
  letter-spacing: -0.1px;
  font-family: Pop-medium;
  word-spacing: 1px;
}
.pro_list .modal-header .btn-close{
  font-size: 16px;
}
.pro_list .modal-content .modal-header,
.pro_list .modal-content .modal-footer {
  border: 0px;
}

.pro_list .modal-content .modal-header {
  padding: 4.5rem 4.5rem 1rem 4.5rem;
}

.pro_list .modal-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pro_list .modal-body ul li {
  border: 1px solid #dee2e6;
  padding: 13px 25px;
  margin: 9px 0 9px 0;
}

.pro_list .modal-body {
  padding: 0px 4.5rem 0px 4.5rem;
}

.pro_list .modal-footer{
  padding: 1rem 4.5rem 1.8rem;
}
/* profile 9 ends 10 start*/

/* profile 10 start */
.profile_10 .modal-dialog{
  max-width: 1050px;
}
.profile_10 .img{
  width: 100%;
  height: inherit;
}
.profile_10 .img img{
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.profile_10 .div-right{
  padding: 2rem 2rem 0;
}
.profile_10 .div-right .btn-close{
  font-size: 16px;
}
.profile_10 .main_con{
  padding: 4.5rem 7rem 6rem;
}
.profile_10 .main_con h2{
  font-size: 2.4rem;
  font-family: Pop-medium;
  letter-spacing: -0.05rem;
  margin-bottom: 0.8rem;
}
.profile_10 .main_con h2 + p{
  color: #5a5a5a;
  font-size: 13px;
  margin-bottom: 2.8rem;
  line-height: 2.5rem;
}
.profile_10 .main_con h6{
  font-size: 1.4rem;
  line-height: 2.5rem; 
  margin-bottom: 0.3rem;
  color: #000;
}
.profile_10 .main_con input{
  margin-bottom: 2.8rem;
}
.profile_10 .main_con input[type="number"]+img{
  top: 4.3rem;
}
.profile_10 .btn-submit{
  margin-top: 4.3rem;
}
.profile_10 .btn-submit button{
  padding: 9px 0;
}
.profile_10 .btn-submit button:focus{
  box-shadow: none;
}
/* profile 10 end */

.rest_pop .resetpassword {
  margin: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .rest_pop .modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
  }
}

/* profile 10 ends */
/* QR Code */
  .qr-modal .qr-banner{
    background-color: #F8F8F8;
    padding: 10px 20px 10px 20px;
    border-radius: 05px;
    margin-bottom: 25px;;
  }
  .qr-modal .modal-body{
    padding: 0px 20px 25px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  /* .qr-modal .modal-body .qr-footer img{
    margin: 30px 0px 15px 0px;
  } */
  .qr-modal .qr-footer{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .qr-modal .qr-footer h3{
    font-size: 14px;
    color: #C22F2F;
    margin: 10px 0 10px 0;
  }
  .qr-modal .qr-footer span{
    font-size: 14px;
    color: #ADB4B5;
    padding-right: 10px;
  }
  .qr-modal .qr-footer h4{
    font-size: 16px;
    color: #162C2D;
    padding: 16px;
  }
  .qr-modal .modal-header{
    border: 0;
  }
  .qr-modal .qr-banner h3{
    margin: 0;
    font-size: 16px;
  }
  
  @media (min-width: 576px) {
    .qr-modal .modal-dialog {
      max-width: 450px;
      margin: 1.75rem auto;
    }
  }

  
/* QR Code */

/* scan-qr popup start */
.scan-qr .modal-dialog{
  max-width: 470px;
}
.scan-qr .modal-header{
  border-bottom: none;
}
.scan-qr .modal-body{
  padding: 0 2.7rem 2.7rem;
}
.scan-qr .top-bar{
  height: 58px;
  border-radius: 12px;
  background: #F8F8F8;
  align-items: center;
  justify-content: center;
}
.scan-qr .top-bar img{
  margin-right: 11px;
  max-width: 23px;
}
.scan-qr .top-bar h5{
  color: #0A2F2A;
  font-family: Pop-medium;
  font-size: 15px;
  margin-bottom: 0;
}
.scan-qr .qrscanner-div{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 1.3rem;
}
.scan-qr .qrscanner-div .img-circle{
  background: #E9F7F4;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scan-qr .qrscanner-div .img-circle img{
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
}
.scan-qr .timer{
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.scan-qr .timer img{
  max-width: 12px;
  margin-right: 7px;
}
.scan-qr .timer p{
  margin-bottom: 0;
  color: #C22F2F;
  font-size: 14px;
}
.scan-qr .footer{
  justify-content: center;
  align-items: baseline;
}
.scan-qr .footer span{
  font-size: 14px;
  color: #ADB4B5;
  margin-right: 8px;
}
.scan-qr .footer p{
  color: #162C2D;
  font-size: 14px;
  font-family: Pop-normal;
}
/* scan-qr popup end */

/* upload answer */
.qr-modal .qr-footer label{
  background: #0A2F2A;
  color: #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 05px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.qr-modal .qr-footer .close-btn{
  background: transparent;
  color: #C22F2F;
  padding: 30px 30px 10px 30px;
  border-radius: 05px;
  font-size: 14px;
  border: 0;
}
.upload-pop .modal-body{
  padding-top: 40px;
}
/* upload answer*/

/* warning popup */
.warning-pop .modal-body{
  padding: 2.2rem 6rem 6rem;
}
.warning-pop .modal-body img,.submit-test .modal-body img{
  max-width: 45px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 2.2rem;
}
 .warning-pop .modal-body h4{
  color: #C22F2F;
  font-family: Pop-medium;
  font-size: 18px;
  margin-bottom: 1.8rem;
 }
 .warning-pop .modal-body p,.submit-test .modal-body p{
  color: #849694;
  line-height: 1.65;
  font-size: 13px;
  text-align: center;
 }
/* warning popup end*/

/* disclaimer css start */
.disclaimer{
  background: #292929;;
  height: 100%;
  overflow-y: hidden;
}
.disclaimer .modal-dialog{
  max-width: 100%;
  height: 100%;
  width: 100vh;
  position: relative;
}
.disclaimer .modal-dialog .modal-content{
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}
.disclaimer .descp1{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 11%;
  left: 16%;
}
.disclaimer .descp1 img.img-desp{
  max-width: 150px;
  object-fit: contain;
  margin-left: -22%;
}
.disclaimer .descp1 img.img-thumb-arrow{
  max-width: 68px;
}
.disclaimer .descp1 h5{
  color: #fff;
  margin-bottom: 3.8rem;
  font-size: 1.5rem;
  font-family: Pop-light;
  letter-spacing: 0.3px;
  margin-top: -3px;
}
.disclaimer .descp1 span{
  color: #fff;
  font-family: Pop-light;
  margin-bottom: 1.1rem;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
}
.disclaimer .descp1 button,.disclaimer .skip button{
  padding: 0.9rem 3.4rem;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Pop-light';
  font-size: 14px;
  letter-spacing: 0.3px;
  border-radius: 3px;
  cursor: pointer;
}
.disclaimer .skip{
  position: absolute;
  right: 0%;
  bottom: 8%;
}
/* disclaimer css end */



/*========== Responsive Style ==========*/

@media screen and (max-width: 1100px) {
  /* ========Profile Start======== */
  .main_header .dropdown-menu {
    width: 23%;
  }

  .profile-left {
    padding-right: 10px;
  }

  ul.profile-user {
    padding: 1rem 1rem;
  }

  span.user-avtar {
    padding: 18% 41% 35% 41%;
  }

  .errr-conent-holder h4 {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .errr-conent-holder p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  /* ========Profile end======== */
}

@media screen and (max-width: 1000px) {

  /*===== Thank you page =====*/
  .thanks-content h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .thanks-content h3 {
    font-size: 17px;
    line-height: 29px;
  }

  .thanks-content p {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.62px;
  }

  .thank-img img {
    width: 45%;
  }

  .close span {
    position: absolute;
    top: -49px;
    right: 43px;
  }

  .thanks-content {
    padding: 0px 20px;
  }

  .close img {
    width: 80%;
  }

  .login-form-top li {
    width: 50%;
  }
  /*===== Thank you page =====*/
}


/* responsive screen for tablet */
@media(min-width: 768px) and (max-width: 991px) {
  .mainlogin-wrap::before {
    width: 100%;
    height: 47%;
  }
  .mobile-wrap::before {
    height: 55%;
  }
  .password-wrap::before {
    height: 45%;
  }
  .enterotp-wrap::before {
    height: 49%;
  }
  .mainlogin-wrap::after {
    width: 0%;
    height: 53%;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
  }
}

@media(max-width: 767px) {

  /*===== login page =====*/
  .login {
    padding: 0 1rem 0 1rem;
  }

  .login-form {
    padding: 0 5.5% !important;
  }

  .login-info,
  .login::after,
  .mainlogin-wrap::after,
  .mainlogin-wrap::before {
    display: none;
  }

  .mainlogin-wrap {
    border: 0;
    background: #ffffff;
    border-radius: 35px;
    width: 97%;
    padding: 2.4rem 0rem 0.9rem;
  }

  .login-form ul {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }

  .login-form li:nth-child(1) {
    padding-left: 1%;
  }

  .login-form li:nth-child(2) {
    padding-left: 6px;
    margin-bottom: 0rem;
  }

  .login-form li span {
    font-size: 3.1rem;
    line-height: 4.25rem;
  }

  .login-form li figure img {
    width: 145px;
    object-fit: contain;
  }

  .login-form-top img {
    margin-right: 4px;
  }

  .login-form-top h3 {
    font-size: 1.9rem;
    line-height: 1.25rem;
    margin-top: 0.688rem;
    text-align: center;

  }

  .ragister-link a {
    font-size: 12px;
    line-height: 2rem;
  }

  .login-btn input {
    padding: 6px 0px;
  }

  .login-btn {
    margin-top: 25px !important;
  }

  .otp-btn a {
    padding: 0.625rem 2.5rem;
  }

  .login3 {
    padding: 0 1rem 0 1rem;
  }

  .mainlogin3-wrap {
    width: 97%;
    border-radius: 35px;
  }

  .footer-info span {
    align-items: flex-start;
  }

  .footer-info span img {
    margin-top: 3px;
  }

  /*===== login page =====*/

  /*===== waiting louge =====*/
  .waiting-louge-left {
    padding-right: 0px;
  }

  .waiting-louge-right {
    margin-top: 4rem;
  }

  .waiting-img img {
    max-width: 45%;
  }

  /*===== waiting louge =====*/

  /*===== Thank you page =====*/
  .thank-you {
    background: #cdd3d2;
    padding: 0px 20px;
  }

  .thanks-content p {
    display: none;
  }

  .thanks-content h2 {
    font-size: 18px;
    line-height: 29px;
  }

  .thanks-content h2 {
    font-size: 16px;
    line-height: 29px;
  }

  .cont-btn a {
    padding: 10px 20px;
  }

  .thank-img {
    position: relative;
    right: -84px;
    bottom: -63px;
    transform: rotate(0deg);
  }

  .thank-you-wrap {
    transform: rotate(0deg);
  }

  .thank-you-wrap {
    margin: 30px;
    padding: 30px 12px 50px 14px;
  }

  .thanks-content h3 {
    font-size: 15px;
  }

  .close img {
    width: 62%;
  }

  .close span {
    position: absolute;
    top: -49px;
    right: 27px;
  }

  /*===== Thank you page =====*/


  /*===== Verification page =====*/
  .first-row {
    display: none;
  }

  .varification-bg .main-div {
    width: 93%;
  }

  .sidebar_div {
    flex: 0 0 17%;
    max-width: 17%;
    min-height: 97vh;
    background: transparent linear-gradient(358deg, #2D9D8D 0%,
        #20776E 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.8rem;
    color: #fff;
  }

  .sidebar_div .logo {
    width: 80%;
    height: 100px;
    margin-left: -20%;
  }

  .sidebar_div .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .sidebar_div .content {
    margin-top: -40%;
  }

  .sidebar_div .content h5 {
    font-size: 1.62rem;
    line-height: 2.9rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-family: 'Pop-medium';
    color: #fff;
  }

  .sidebar_div .content p {
    font-family: Pop-light;
    font-size: 13px;
    line-height: 2.4rem;
  }

  .sidebar a{
    text-decoration: none;
  }

  .second-row {
    flex: 0 0 83%;
    max-width: 83%;
    padding: 2.8rem 7.5rem 3rem 13rem;
  }

  .second-row .verfication-div {
    width: 100%;
    position: relative;
    top: 10%;
    height: 90%;
    padding: 0% 10%;
  }

  .verfication-div h2 {
    font-size: 24px;
    line-height: 79px;
    font-weight: 800;
  }

  .verfication-div p {
    font-size: 14px;
    line-height: 24px;
    color: #010D0A;
    opacity: 0.5;
  }

  .verfication-div b {
    font-size: 16px;
    line-height: 25px;
    color: #010D0A;
    margin: 30px 0px 15px 0px;
  }

  #code {
    width: 100%;
    padding: 16px 15px;
  }

  a.login-btn.desktop-view {
    display: none;
  }

  a.login-btn.mobile-view {
    display: block;
  }

  .verfication-div a.login-btn.mobile-view {
    width: 50%;
  }

  .col-10.footer-text {
    width: 100%;
  }

  .varification-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .varification-bg::before {
    background: rgb(133, 197, 188);
    background: linear-gradient(90deg, rgba(133, 197, 188, 1) 26%, rgba(32, 119, 110, 1) 67%);
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  /*===== Verification page =====*/

  /* approver style start */
  .candidate-photo .col-12:nth-child(1) {
    margin-bottom: 33px;
  }

  .form-wrap ul.btn a {
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
  }


  /* approver style end */
  /* ========Profile Start======== */
  ul.profile-user li {
    font-size: 15px;
  }

  .profile-left {
    border-right: 0;
  }

  /* ========Profile end======== */

  /*  Proctor - Rest your password css Start */

  .resetpassword-right {
    padding: 5rem !important;
  }

  .resetpassword-right .close {
    top: 4.3rem;
  }

  .resetpassword-right h3 {
    margin-bottom: 2rem;
  }

  /*  Proctor - Rest your password css end */

  /* main_header css start */
  .main_header {
    padding: 0 0.4rem 0 0.65rem;
    margin-bottom: 2.1rem;
    z-index: 10;
  }
  .main_header .logo {
    width: 48px;
    height: 34px;
  }
  .main_header .logo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .main_header h4 {
    font-size: 1.6rem;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    text-align: center;
    display: block;
  }
  .main_header .grid {
    -ms-grid-columns: 100% 0%;
        grid-template-columns: 100% 0%;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    grid-gap: 1px;
  }
  .main_header .grid .grid1 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    display: none;
  }
  .main_header .grid .grid1 h6 {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 0.4rem;
  }
  .main_header .grid .grid1 p {
    font-size: 12px;
  }
  .main_header .grid .grid2 .profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_header .grid .grid2 .dropdown {
    top: 50px;
  }
  /* main_header css end */

  /*=====  waiting lounge css start ===== */
  .waiting-header-main {
    padding: 1.2rem 0.6rem 0rem;
  }
  h2.mobile-only-display{
    font-family: 'Pop-medium';
    margin-bottom: 1rem;
  }
  .lounge {
    min-height: 100vh;
    padding: 1.2rem 1.2rem 1.2rem;
    overflow: visible;
  }

  .lounge>.container-fluid {
    padding: 0;
  }

  .waiting-lounge {
    padding: 2rem 1.5rem;
  }

  .waiting-lounge h3{
    font-size: 1.8rem;
    line-height: 1.5rem;
  }

  .waiting-lounge h4{
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .waiting-lounge h3 span {
    vertical-align: text-bottom;
  }

  .waiting-lounge h3 span img{
    width: 7%;
    object-fit: contain;
    object-position: center;
  }

  .waiting-lounge p {
    line-height: 2.2rem;
    font-size: 14px;
  }

  ul.test-info-head {
    align-items: center;
    padding: 1.1rem 1.6rem;
    margin-top: 27px;
    width: 97.6%;
  }

  .test-info-box {
    width: 97.6%;
  }

  ul.info-text {
    padding: 1.8rem 1.6rem 1.3rem;
  }

  ul.info-text li:not(:last-child) {
    margin-bottom: 1.5rem;
    font-size: 14px;
  }

  .test-info-head li:first-child {
    font-size: 1.5rem;
  }

  .test-info-head li:last-child {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .test-info-head li:last-child span {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }

  ul.info-text li dd {
    margin-right: 20px;
    width: 42%;
    font-size: 13px;
  }

  .standard-inst-wrap ul {
    max-height: 100vh !important;
  }

  .wl-instructions li {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-family: 'Pop-light';
    padding-left: 2.8rem;
  }

  .wl-instructions li::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
  }

  .waiting-louge-right .waiting-img{
    display: none;
  }

  ul.proceed-btns{
    align-items: center;
    margin-top: 2rem;
    flex-direction: column;
  }

  ul.proceed-btns li:first-child {
    padding: 0rem;
    font-size: 1.4rem;
    text-transform: capitalize;
    display: flex;
    width: 62%;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
  }

  ul.proceed-btns li:last-child {
    margin-left: 0%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 90%;
    font-family: Pop-normal;
  }
  /*=====  waiting lounge css end ===== */

  /*  Apptpover/Proctor password css Start */
  .approver-section, .profile-section {
    padding: 1.2rem;
  }
  /* Apptpover/Proctor password css end */

  /* all popup css start */
  .modal-content {
    width: 91%;
    margin: auto;
  }
  .upload-answer .footer button.mb--7 {
    margin-bottom: 2.5rem;
  }
  .scan-qr .qrscanner-div .img-circle {
    background: #E9F7F4;
    width: 155px;
    height: 155px;
  }
  .scan-qr .qrscanner-div .img-circle img {
    width: 57%;
    height: 57%;
    object-fit: contain;
    object-position: center;
  }
  .upload-answer .modal-body .img-circle img {
    max-width: 40px;
  }
  .upload-answer .bg-pink {
    padding: 12px;
  }
  .upload-answer .bg-pink .div1 .prog {
    width: 70.7%;
    height: 3px;
    left: 63px;
  }
  .upload-answer .bg-pink.mb--7 {
    margin-bottom: 2.5rem;
  }
  .upload-via .bg-pink, .upload-answer .bg-pink2 {
    padding: 11px;
  }
  .upload-answer .footer button {
    width: 109px;
    height: 40px;
  }
  .face-detect .modal-body {
    padding: 1.3rem 3rem 1.4rem;
  }
  .face-detect .modal-body .img {
    margin-bottom: 1.2rem;
    width: 150px;
    height: 150px;
  }
  .face-detect .modal-body h4 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .warning-pop .modal-body {
    padding: 0rem 4rem 2.5rem;
  }
  .warning-pop .modal-body img, .submit-test .modal-body img {
    max-width: 36px;
    margin-bottom: 1.7rem;
  }
  .warning-pop .modal-body h4 {
    margin-bottom: 1.4rem;
  }
  .upload-via .modal-body {
    padding: 0 2rem;
  } 
  .upload-via .bg-pink .div-inner, .upload-answer .bg-pink2 .div-inner {
    height: 58px;
  }
  .upload-via .bg-pink .div1 img, .upload-answer .bg-pink2 .div1 img {
    max-width: 36px;
  }
  .upload-via .bg-pink .div1 p,.upload-answer .bg-pink2 .div1 p {
    font-size: 13px;
  }
  .upload-via .bg-pink .div2,.upload-answer .bg-pink2 .div2{
    width: 36px;
    height: 36px;
  }
  .upload-via .bg-pink .div2 img,.upload-answer .bg-pink2 .div2 img{
    max-width: 14px;
  }

  .modal-content.foreign-obj .modal-body img {
    max-width: 135px !important;
  }
  .submit-test .modal-body {
    padding: 0rem 4rem 4rem;
  }
  .submit-test .modal-body h6 {
    line-height: 1.5;
  }
  .submit-test .modal-body button{
    padding: 6px 12px;
  }
  .submit-test .modal-body button:first-child {
    margin-right: 1.5rem;
  }
  .uploade-success .modal-body {
    padding: 0.8rem 3rem 3rem;
  }
  .uploade-success p {
    margin-bottom: 4rem;
    line-height: 1.6;
  }
  .modal-content.multiple-faces .modal-body {
    padding: 2.2rem 4rem 1rem;
  }
  .modal-content.multiple-faces .modal-body img {
    max-width: 175px;
    height: 100%;
  }
  .upload-via-webcam .modal-body {
    padding: 0.5rem 2.5rem 3rem;
  }
  .upload-via-webcam .modal-body .row{
    --bs-gutter-x: 1rem;
  }
  .upload-via-webcam .mycol-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .upload-via-webcam .mycol-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .upload-via-webcam .main-img {
    height: 250px;
  }
  .upload-via-webcam .main-img .img-text p {
    font-size: 11px;
  }
  .upload-via-webcam .thumb-img {
    height: 77px;
  }
  .upload-via-webcam .thumb-img img.camera {
    max-width: 18px;
  }
  .upload-via-webcam .thumb-img img.tick {
    right: 6px;
    top: 6px;
    max-width: 14px;
  }
  .upload-via-webcam .btn-upload{
    flex-direction: column;
    align-items: center;
  }
  .upload-via-webcam .btn-upload button {
    width: 120px;
    height: 43px;
  }
  .upload-via-webcam .btn-upload button:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .pf_7 .modal-content .modal-header {
    padding: 3.5rem 2.8rem 2.2rem;
  }
  .pf_7 .modal-title{
    margin-top: 2rem;
  }
  .pf_7 .modal-body {
    padding: 0 2.8rem 3rem 2.8rem;
  }
  .pf_7 .back_btn{
    width: 80px;
    height: 40px;
  }
  .pf_7 .modal-footer {
    padding: 2rem 2.8rem 3.5rem 2.8rem;
  }
  .pf_7 .modal-body .next_btn {
    width: 80px;
    height: 40px;
  }
  .pf_7 .form-elem .custom-select .box {
    height: 44px;
    padding: 0 12px;
  }
  .pf_7 .form-elem .custom-select .box img {
    top: 18px;
    right: 3.2%;
    max-width: 12px;
  }
  .pro_list .modal-content .modal-header {
    padding: 3rem 2rem 0.5rem 2rem;
  }
  .pro_list .modal-content .modal-header .modal-title{
    margin-top: 3rem;
  }
  .pro_list .modal-header h4 {
    font-size: 20px;
  }
  .pro_list .modal-body {
    padding: 0px 2rem 0px 2rem;
  }
  .pro_list .modal-body ul li {
    padding: 10px 13px;
    font-size: 14px;
  }
  .pro_list .modal-footer {
    padding: 1rem 2rem 1.8rem;
  }
  .proctor .modal-header {
    padding: 25px 20px 25px 20px;
  }
  .proctor table td img{
    max-width: 48px;
  }
  .proctor table td h4{
    font-size: 20px;
  }
  .proctor .modal-body .al_limit {
    padding: 20px 20px 20px 20px;
  }
  .proctor .modal-body .al_limit h4{
    font-size: 14px;
    font-family: Pop-medium;
    font-weight: 400;
  }
  .proctor .modal-body .al_radio .allocation{
    font-size: 14px;
    font-family: Pop-medium;
    font-weight: 400;
    margin-right: 4rem;
  }
  .proctor .modal-body .d-flex-mob{
    display: flex;
  }
  .proctor .modal-body input[name="allocation"] {
    margin: 2px 5px 0px 0;
  }
  .proctor .modal-body .al_radio {
    padding: 20px 20px 20px 20px;
  }
  .proctor .modal-body .al_radio label{
    font-size: 14px;
    font-family: Pop-medium;
    font-weight: 400;
  }
  .proctor .modal-footer {
    padding: 20px 20px 20px 0px;
  }
  .proctor .modal-footer button{
    width: 80px;
    height: 38px;
  }
  .profile_10 .modal-body{
    position: relative;
    padding: 4rem 2rem 0;
  }
  .profile_10 .div-right {
    padding: 2rem 0rem 0;
  }
  .profile_10 .div-right .btn-close {
    font-size: 14px;
    position: absolute;
    right: 18px;
    top: 11px;
  }
  .profile_10 .img img {
    max-height: 210px;
    object-position: 50% 57%;
    border-radius: 13px;
  }
  .profile_10 .main_con {
    padding: 0rem 0rem 2.5rem;
  }
  .profile_10 .main_con .res-mob{
    position: absolute;
    top: 60px;
    left: 12%;
  }
  .profile_10 .main_con h2 {
    font-size: 1.9rem;
    font-family: Pop-semibold;
    margin-bottom: 0.8rem;
  }
  .profile_10 .main_con h2 + p {
    margin-bottom: 2.5rem;
    line-height: 2.4rem;
    width: 80%;
  }
  .profile_10 .btn-submit {
    margin-top: 3.3rem;
    display: flex;
    justify-content: center;
  }
  .profile_10 .btn-submit button {
    padding: 9px 0;
    max-width: 130px;
  }
  /* all popup css end */
}


/* start of new css */

.side1{
  width: 20%;
}

.side1 a{
  text-decoration: none;
}

.profile-details img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 4px;
}

.navigationBtns{
  position: relative;
}

.anchor-dec{
  text-decoration: none;
  
}

.yellow-img{
  margin-top: 30px;
  
}

.red-img{
  margin-left: 14px;
}

.previous-arrow{
  transition: width 2s;
}

.previous-arrow::after{
  content: "Previous Applicant";
  color: #666666;
  padding-top: 10px;
  text-align: center;
  width: 155px;
  height: 44px;
  background-color: white;
  position: absolute;
  bottom: 0;
  transform: translate(-120px,45px);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ;
    transition: all 0.4s ;
}

.previous-arrow:hover::after{
  opacity: 1;
}

.filter-label::after{
  content: "Print";
  color: #666666;
  padding-top: 10px;
  text-align: center;
  width: 155px;
  height: 44px;
  background-color: white;
  position: absolute;
  bottom: 0;
  transform: translate(-58px,53px);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ;
    transition: all 0.4s ;
}

.filter-label:hover::after{
  opacity: 1;
}

.print-relative{
  position: relative;
}


.next-arrow::after{
  content: "Next Applicant";
  color: #666666;
  padding-top: 10px;
  text-align: center;
  width: 131px;
  height: 44px;
  background-color: white;
  position: absolute;
  bottom: 0;
  transform: translate(-55px,45px);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s ;
  opacity: 0;
}

.next-arrow:hover::after{
  opacity: 1;
}

.exportCSV::after{
  content: "Export CSV";
  color: #666666;
  padding-top: 10px;
  text-align: center;
  width: 131px;
  height: 44px;
  background-color: white;
  position: absolute;
  bottom: 0;
  transform: translate(-50px,60px);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s ;
  opacity: 0;
  z-index: 100;
}

.exportCSV:hover::after{
  opacity: 1;
}





.profile-details{
  border: 1px solid #20776E;
  word-break: break-all;
  border-radius: 9px;
  padding: 5px 10px;
  cursor: pointer;
}

.selection-new{
  background-color: #F6F8FC;
  min-height: 100%;
  background-size: cover;
  padding: 2rem;
  
}

.profile-info h5{
 font-size: 16px;
 font-weight: bold;
}

.profile-info p{
   color: #849694;
   font-size: 12px;
   margin-bottom: 0;
}

.profile-info{
  margin-top: 6px;
  
}

.sideMenu{
  border-radius: 5px;
  height: 62px;
  padding: 15px;
  margin-top: 20px;
  cursor: pointer;
}



.active-one{
  background-color: #DAEDEB;
}

.sideMenu img{
  width: 20px;
  margin-right: 20px;
  margin-left: 1px;
}

.sideMenu p{
  color: #20776E;
  font-size: 18px;
  font-family: Pop-semibold;
}

.inside-container{
   border: 1px solid #EBEBEB;
   border-radius: 10px;
   width: 80%;
   min-height: 100%;
   margin-left: 25px;
   padding: 25px;

}

.inside-compare-app{
  min-height: 100%;
  
  padding: 25px;
}

.inside-compare-app h3{
  font-size: 18px;
  letter-spacing: 0px;
  color: #2C3652;
  margin-bottom: 2px;
  font-family: pop-semibold;
}

.inside-container h3{
  font-size: 18px;
  letter-spacing: 0px;
  color: #2C3652;
  margin-bottom: 36px;
  font-family: pop-semibold;
}

.inside-container2{
  min-height: 100%;
  margin-top: 30px;
  width: 80%;
  padding: 20px;
  margin-left: 15px;
  position: relative;
}

.inside-container2 a{
  text-decoration: none;
}

.inside-container-dashboard{
   width: 80%;
   min-height: 100%;
   margin-left: 25px;
   padding: 25px;
   margin-top: 10px;
}

.inside-container-dashboard a{
  text-decoration: none;
}

.inside-container-dashboard h3{
  font-size: 18px;
  letter-spacing: 0px;
  color: #2C3652;
  margin-bottom: 36px;
  font-family: pop-semibold;
}



.inside-container2 h3{
  font-size: 18px;
  letter-spacing: 0px;
  color: #2C3652;
  margin-bottom: 36px;
  font-family: pop-semibold;
}



.dashboardCard{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px #B8B8B854;
  border-radius: 10px;
  padding: 20px;
}

.card-width{
  width: 32%;
}

.card-width-score{
  width: 32.4%;
}

.acc-image{
  width: 165px;
  height: 165px;
}

.appDetailCard h2{
  color: #2C3652;
  font-size: 20px;
  font-family: pop-semibold;
  margin-top: 10px;
  margin-bottom: 20px;


}

.appDetailCard h3{
  color: #2C3652;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}


.card-1{
  width: 30%;
}

.left-head{
  font-size: 14px;
  color: #8B91A9;
  width: 45%;
  padding-bottom: 15px;
}

.right-data{
  font-size: 14px;
  color: #2C3652;
  font-weight: 600;
  word-break: break-all;
  padding-bottom: 15px;
}

.pd-left-head{
  font-size: 14px;
  color: #8B91A9;
  width: 55%;
  padding-bottom: 15px;
}

.dp-left-head{
  font-size: 14px;
  color: #8B91A9;
  width: 55%;
  padding-bottom: 15px;
}

.apexcharts-data-labels{ display:contents !important; }

.nav-arrows{
  width: 23px;
  height: 23px;
 }

 .nav-arrows-1{
  width: 18.41px;
  height: 19.17px;
 }

 .nav-arrows-2{
  width: 40px;
 }



 .btr-line{
  font-size: 20px;
  font-family: nunito;
  font-weight: bold;
  color: #00000099;
  margin-left: 10px;
  margin-top: 7px;
 }

.pd-right-data{
  font-size: 14px;
  color: #2C3652;
  font-weight: 600;
  word-break: keep-all;
  padding-bottom: 16px;
  padding-left: 16px;
}

.score-marks{
  margin-top: 16px;
}

.score-marks p{
  color: #2C3652;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}

.score-marks h6{
  color: #20776E;
  font-size: 26px;
  font-weight: bold;
}

.total-q p{
  color: #171717;
  font-size: 13px;
  font-weight: 300;
  opacity: 74%;
  text-align: center;
}

.total-q h6{
  font-size: 20px;
  color: #171717;
  font-weight: 400;
  text-align: center;
  font-family: Pop-medium;
}

/* .performance-footer p::before{
  width: 15px;
  background-color: red;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  
} */

.performance-footer{
  margin-top: 20px;
}

.performance-footer p{
   color: #6E6E6E;
   opacity: 74%;
   font-size: 14px;
}

.performance-footer-score{
  margin-top: 20px;
}

.performance-footer-score p{
  color: #6E6E6E;
   opacity: 74%;
   font-size: 12px;
}

.pf-indicator{
  width: 15px;
  height: 15px;
  border-radius: 0px;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 10px;
}

.pf-indicator-c{
  width: 15px;
  height: 15px;
  border-radius: 8px;
  margin-top: 5px;
  margin-right: 10px;
}

.pf-indicator-score{
  width: 15px;
  height: 15px;
  border-radius: 0px;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 10px;
  
}



.legend{
 font-size: 12px !important;
 margin-bottom: 12px !important;
}

.pf-color1{
  background-color: #9986F9;
}

.pf-color2{
  background-color: #F6AB39;
}
.pf-color3{
  background-color: #FF6C40;
}
.pf-color4{
  background-color: #2D99FF;
}

.pf-color5{
  background-color: #2CD9C5;
}

.pf-color6{
  background-color: #FDDD33;
}

.pf-color7{
  background-color: #8040FF;
}

.pf-color8{
  background-color: #F8009C;
}

.pf-color9{
  background-color: #4791FF;
}

.pf-color10{
  background-color: #02BC77;
}
.pf-color11{
  background-color: #7676D4;
}

.pf-color12{
  background-color: #F16DAE;
}

.pf-color13{
  background-color: #eacda3;
}

.pf-color14{
  background-color: #2DAB9D;
}


.stats-card{
  width: 50%;
}

 .circular-progress{
  position: relative;
  height: 200px;
  width: 200px;
  background-color: black;
  border-radius: 50%;
  display: grid;
  place-items: center;
 }

 .circular-progress::before{
  content: "";
  position: absolute;
  height: 90%;
  width: 90%;
  background-color: white;
  border-radius: 50%;
 }

 .value-container{
  position: relative;
  z-index: 20;
  font-size: 23px !important;
  font-weight: 600 !important;
  color: #2C3652 !important;
  text-align: center !important;
 }

 .circular-progress2{
  position: relative;
  height: 200px;
  width: 200px;
  background-color: black;
  border-radius: 50%;
  display: grid;
  place-items: center;
 }

 .circular-progress2::before{
  content: "";
  position: absolute;
  height: 90%;
  width: 90%;
  background-color: white;
  border-radius: 50%;
 }

 .value-container2{
  position: relative;
  font-size: 23px !important;
  font-weight: 600 !important;
  color: #2C3652 !important;
  text-align: center !important;
 }

 .circular-progress3{
  position: relative;
  height: 200px;
  width: 200px;
  background-color: black;
  border-radius: 50%;
  display: grid;
  place-items: center;
 }

 .circular-progress3::before{
  content: "";
  position: absolute;
  height: 90%;
  width: 90%;
  background-color: white;
  border-radius: 50%;
 }

 .value-container3{
  position: relative;
  z-index: 20;
  font-size: 44px !important;
  font-weight: 600 !important;
  color: #2C3652 !important;
  text-align: center !important;
 }

 .yourscore{
  position: relative;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2C3652 !important;
 }

 .grid-new{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
 }

 .grid1-new{
  margin-right: 10px;
 }

 .grid2-new{
  margin-top: 10px;
 }

 .grid2-new h6{
  color: #0A2F2A;
  font-size: 16px;
  font-weight: 600;
 }

 .grid2-new p{
  color: #849694;
  font-size: 14px;
  font-weight: 300;
 }

 .click{
  cursor: pointer;
 }

 .home-search{
  cursor: pointer;
  background-color: #20776E;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px #5462E247;
 }

 .home-search:hover{
  background-color: #124842;
 }


 .new-tab{
  color: #8B91A9;
  font-size: 16px;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: center;
 }

 .nav-link{
  color: #8B91A9;
 }

 .nav-link:focus, .nav-link:hover{
  color: rgb(32, 119, 110) !important;
 }

 .nav-alt{
  flex-wrap: nowrap !important;
 }

 .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #ECF6F5 !important;
  color: #2C3652 !important;
  flex-wrap: nowrap !important;
  height: 54px !important;
  border-bottom: 2px solid #20776E;
  font-size: 16px !important;
  
 }


 .online-footer{
  background-color: #D2FFEA;
  list-style-type: none;
 }

 .online-footer li{
  margin-left: 10px;
 }

 .online-test-card{
  border-radius: 16px;
  width: 151px;
  height: 205px;
  background-color: #D2FFEA;
  position: relative;
 }

 .online-warning{
  border: 3px solid #FF7474;
 }

 .online-ok{
  border: 3px solid #198754;
 }

 .table-row-1{
  box-shadow: 0px 1px 5px #C5C5C5;
  border-radius: 10px;
 
 }

 .table-row-1 td{
  
  font-size: 14px;
 }

 .main-table{
  border-collapse:separate !important;
  border-spacing:0 15px !important;
  
 }



 .table-main-section{
  overflow-x: auto;
  padding-left: 20px;
  padding-right: 20px;
 }

 .table-main-section2{
  overflow-x: auto;
  padding-left: 2px;
  padding-right: 2px;
 }
 

 .main-table td{
  vertical-align: middle;
 }

 .instructions img{
  width: 153px;
  height: 152px;
  margin-bottom: 15px;
 }

 .instructions h6{
  color: #198754;
  font-size: 16px;
  text-align: center;
 }

 .instructions p{
  color: #848E90;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
 }

 .ins-yellow{
  color: #FFB41D !important;
 }

 .ins-red{
  color: #FF7474 !important;
 }

 .instructions{
  
 }

.chat-box h3{
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  display: inline;
  margin-right: 15px;
}

.time{
  color: #CACACA;
  font-size: 10px;
}

.screenshots img{
  width: 278px;
}

.chat-box p{
  color: #9E9E9E;
  font-size: 12px;
  margin-bottom: 0;
}

.chat-box{
  margin-top: 10px;
}

.navbar-alignment{
  width: 30%;
}

.icon-rotate{
  transform: rotate(90deg);
  transition: 0.5s ease-in-out;
}



.icon-w{
  font-size: 20px;
  margin-top: 5px;
  margin-left: 15px;
  color: #1C7068;
}

.chartResponsive{
  height: 300px;
}

.chartResponsive-benchmark{
  height: 300px;
}

.chartResponsive-benchmark2{
  height: 250px;
}


.table-header{
  background-color: #DAEDEB;
  box-shadow: 0px 1px 5px #C5C5C5;
  border-radius: 10px !important;
  
}

.box-heading-alignment{

}


.table-header td{
  font-weight: bold;
  border: none !important;
}

.onlineTab{
  position: relative;
  overflow-x: auto !important;
  overflow-y: hidden;
}

.vLine{
    border: 1px solid #e6e6e6;
    margin-top: 53px;
    margin-bottom: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.table-img{
  width: 61px;
  height: 61px;
  margin-right: 15px;
}

.com-table-img{
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.fulltable{
  width: 100%;
}

.table-img{
  width: 61px;
  height: 61px;
  margin-right: 15px;
}

.progress{
  background-color: #E3E3E3;
  border-radius: 10px;
  overflow: visible;
  position: relative;
  width: 170px;
}

.progress-com{
  background-color: #E3E3E3;
  border-radius: 10px;
  overflow: visible;
  position: relative;
  width: 120px;
}


.pass-field{
  background-color: #DBFFEA !important;
  height: 42px;
  width: 91px;
  display: block;
  text-align: center;
  margin-top: 0px;
  border-radius: 10px;
  color: #236849;
  font-family: pop-normal;
  padding-top: 10px;
}

.fail-field{
  background-color: #FFCECB !important;
  height: 42px;
  width: 91px;
  display: block;
  text-align: center;
  margin-top: 0px;
  border-radius: 10px;
  color: #A12A22;
  font-family: pop-normal;
  padding-top: 10px;
}



.timetaken{
  color: #FFA000 !important;
}

.timetaken-red{
  color: #FF0000 !important;
}

.progress-number{
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 30px;
}

.progress-tab{
  position: relative;
}

.navbar-place{
  display: block;
}

.dropdownActive{
  display: block !important;
}

.dropdownInactive{
  display: none !important;
}

.new-logopart{
  width: 60%;

}

.new-proline{
  
}

.percentage-section{
  width: 250px;
  
}

.percentage-section2{
  max-width: 50px;
}

.percentile-section{
  /* text-align: center; */
}

.input-data{
  color: #666666;
  text-transform: capitalize;
}

.test-input-data{
  color: #404040;
  font-size: 14px;
  font-family: Pop-medium;
}

.test-taker-data h6{
  color: #404040;
  font-size: 16px;
  font-family: Pop-medium;
  text-transform: capitalize;
  margin-top: 9px;
}

.com-test-taker-data h6{
  color: #000000;
  font-size: 14px;
  font-family: Pop-medium;
  padding-top: 10px;
}

.test-taker-data p{
  color: #666666;
  font-size: 14px;
  font-family: Pop-normal;
  text-transform: lowercase;
}

.percentile-data{
  margin-left: 40px;
 
}


.progress-line-value{
  position: absolute;
  margin-left: 190px;
  margin-top: -8px;
  font-size: 16px;
  font-family: Pop-medium;
  color: #000000;
}

.progress-line-value-com{
  position: absolute;
  margin-left: 128px;
  margin-top: -8px;
  font-size: 16px;
  font-family: Pop-medium;
  color: #000000;
}

.progress-line{
  background-color: #20776E;
  border-radius: 10px;
}

.main-table tbody tr td{
  background-color: white;
}

.fa-ellipsis-vertical{
  color: #ACACAC;
  font-size: 25px;
  text-align: center;
  margin-right: 20px;
}

.options-data{
  text-align: center;
  transition: 0.5s ease;
}


.checkboxone {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 16px;
}

.checkbox__input {
  display: none;
}

.checkbox__box {
  width: 20px;
  height: 20px;
  border: 2px solid #90A4AD;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: background 0.15, border-color0.15;
  margin-right: 16px;
}

.checkbox__box::after {
  content: '\2714';
  color: #F8F8F8;
}

.checkbox__input:checked+.checkbox__box {
  background: #20776E ;
  border-color: #DAEDEB;
}

.result-tab{
  min-width: 180px;
  height: 54px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #D6DBE1;
}



.result-tab p{
  text-align: center;
  color: #8B91A9;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  
}

.scorecard-lv{
  width: 100%;
  padding-top: 20%;
  z-index: -50;
}

.scorecard-container{
 position: relative;
 background-image: url(/assets/images/svg/scorecard-lv.png);
 width: 100%;
 height: 90%;
 background-repeat: no-repeat;
 background-position: bottom;
 
}

.scorecard-line{
  position: relative;
transform: translate(130px,130px) rotate(10deg);
width: 60px;
object-position: bottom;


}

.active-result-tab{
  background-color: white;
  border-bottom: 3px solid #20776E;
  
}

.active-result-tab p{
  color: #2C3652;
  
}



.result-tab-section{
  margin-top: 50px;
  margin-left: 80px;
}

.result-tab-section-2{
  margin-top: 50px;
  margin-left: 25px;
}

.search-bar{
  background-color: #EEEEEE;
  height: 40px;
  border: none;
  padding: 10px;
}

.download-btn{
  background-color: #20776E;
  color: white;
  box-shadow: 0px 3px 6px #5462E247;
  width: 150px;
  height: 40px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
}

.download-btn2{
  background-color: #20776E;
  color: white;
  box-shadow: 0px 3px 6px #5462E247;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
}

.download-btn3{
  background-color: #20776E;
  color: white;
  box-shadow: 0px 3px 6px #5462E247;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.download-btn-compare{
  background-color: #20776E;
  color: white;
  box-shadow: 0px 3px 6px #5462E247;
  width: 100px;
  height: 40px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
}

.refresh-btn{
  background-color: #20776E;
  color: white;
  box-shadow: 0px 3px 6px #5462E247;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.new-filter-icon{
  background-color: #20776E;
  color: white;
  box-shadow: 0px 3px 6px #5462E247;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.refresh-btn:hover{
  background-color: #20776E;
}

.pagination-new{
  display: flex;
  list-style: none;
  background: none !important;
  gap: 20px;
  align-items: center;
}

.pagination-new li .new-link{
  background-color: #20776E !important;
  padding: 5px 10px !important;
  color: white !important;
  text-align: center !important;
  box-shadow: 0px 3px 6px #5462E247 !important;
  border-radius: 5px I !important;
}

.pagination-new li .new-link{
  background: none;
  border: none;
}

.page-link-page{
  background-color: none;
  text-decoration: none;
  color: #666666;
}

.graph-container{
  overflow-x: auto;
}



.RiskWarning{
  background-color: #FFC3C3;
  color: #DF1F1F;
  width: 177px;
  text-align: center;
  padding-top: 10px;
  border-radius: 6px;
  margin-top: 18px;
  font-size: 18px;
}

.RiskWarning2{
  background-color: #FFC3C3;
  text-align: center;
  border-radius: 6px;
  margin-top: 15px;
  padding: 3px;
  height: auto;
  
}

.RiskWarning2 p{
  color: #DF1F1F !important;
  font-size: 14px !important;
  height: 20px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  
}

.warning-sign{
  position: absolute;
  transform: translate(50px,50px);
}

.warning-sign2 img{
  width: 24px;
}

.TestriskCandidate h2{
  color: #20776E;
  font-size: 96px;
  font-weight: 600;
}

.testriskContainer{
  margin-top: 20%;
}


.warning-sign img{
  width: 20px;
  
}



.chat-section{
  margin-top: 30px;  
}

.chat-section img{
  width: 32px;
  margin-right: 15px;
}

.dt-buttons{
  display: none;
}

.horizontal-scroll{
  overflow-y: auto;
  padding-bottom: 4px;
}




/*===== The CSS =====*/
.progressBar{
	width: 200px;
	height: 200px;
}


.progressBar .track, .progressBar .fill{
	fill: rgba(0, 0, 0, 0);
	stroke-width: 3;
	transform: rotate(90deg)translate(0px, -80px);
}
.progressBar .track{
	stroke: #EDF0F4;
}
.progressBar .fill {
	stroke: rgb(255, 255, 255);
	stroke-dasharray: 219.99078369140625;
	stroke-dashoffset: -219.99078369140625;
	transition: stroke-dashoffset 1s;
}
.progressBar.purple .fill {
	stroke: #826AF9
}
.progressBar.green .fill {
	stroke: #2CD9C5;
}

.progressBar.gradient .fill {
	stroke: #2CD9C5;
}
.progressBar .value, .progressBar .text {
	font-family: 'Open Sans';
	fill: #2C3652;
	text-anchor: middle;
  font-size: 10px;

}
.progressBar .text {
	font-size: 12px;
}


.progressBar2{
	width: 50px;
	height: 50px;
}


.progressBar2 .track, .progressBar2 .fill{
	fill: rgba(0, 0, 0, 0);
	stroke-width: 3;
	transform: rotate(90deg)translate(0px, -80px);
}
.progressBar2 .track{
	stroke: #EDF0F4;
}
.progressBar2 .fill {
	stroke: rgb(255, 255, 255);
	stroke-dasharray: 219.99078369140625;
	stroke-dashoffset: -219.99078369140625;
	transition: stroke-dashoffset 1s;
}
.progressBar2.purple .fill {
	stroke: #826AF9
}
.progressBar2.green .fill {
	stroke: #2CD9C5;
}

.progressBar2.gradient .fill {
	stroke: #2CD9C5;
}
.progressBar2 .value, .progressBar2 .text {
	font-family: 'Open Sans';
	fill: #2C3652;
	text-anchor: middle;
  font-size: 10px;

}
.progressBar2 .text {
	font-size: 12px;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		cursor: default;
}

.counter-part{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(-72px,70px);
  font-family: Pop-semibold;
  font-size: 24px !important;
}

.counter-report{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(-50px,85px);
  font-family: Pop-semibold;
  font-size: 44px !important;
}

.counter-part2{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(-55px,110px);
  text-align: center !important;
  font-size: 12px;
  font-family: Pop-normal;
}

.counter-part3{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(-48px,110px);
  text-align: center !important;
  font-size: 12px;
  font-family: Pop-normal;
}

.navpart1{
  width: 34.5% !important;
}



.progressBarContainer{
  position: relative;
}

.card-container{
  margin-top: 75px;
  margin-left: 80px;
  margin-right: 80px;

}

.insightCard{
  width: 49%;
}


.piechart{
  display: flex;
  justify-content: center;
  
}


.chart-container{
  width: 100px;
  height: 100px;
}

.poor{
  color: #FF0000;
  font-size: 16px;
  font-family: Pop-medium;
  
}

.catLevelAdj{
  padding-left: 4;
}

.catLevel{
  min-width: 60px;
}

.improvement{
  color: #FF9100;
  font-size: 16px;
  font-family: Pop-medium;
}

.average{
  color: #FFC300;
  font-size: 16px;
  font-family: Pop-medium;
}

.good{
  color: #46B000;
  font-size: 16px;
  font-family: Pop-medium;
}

.percentage-wise div p{
  margin-bottom: 0;
}

.percentage-wise div{
  margin-right: 30px;
  margin-bottom: 16px;
}

.total-applicant{
  width: 500px;
  height: 500px;
}

.dataTables_filter
{ display: none;}

.dataTables_length{
  margin-left: 30px;
  margin-top: 6px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current{
background-color: #20776E !important;
border-radius: 5px !important;
}

.paging_full_numbers a.paginate_button {
  color: #fff !important;
}

.paging_full_numbers a.paginate_active {
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  color: #20776E !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
  cursor:not-allowed;
 
}

.percentile-crown{
  margin-top: -5px;
}

.selected-ratio{
  margin-top: 14px;
  color: #2C3652;
  font-size: 16px;
  font-family: Pop-normal;
}

.percent-value{
  color: #2B324F;
  font-size: 12px;
}

.download-icon{
  width: 20px;
  margin-bottom: 7px;
}



/* half circle */


.chart-skills {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.chart-skills *,
.chart-skills::before {
  box-sizing: border-box;
}


/* CHART-SKILLS STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.chart-skills {
  position: relative;
  width: 350px;
  height: 175px;
  overflow: hidden;
}

.chart-skills::before,
.chart-skills::after {
  position: absolute;
}

.chart-skills::before {
  content: '';
  width: inherit;
  height: inherit;
  border: 45px solid rgba(211, 211, 211, .3);
  border-bottom: none;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
}

.chart-skills::after {
  content: '';
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: bold;
  color: cadetblue;
}

.chart-skills li {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: inherit;
  border: 45px solid;
  border-top: none;
  border-bottom-left-radius: 175px;
  border-bottom-right-radius: 175px;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-timing-function: linear;
}

.chart-skills li:nth-child(1) {
  z-index: 4;
  border-color: green;
  animation-name: rotate-one;
}

.chart-skills li:nth-child(2) {
  z-index: 3;
  border-color: firebrick;
  animation-name: rotate-two;
  animation-delay: .4s;
}

.chart-skills li:nth-child(3) {
  z-index: 2;
  border-color: steelblue;
  animation-name: rotate-three;
  animation-delay: .8s;
}

.chart-skills li:nth-child(4) {
  z-index: 1;
  border-color: orange;
  animation-name: rotate-four;
  animation-delay: 1.2s;
}

.chart-skills span {
  position: absolute;
  font-size: .85rem;
  backface-visibility: hidden;
  animation: fade-in .4s linear forwards;
}

.chart-skills li:nth-child(1) span {
  top: 5px;
  left: 10px;
  transform: rotate(-21.6deg);
}

.chart-skills li:nth-child(2) span {
  top: 20px;
  left: 10px;
  transform: rotate(-79.2deg);
  animation-delay: .4s;
}

.chart-skills li:nth-child(3) span {
  top: 18px;
  left: 10px;
  transform: rotate(-180.4deg);
  animation-delay: .8s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: #20776E !important;
  color: white !important;
}



.dropdownOptions{
  z-index: 55;
  height: 100%;
  position: absolute;
  width: 300px;
  height: auto;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  display: none;
  transform: translate(-70px,40px);
  transition: 0.5s ease;
}

.dropdownend{
  z-index: 55;
  height: 100%;
  position: absolute;
  width: 300px;
  height: auto;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  right: 0;
  transform: translate(0px,20px);
  display: none;
}

.dropdownOptions ul li{
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #ededed;
  padding-top: 15px;
  padding-bottom: 16px;
  cursor: pointer;

}

.dropdownend ul li{
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #ededed;
  padding-top: 15px;
  padding-bottom: 16px;
  cursor: pointer;
}

.options-data:hover  .dropdownend {
  display: block !important;
}
.dropdown-section{
  position: absolute;
  top: 0;
  
}


.downloadReport{

  z-index: 55;
   height: 100%;
   position: absolute;
   width: 160px;
   height: auto;
   border-radius: 15px;
   background-color: #fff;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
   color: black;
   display: none;
   transform: translate(-141px,13px);
   transition: 0.5s ease;
   padding-right: 5px;
   padding-top: 5px;
 
 }
 
 .downloadReport ul li {
 
 list-style: none;
   text-align: left;
   padding-top: 15px;
   padding-bottom: 16px;
   cursor: pointer;
 
 }

 .options-data:hover  .downloadReport {
  display: block !important;
}


.profileDropdown{
  z-index: 55;
  height: 100%;
  position: absolute;
  width: 300px;
  height: auto;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  right: 0;
  top: 100px;
  display: none;
  
}

.profileDropdown ul li{
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #ededed;
  padding-top: 15px;
  padding-bottom: 16px;
  cursor: pointer;
}

.background-scorecard{
  width: 300px;
  height: 300px;
  padding-top: 60px;
  position: relative;
}

.background-scorecard img{
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.arrow-container{
  width: 150px;
  height: 150px;
  background-color: transparent;
  position: absolute;
  top: 170px;
  left: 90px;
}

.arrow-wrapper{
  width: 75px;
  height: 75px;
  background-color: transparent;
  position: relative;
}

.arrow img{
  width: auto;
  height: 130px;
  
}

.arrow{
  position: absolute;
  top: 10px;
  left: 33px;
}

.speed-0{
  transform: rotate(10deg);
}

.mobile-menu-stopper{
  overflow: hidden;
 block-size: 100%;
}

.progress-hover{
  position: absolute;
  right: 50px;
  top: 20px;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  width: 76px;
  height: 44px;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  color: #666666;
  display: none;
}




.progress:hover .progress-hover{
  display: block !important;
}

.progress-hover::before{
  content: "";
  position: absolute;
  right: 30px;
  top: -9px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #EFEFEF;
}

.bottom{
  margin-top: 30px !important;
}

/* Overall performance */

.lv-0{
  transform: rotate(-95deg);
  top: 130px;
  right: 70px;
}

.lv-10{
  transform: rotate(-85deg);
  top: 115px;
  right: 75px;
}

.lv-20{
  transform: rotate(-75deg);
  top: 98px;
  right: 78px;
}

.lv-30{
  transform: rotate(-65deg);
  top: 82px;
  right: 78px;
}

.lv-40{
  transform: rotate(-55deg);
  top: 66px;
  right: 74px;
}

.lv-50{
  transform: rotate(-30deg);
  top: 30px;
  right: 52px;
}

.lv-60{
  transform: rotate(0deg);
  top: 3px;
  right: 11px;
}

.lv-70{
  transform: rotate(20deg);
  top: 0px;
  right: -25px;
}

.lv-80{
  transform: rotate(50deg);
  top: 14px;
  right: -73px;
}

.lv-90{
  transform: rotate(70deg);
  top: 36px;
  right: -97px;
}

.lv-100{
  transform: rotate(90deg);
  top: 65px;
  right: -114px;
}

.percent1-5{
  position: absolute;
  transform: translate(-10px,90px);
}

.percent5-7{
  position: absolute;
  transform: translate(120px,30px);
}

.percent7-9{
  position: absolute;
  transform: translate(260px,90px);
}

 .percent1-50{
    position: absolute;
    transform: translate(-40px,58px);
  }
  
  .percent5-70{
    position: absolute;
    transform: translate(125px,-27px);
  }
  
  .percent7-90{
    position: absolute;
    transform: translate(287px,75px);
  }

.space-limiter{
  visibility: hidden;
}

.compareDownloadMobile{
  display: none;
}

.card-img img{
  width: 32px;
  height: 32px;
}

.dashboardCard{
  width: 100%;
  background-color: white;
}

.dashboardCard-img img{
  width: 32px;
}



.dashboard-content p{
  color: #2C3652;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-content h3{
  color: #2C3652;
  font-size: 35px;
  font-family: Pop-semibold;
  margin-top: 16px;
}

.dashboardCard-img{
  border-radius: 16px;
  width: 60px;
  height: 60px;
  background-color: #F7F7F7;
}

.border-line-1{
  border: 1px solid #20776E;
}

.border-line-2{
  border: 1px solid #F5C525;
}

.border-line-3{
  border: 1px solid #FF9062;
}

.border-line-4{
  border: 1px solid #3ACBE8;
}

.testcard{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #20776E4A;
  box-shadow: 0px 10px 16px #E4E4E4;
  border-radius: 10px;
  padding: 20px;
  
  
}

.testcard h4{
  color: #2C3652;
  font-size: 18px;
  font-weight: 600;
}


.testsection2{
  margin-top: 66px;
}

.testsection3{
  margin-top: 45px;
}

.testGraph{
  width: 50%;
  z-index: 32;
}

.testGraphShrink{
  width: 49.1%;
}



.appDetailCard{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px #B8B8B854;
  border-radius: 10px;
  padding: 20px;
}

.progressbar-percentage p{
  position: absolute;
  right: 0;
  transform: translate(32px,-8px);
  font-size: 14px;
  font-family: Pop-medium;
  
}

.TestProgressbarColor{
  background-color: #20776E;
} 

.yeardropdown{
  background-color: #EDF0F6;
  width: 118px;
  height: 30px;
}

.progressBar2Value{
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 12px;
  color: #2C3652;
  font-weight: 600;

}

.testTable{
  overflow-y: scroll;
  max-height: 700px;
  padding-right: 10px;
}

.testTable::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}


.testTable::-webkit-scrollbar-thumb:horizontal{
  background: #A9A9A9;
  border-radius: 10px;
}
.testTable::-webkit-scrollbar:horizontal{
  
}


.testTable::-webkit-scrollbar-thumb{
  background: #A9A9A9;
  border-radius: 10px;
}

.testTable::-webkit-scrollbar-track{
  background-color: #E6E6E6;
  border-radius: 10px;
}

.mapcontainer{
  position: relative;
}



.mapcontainer svg{
  display: block;
  overflow: visible;
  scale: 0.7;
transform: translate(-89px,-110px)
  
}

.mapYello{
  fill: #FFB332;
  stroke: white;
}

.mapPurple{
  fill: #243950;
  stroke: white;
}

.mapOrange{
  fill: #FC7135;
  stroke: white;
}

.mapBlue{
  fill: #3D6F87;
  stroke: white;
}

.mapYello:hover{
  fill: #20776E;
}

.mapPurple:hover{
  fill: #20776E;
}

.mapOrange:hover{
  fill: #20776E;
}

.mapBlue:hover{
  fill: #20776E;
}



.mapHover{
  fill: #243950;
  stroke: white;
}

.mapselector{
  fill: red;
}

.guagescale{
  scale: 1;
}

.rpass-icons{
  margin-left: 25px;
}

.mapwidth{
  width: 43%;
  height: 800px;
}

.tablewidth{
  width: 57%;
  
}

.mapinfotab{
  text-align: left;
}

.mapinfocontainer{
  background-color: #EBFFFD;
  border: 2px solid #76FFF1;
  padding: 10px;
  border-radius: 16px;
  float: left;
  width: 200px;
}

.mapinfocontainer div p{
  text-align: left;
  color: #9F9F9F;
  font-size: 16px;
}

.mapcolor{
  fill: #233854;
  stroke: #233854;
}

.andhra-info{
  fill: red;
}

.gauge {
  width: 100%;
  max-width: 350px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #004033;
  
}

.gauge__body {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: #E9E9E9;
  position: relative;
  border-top-left-radius: 100% 200%;
  border-top-right-radius: 100% 200%;
  overflow: hidden;
  margin-top: 15%;
}

.gauge__fill {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: 100%;
  background: #6EBE7D;
  transform-origin: center top;
  transform: rotate(0.25turn);
  transition: transform 0.2s ease-out;
}

.gauge__cover {
  width: 75%;
  height: 150%;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25%;
  box-sizing: border-box;
  color: #1B1922;
  font-size: 52px;
}

.guageContainer{
  position: relative;
}


.percentLegend .percent0{
  position: absolute;
  transform: translate(-31px,204px);
  color: #1B1922;
  font-size: 20px;
}

.percentLegend .percent20{
  position: absolute;
  transform: translate(-19px,119px);
  color: #1B1922;
  font-size: 20px;
}

.percentLegend .percent40{
  position: absolute;
  transform: translate(74px,34px);
  color: #1B1922;
  font-size: 20px;
}

.percentLegend .percent60{
  position: absolute;
  transform: translate(217px,31px);
  color: #1B1922;
  font-size: 20px;
}

.percentLegend .percent80{
  position: absolute;
  transform: translate(321px,99px);
  color: #1B1922;
  font-size: 20px;
}

.percentLegend .percent100{
  position: absolute;
  transform: translate(353px,204px);
  color: #1B1922;
  font-size: 20px;
}


.icon-align{
  margin-left: 6px !important;
}

.gauge-full img{
  width: 300px;
  
}

.gauge-full{
  position: relative;
  vertical-align: baseline;
  scale: 1.2;
  margin-top: 30%;
}

.gauge-full2 img{
  width: 300px;
}

.gauge-full2{
  position: relative;
  vertical-align: baseline;
  scale: 0.85;
  margin-top: 30%;
}



.gauge-pointer{
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  transform: translate(-20px,-0px);
}

.gauge-pointer-switch{
  transform: rotate(80deg);
  transform-origin: center bottom;
}

.filter-icon{
  width: 20px;
  color: white;
  margin-left: 5px;
}

.filter-container{
  width: 160px;
  height: 40px;
  background-color: #20776E;
  border-radius: 5px;
  cursor: pointer;
}

.filter-arrow{
  color: white;
}

.filter-container p{
  color: white;
  margin-top: 8px;
  margin-right: 5px;
}





.population{
  
}

.pop-value{
  margin-top: 12px;
  text-align: left;
}

.pop-color1{
  color: #3D6F87;
}

.pop-color2{
  color: #FFB230;
}

.pop-color3{
color: #FC7135;
text-align: left;
}

.pop-color4{
color: #223752;
text-align: left;
}

.sno-width{
  width: 10px !important;
  text-align: center;
}

.export-icon{
  transform: rotate(180deg);
}

.risksign{
  width: 20px;
  margin-bottom: 18px;
}

.gridBox a{
  text-decoration: none;
}

.gridBox{
  max-height: 180px;
}

.tabledrop{
  background-color: #EEEEEE !important;
}

.fa-print{
  color: white;
}

.plustoggle{
  text-align: right;
  transition: 0.2s;
}

.plustoggle2{
  text-align: right;
  transition: 0.2s;
}

.plustoggle3{
  text-align: right;
  transition: 0.2s;
}

.plustoggle i{
  color: #20776E;
  background-color: #C9EDF1;
  border: 1px solid #20776E;
  padding: 5px;
  border-radius: 5px;
  transition: 0.2s;
}

.plustoggle2 i{
  color: #20776E;
  background-color: #C9EDF1;
  border: 1px solid #20776E;
  padding: 5px;
  border-radius: 5px;
  transition: 0.2s;
}

.plustoggle3 i{
  color: #20776E;
  background-color: #C9EDF1;
  border: 1px solid #20776E;
  padding: 5px;
  border-radius: 5px;
  transition: 0.2s;
}


.toggle-collapse td div i{
  transition: 0.2s ease-in-out;
}

.table-profile{
  align-items: center;
  width: 180px;
}

.tableSideHeading{
  font-size: 14px;
  color: #000000;
  font-family: Pop-medium !important;
  padding-left: 15px !important;
}

.tableCollapseHeading{
  font-size: 18px !important;
  color: #000000;
  font-family: Pop-medium;
}

.input-data:nth-child(6){
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tableSideHeading:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ModalPop p{
  color: #000;
  font-size: 14px;
  font-family: Pop-medium;
  margin-top: 10px;
}

.ModalWidth{
  max-width: 60%  !important;
}

.ModalButton{
  border: 1px solid #20776E;
  text-align: center;
  width: 149px;
  height: 40px;
  margin-bottom: 50px;
}

.ModalCancelBtn{
  background-color: white;
  color: #20776E;
}

.ModalAddBtn{
  background-color: #20776E;
  color: white;
}

.advanceModal{
  font-size: 16px !important;
  height: 54px !important;
  padding-left: 50px;
  padding-right: 50px;
  
}

.calendar{
  width: 400px;
  height: 52px;
  border: 1px solid #20776E;
  border-radius: 4px;
  box-shadow: 0px 2px 12px #20776E29;
  padding-left: 10px;
}

.vscomp-toggle-button{
  background-color: white;
  border: 1px solid #20776E;
  width: 400px;
  height: 52px;
  border-radius: 4px;
  box-shadow: 0px 2px 12px #20776E29;
  
}

.vscomp-ele{
  max-width: 100%;
}


.calendar-container{
  position: relative;
  margin-top: 50px;
  z-index: 200;
  
}

.calendar-container2{
  position: relative;
  width: 80%;
  margin-top: 50px;
  z-index: 200;
  
}

.calendar-container p{
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
}


.fa-calendar{
  color: #20776E;
  position: absolute;
  top: 55px;
  right: 3%;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: #20776E;
}

.applyBtn{
  background-color: #20776E;
}

.selectContent{
  background-color: white;
  margin-top: 15px;
  padding: 20px;
  box-shadow: 0px 4px 16px #DEDEDE88;
  
}

.selectWrapper.active .selectContent{
  display: block;
}

.filter-popup{
  height: 100%;
  background-color: white;
  border-radius: 10px;
  
}

.adpop{
  display: block;
}




.filter-popup h2{
  text-align: center;
  color: #2C3652;
  font-size: 24px;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 80px;
}

.SearchNameField input{
  width: 400px;
  height: 52px;
  border: 1px solid #20776E;
  border-radius: 4px;
  box-shadow: 0px 2px 12px #20776E29;
  padding-left: 10px;
  margin-top: 80px;
}


.tab-icons{
  margin-right: 2px;
  width: 22px;
  height: 22px;
}

.new-tab{
  
}

[data-hover="Face-Found"]:hover::after{
  content: "Face Found";
  position: absolute;
  bottom: 50px;
  background-color: white;
  width: 100%;
  text-align: center;
  border: 3px solid #198754;
}

[data-hover="Not-Found"]:hover::after{
  content: "Face Not Found";
  position: absolute;
  bottom: 50px;
  background-color: white;
  width: 100%;
  text-align: center;
  border: 3px solid #FF7474;
}

[data-hover="MultiFace-Found"]:hover::after{
  content: "Multi Face Found";
  position: absolute;
  bottom: 50px;
  background-color: white;
  width: 100%;
  text-align: center;
  border: 3px solid #FF7474;
}



.flipcard{
  position: relative;
  transition: transform 1000ms;
  transform-style: preserve-3d;
}

.backcard{
  position: absolute;
  top: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  box-shadow: 0px 10px 16px #E4E4E4;
  padding: 20px;
}

.backcard p{
  font-size: 50px;
  text-align: center;
}

.fa-ranking-star{
  font-size: 30px;
  text-align: center;
  color: #20776E;
}

.rankcard:hover >.flipcard{
  transform: rotateY(180deg);
}

.frontcard{
  backface-visibility: hidden;
}

.form-check-input:checked[type=radio]{
  background-image: none;
}

.form-check-input:checked{
  background-color: #20776E;
  border-color: #DAEDEB;
}


.gauge-percent-10{
  transform: translate(6px,-35px) rotate(270deg);
}

.gauge-percent-20{
  transform: translate(11px,-34px) rotate(279deg);
}

.gauge-percent-30{
  transform: translate(13px,-30px) rotate(294deg)
}


.gauge-percent-40{
  transform: translate(15px,-27px) rotate(307deg);
}

.gauge-percent-50{
  transform: translate(18px,-20px) rotate(324deg);
}

.gauge-percent-60{
  transform:translate(17px,-15px) rotate(338deg);
}

.gauge-percent-65{
  transform: translate(14px,-7px) rotate(1deg);
}

.gauge-percent-70{
  transform: translate(10px,1px) rotate(26deg);
}

.gauge-percent-80{
  transform: translate(6px,4px) rotate(43deg);
}

.gauge-percent-90{
  transform: translate(-6px,6px) rotate(67deg);
}

.gauge-percent-100{
  transform: translate(-13px,6px) rotate(84deg);
}

.sidemenudropdown p{
  margin-top: 10px;
}

.sidemenudropdown-items a li{
  padding-left: 24px;
  font-size: 18px;
  color: #20776E;
  font-family: Pop-medium;
  margin-top: 10px;
  padding-top: 20px;
  list-style: circle;  
  height: 62px;
}

.sidemenudropdown-items a li:hover{
  background-color: #E9E9E9;
}

.calendar-position{
  position: relative;
  width: 400px;
}


.carousel-indicators [data-bs-target]{
  margin-right: 0;
  margin-left: 0;
  background-color: white;
  width: 100%;
}


.custom-indicator{
  margin-bottom: 40px;
}

.item-container{
  position: relative;
}

.item-container p{
  color: white;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 30%;
  
}

.imagePlay{
  background: none;
  width: 20px;
  border: none;
}


.ImagePause{
  background: none;
  width: 20px;
  border: none;
}

.PausePlayControls{
  position: absolute;
  left: -12%;
}

.control-position{
  position: relative;
}

 .fa-play{
  color: white;
}


.fa-pause{
  color: white;
}

.inside-modal{
  position: relative;
  
}

.close-btn-new{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  width: 36px;
  height: 36px;
  background-color: white;
  border: none;
  margin: 15px;
  border-radius: 8px;
}

.image-time{
  color: white;
  font-family: Pop-medium;
}

.error-image{
  position: absolute;
  top: 15%;
  right: 5%;
}

.modal-content{
  border-radius: 20px;
  border: none;
}

.fa-chevron-down{
  font-size: 12px;
  color: #20776E;
}

.gender-text{
  margin-top: -4px;
}

.exportPopup p{
  text-align: center;
  font-size: 16px;
  color: #849694;
}

.ModalCloseBlack{
  cursor: pointer;
}

.exportIcon{
  margin-bottom: 20px;
}

#mapname{
  color: #999999 !important;
  font-size: 16px;
}

#maptotal{
  margin-left: 5px;
  color: #4A4A4A;
  font-family: Pop-medium;
}

#mappass{
  margin-left: 5px;
  color: #4A4A4A;
  font-family: Pop-medium;
}

#mapfail{
  margin-left: 5px;
  color: #4A4A4A;
  font-family: Pop-medium;
}


.imagedropdown-section{
  position: relative;
}

.nav-alt-2{
  display: flex;
  flex-direction: column;
}

.Imagedropdown-item{
  margin-top: 16px;
}

.dropdown-menu-new{
  display: flex;
  align-items: center;
}

.dropdown-menu-new i{
  color: #25857A;
}

.imagedropdown{
  position: absolute;
  right: 0;
  transform: translate(-30px,80px);
  display: flex;
  flex-direction: row;
  z-index: 200;
  background-color: white;
  padding: 8px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 0;
}

.imagedropdown-active{
  opacity: 1 !important;
}

.input-gender{
  color: #20776E !important;
  font-size: 14px;
}

.dropdownBtn-Selector{
  cursor: pointer;
}




/* end of new css */


@media(max-width: 767px) {
  .selection-new{
    padding: 16px;
    
  }

 
  
  .inside-container{
    padding: 16px;
    margin: 0;
  }

  .inside-compare-app{
    margin: 1px;
    padding: 10px;
  }

  .stats-card{
    width: 100%;
  }

  .home-search{
    width: 30px;
    height: 30px;
  }
  .nav-arrows-1{
    width: 13px;
    height: 13px;
  }

  .nav-arrows{
    width: 13px;
    height: 13px;
  }

  .result-tab{
    height: auto;
  }

  .total-applicant{
    width: 100%;
  }

  .search-bar{
    width: 65%;
  }

  .dropdownend{
    transform: translate(690px,20px);
    right: 0;
  }



  .percent1-5{
    position: absolute;
    transform: translate(10px,75px);
  }
  
  .percent5-7{
    position: absolute;
    transform: translate(120px,30px);
  }
  
  .percent7-9{
    position: absolute;
    transform: translate(230px,75px);
  }

  .gauge-full{
    scale: 0.7;
    margin-top: 0;
  }

  

  .mapcontainer svg{
    scale: 0.45;
    transform: translate(-173px,-350px);
  }

  .mapwidth{
    width: 100%;
    height: 650px;
  }
  
  .filter-container{
    
    margin-right: 5px;
  }
  
  .dashboardCard-img{
    border-radius: 4px;
    width: 35px;
    height: 35px;
    background-color: #F7F7F7;

  }

  .dashboardCard-img img{
    width: 20px;
  }

  .guageContainer{
    height: 400px;
  }

  .percentLegend .percent0{
    transform: translate(2px,204px);
    font-size: 14px;
  }

  .percentLegend .percent20{
    transform: translate(-9px,88px);
    font-size: 14px;
  }

  .percentLegend .percent40{
    font-size: 14px;
    transform: translate(70px,27px);
  }

  .percentLegend .percent60{
    font-size: 14px;
    transform: translate(189px,22px);
  }

  .percentLegend .percent80{
    font-size: 14px;
    transform: translate(265px,64px);
  }

  .percentLegend .percent100{
    font-size: 14px;
    transform: translate(282px, 207px);
  }


  .compareDownloadMobile{
    display: block;
  }

  .ModalWidth{
    max-width: 100%  !important;
  }

  .new-tab{
    color: #8B91A9;
    font-size: 16px;
    display: flex;
    text-align: left;
    flex-direction: row;
    align-items: center;
   }

   .calendar {
    width: 280px;
   }

   .tabs-area{
    flex-direction: column;
   }

   .calendar-position{
    width: 280px;
   }

   .item-container p{
 
    left: 10%;
    
  }

  .error-image{
  width: 50px;
  top: 30%;
  }

  .PausePlayControls{
    left: -50px;
  }


  .carousel-indicators{
    margin-right: 5%;
    margin-left: 20%;
  }

  .mapinfocontainer {
    width: 150px;
  }

  .nav-mob{
    flex-wrap: nowrap;
    width: 100%;
  }
  

  .nav-mob .nav-link{
    width: 140px;
    margin-left: 16px;
  }
 


  
}


@media(max-width: 389px) {

  .percentLegend .percent0{
    transform: translate(2px,190px);
    font-size: 14px;
  }

  .percentLegend .percent20{
    transform: translate(-9px,88px);
    font-size: 14px;
  }

  .percentLegend .percent40{
    font-size: 14px;
    transform: translate(70px,27px);
  }

  .percentLegend .percent60{
    font-size: 14px;
    transform: translate(189px,24px);
  }

  .percentLegend .percent80{
    font-size: 14px;
    transform: translate(241px,55px);
  }

  .percentLegend .percent100{
    font-size: 14px;
    transform: translate(237px, 190px);
  }

}


@media(max-width: 396px) {
  .percentLegend .percent0{
    transform: translate(2px,190px);
    font-size: 14px;
  }

  .percentLegend .percent20{
    transform: translate(-9px,88px);
    font-size: 14px;
  }

  .percentLegend .percent40{
    font-size: 14px;
    transform: translate(70px,27px);
  }

  .percentLegend .percent60{
    font-size: 14px;
    transform: translate(189px,24px);
  }

  .percentLegend .percent80{
    font-size: 14px;
    transform: translate(241px,55px);
  }

  .percentLegend .percent100{
    font-size: 14px;
    transform: translate(264px, 190px);
  }

  .gauge-full2{
    scale: 0.7;
    
  }



}

@media(max-width: 992px) {
  .selection-new{
    padding: 16px;
  }
  
  .inside-container{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 100px;
    margin: 0;
    width: 100%;
  }

  .inside-container-dashboard{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 100px;
    margin: 0;
    width: 100%;
  }

  .stats-card{
    width: 100%;
  }

  .side1{
    width: 20%;
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    max-width: 100%;
    transition: 0.5s linear;
    z-index: 300;
    background-color: #F6F8FC;
    padding: 16px;
    
  }

  .sidebar-active{
    left: 0;
  }

  .chartResponsive{
    height: 300px;
  }

  .chartResponsive-benchmark{
    height: 400px;
    width: 600px;
  }

  .left-head{
    font-size: 14px;
    color: #8B91A9;
    width: 55%;
    padding-bottom: 15px;
  }
  
  .right-data{
    font-size: 14px;
    color: #2C3652;
    font-weight: 600;
    word-break: keep-all;
    padding-bottom: 16px;
    padding-left: 8px;
  }
  
  .pd-left-head{
    font-size: 14px;
    color: #8B91A9;
    width: 55%;
    padding-bottom: 15px;
  }

  .pd-right-data{
    font-size: 14px;
    color: #2C3652;
    font-weight: 600;
    word-break: keep-all;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .percentage-section{
    padding-right: 150px !important;
  }

  .navpart1{
    width: 350px !important;
  }

  .navbar-place{
    margin-right: 30px;
  }

  .dp-left-head{
    width: 68.5%;
  }

  .insightCard{
    width: 100%;
  }

  .card-container{
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
  }

  .result-tab-section{
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px ;
  }

  .yellow-img{
    margin-top: 10px;
    
  }

  .testGraphShrink{
    width: 100%;
  }

  .testGraph{
    width: 100%;
  }

  .inside-container2{
    width: 100%;
    margin-left: 0;
    padding: 16px;
  }

  .tablewidth{
    width: 100%;
  }

  

 .gridBox{
  margin-bottom: 16px;
  height: 180px;
 }

 

  .dropdownOptions{
    transform: translate(90px,40px);
  }

  .card-width{
    width: 100%;
  }

  .result-tab-section-2{
    margin-left: 0;
  }

  /* .dropdownend{
    transform: translate(250px,30px);
    right: 0;
  } */

  .searchContainer{
    margin-top: 16px;
  }

  .table-main-section{
    padding-left: 0px;
  padding-right: 0px;
  }

  .compare-section{
    margin-top: 16px;
  }


  .download-btn3{
    width: auto;
  }

  .dashboard-content h3{
    font-size: 24px;
  }

  .dashboard-content p{
    font-size: 12px;
    min-height:90px
  }

  .testcard{
   padding: 14px;
    margin-bottom: 16px;
  }

  .card-responsive{
    
  }

  .mapwidth{
    width: 100%;
    
  }

  .mapcontainer{
    justify-content: center;
  }

  .vscomp-toggle-button{
    width: 280px;
  }

  .testsection2{
    margin-top: 20px;
  }

  .testsection3{
    margin-top: 20px;
  }




 
}

@media (min-width: 990px) and (max-width: 1170px  ) {
  .new-row{
    flex-direction: column;
  }
  .chart-flex{
    width: 100%;
  }
  

}

@media(min-width: 1599px) {

.btr-link{
  margin-right: 60px;
}

}

@media(min-width: 1780px) {

  .progressBar2Value{
    right: 25px;
  }
  
  }

  @media(min-width: 1850px) {

    .progressBar2Value{
      right: 32px;
    }
    
    }

    @media(min-width: 1910px) {

      .progressBar2Value{
        right: 39px;
      }
      
      }

@media(max-width: 1300px) {

  .card-width-score{
    width: 100%;
  }
  }


  @media(max-width: 1330px) {

    .advanceModal{
      padding-left: 20px;
      padding-right: 20px;
    }
    }


    @media (min-width: 990px) and (max-width: 1325px) {
      .gauge-full{
        scale: 0.9;
      }

      .mapcontainer svg{
        scale: 0.5;
        transform: translate(-165px,-110px);
      }
    }