@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");
.btn {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Poppins, sans-serif;
  color: white;
  font-weight: 500;
  background-color: #B8BCBC;
  border-radius: inherit;
  border: none;
}

.btn:hover {
  cursor: pointer;
  background-color: #a0aaac;
}

.btn-red {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Poppins, sans-serif;
  color: white;
  font-weight: 600;
  background-color: #FF0303;
  border-radius: inherit;
  border: none;
}

.btn-red:hover {
  cursor: pointer;
  background-color: #cc0000;
}

.exam-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Poppins, sans-serif;
  padding: 10px;
  color: white;
  font-weight: 600;
  background-color: #FF0303;
  border-radius: 8px;
  border: none;
}

.exam-btn:hover {
  cursor: pointer;
  background-color: #cc0000;
}

.form-control {
  border: 1.48221px solid #DCDCDC;
  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;
  -webkit-box-shadow: 1.48221px 16.3043px 14.8221px rgba(0, 0, 0, 0.08);
          box-shadow: 1.48221px 16.3043px 14.8221px rgba(0, 0, 0, 0.08);
  border-radius: 45.2075px;
}

.box {
  background-color: white;
  border-radius: 28px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  border: none;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  min-height: 100%;
}

body {
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
  margin: 0;
}

.content-wrapper {
  display: inline-block;
  overflow-x: hidden;
  padding-left: 0;
  width: 100%;
  background-color: #f0f0f0;
  height: 100%;
}

li {
  list-style: none;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cover-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: url("../images/bg-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.page-wrapper {
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  position: relative;
}

.top-content {
  position: absolute;
  height: 115px;
  top: 0;
  width: 100vw;
  padding: 8px 0px 8px 0px;
  background-color: #B8BCBC;
  color: white;
}

.top-content .logo-wrapper {
  padding-left: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-content .logo {
  height: 98px;
  width: 119px;
  background: url("../images/logo 1.svg");
}

.top-content h1.logo-text {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: 45px;
}

.card {
  position: relative;
  width: 700px;
  height: 475px;
  margin: 170px  auto 0px auto;
  border-radius: 74.1107px;
  -webkit-box-shadow: 0px 35.5731px 22.2332px -5.92885px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 35.5731px 22.2332px -5.92885px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0303), color-stop(52.6%, #C6C9C9));
  background: linear-gradient(to bottom, #FF0303, #C6C9C9 52.6%);
  padding: 4.50px;
}

.card .card-content {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: inherit;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card .icon-wrapper {
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #FF0303;
  left: 45%;
  top: -35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card .icon-wrapper .icon {
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.card .btn-wrapper {
  width: 280px;
  height: 50px;
  border-radius: 45.2075px;
  border: 1.48221px solid #FF0303;
  -webkit-box-shadow: 1.48221px 16.3043px 14.8221px rgba(0, 0, 0, 0.08);
          box-shadow: 1.48221px 16.3043px 14.8221px rgba(0, 0, 0, 0.08);
}

.card .btn-wrapper .submit {
  font-size: 15px;
}

.card .form-control {
  width: 550px;
  height: 60px;
  margin-bottom: 10px;
}

.card .form-control:first-of-type {
  margin-bottom: 37px !important;
}

.card .form-control input {
  font-size: 17.8px;
  font-family: Poppins, sans-serif;
  border-radius: inherit;
  outline: none !important;
  border: none;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.card .form-control input::-webkit-input-placeholder {
  color: #B8BCBC;
}

.card .form-control input:-ms-input-placeholder {
  color: #B8BCBC;
}

.card .form-control input::-ms-input-placeholder {
  color: #B8BCBC;
}

.card .form-control input::placeholder {
  color: #B8BCBC;
}

.card .form-control label {
  padding-left: 20px;
}

.card .login-form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -7px;
}

.card .login-form .links {
  margin-top: 7px;
  margin-bottom: 16px;
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

.card-footer {
  border-top: 1px solid #B8BCBC;
  width: 340px;
  margin-top: 55px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF0303;
}

#RequestPinChange #resend-mail {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}

#RequestPinChange #resend-mail.mailSent {
  visibility: visible !important;
  opacity: 1;
}

#RequestPinChange #resend-mail a#resend-btn {
  text-decoration: underline;
}

#RequestPinChange #resend-mail a#resend-btn:hover {
  color: red;
}

#RequestPinChange #consolation-text {
  text-align: center;
}

.card-long {
  width: 700px;
  height: auto;
  margin: 0px  auto 0px auto;
  padding-left: 45px;
  padding-right: 45px;
  background-color: white;
  -webkit-box-shadow: 0px 35.5731px 22.2332px -5.92885px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 35.5731px 22.2332px -5.92885px rgba(0, 0, 0, 0.1);
  padding-top: 41px;
}

.card-long .logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 92px;
}

.card-long .head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-long .head-content h1 {
  font-size: 26.5295px;
}

.card-long .head-content .icon-wrapper {
  width: 27px;
  height: 30px;
  margin-left: 28px;
}

.card-long .card-top .line {
  width: 100%;
}

.card-long .sign-up-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.card-long .sign-up-form .input-wrapper {
  width: 46%;
  display: block;
  margin-bottom: 15px;
}

.card-long .sign-up-form .input-wrapper.expanded {
  width: 100%;
}

.card-long .sign-up-form .input-wrapper label {
  padding-left: 25px;
}

.card-long .sign-up-form .input-wrapper .form-control {
  height: 50px;
  margin-top: 10px;
}

.card-long .sign-up-form .input-wrapper .form-control input {
  height: 100%;
  border-radius: inherit;
  padding-left: 20px;
  width: 100%;
  padding-right: 20px;
}

.card-long .sign-up-form .input-wrapper .form-control .show_pass {
  position: absolute;
  top: 40%;
  right: 20px;
  cursor: pointer;
}

.card-long .sign-up-form .input-wrapper .form-control .flag {
  position: absolute;
  left: 20px;
  top: 33%;
}

.card-long .sign-up-form .input-wrapper .form-control.relative {
  position: relative;
}

.card-long .sign-up-form .input-wrapper .form-control.relative input {
  padding-right: 40px;
}

.card-long .sign-up-form .input-wrapper .form-control.phone input {
  padding-left: 60px;
  width: 90%;
  padding-right: 0px;
}

.card-long .sign-up-form .input-wrapper .btn-wrapper {
  width: 100%;
  height: 30px;
  border-radius: 14.14px;
}

.card-long .sign-up-form .input-wrapper .btn-wrapper .btn-red {
  border-radius: inherit;
}

.card-long .sign-up-form .links a {
  color: #FF0303;
}

.sidenav {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: fixed;
  left: 0;
  min-width: 260px;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: white;
  color: white;
  overflow: visible;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-family: Poppins, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  z-index: 15;
}

@media screen and (max-width: 1100px) {
  .sidenav {
    min-width: 0;
    max-width: 0;
  }
}

.sidenav .side-header {
  height: 100px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#AB065F), to(#280D39));
  background: linear-gradient(to bottom, #AB065F, #280D39 100%);
  border-radius: 0px 0px 30px 30px;
  -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidenav .side-header .time {
  font-size: 30px;
}

.sidenav .side-header .hamburger {
  position: absolute;
  display: none;
  right: 0px;
  margin-bottom: 5px;
  background: transparent;
  padding: 10px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-radius: 8px;
  width: 40px;
  height: 36px;
  margin-right: 20px;
  margin-top: 5px;
}

@media screen and (max-width: 1100px) {
  .sidenav .side-header .hamburger {
    display: inline;
  }
}

.sidenav .side-header .hamburger > span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidenav .side-header .hamburger > span:first-child {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.sidenav .side-header .hamburger > span:last-child {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.sidenav .side-header .hamburger > span:not(:last-child) {
  margin-bottom: 5px;
}

.sidenav .side-header .hamburger:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.sidenav .side-header .hamburger:hover > span {
  background-color: white;
}

.sidenav .side-header .hamburger:focus {
  background-color: pink;
}

.sidenav .side-header .hamburger:focus > span {
  background-color: white;
}

.sidenav .nav {
  color: black;
  margin-top: 40px;
  padding-left: 60px;
}

.sidenav .nav li {
  margin-bottom: 28px;
  border-radius: 15px 0px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidenav .nav li a {
  margin-left: 20px;
  width: 100%;
}

.sidenav .nav li:hover {
  background-color: #fb4b4b;
  color: white;
}

.sidenav .nav li.active {
  background-color: #FC7C7C;
  color: white;
}

.sidenav .help {
  margin-top: auto;
  padding: 30px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidenav .help-item:hover {
  color: #FC7C7C;
}

.admin .sidenav {
  background: -webkit-gradient(linear, left top, left bottom, from(#F91010), color-stop(#AB065F), to(#280D39));
  background: linear-gradient(to bottom, #F91010, #AB065F, #280D39);
}

.admin .sidenav .nav {
  color: white;
}

.admin .sidenav .nav li:hover {
  background-color: #4C0B43;
}

.admin .sidenav .nav li.active {
  background-color: #4C0B43;
}

.admin .sidenav .help {
  color: white;
}

.triggered .sidenav {
  min-width: 0;
  max-width: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .triggered .sidenav {
    position: absolute;
    min-width: 260px;
    max-width: 260px;
  }
}

.triggered .sidenav .nav {
  position: relative;
}

.header {
  position: absolute;
  height: 80px;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 38px;
  z-index: 20;
  -webkit-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.25);
}

.header .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (max-width: 560px) {
  .header .left-content .header-text {
    font-size: 25px;
    margin-top: 3px;
  }
}

@media screen and (max-width: 470px) {
  .header .left-content .header-text {
    display: none;
  }
}

.header .left-content .hamburger {
  background: -webkit-gradient(linear, left top, right top, from(#F90808), to(#2560B9));
  background: linear-gradient(to right, #F90808, #2560B9);
  padding: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 7px #E5E5E5;
          box-shadow: 0px 0px 7px #E5E5E5;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  width: 40px;
  height: 36px;
  margin-right: 20px;
  margin-top: 5px;
}

.header .left-content .hamburger > span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .left-content .hamburger > span:first-child {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.header .left-content .hamburger > span:last-child {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.header .left-content .hamburger > span:not(:last-child) {
  margin-bottom: 5px;
}

.header .left-content .hamburger:hover {
  background-color: pink;
}

.header .left-content .hamburger:hover > span {
  background-color: white;
}

.header .left-content .hamburger:focus {
  background-color: pink;
}

.header .left-content .hamburger:focus > span {
  background-color: white;
}

.header .left-content p {
  font-size: 30px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#F90808), to(#2560B9));
  background: linear-gradient(to right, #F90808, #2560B9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .right-content .user-details {
  display: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 20px;
}

@media screen and (max-width: 800px) {
  .header .right-content .user-details .display-name {
    display: none;
  }
}

.header .right-content .user-details .profile-img {
  height: 60px;
  width: 60px;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 650px) {
  .header .right-content .user-details .profile-img {
    display: none;
  }
}

.header .right-content .user-details .profile-img .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.header .right-content .user-details .profile-img .edit {
  position: absolute;
  height: 9px;
  width: 9px;
  bottom: 8px;
}

.header .right-content .tools {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .right-content .tools .tool {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #B8BCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .right-content .tools .tool a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .right-content .tools .tool a .noti-dot {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #AB065F;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.header .right-content .tools .tool:hover #notify {
  padding: 15px;
  overflow-y: visible;
  -webkit-animation: roll-in 300ms forwards;
          animation: roll-in 300ms forwards;
}

.header .right-content .tools .tool:hover #settings {
  padding: 15px;
  overflow-y: visible;
  -webkit-animation: roll-in-small 300ms forwards;
          animation: roll-in-small 300ms forwards;
}

.header .right-content .tools .tool:first-of-type {
  border-left: none;
}

.header .right-content .tools .tool .noti-wrapper {
  position: absolute;
  -webkit-box-shadow: 0px 0px 5px #00000020;
          box-shadow: 0px 0px 5px #00000020;
  min-height: 0px;
  max-height: 0px;
  top: 35px;
  width: 250px;
  background-color: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header .right-content .tools .tool .noti-wrapper::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: -2px -2px 3.5px #00000020;
          box-shadow: -2px -2px 3.5px #00000020;
  top: -7.5px;
  left: 117.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .right-content .tools .tool .noti-wrapper .notification {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.header .right-content .tools .tool .noti-wrapper .notification:hover {
  background-color: #00000020;
}

.header .right-content .tools .tool .noti-wrapper .notification .left-box {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.header .right-content .tools .tool .noti-wrapper .notification .left-box img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.header .right-content .tools .tool .noti-wrapper .notification .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 50px);
  position: relative;
}

.header .right-content .tools .tool .noti-wrapper .notification .right-box div {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
}

.header .right-content .tools .tool .noti-wrapper .notification .right-box p {
  position: absolute;
  color: grey;
  font-size: 10px;
  right: 0;
  top: -8px;
}

.header .right-content .tools .tool .noti-wrapper hr {
  width: 100%;
  height: 2px;
  background-color: grey;
  margin-bottom: 10px;
}

.header .right-content .tools .tool #settings.noti-wrapper {
  right: -50px;
}

.header .right-content .tools .tool #settings.noti-wrapper::after {
  right: 62px;
  left: auto;
}

@-webkit-keyframes roll-in {
  0% {
    min-height: 0px;
    max-height: 0px;
    overflow-y: hidden;
  }
  100% {
    min-height: 262px;
    max-height: 262px;
  }
}

@keyframes roll-in {
  0% {
    min-height: 0px;
    max-height: 0px;
    overflow-y: hidden;
  }
  100% {
    min-height: 262px;
    max-height: 262px;
  }
}

@-webkit-keyframes roll-in-small {
  0% {
    min-height: 0px;
    max-height: 0px;
    overflow-y: hidden;
  }
  100% {
    min-height: 120px;
    max-height: 120px;
  }
}

@keyframes roll-in-small {
  0% {
    min-height: 0px;
    max-height: 0px;
    overflow-y: hidden;
  }
  100% {
    min-height: 120px;
    max-height: 120px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-color: #E5E5E5;
  position: relative;
}

#back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  margin-top: 20px;
}

#back-btn .btn-wrapper {
  width: 70px;
  height: 30px;
  overflow: hidden;
  border-radius: 6px;
  display: none;
}

#back-btn .btn-wrapper button {
  width: 100%;
  height: 100%;
}

.triggered .content-wrapper {
  max-width: 100%;
  min-width: 100%;
}

.content-wrapper {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: calc(100% - 260px - 10px);
  max-width: calc(100% - 260px - 10px);
  right: 0;
  position: fixed;
  background-color: transparent;
}

@media screen and (max-width: 1100px) {
  .content-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
}

.page-content {
  position: relative;
  width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  /***********************
        Profile Styles Begins
    ************************/
  /***********************
        Profile Styles Ends
    ************************/
  /***********************
        Product Styles Ends
    ************************/
  /***********************
        Product Styles Ends
    ************************/
  /***********************
        Courses Styles Begins
    ************************/
  /***********************
        Courses Styles Ends
    ************************/
  /***********************
        Batches Styles Begins
    ************************/
  /***********************
        Batches Styles Ends
    ************************/
  /***********************
        View Users Styles Begins
    ************************/
  /***********************
        View Users Styles Ends
    ************************/
  /***********************
        Exam-contents Styles Begin
    ************************/
  /***********************
        Upload Exam Styles Begins
    ************************/
  /***********************
        Upload Exam Styles Begins
    ************************/
  /***********************
        Report card Styles Begins
    ************************/
  /***********************
        Report card Styles Ends
    ************************/
  /***********************
        View Payment Styles Begins
    ************************/
  /***********************
        View Payment Styles Ends
    ************************/
  /***********************
        View Exam Styles Begins
    ************************/
  /***********************
        View Exam Styles Ends
    ************************/
}

.page-content .report-card .report-overlay{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-content .report-card .show{
  display: block!important;
}

.page-content .report-card .report-overlay .bottom-content{
  display: flex!important;
}

.page-content .report-card .report-overlay .bottom-content .overview-box{
  position: relative;
}

.page-content .report-card .report-overlay .bottom-content .overview-box .overview-wrapper{
  
  display: block;
  float: left;
  max-width: 400px;
  min-width: 400px;
  max-height: 150px;
  min-height: 150px;
  padding: 20px;
  margin: 10px 10px;
  border: 1px solid gray;
}
.page-content .report-card .report-overlay .bottom-content .overview-box .correct{
  background-color: rgb(16, 179, 84);
  color: white;
}
.page-content .report-card .report-overlay .bottom-content .overview-box .wrong{
  background-color: rgb(230, 65, 65);
  color: white;
}

.page-content .report-card .report-overlay .bottom-content .overview-box img{
  pointer-events: none;
  /* position: absolute; */
  z-index: -1;
}

.page-content .report-card .report-overlay .bottom-content .overview-box .overviewOptionBox{
  position: absolute;
  border: 1px solid rgb(69, 236, 194);
  display: flex;
  justify-content: center;
  align-content: center;
}

.page-content .report-card .report-overlay .bottom-content .overview-box .correct{
  background-color: rgb(16, 179, 84);
  color: white;
}
.page-content .report-card .report-overlay .bottom-content .overview-box .wrong{
  background-color: rgb(230, 65, 65);
  color: white;
}

.page-content .view-payments {
  padding-bottom: 0px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 24px;
  width: 100%;
  height: auto;
}

.page-content .view-payments .top-wrapper {
  background-color: white;
  height: 45px;
  border-radius: 8px;
  height: auto;
  margin: 24px 0px;
  padding: 8px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-content .view-payments .top-wrapper p {
  font-weight: 600;
}



.page-content .top-section {
  width: inherit;
  min-height: 450px;
  max-height: 450px;
  background: url("../images/bnbn 1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-content .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.page-content .bottom-section .left-box {
  width: 60%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-content .bottom-section .left-box .top h2 {
  font-weight: 400;
  font-size: 30px;
}

.page-content .bottom-section .left-box .top p {
  font-size: 12px;
  width: 300px;
}

.page-content .bottom-section .left-box .bottom {
  padding-top: 20px;
}

.page-content .bottom-section .left-box .bottom p {
  font-size: 15px;
  color: #AB065F;
}

.page-content .bottom-section .left-box .bottom .materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}

.page-content .bottom-section .left-box .bottom .materials .box {
  width: 28%;
  height: 165px;
  margin-bottom: 4%;
  margin-right: 4%;
  background-color: white;
  border-radius: 20px;
}

.page-content .bottom-section .right-box {
  width: 40%;
  padding-left: 20px;
  padding-right: 10px;
}

.page-content .bottom-section .right-box .user-box {
  height: 589px;
  width: 100%;
  margin-top: -220px;
  background-color: white;
  margin-bottom: 20px;
  border-radius: 28px;
  padding: 30px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-content .bottom-section .right-box .user-box .client-details .img-wrapper {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-top: 20px;
}

.page-content .bottom-section .right-box .user-box .client-details img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.page-content .bottom-section .right-box .user-box .client-details p {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: 24px;
}

.page-content .bottom-section .right-box .user-box .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 30px;
}

.page-content .bottom-section .right-box .user-box .stats .stat-item {
  display: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  background-color: #FFF1F1;
  padding-left: 10px;
  padding-right: 10px;
}

.page-content .bottom-section .right-box .about-box {
  background-color: white;
  padding: 21px;
  border-radius: 28px;
}

.page-content .bottom-section .right-box .about-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: auto;
  padding: 0px;
  position: relative;
}

.page-content .bottom-section .right-box .about-box .icon {
  height: 9px;
  width: 9px;
  margin-left: 10px;
  margin-bottom: 5px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.page-content .bottom-section .right-box .about-box p {
  font-size: 9px;
  width: auto;
}

@media (max-width: 1024px) {
  .page-content .bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-content .bottom-section .right-box, .page-content .bottom-section .left-box {
    width: 100%;
  }
  .page-content .bottom-section .right-box .about-box .header, .page-content .bottom-section .left-box .about-box .header {
    font-size: 24px;
  }
  .page-content .bottom-section .right-box .about-box p, .page-content .bottom-section .left-box .about-box p {
    font-size: 15px;
  }
  .page-content .bottom-section .left-box {
    margin-top: 30px;
  }
  .page-content .bottom-section .left-box .top p {
    font-size: 15px;
    width: auto;
  }
  .page-content .bottom-section .left-box .bottom .materials .box {
    width: 46%;
  }
}

@media (max-width: 600px) {
  .page-content .bottom-section .left-box .bottom .materials .box {
    width: 46%;
  }
}

@media (max-width: 430px) {
  .page-content .bottom-section .left-box .bottom .materials .box {
    width: 100%;
    padding-right: 0px;
  }
}

@media (max-width: 360px) {
  .page-content .bottom-section .right-box .user-box .client-details .img-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-top: 20px;
  }
  .page-content .bottom-section .right-box .user-box .stats {
    font-size: 13px;
  }
}

.page-content .product-head-txt {
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 12px;
  font-size: 38.67px;
}

.page-content .products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-content .products p {
  color: #AB065F;
  font-size: 24px;
  font-weight: 500;
}

.page-content .products .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.page-content .products .product-list .box {
  width: 18%;
  height: 171px;
  margin-right: 2%;
  margin-bottom: 20px;
}

.page-content .course {
  padding-left: 20px;
}

.page-content .course .top-section {
  background: none;
  padding-top: 25px;
  height: auto;
  min-height: 100px;
}

.page-content .course .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-right: 20px;
}

.page-content .course .bottom-section .box {
  width: 32%;
  height: 319px;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 25px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

.page-content .course .bottom-section .course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.page-content .course .bottom-section .course-item .course-img-wrapper {
  height: 172px;
  width: 172px;
  border-radius: 50%;
}

.page-content .course .bottom-section .course-item .course-img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.page-content .course .bottom-section .course-item .course-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin: 0;
  background: white;
}

.page-content .course .bottom-section .course-item .course-tutor {
  font-size: 9px;
}

.page-content .course .bottom-section .course-item .rating {
  padding-top: 7px;
  padding-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-content .course .bottom-section .course-item .rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-right: 18px;
}

.page-content .course .bottom-section .course-item .rating .stars img {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.page-content .course .bottom-section .course-item .rating .rate {
  font-size: 9px;
  margin-top: 5px;
}

.page-content .course .bottom-section .course-item .price {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .course .bottom-section .course-item .price .original {
  color: #A39F9F;
  padding-left: 15px;
  text-decoration: line-through;
  -webkit-text-size-adjust: auto;
     -moz-text-size-adjust: auto;
      -ms-text-size-adjust: auto;
          text-size-adjust: auto;
}

.page-content .course .bottom-section .course-item .buy-wrapper {
  width: 90px;
  height: 40px;
}

.page-content .course .bottom-section .course-item .buy-wrapper .btn-red {
  width: inherit;
  height: inherit;
  background-color: #AB065F;
  color: white;
}

.page-content .course .bottom-section .course-item .buy-wrapper .btn-red:hover {
  background-color: #620436;
}

@media (max-width: 1024px) {
  .page-content .course .bottom-section {
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-content .course .bottom-section .box {
    width: 48%;
  }
}

@media (max-width: 680px) {
  .page-content .course .bottom-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-content .course .bottom-section .box {
    width: 100%;
  }
}

.page-content .exam {
  padding-left: 20px;
  padding-top: 30px;
}

.page-content .exam .exam-timer {
  float: right;
  margin-right: 30px;
}

.page-content .exam .exam-header h1 {
  font-size: 38px;
}

.page-content .exam .exam-header p {
  font-size: 12px;
}

.page-content .exam .btn-wrapper {
  margin-right: 20px;
}

.page-content .question-wrapper {
  padding-left: 20px;
  padding-top: 50px;
  padding-right: 10px;
}

.page-content .question-wrapper .multichoice_image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
}

.page-content .question-wrapper .multichoice_image img {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.page-content .question-wrapper .hotspot_image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
}

.page-content .question-wrapper .hotspot_image img {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.page-content .question-wrapper .hotspot_image p {
  padding: 25px;
}

.page-content .question-wrapper .hotspot_image .answers {
  padding: 0;
}

.page-content .question-wrapper .hotspot_image .answers .answer-item {
  position: absolute;
}

.page-content .question-wrapper .hotspot_image .answers .answer-input:checked + .label-desc {
  background-color: #2CEFB4;
}

.page-content .question-wrapper .hotspot_image .answers .label-desc {
  background-color: transparent;
  border: 1px solid #2CEFB4;
}

.page-content .question-wrapper .hotspot_image .answers .label-desc p {
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
}

.page-content .question-wrapper .matching {
  height: 100%;
  width: 100%;
  display: flex;
  /* Drag and Drop Relared Styling */
}

.page-content .question-wrapper .matching .draggable-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 40%;
  overflow: hidden;
  flex-direction: column;
}

.page-content .question-wrapper .matching .draggable-match .draggable {
  cursor: move;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-top: 20px;
  margin-right: 20px;
  background-color: white;
  width: 100%;
  resize: none;
  min-height: 50px;
  padding: 8px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 9px;
  float: left;
  display: block;
}

.page-content .question-wrapper .matching .draggable-match .draggable:hover {
  opacity: 0.5;
}

.page-content .question-wrapper .matching .droppable p {
  pointer-events: none;
}

.page-content .question-wrapper .matching .droppable.droppable-hover {
  border-width: 5px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-content .question-wrapper .matching .droppable.dropped p {
  font-size: 0.75em;
  margin-top: 0.5em;
}

.page-content .question-wrapper .matching .droppable.dropped i {
  pointer-events: none;
}

.page-content .question-wrapper .matching .draggable.dragged {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.1;
  cursor: default;
}

.page-content .question-wrapper .matching .draggable.dragged:hover {
  opacity: 0.1;
}

.page-content .question-wrapper .matching .answers {
  padding-left: 35px;
  width: 100%;
}

.page-content .question-wrapper .matching .answers .answer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-content .question-wrapper .matching .answers .check-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  background-color: #E7FEF7;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.page-content .question-wrapper .matching .answers .answer-input:checked + .option-desc {
  background-color: #2CEFB4;
}

.page-content .question-wrapper .matching .answers .option-desc {
  background-color: #E7FEF7;
  min-height: 50px;
  width: 100%;
  margin: 0 8px;
  display: inline-block;
  border-radius: 5px;
}

.page-content .question-wrapper .matching .answers .option-desc p {
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
}

.page-content .question-wrapper .matching .answers .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.page-content .question-wrapper .matching .answers .option img {
  height: 27px;
  padding-right: 10px;
}

.page-content .question-wrapper .answer-input {
  display: none;
}

.page-content .question-wrapper .question-label {
  font-size: 18px;
  font-weight: 700;
}

.page-content .question-wrapper .question-label img {
  padding-right: 15px;
  height: 14px;
}

.page-content .question-wrapper .question {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  min-height: 52px;
  padding: 12px 30px;
  margin-top: 5px;
}

.page-content .question-wrapper .answers {
  padding-left: 35px;
}

.page-content .question-wrapper .answers .answer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-content .question-wrapper .answers .check-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  background-color: #E7FEF7;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.page-content .question-wrapper .answers .answer-input:checked + .option-desc {
  background-color: #2CEFB4;
}

.page-content .question-wrapper .answers .option-desc {
  background-color: #E7FEF7;
  min-height: 50px;
  width: 100%;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.page-content .question-wrapper .answers .option-desc p {
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
}

.page-content .question-wrapper .answers .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.page-content .question-wrapper .answers .option img {
  height: 27px;
  padding-right: 10px;
}

.page-content .batches-wrapper {
  margin-top: 20px;
  min-width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
}

.page-content .batches-wrapper .create-batch-wrapper {
  max-width: 180px;
  margin-left: auto;
  margin-right: 20px;
  border-radius: 6.87943px;
}

.page-content .batches-wrapper .create-batch-wrapper button {
  border-radius: inherit;
  padding: 8px;
  height: 40px;
}

.page-content .batches-wrapper .batches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-content .batches-wrapper .batches .batch {
  min-width: 31%;
  max-width: 31%;
  min-height: 180px;
  border-radius: 15px;
  margin-right: 2%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
}

@media screen and (max-width: 800px) {
  .page-content .batches-wrapper .batches .batch {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 600px) {
  .page-content .batches-wrapper .batches .batch {
    min-width: 48%;
    max-width: 48%;
  }
}

@media screen and (max-width: 450px) {
  .page-content .batches-wrapper .batches .batch {
    min-width: 96%;
    max-width: 96%;
    height: 200px;
  }
}

.page-content .batches-wrapper .batches .batch .title-text {
  font-size: 21px;
}

.page-content .batches-wrapper .batches .batch .batch-no {
  font-size: 21px;
  color: #B8BCBC;
  margin-top: 15px;
}

.page-content .batches-wrapper .batches .batch .info {
  background-color: #F8F8F8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  padding: 0px 8px;
}

.page-content .batches-wrapper .batches .batch .info a {
  font-size: 14px;
  font-weight: 500;
}

.page-content .batches-wrapper .batches .batch .info a:hover {
  color: #4a2e5c;
}

.page-content .users {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-content .users .user {
  min-width: 31%;
  max-width: 31%;
  margin-right: 2%;
  height: 300px;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 865px) {
  .page-content .users .user {
    min-width: 48%;
    max-width: 48%;
    height: 400px;
  }
}

@media screen and (max-width: 690px) {
  .page-content .users .user {
    height: 350px;
  }
}

@media screen and (max-width: 570px) {
  .page-content .users .user {
    padding: 15px;
  }
}

@media screen and (max-width: 530px) {
  .page-content .users .user {
    min-width: 96%;
    max-width: 96%;
    height: 450px;
  }
}

@media screen and (max-width: 350px) {
  .page-content .users .user {
    height: 400px;
  }
}

.page-content .users .user .view {
  left: 20px;
  top: 20px;
  cursor: pointer;
  position: absolute;
  color: #2560B9;
}

.page-content .users .user .tools {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 20px;
  top: 20px;
}

.page-content .users .user .tools .del {
  color: red;
}

.page-content .users .user .tools .tool:last-child {
  margin-top: 8px;
}

.page-content .users .user .tools .edit {
  color: green;
}

.page-content .users .user .img-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

@media screen and (max-width: 865px) {
  .page-content .users .user .img-wrapper {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 690px) {
  .page-content .users .user .img-wrapper {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 570px) {
  .page-content .users .user .img-wrapper {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 530px) {
  .page-content .users .user .img-wrapper {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 350px) {
  .page-content .users .user .img-wrapper {
    width: 200px;
    height: 200px;
  }
}

.page-content .users .user .img-wrapper img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.page-content .users .user .user-details {
  width: 100%;
  margin-top: 8px;
}

.page-content .users .user .user-details .dname {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 865px) {
  .page-content .users .user .user-details .dname {
    font-size: 23px;
  }
}

.page-content .users .user .user-details .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #FFF1F1;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 13px;
  padding: 5px;
  font-weight: 600;
}

.page-content .exam-content {
  padding-top: 50px;
  width: 80%;
  height: 60vh;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.page-content .exam-content .blur {
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
  -moz-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
}

.page-content .exam-content .e-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 570px;
  margin: auto;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
}

.page-content .exam-content .exp {
  text-align: center;
  padding: 10px 0px 5px 0px;
  width: 159px;
  height: 50px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  margin-right: 40px;
}

.page-content .exam-content .expdetails {
  padding: 10px;
  width: 359px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

.page-content .exam-content .qdetails {
  text-align: justify;
  padding: 10px;
  margin: auto;
  width: 620px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

.page-content .exam-content .exam-button {
  width: 500px;
  margin: auto;
}

.page-content .exam-content .exam-button .btn {
  width: 200px;
  float: left;
  display: block;
  border-radius: 15px;
  padding: 10px;
  margin: 10px;
}

.page-content .exams-upload {
  width: 100%;
  padding: 25px;
  height: inherit;
}

.page-content .exams-upload .head-content {
  background-color: white;
  width: 100%;
  padding-left: 26px;
  font-size: 20px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
}

.page-content .exams-upload .body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.page-content .exams-upload .body-content .edit-prop-wrapper {
  margin-left: auto;
  margin-top: 18px;
  height: 25px;
}

.page-content .exams-upload .body-content .edit-prop-wrapper .edit-prop {
  cursor: pointer;
  color: white;
  background-color: #F90808;
  font-size: 13px;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6.87943px;
}

.page-content .exams-upload .body-content .question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 20px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .optional-image {
  text-align: end;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .optional-image .btn {
  padding: 10px;
  border-radius: 30px;
  max-width: 70px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .optional-image #imageMessage {
  font-size: 14px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .insert-question {
  width: 80%;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .insert-question .hotspot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .insert-question .hotspot #openHotspot {
  background: #2CEFB4;
  color: white;
  height: 40px;
  padding: 8px 10px 8px;
  border-radius: 5px;
  cursor: pointer;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .insert-question .quiz-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .insert-question .quiz-wrapper .label-text {
  background-color: white;
  padding: 8px;
  font-size: 15px;
  text-align: center;
  border-radius: 6px;
  min-width: 200px;
  margin-right: 20px;
  font-weight: 600;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .insert-question .quiz-wrapper textarea {
  width: calc(100% - 220px);
  resize: none;
  height: 90px;
  padding: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  border-radius: 9px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .options {
  position: relative;
  width: 100%;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .options textarea {
  resize: none;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .options .option-label {
  position: absolute;
  left: -30px;
  top: 80px;
  color: black;
  font-size: 20px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .options .explanation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .options .explanation label {
  background-color: white;
  text-align: center;
  margin-right: 20px;
  padding: 8px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 13px;
  width: 120px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .options .explanation textarea {
  font-size: 13px;
  width: 100%;
  height: 65px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .options .option_ans {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option {
  position: static;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: none;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  font-size: 13px;
  width: 100%;
  margin: 0;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .head-content p {
  margin-left: 10px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .head-content img {
  margin-left: 15px;
  width: 10px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative input {
  display: none;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative input:checked + .check-icon-wrapper label {
  background-color: #2CEFB4;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative input:checked + .check-icon-wrapper label img {
  opacity: 1;
  visibility: visible;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative .label-wrapper, .page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative .check-icon-wrapper {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: white;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  border-radius: 5px;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative .label-wrapper label, .page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative .check-icon-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #E7FEF7;
  cursor: pointer;
}

.page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative .label-wrapper label img, .page-content .exams-upload .body-content .question-wrapper .form-content .correct-option .alternatives-wrapper .alternative .check-icon-wrapper label img {
  opacity: 0;
  visibility: hidden;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content {
  min-height: 100%;
  display: block;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .insert-question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .insert-question .options .explanation textarea {
  max-width: 100px;
  height: 50px;
  resize: none;
  font-weight: 600;
  text-align: center;
  padding: 6px;
  font-size: 18px;
  border-radius: 9px;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .insert-question .quiz-wrapper {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .insert-question .quiz-wrapper .label-text {
  background-color: white;
  padding: 8px;
  font-size: 15px;
  text-align: center;
  border-radius: 6px;
  min-width: 200px;
  margin-right: 20px;
  font-weight: 600;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .insert-question .quiz-wrapper textarea {
  width: calc(100% - 220px);
  resize: none;
  height: 90px;
  padding: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  border-radius: 9px;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper .options {
  position: relative;
  width: 45%;
  margin-right: 10px;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper .options textarea {
  resize: none;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper .options .option-label {
  position: absolute;
  left: -30px;
  top: 20px;
  color: black;
  font-size: 20px;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper .options .explanation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper .options .explanation label {
  background-color: white;
  text-align: center;
  margin-right: 20px;
  padding: 8px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 13px;
  width: 120px;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper .options .explanation textarea {
  font-size: 13px;
  width: 100%;
  height: 65px;
}

.page-content .exams-upload .body-content .question-wrapper .matching-content .matching-wrapper .options .option_ans {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.page-content .exams-upload .body-content .dimacator {
  width: 100%;
}

.page-content .exams-upload .body-content .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
}

.page-content .exams-upload .body-content .form-footer .form-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.page-content .exams-upload .body-content .form-footer .form-buttons .form-btn {
  cursor: pointer;
  width: 100px;
  height: 30px;
  color: black;
  background-color: white;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  margin-right: 20px;
}

.page-content .exams-upload .body-content .form-footer .form-buttons .form-btn:hover {
  background-color: #2CEFB4;
}

.page-content .report-card {
  overflow-x: hidden;
  height: 100%;
  padding: 0px 20px;
  padding-bottom: 27px;
}

.page-content .report-card .top-wrapper {
  background-color: white;
  height: 45px;
  border-radius: 8px;
  height: auto;
  margin: 24px 0px;
  padding: 8px 3%;
}

.page-content .report-card .top-wrapper p {
  font-weight: 600;
}

.page-content .report-card .main-content {
  background-color: white;
  width: 100%;
  padding: 3% 3% 27px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32.46px;
}

.page-content .report-card .main-content .top-container {
  background-color: transparent;
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  color: black;
}

.page-content .report-card .main-content .top-container .user-summery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.page-content .report-card .main-content .top-container .user-summery .summery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .report-card .main-content .top-container .user-summery .summery em {
  font-style: normal;
  margin-right: 4px;
  font-weight: bold;
}

.page-content .report-card .main-content .top-container .user-img {
  border-radius: 15px;
  overflow: hidden;
  height: 215px;
  width: 215px;
}

.page-content .report-card .main-content .top-container .user-img img {
  height: inherit;
  width: inherit;
}

.page-content .report-card .main-content .dimacator {
  width: 100%;
}

.page-content .report-card .main-content .dimacator img {
  width: inherit;
}

.page-content .report-card .main-content .bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.page-content .report-card .main-content .bottom-content .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.page-content .report-card .main-content .bottom-content .top-box .yourPerformance {
  font-size: 30px;
}

.page-content .report-card .main-content .bottom-content .top-box .yourPerformance em {
  color: #319a00;
  font-style: normal;
}

.page-content .report-card .main-content .bottom-content .top-box .desc {
  font-size: 18px;
}

.page-content .report-card .main-content .bottom-content .mid-content {
  width: 100%;
}

.page-content .report-card .main-content .bottom-content .mid-content .text-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .report-card .main-content .bottom-content .mid-content .text-wrapper .text-box {
  width: 50%;
}

.page-content .report-card .main-content .bottom-content .mid-content .text-wrapper .text-box p {
  text-align: center;
  width: 100%;
}

.page-content .report-card .main-content .bottom-content .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2%;
  min-height: 130px;
}

.page-content .report-card .main-content .bottom-content .bottom-box .grade-wrapper {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}

.page-content .report-card .main-content .bottom-content .bottom-box .grade-wrapper .grade-box {
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  background-color: black;
}

.page-content .report-card .main-content .bottom-content .bottom-box .grade-wrapper .grade-box.red {
  background: #FF0000;
}

.page-content .report-card .main-content .bottom-content .bottom-box .grade-wrapper .grade-box.yellow {
  background: #FFA901;
}

.page-content .report-card .main-content .bottom-content .bottom-box .grade-wrapper .grade-box.light-green {
  background: #93E96B;
}

.page-content .report-card .main-content .bottom-content .bottom-box .grade-wrapper .grade-box.green {
  background: #319A00;
}

.page-content .report-card .main-content .bottom-content .bottom-box .current-grade-wrapper {
  position: absolute;
  top: -35px;
  gap: 3px;
  left: 60%;
  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;
}

.page-content .report-card .main-content .bottom-content .bottom-box .current-grade-wrapper .v-line {
  width: 2px;
  height: 80px;
  background-color: black;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page-content .view-payments {
  padding-bottom: 0px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 24px;
  width: 100%;
  height: auto;
}

.page-content .view-payments .top-wrapper {
  background-color: white;
  height: 45px;
  border-radius: 8px;
  height: auto;
  margin: 24px 0px;
  padding: 8px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-content .view-payments .top-wrapper p {
  font-weight: 600;
}

.page-content .view-payments .top-wrapper .btn-wrapper {
  width: 97px;
  border-radius: 6px;
  overflow: hidden;
}

.page-content .view-payments .main-content {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3% 3% 0px;
  width: 100%;
  min-height: 100%;
  border-radius: 8px;
  padding-bottom: 3%;
  gap: 24px;
}

.page-content .view-payments .main-content .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.page-content .view-payments .main-content .top-container .logo-container {
  width: 95px;
  height: 77px;
}

.page-content .view-payments .main-content .top-container .logo-container object {
  width: 100%;
  height: 100%;
}

.page-content .view-payments .main-content .top-container .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #6B6B6B;
  font-size: 18px;
}

.page-content .view-payments .main-content .top-container .text-info .left-box .company-name {
  font-weight: bold;
  margin-bottom: 9px;
}

.page-content .view-payments .main-content .top-container .text-info .right-box em {
  color: #2560B9;
  font-style: normal;
}

.page-content .view-payments .main-content .bottom-content {
  width: 100%;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper {
  width: 100%;
  min-height: 340px;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table {
  width: 100%;
  border-collapse: collapse;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table thead tr th {
  background-color: #6B6B6B;
  height: 46px;
  font-size: 18px;
  color: white;
  width: 18%;
  font-weight: 500;
  border-right: 3px solid white;
  margin-bottom: 4px;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table thead tr th:first-of-type {
  width: 40%;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table thead tr th:last-of-type {
  border-right: none;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table tbody tr td {
  font-size: 18px;
  width: 18%;
  font-weight: 400;
  padding-top: 20px;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table tbody tr td:first-of-type {
  width: 40%;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table tbody tr td:not(:first-of-type) {
  text-align: center;
}

.page-content .view-payments .main-content .bottom-content .table-wrapper .payment-table tbody tr td:last-of-type {
  border-right: none;
}

.page-content .view-payments .main-content .bottom-content .total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-content .view-payments .main-content .bottom-content .total .label {
  margin-right: 5px;
}

.page-content .view-payments .main-content .bottom-content .total .amount-box {
  width: 18%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #6B6B6B;
  color: white;
}

.page-content .view-payments .main-content .bottom-content .foot-content {
  margin-top: 24px;
  font-size: 14px;
  color: #6B6B6B;
}

.page-content .exam-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  width: 100%;
  gap: 32px;
  padding: 0px 20px;
}

.page-content .exam-view .top-wrapper {
  padding: 8px 3%;
  border-radius: 8px;
  background-color: white;
  font-weight: 600;
}

.page-content .exam-view .main-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 40px;
}

.page-content .exam-view .main-wrapper .box {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 190px;
  max-height: 190px;
  padding: 39px 25px 16px 39px;
  gap: 30px;
  border-radius: 9px;
}

.page-content .exam-view .main-wrapper .box .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.page-content .exam-view .main-wrapper .box .top-info .mid-wrapper {
  color: #B8BCBC;
  font-size: 15px;
}

.page-content .exam-view .main-wrapper .box .top-info .mid-wrapper .domain-name {
  color: black;
  font-size: 24px;
  font-weight: bold;
}

.page-content .exam-view .main-wrapper .box .bottom-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-content .exam-view .main-wrapper .box .bottom-info .btn-wrapper {
  margin-top: auto;
  margin-left: auto;
  width: 97px;
  border-radius: 6px;
  overflow: hidden;
}

.page-content .exam-view .main-wrapper .box .bottom-info .btn-wrapper .veiw-exam {
  width: 100%;
}

.modal-wrapper {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .modal-wrapper {
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

.modal-wrapper .modal-card {
  background-color: white;
  padding-bottom: 30px;
  width: 535px;
  border-radius: 25px;
}

.modal-wrapper .modal-card .card-header {
  position: relative;
  height: 53px;
  background-color: #AB065F;
  color: white;
  font-size: 15px;
  font-weight: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-top: 19px;
  border-radius: 25px 25px 0 0px;
}

.modal-wrapper .modal-card .card-header .close-icon {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 10px;
  cursor: pointer;
}

.modal-wrapper .modal-card .card-header .close-icon img {
  width: inherit;
  height: inherit;
}

.modal-wrapper .modal-card .card-body {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-wrapper .modal-card .card-body #create_batch .form-control:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.modal-wrapper .modal-card .card-body form {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.modal-wrapper .modal-card .card-body form label {
  font-size: 15px;
}

.modal-wrapper .modal-card .card-body form .form-control {
  min-width: 333px;
  max-width: 333px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
}

.modal-wrapper .modal-card .card-body form .form-control .generate-wrapper {
  height: 35px;
  /*width: 60px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}

.modal-wrapper .modal-card .card-body form .form-control .generate-wrapper .generate {
  width: 25px;
  height: 25px;
}

.modal-wrapper .modal-card .card-body form .input-wrapper {
  border-radius: 6.8px;
  border: 1px solid black;
  padding: 0px;
  margin: 0px;
}

.modal-wrapper .modal-card .card-body form .input-wrapper input[type="text"] {
  width: 100%;
  min-height: 100%;
  border-radius: inherit;
}

.modal-wrapper .modal-card .card-body form .input-wrapper input {
  padding: 0px 8px;
  background-color: transparent;
}

.modal-wrapper .modal-card .card-body form .select-wrapper {
  position: relative;
}

.modal-wrapper .modal-card .card-body form .select-wrapper .arrow-icon {
  position: absolute;
  top: 13px;
  right: 10px;
}

.modal-wrapper .modal-card .card-body form .select {
  width: 157px;
  height: 23px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px black;
  font-size: 10px;
  background-color: white;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.modal-wrapper .modal-card .card-body form .select option {
  background-color: white;
  color: black;
  cursor: pointer;
  border-radius: none;
  text-align: center;
  font-weight: 600;
}

.modal-wrapper .modal-card .card-body form .form-buttons {
  margin-top: 20px;
  min-width: 112px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
}

.modal-wrapper .modal-card .card-body form .form-buttons button {
  background-color: #2CEFB4;
  color: black;
  font-size: 12px;
  font-weight: 600px;
  border-radius: 10px;
}

#upload-hotspot-img .modal-card {
  height: 80%;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#upload-hotspot-img .modal-card .card-header {
  background-color: white;
  border-bottom: 1px solid #B8BCBC;
}

#upload-hotspot-img .modal-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#upload-hotspot-img .modal-card .card-body #uploadImg {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#upload-hotspot-img .modal-card .card-body #uploadImg #hotspot-img {
  display: none;
}

#upload-hotspot-img .modal-card .card-body #uploadImg .upload-icon-wrapper {
  height: 98px;
  width: 98px;
  background-color: #F4F3F3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 68px;
}

#upload-hotspot-img .modal-card .card-body #uploadImg .upload-icon-wrapper img {
  width: 50px;
}

#upload-hotspot-img .modal-card .card-body #uploadImg .hint-text {
  font-size: 18px;
}

#upload-hotspot-img .modal-card .card-body #uploadImg .form-buttons {
  width: 164px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#upload-hotspot-img .modal-card .card-body #uploadImg .form-buttons label {
  width: inherit;
  height: inherit;
  background-color: #0A96E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  cursor: pointer;
}

#upload-hotspot-img .modal-card .card-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  border-top: none;
}

#upload-hotspot-img .modal-card .card-footer p {
  margin-bottom: 41px;
  color: #A39F9F;
  font-size: 12px;
}

#upload-hotspot-img .modal-card .card-footer p a {
  color: #0A96E4;
}

#hotspot-modal .modal-card {
  width: 90%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#hotspot-modal .modal-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

#hotspot-modal .modal-card .card-body .hotspot {
  width: 95%;
  height: 400px;
  position: relative;
}

#hotspot-modal .modal-card .card-body .hotspot img {
  position: absolute;
  width: 100%;
  height: 100%;
}

#hotspot-modal .modal-card .card-body .hotspot canvas {
  top: 0;
  left: 0;
  background-color: #00000040;
  position: absolute;
  z-index: 5;
}

#hotspot-modal .modal-card .card-body .hotspot .option-box {
  position: absolute;
  background-color: #2CEFB490;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 10px 40px #2CEFB420;
          box-shadow: 0px 0px 10px 40px #2CEFB420;
  border: 1px solid #2CEFB4;
  font-weight: 600;
}

#hotspot-modal .modal-card .card-body .hotspot .hotspot-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

#hotspot-modal .modal-card .card-footer {
  width: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 20px 0px;
  border-top: 1px solid grey;
  padding-bottom: 20px;
}

#hotspot-modal .modal-card .card-footer p {
  margin-bottom: 41px;
  color: #A39F9F;
  font-size: 12px;
}

#hotspot-modal .modal-card .card-footer p a {
  color: #0A96E4;
}

#hotspot-modal .modal-card .card-footer .btn-container {
  width: 240px;
  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;
}

#hotspot-modal .modal-card .card-footer .btn-container .button-wrapper {
  height: 40px;
  width: 80px;
  overflow: hidden;
  border-radius: 5px;
}

#hotspot-modal .modal-card .card-footer .btn-container .button-wrapper button {
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #0A96E4;
  cursor: pointer;
  color: white;
}

#change-pin-modal .modal-card {
  height: 350px;
}

#change-pin-modal .modal-card .card-body .form-control .select-wrapper {
  border: 1px solid black;
  border-radius: 4px;
}

#change-pin-modal .modal-card .card-body .form-control .select-wrapper input {
  padding: 0px 8px;
}

.wrapper.modal-img-show #upload-hotspot-img {
  opacity: 1;
  visibility: visible;
}

.wrapper.show-hotspot .page-content {
  overflow-y: hidden;
}

.wrapper.show-hotspot #hotspot-modal {
  opacity: 1;
  visibility: visible;
}

.wrapper.modal-show .page-content {
  /*overflow-y: hidden;*/
}

.wrapper.modal-show .modal-wrapper.opened {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=styles.css.map */