@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap);
:root {
  --main-primary: #08a4bd;
  --main-secondary: rgba(8, 164, 189, 0.5);
  --sub-primary: #878f9d;

  --danger-primary: #ef476f;
  --danger-secondary: #ef476f;
  --success-primary: #4fb286;
  --success-secondary: #4fb286;

  --warning-primary: #ffb60d;

  --text-black: #000;
  --text-primary: #2d3142;
  --text-secondary: #4f5d75;

  --shadow-1-color: #babecc;

  --border-secondary: rgba(79, 93, 117, 0.25);

  --main-background: #f6f8ff;
  --white-background: #fff;
}

/*questionListView*/
.question-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  font-style: normal;
}

.box-container {
  /* position: relative; */
  /*width: 75%;*/
  height: fit-content;
  padding: 20px;
  /*margin-top: 0.5em;*/
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  /*box-shadow: 0 0 5px var(--shadow-1-color);*/
  /*border: 1px solid #ddd;*/
}

.box-container-min-width {
  min-width: 250px;
}

.landing-page-container {
  font-family: Encode Sans;
  background: #f9f9f9;
}

.landing-body-content {
  padding: 0 50px;

  @media only screen and (max-width: 1200px) {
    padding: 0 40px;
  }

  @media only screen and (max-width: 768px) {
    padding: 0 20px;
  }
}

.preparation-container {
  height: 96px;
  background: var(--new-background);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: -50px;

  @media only screen and (max-width: 1024px) {
    margin-inline: -40px;
  }

  @media only screen and (max-width: 768px) {
    margin-inline: -20px;
    padding: 20px 0;
  }
}

.preparation-text-content {
  position: relative;
  width: fit-content;
}

.preparation-text-content::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  background-image: url("/titleAfter.svg");
}

.preparation-text-content p {
  font-family: "Delicious Handrawn";
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
  margin-bottom: 0;

  @media only screen and (max-width: 768px) {
    font-size: 18px;
    line-height: 22px;
  }
}

.tags-page-main-container {
  min-height: 100vh;
}

.question-view-bookmark-container {
  /*position: absolute;*/
  top: 0;
  right: 0.625rem;
}

.question-details {
  padding-top: 13px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  word-break: break-all;
  color: #2d3142;
}

.creator {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.creator .ant-avatar {
  min-width: 2.1875rem;
}

.creator .hall-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.channel {
  display: inline-block;
  flex-direction: row;
  width: 100%;
  margin-left: 0.625rem;
  height: max-content;
}

.channel img {
  margin-left: 5px;
}

.creator-image {
  width: 30px;
  height: 30px;
  /*border-radius: 50%;*/
  margin-right: 8px;
}

.channel .hall-name {
  width: max-content;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;

  color: #08a4bd;
}

.channel > a > .hall-name:hover {
  text-decoration: underline;
}

.rating {
  display: flex;
  flex-direction: row;
  /* position: absolute; */
}

.rating span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  color: #2d3142;
}

.purchase {
  display: flex;
}

.purchase span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  color: #2d3142;
}

.avg-score {
  display: flex;
}

.avg-score span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  color: #2d3142;
}

.price-button {
  display: flex;

  width: 102px;
  height: 27px;
  background: white;
  color: #08a4bd;

  border: 1px solid #08a4bd;
  box-sizing: border-box;
  border-radius: 4px;
}

.price-button span {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.reviewer {
  display: flex;
}

.reviewer-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 6px;
  margin-left: 8px;
}

.reviewer span {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;

  color: #4f5d75;
}

.reviewer .ant-avatar-string {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.review-date {
  display: flex;
  justify-content: flex-end;
  padding-right: 4%;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  color: #4f5d75;
}

.review-details {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;

  color: #2d3142;
}

.exam-details-container {
  width: 290px;
  height: fit-content;
  border: 1px solid rgba(79, 93, 117, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
}

.exam-details-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;

  color: #08a4bd;
}

.exam-details-numbers {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  text-align: right;

  color: #4f5d75;
}

.justify-right {
  display: flex;
  justify-content: flex-end;
}

.rating-details {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;

  color: #000000;
}

.creator-box-container {
  width: fit-content;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 20px 10px 10px;
}

.display-flex {
  display: flex;
  flex-direction: column;
}

.hall-name-details {
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 11px;
  /* identical to box height */

  color: #4f5d75;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container-col {
  padding: 20px;
}

.login-form {
  padding: 20px;
  width: 300px;
  height: fit-content;
  /*border: 1px solid #fff;*/
  border-radius: 4px;
  /* height: 498px; */
  box-shadow: 0 0 4px rgba(79, 93, 117, 0.25);
}

.heading-container {
  padding-bottom: 20px;
  justify-content: flex-start !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;

  color: #2d3142;
}

.login-form-forgot,
.login-form-forgot:hover,
.login-form-forgot:focus {
  float: right;
  padding-right: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  text-align: center;
  text-decoration-line: underline;

  color: #4f5d75;
}

.login-form-forgot a {
  color: var(--main-primary);
  font-weight: 600;
}

.login-button {
  margin-bottom: 15px;
}

.login-form-button {
  height: 35px;
}

.login-form-button,
.login-form-button:hover,
.login-form-button:focus {
  background: #08a4bd;
  border-radius: 4px;
  border-color: #08a4bd;
  width: 100%;
}

/*.mcq-detail-main-container {
    font-family: Encode Sans;
}*/

.login-form-button span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}

.login-form-button.ant-btn-primary[disabled] {
  background: var(--main-primary);
  opacity: 0.7;
}

.hr-text {
  margin: 0;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}

.hr-text:before {
  content: "";
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #000000;
  padding: 0 0.5em;
  line-height: 1.5em;

  background-color: #fcfcfa;
}

.signup-learn-more {
  color: var(--main-primary);
  margin-bottom: 0;
  margin-left: 73px;
  font-weight: 500;
}

.signup-learn-more:hover {
  text-decoration: underline;
}

.login-options {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: center;

  color: #140f2d;
}

.login-items {
  display: flex;
  flex-direction: row;
}

.login-option-items .ant-form-item-control-input-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-option-items {
  padding-top: 20px;
  margin: 0;
  padding-bottom: 20px;
}

.new-account {
  text-align: center;
  color: #2d3142;
  padding-top: 20px;
}

.new-account a {
  text-decoration-line: underline;
  font-weight: 600;
  color: #08a4bd;
}

.radio-group .ant-radio-inner {
  width: 14px;
  height: 14px;
}

.radio-group .ant-radio-inner::after {
  width: 6px;
  height: 6px;
}

.radio-group label {
  font-size: 14px;
}

.ant-form-item-explain {
  font-size: 12px;
}

.radio-group .ant-form-item-explain {
  margin-left: -89px;
}

.confirm-password-error {
  color: #ff4d4f;
  padding-left: 14px;
}

.ant-form-item-label > label.ant-form-item-required::before {
  content: "";
  padding-left: 11px;
}

.rating-container {
  width: 75%;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.recent-reviews {
  margin: 33px 0 15px;
}

.tab-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
}

.customTab .ant-tabs-bar {
  border-bottom: none;
}

.display-flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.display-flex-start {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

/*.ant-modal-content .ant-modal-footer{
    display: none;
}*/

.ant-popover-title {
  padding: 10px 0;
}

.ant-popover-inner-content {
  display: contents;
}

.ant-select .ant-select-selector {
  border: 1px solid #4f5d75 !important;
}

.ant-select .ant-select-arrow {
  color: #4f5d75;
}

.ant-select-selection-item {
  color: #4f5d75;
}

/*.mcq-detail-container {
    position: relative;
    top: 65px;
}*/

.description-container {
  /*margin-top: 30px;*/
}

/*.hall-text-area {
    padding-left: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

.hall-text-area:hover {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: rgb(217, 217, 217);
}

.hall-text-area:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: rgb(217, 217, 217);
    box-shadow: none;
}*/

.hall-form-container label:after {
  content: " *";
  color: red;
  font-size: 25px;
}

.hall-form-container .input-label:after {
  content: " *";
  color: red;
  font-size: 25px;
}

.website-link-footer {
  color: white !important;
}

.website-link-footer:hover {
  color: var(--main-primary);
  text-decoration: underline;
}

/*.pan-number {
    border-left: none;
    border-right: none;
    border-top: none;

}

.pan-number:hover {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: rgb(217, 217, 217);
}

.pan-number:focus {
    border-top: rgba(0, 0, 0, 0);
    border-right: rgba(0, 0, 0, 0);
    border-left: rgba(0, 0, 0, 0);
    border-bottom-color: rgb(217, 217, 217);
    box-shadow: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
}*/

.solution-model .ant-modal-close-x {
  width: 32px;
  line-height: 32px;
}

.ant-input-suffix {
  height: 20px;
}

/*.x-input-field {
    border-right: none;
    border-left: none;
    border-top: none;
}

.x-input-field:hover {
    border-bottom-color: rgb(217, 217, 217);
}*/

.button-container {
  margin-top: 7px;
  display: flex;
  flex-direction: row;
}

.institute-box-container {
  display: flex;
  align-items: center;
  width: 198px;
  justify-content: center;
  /*height: 61px;*/
  text-align: center;
  flex-direction: column;
}

.upload-button {
  width: 36px;
}

.upload-button:hover {
  border: 1px solid;
  background-color: rgba(255, 255, 255, 0.8);
}

.image-uploader {
  position: relative;
  /* top: -16px; */
  bottom: 50px;
  left: 130px;
}

.live-icon {
  background: var(--main-primary);
  padding: 0 5px;
  margin-left: 10px;
  border-radius: 5px;
  height: 17px;
}

.live-icon .icon-description {
  color: #ffffff;
  font-weight: 600;
  line-height: 10px;
}

.landing-header {
  position: absolute;
  background: var(--new-background);
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 13px 10%;
  justify-content: space-between;
  z-index: 2;
  transition: all 0.5s ease 0s;
  height: 64px;
}

.landing-header.open-pages {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: fixed;
}

.landing-header-height {
  height: 552px;
}

.landing-header.always-active {
  position: fixed;
}

.landing-details-header-container {
  height: 90%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.testimonial {
  text-align: center;
  font-style: italic;
  opacity: 0.8;
}

/*.testimonial::before {
    content: open-quote;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 28px !important;
    line-height: 33px !important;
}

.testimonial::after {
    content: close-quote;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 28px !important;
    line-height: 33px !important;
}*/

.body-desc {
  margin-right: 60px;
  margin-left: 14px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: left;
  color: white;
}

.landing-details-exam-type {
  color: white !important;
  margin-left: 14px;
}

.features-desc {
  font-weight: 300 !important;
  text-align: left;
}

/*
.ant-carousel .slick-dots li button{
    background: #08A4BD;
}*/

.landing-footer {
  background: #39363f;
  border: none;
  border-radius: 0;
  margin-top: 0;
}

.landing-footer-list li {
  color: white;
  padding-bottom: 11px;
}

.landing-footer-list {
  padding-left: 0;
}

.footer-list-heading {
  color: white !important;
  margin: 0;
  padding-bottom: 16px;
}

.flex-direction-column {
  display: flex;
  flex-direction: column;
}

.flex-direction-row {
  display: flex;
  flex-direction: row;
}

.site-stats {
  font-weight: 300 !important;
  padding-left: 11px;
}

.student-testimonials-color {
  color: white;
}

.live-exam-buttons {
  margin-right: 10px;
  width: fit-content;
  color: rgb(8, 164, 189) !important;
  border-color: rgb(8, 164, 189) !important;
}

.upload-form-container label {
  font-weight: 600;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.65);
  transition: background-color 5000s ease-in-out 0s;
  background: white;
}

.progress-bar-chart svg {
  width: 100%;
  height: 100%;
}

.landing-details-tab .ant-tabs-nav-wrap {
  display: flex;
  justify-content: center;
}

.ant-tabs-top .ant-tabs-nav::before {
  border-bottom: none;
}

.box-container-hover {
  position: relative;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.4, 1.34);
}

.box-container-hover:hover {
  transform: translateY(-4px);
  /*top: -5px;*/
  /*box-shadow: 0 0 4px var(--shadow-1-color);*/

  /*width: 250px;*/
}

.ye-col-24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exam-type-cancel-button {
  height: 24px;
  /*position: absolute;
    bottom: -4px;
    right: -9px;*/
  cursor: pointer;
  display: flex;
}

.detc-col-24 {
  display: flex;
  align-items: center;
}

.your-exams-main-col-container {
  /*width: fit-content;*/
  max-width: 33.33%;
  /*flex: 0 0 33.33%;*/
}

.exam-type-cancel-button svg {
  fill: rgb(255, 255, 255);
}

/*.box-container-hover:hover .exam-type-cancel-button {*/
/*    display: block;*/
/*}*/

.hall-name-link:hover {
  color: var(--main-primary);
  text-decoration: underline;
}

.hall-name-link-color {
  color: var(--text-secondary);
}

/* .WDvRf{
    width: 283px !important;
}

 .gLhsNs{
     width: 283px !important;
     margin-left: 0px !important;
 }*/

.carousel-container .carousel-button {
  height: 32px;
  width: 32px;
  border-radius: 50% !important;
}

.hzJOec {
  left: -30px;
}

.dashboard-view-all {
  color: #4f5d75;
}

.dashboard-view-all:hover {
  color: #08a4bd;
  text-decoration: underline;
}

.ant-btn.live-alert-button {
  width: 32px;
  height: 28px;
  border-radius: 50% !important;
  margin-left: 20px;
}

.ant-btn.live-price-button,
.ant-btn.live-price-button:hover,
.ant-btn.live-price-button:active,
.ant-btn.live-price-button:focus {
  background: #08a4bd;
  width: 100%;
  border: none;
}

.library-icon svg {
  width: 16px;
  height: 16px;
}

.library a {
  text-align: center;
}

.library a span {
  color: #4f5d75;
}

.library a span:hover {
  color: #08a4bd;
  /*text-decoration: underline;*/
}

.box-title {
  height: 38px;
}

.margin-10 {
  margin-right: 10px;
  height: 25px;
}

.share-button:focus {
  outline: none;
}

.icon-text {
  margin-left: 5px;
  color: #4f5d75 !important;
}

.icon-fill-color {
  color: #4f5d75;
}

.feature-hero-container {
  padding: 50px 10% 101px;
  background: #fff;
}

.feature-hero-parent {
  margin-top: 50px;
  padding: 0 60px;
}

.grid-container {
  width: 25%;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 5px 5px 5px 0;
}

.grid-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.grid-item a {
  color: var(--text-secondary);
}

.grid-item a:hover {
  color: var(--main-primary);
  text-decoration: underline;
}

.feature-hero-child-second {
  margin-top: 10px;
}

.feature-icon-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-left: 32px;
  margin-right: 0;
}

.exchange {
  display: flex;
  flex-direction: row;
}

.toggle-arrow svg {
  width: 130px;
  height: 103px;
  fill: rgba(232, 237, 240, 0.5);
}

.header-menu-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.open-page-link,
.header-menu-bar-mobile,
.ant-row.mobile-view-description {
  display: none;
}

.details-data-container {
  padding: 82px 106px 92px 99px;
  justify-content: space-between;
}

.description-website {
  margin-top: 17px;
}

.details-table {
  width: 421px;
  margin-left: 126px;
}

.ant-row.lading-detail-bottom {
  display: none;
}

.ant-btn.card-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.recommended-institute-avatar {
  position: relative;
  bottom: 35px;
  width: 65px;
  height: 65px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-image-height {
  height: 150px;
}

.ant-col.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.ant-col.flex-wrapper a {
  width: 100%;
}

.col-margin {
  margin-right: 5px;
}

.padding-right-70 {
  padding-right: 90px;
}

.list-padding-bottom {
  padding-bottom: 11px;
}

.exam-type-padding {
  padding: 30px 99px;
}

.landing-footer {
  position: relative;
}

.landing-footer.exam-type-padding {
  padding: 84px 10%;
}

.exam-types-footer-container.box-container {
  background: rgba(79, 93, 117, 0.25);
}

.ant-col.footer-page-links-container {
  padding-left: 0;
}

.ant-col.preview-form-input-fields .custom-input input {
  border: 1px solid rgba(79, 93, 117, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  height: 42px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-secondary);
}

.ant-col.preview-form-input-fields.date-time-picker .custom-input input {
  border: none;
}

.ant-col.preview-form-input-fields .ant-input-number {
  border: none;
}

.ant-col.preview-form-checkbox .customCheckbox-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-primary);
}

.ant-col.preview-form-checkbox .customCheckbox {
  align-items: flex-end;
}

.ant-col.preview-form-checkbox.padding-top-25 {
  padding-top: 25px;
}

.ant-col.preview-form-input-fields .custom-input .input-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-primary);

  margin-bottom: 10px;
}

.MuiInput-underline.Mui-disabled:before {
  /*border-bottom: none;*/
  border-bottom-style: none !important;
}

.MuiInputBase-input {
  padding: 4px 11px !important;
}

.MuiInputBase-root {
  border: 1px solid rgba(79, 93, 117, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
}

.MuiInput-underline:before {
  border-bottom: none !important;
}

.MuiIconButton-root {
  height: inherit;
  padding: 0 !important;
  margin-right: 2px !important;
}

.MuiIconButton-root:hover {
  background: rgb(255, 255, 255) !important;
}

.exam-type {
  margin: 4px 0 25px;
  text-align: center;
}

.exam-type-library:hover {
  color: #08a4bd;
}

.footer-list-container {
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.footer-list-container .col-logo-image {
  order: 1;
}

.footer-list-container .col-social-media {
  order: 2;
}

.footer-list-container .col-about-us {
  order: 3;
}

.footer-list-container .col-links {
  order: 4;
}

.footer-list-container .col-need-help {
  order: 5;
}

.landing-footer__mobile-app {
  position: absolute;
  top: -80px;
  height: 120px;
  background: #f5f5f5;
  padding: 41px 36px;
  gap: 16px;
}

.landing-footer__mobile-app-text {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: rgba(50, 50, 50, 0.8);
}

.landing-footer__mobile-app-links img {
  width: 165px;
  height: 48px;
}

.ant-btn.landing-login-button:hover {
  background: #08a4bd;
  color: white;
}

.scroll-to-top {
  bottom: 40px;
  right: -100px;
  position: fixed;
  background: var(--main-primary);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  transition: 0.3s;
  cursor: pointer;
}

.scroll-to-top.active {
  right: 40px;
}

.scroll-to-top:focus {
  outline: none;
}

.landing-header.active {
  position: fixed;
  top: 0;
  padding: 13px 10%;
}

.ant-spin-nested-loading.loading-container {
  height: fit-content;
}

.loading-container.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  padding: 0;
  margin-top: 20px;
}

.loading-modal-container .ant-modal-content .ant-modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner-exam .ant-spin-text {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #4f5d75;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube1 {
  background-color: #33d0b0;
}

.sk-folding-cube .sk-cube2 {
  background-color: #00bbbd;
}

.sk-folding-cube .sk-cube3 {
  background-color: #75e29a;
}

.sk-folding-cube .sk-cube4 {
  background-color: #b5ef82;
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.feature-second-row-pic {
  padding-top: 150px;
}

.row-below-header {
  position: relative;
  top: 65px;
}

.member-table .ant-table-thead > tr > th {
  background: #08a4bd;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.member-table .ant-table-tbody > tr > td.ant-table-cell {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 0.5px solid rgba(8, 164, 189, 0.1);
}

.ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none !important;
}

.member-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background: rgba(8, 164, 189, 0.04);
}

.ant-table-thead th.ant-table-column-sort,
.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: var(--main-primary) !important;
}

.ant-table-column-sorter-up.active svg,
.ant-table-column-sorter-down.active svg {
  fill: var(--danger-primary);
}

.copy-right {
  background: rgb(27, 3, 70);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

button.ant-tabs-tab.ant-tabs-tab-active {
  color: #08a4bd !important;
}

.member-save-button button {
  width: 100px;
}

.instructor-buttons {
  width: 193px;
}

.upcoming-exam-item {
  height: 50px;
  width: 90%;
  max-width: 260px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px 0 10px;
  font-size: 14px;
  color: #4f5d75;
  text-align: center;
}

.upcoming-exam-item img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.upcoming-exam-item p {
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stat-description {
  margin-top: 5px;
}

.sc-ifAKCX button {
  height: 32px;
  width: 32px;
  border: 1px solid;
  border-color: var(--main-primary);
  border-radius: 50%;
  background: white;
}

.g-recaptcha {
  transform: scale(0.97);
  transform-origin: 0;
}

.upload-button-sign {
  margin: 0 !important;
  width: 100%;
  height: 35px;
  border-radius: 4px !important;
  border: 1.5px solid var(--main-primary);
  font-weight: 500;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.padding-top-53 {
  padding-top: 53px;
}

.become-instructor-button-container {
  justify-content: flex-end;
}

.become-instructor-hero-container {
  padding: 0 10% 119px;
}

.stat {
  justify-content: space-between;
}

.stat-button-container a button {
  width: 193px;
  height: 50px;
}

.exams-see-more {
  padding-top: 20px;
  color: var(--main-primary);
  cursor: pointer;
}

.exams-see-more:hover {
  text-decoration: underline;
}

.become-instructor-title {
  margin: 50px 0;
}

.creator-landing-container {
  font-family: Encode Sans;
}

.creator-landing-header-container {
  background: #210454;
  height: 565px;
}

.see-more-button:hover,
.see-more-button:focus {
  background: var(--main-primary);
  color: white;
}

.see-more-button {
  width: 193px;
  height: 50px;
}

h2.feature-title {
  text-align: center;
}

.instruction-container {
  padding: 60px 10%;
}

.step-index {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
  left: 2px;
}

.step-image {
  border-radius: 50%;
  width: 135px;
  height: 135px;
  margin-bottom: 22px;
}

.creator-landing-button {
  width: 235px;
  height: 50px;
}

.creator-landing-collapse {
  /* padding: 50px 80px 0; */
  padding: 0;
}

.creator-landing-collapse .ant-collapse {
  border: none;
}

.creator-landing-collapse
  .ant-collapse
  > .ant-collapse-item
  > .ant-collapse-header {
  /* color: rgba(0, 0, 0, 0.7); */
  color: #303030;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 45px 12px 0;
}

.creator-landing-collapse .ant-collapse > .ant-collapse-item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.creator-landing-collapse .ant-collapse-content > .ant-collapse-content-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;

  color: #505050;
  margin-bottom: 0;
}

.creator-landing-collapse
  .ant-collapse-item.ant-collapse-item-active
  .ant-collapse-header {
  color: rgba(33, 4, 84, 0.7);
}

/*.referer-desc {
    padding: 0 80px;
}*/

.creator-sign-up-form-container {
  margin-top: 10px;
}

.creator-sign-up-link {
  color: var(--main-primary);
  text-decoration: underline;
  font-weight: 600 !important;
}

.send-email-wrapper.contact-us-modal .form-input,
.send-email-wrapper.contact-us-modal .form-textarea {
  width: 100%;
}

.button-margin-right {
  margin-right: 12px !important;
}

.sign-up-form-container {
  flex: 1;
  display: flex;
}

.sign-up-container {
  width: 634px;
}

.hall-sign-up-not-for-students-container {
  border: 1px solid var(--danger-primary);
  border-radius: 0.25rem;
  background: rgba(239, 71, 111, 0.1);
  padding: 0.4375rem 0.625rem;
  width: 100%;
}

.hall-sign-up-not-for-students-container .stats-value {
  color: var(--danger-primary);
  margin-left: 0.875rem;
}

.form-input-label.with-icon .ant-input-affix-wrapper {
  height: 35px;
}

.form-input-label.with-icon .ant-input-affix-wrapper input {
  height: 100%;
}

.form-input-label label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.form-input-label .ant-form-item-label > label.ant-form-item-required::before {
  display: none;
}

.form-input-label .ant-form-item-label {
  padding: 0;
}

.form-input-label .ant-form-item {
  margin-bottom: 5px;
}

.form-input-label input,
.form-input-label textarea,
.form-input-label .ant-input-affix-wrapper {
  border: 1.5px solid #cccccc;
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}

.input-without-icons {
  height: 30px;
}

.sign-up-to-login {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  /*color: rgba(0, 0, 0, 0.6);*/
}

.sign-up-to-login a {
  color: var(--main-primary);
}

.form-input-label.password-wrapper .ant-input-password {
  padding: 6.5px 11px;
  display: flex;
  align-items: center;
}

.form-input-label.password-wrapper input {
  height: auto;
}

.form-input-label.password-wrapper
  .ant-form-item-has-error
  .ant-input-affix-wrapper {
  border: 1.5px solid #ff4d4f !important;
}

.form-input-label .ant-select .ant-select-selector {
  border: 1.5px solid #cccccc !important;
  height: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.7) !important;
}

.form-input-label .ant-select .ant-select-selector:hover,
.form-input-label .ant-select .ant-select-selector:focus {
  border: 1.5px solid #cccccc !important;
  box-shadow: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
}

.form-input-label input:focus,
.form-input-label input:hover,
.form-input-label textarea:focus,
.form-input-label textarea:hover,
.form-input-label .ant-input-affix-wrapper:hover,
.form-input-label .ant-input-affix-wrapper:focus {
  border-color: #aaaaaa;
  box-shadow: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
}

.row-recaptcha {
  margin-top: 40px;
}

.google-login {
  width: 100%;
  height: 35px;
  border: 1.5px solid #cccccc;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.google-logo {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.google-login.hall-signup {
  background: var(--main-primary);
  border: none;
  margin-top: 10px;
}

.google-login.hall-signup a {
  margin: auto;
  color: #ffffff;
}

.google-login.hall-signup a .exam-info {
  color: inherit;
}

.mcq-revenue {
  border-left: 0.5px solid rgba(79, 93, 117, 0.25);
  margin: 5px 0;
}

.mcq-stat-container {
  justify-content: space-between;
  padding: 0 40px;
}

.upload-pan-document > span {
  display: flex;
  flex-direction: row-reverse;
}

.upload-pan-document .ant-upload-list {
  border: 1.5px solid #cccccc;
  max-width: 182px;
  width: 182px;
  height: 35px;
  border-radius: 4px;
  margin-right: 10px;
}

.upload-pan-document .ant-upload-list-item {
  margin-top: 0;
  height: 30px;
}

.ant-upload-list-item-info > span {
  display: flex;
  align-items: center;
}

.ant-upload-text-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.modal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;

  color: rgba(0, 0, 0, 0.6);
}

.payment-popup {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.payment-popup .payment-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.payment-amount {
  border: 1.5px solid #08a4bd;
  box-sizing: border-box;
  border-radius: 4px;
  height: 30px;
  width: auto;
  max-width: 90px;
  display: flex;
  align-items: center;
  padding: 0 2px 0 15px;
  position: relative;
}

.payment-amount .payment-text {
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.payment-amount .payment-text::after {
  content: "*";
  color: #08a4bd;
  margin-left: 13px;
  position: relative;
  top: -3px;
}

.payment-amount .tag-image {
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: -17px;
  right: -17px;
}

.review-report-abuse {
  display: flex;
  justify-content: flex-end;
}

.review-dropdown .ant-dropdown-menu {
  padding: 0;
}

.review-dropdown .ant-dropdown-menu li {
  height: 42px;
  display: flex;
  align-items: center;
}

.review-dropdown .ant-dropdown-menu li p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}

.review-dropdown .ant-dropdown-menu li:hover {
  background: var(--main-primary);
}

.review-dropdown .ant-dropdown-menu li:hover * {
  color: white;
}

.report-popover p {
  color: rgba(0, 0, 0, 0.7);
}

.popup-helper-text {
  margin-top: 30px;
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;

  color: rgba(0, 0, 0, 0.6);
}

.khalti-btn {
  width: 240px;
  height: 35px;
  color: #5c2d91;
  font-family: "Encode Sans";
  border: 1.5px solid #5c2d91;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}

.khalti-btn .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 7.5px;
}

.khalti-btn:hover {
  border: 1.5px solid #6c2d91;
  color: #5c2d91;
}

.khalti-btn:focus {
  border: 1.5px solid rgb(99, 83, 109);
  color: #5c2d91;
}

.esewa-btn {
  width: 240px;
  height: 35px;
  color: #48a230;
  font-family: "Encode Sans";
  border: 1.5px solid #48a230;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 7px;
}

.esewa-btn:hover {
  border: 1.5px solid #48a230;
  color: #48a230;
}

.esewa-btn:focus {
  border: 1.5px solid rgb(74, 112, 64);
  color: #48a230;
}

.popup-footer-container {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.footer-text {
  height: 30px;
  background: rgba(8, 164, 189, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 5px;
}

.footer-text .payment-footer-text {
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

.footer-text .payment-footer-text::before {
  content: "*";
  color: #08a4bd;
  margin-right: 13px;
  position: relative;
  top: -3px;
}

.cancel-btn {
  border: 1.5px solid #fd6f8d;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fd6f8d;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.cancel-btn:hover {
  border: 1.5px solid rgb(182, 55, 83);
  box-sizing: border-box;
  border-radius: 4px;
  color: rgb(182, 55, 83);
}

.error-container {
  border: none;
  border-radius: 4px;
  padding: 30px;
  background: white;
  width: 508px;
}

.color-black-transparent-06 {
  color: rgba(0, 0, 0, 0.6);
}

.error-link {
  margin-top: 20px;
}

.error-link-container {
  margin-top: 20px;
}

.error-link-container h1 {
  text-align: center;
}

.error-link-container p {
  text-align: center;
}

.justify-space-btw {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.dismiss-container {
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.dismiss-container a {
  width: 70%;
}

.dismiss-button {
  height: 35px;
  width: 100%;
  /*margin-left: 23px !important;*/
  /*color: var(--warning-error);*/
  /*border-color: var(--warning-error);*/
}

.error-redirect-box.recommended-institute {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.error-redirect-link {
  margin: 0;
}

.cc-main-col .error-redirect-link {
  text-align: center;
}

.error-box-container {
  border-radius: 4px;
  padding: 5px 12px 5px 9px;
  background: rgba(8, 164, 189, 0.1);
  width: 333px;
}

.not-found-error {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.not-found-error .top-header .logo-title,
.not-found-error .top-header .header-user-info__value {
  color: white !important;
}

.error-main-container {
  flex: 1;
  width: 100%;
  background: var(--new-background);
}

.custom-input .ant-select .ant-select-selector {
  height: 42px;
  display: flex;
  align-items: center;
  border: 1.5px solid #dddddd !important;
}

.custom-input input[type="text"]:disabled,
.custom-input .ant-input-number-disabled .ant-input-number-input {
  background: #dddddd;
  cursor: not-allowed;
}

.preview-form-input-fields .custom-input {
  margin: 0 !important;
}

.forget-form-main-container {
  border: none;
  border-radius: 4px;
  background: white;
  width: 350px;
  padding: 20px;
}

.forget-password-image-container {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.forget-password-image {
  max-width: 100%;
  max-height: 100%;
}

.email-desc {
  margin-bottom: 10px;
}

.email-desc-reset {
  margin-bottom: 0;
}

.forget-field-container {
  width: 100%;
}

.forget-field-container .ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.6);
}

.forget-field-container
  .ant-form-item-label
  > label.ant-form-item-required::before {
  content: "";
  padding: 0;
}

.forget-submit-button {
  width: 200px;
  margin-bottom: 20px !important;
}

.forget-submit-button,
.forget-submit-button:hover,
.forget-submit-button:focus {
  background: var(--main-primary);
  color: white;
  border: none;
}

a.error-redirect-link {
  color: var(--main-primary);
}

a.error-redirect-link:hover {
  text-decoration: underline;
}

.live-exam-container {
  position: relative;
  padding: 16px;
  width: 100%;
  height: 100%;
}

.left-sidebar-menu.live-exam-types {
  line-height: 17px;
  font-size: 12px;
}

.upcoming-exam-title-alert > p {
  width: 85%;
  margin: 0;
}

.live-exam-container .sms-alert-icon {
  height: 30px;
  width: 30px;
  margin-top: -4px;
  margin-left: 10px;
}

.mock-exam-publish-details {
  margin-bottom: 0;
}

.live-exam-provider-name {
  margin: 0 10px 0;
}

.icon-desc-wrapper > p {
  margin: 0;
}

.icon-desc-wrapper {
  margin-left: 10px;
}

.icon-desc-container {
  /*justify-content: space-evenly;*/
  margin-top: 10px;
}

.icon-desc-container .icon-data-wrapper {
  width: max-content;
}

.upcoming-exam-desc-container {
  margin-top: 45px;
}

.start-exam-button,
.mock-exam-status-container {
  height: 40px;
  width: 100%;
  border: none;
}

.start-exam-button,
.start-exam-button:hover,
.start-exam-button:focus {
  background: #ef476f;
  color: white;
}

.mock-exam-status-container {
  background: rgba(8, 164, 189, 0.15);
  color: var(--main-primary);
}

.mock-exam-status-container.mock-not-submitted {
  background: rgba(239, 71, 111, 0.15);
}

.mock-exam-status-container.mock-not-submitted .library-creator-name {
  color: var(--danger-primary);
}

.start-exam-button,
.start-exam-button:hover,
.mock-exam-status-container {
  border-radius: 0 0 4px 4px !important;
}

.mock-exam-bookmark-icon {
  position: absolute;
  margin-top: 0 !important;
  right: 0;
  top: 0;
}

.dashboard-left-side-bar {
  background: var(--new-background) !important;
  width: 250px;
  /*padding-top: 15px;*/
  display: flex;
  flex-direction: column;
  border-radius: 0;
  height: 100%;
}

.user-left-side-bar {
  width: 90px;
  overflow-y: auto;
}

.user-left-side-bar .side-menu-item {
  flex-direction: column;
  gap: 5px;
}

.user-left-side-bar .student-id {
  color: #ffffff !important;
  margin: 0;
  padding: 0 12px;
  font-weight: 500;
}

.copy-student-id {
  margin-bottom: 10px;
}

.user-left-side-bar .ant-typography {
  margin-bottom: 0;
}

.user-left-side-bar .ant-typography .ant-typography-copy {
  margin: 0;
}

.user-left-side-bar .ant-typography svg {
  fill: white;
}

.user-left-side-bar .sidebar-btn {
  width: 100%;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;

  @media only screen and (max-width: 768px) {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 40px;
    padding-inline: 20px;
  }
}

.user-left-side-bar .sidebar-btn.is-selected {
  background-color: #08a4bd;
}

.user-left-side-bar .sidebar-btn.exam-credit {
  background-color: #db406c;
}

.sidebar-btn-text {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.exam-credit-text {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.exam-credit-text span {
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}

/* User Sidebar Layout */
.user-left-side-bar {
  display: flex;
  flex-direction: column;
}

.user-sidebar-main-content {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 10px;
}

.user-sidebar-fixed-bottom {
  flex-shrink: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* More Button Styles */
.sidebar-btn.more-btn {
  transition: background-color 0.3s ease;
}

.sidebar-btn.more-btn-active {
  background-color: rgba(8, 164, 189, 0.2);
}

/* Popover Styles */
.more-menu-popover.ant-popover {
  z-index: 1050;
}

.more-menu-popover.ant-popover-placement-rightBottom {
  margin-left: -45px;
  left: 8% !important;

  @media only screen and (max-width: 768px) {
    left: 25% !important;
  }
}

.more-menu-popover .ant-popover-inner {
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.more-menu-popover .ant-popover-inner-content {
  padding: 8px;
}

.more-popover-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 180px;
}

.popover-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f5f5f5;
  border: 1px solid transparent;
}

.popover-menu-item:hover {
  background: #08a4bd;
  border-color: #08a4bd;
  color: white;
}

.popover-menu-item:hover .popover-menu-text {
  color: white;
}

.popover-menu-item-selected {
  background: #08a4bd;
  border-color: #08a4bd;
}

.popover-menu-item-selected .popover-menu-text {
  color: white;
  font-weight: 600;
}

.popover-menu-item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.popover-menu-item svg path {
  fill: #6f6c90 !important;
}

.popover-menu-item:hover svg path {
  fill: white !important;
}

.popover-menu-item-selected svg path {
  fill: white !important;
}

.popover-menu-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.open-exam-side-bar {
  position: sticky;
  top: 63px;
  background: #fafafa;
  width: 250px;
  height: calc(100vh - 124px);
  /*overflow-y: auto;*/
  border-right: 1px solid #cccccc;
  /*background: var(--new-background);*/
}

.open-exam-side-bar .exam-types-wrapper {
  padding: 0 20px;
  overflow: auto;
  height: 100%;
}

.open-exam-side-bar__header {
  padding: 20px;
  position: sticky;
  top: 0;
  background: inherit;
  z-index: 10;
}

.open-exam-side-bar__tag-collapse {
  border: none;
  padding: 0 10px;
}

.open-exam-side-bar__tag-collapse.ant-collapse-icon-position-right
  > .ant-collapse-item
  > .ant-collapse-header {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  color: rgba(0, 0, 0, 0.7);
}

.open-exam-side-bar__tag-collapse .ant-collapse-content {
  background-color: inherit;
}

.creator-landing-collapse
  .ant-collapse
  .ant-collapse-item.ant-collapse-item-active
  .ant-collapse-content.ant-collapse-content-active {
  background: transparent;
}

.creator-landing-collapse
  .ant-collapse
  .ant-collapse-item.ant-collapse-item-active
  .ant-collapse-content.ant-collapse-content-active
  .ant-collapse-content-box {
  padding: 15px 0;
}

.creator-landing-collapse
  .ant-collapse
  > .ant-collapse-item
  > .ant-collapse-header
  .ant-collapse-arrow {
  right: 16px;
  left: unset;
}

.open-exam-side-bar__tag-collapse
  .ant-collapse-content
  > .ant-collapse-content-box {
  padding: 10px;
}

.left-side-bar-position {
  top: 63px;
  position: sticky;
  height: calc(100vh - 63px);
}

.ant-carousel .dashboard-carousel-container li {
  /*position: relative;*/
  background: var(--main-primary);
  opacity: 0.5;
}

.ant-carousel .dashboard-carousel-container li.slick-active button {
  /*position: relative;*/
  background: var(--main-primary);
}

.ant-carousel .dashboard-carousel-container .slick-dots {
  z-index: 0;
}

.dashboard-carousel-container {
  background: rgba(8, 164, 189, 0.12);
  border-radius: 5px;
  padding: 60px;
  height: 345px;
}

.col-dashboard-wrapper {
  flex: 1;
  width: calc(100% - 250px);
  z-index: 0;
  /*background: #fff;*/
}

.mobile-view-drawer-container .ant-drawer-header {
  border-bottom: none;
}

.mobile-view-drawer-container .ant-drawer-header {
  background: #130133;
}

.mobile-view-drawer-container .ant-drawer-close svg {
  fill: #fff;
}

.mobile-view-drawer-container .ant-drawer-body {
  background: var(--new-background);
  padding: 0;
}

.mobile-view-drawer-container .dashboard-left-side-bar {
  width: 100%;
}

.header-user-avatar-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-user-info {
  display: flex;
  flex-direction: column;
}

.header-user-info .header-user-info__label {
  font-size: 12px;
  line-height: 14px;
  color: #808080;
}

.header-user-info .header-user-info__value {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: var(--new-background);
}

.header-user-image {
  width: 40px;
  height: 40px;
  background-color: #30b3c8;
  border: 1px solid #30b3c8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.header-user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop-up-content-1,
.pop-up-content-2 {
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.pop-up-content-1:hover,
.pop-up-content-2:hover {
  background: var(--main-primary);
  transition: 0s;
}

.pop-up-content-1:hover h6,
.pop-up-content-2:hover h6 {
  color: white;
}

.pop-up-content-2 svg {
  fill: rgba(0, 0, 0, 0.5);
  transition: 0s;
}

.pop-up-content-2:hover svg {
  fill: #ffffff;
}

.form-main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--new-background);
}

.form-hero-container {
  display: flex;
  flex: 1;
}

.no-login-header-main-row {
  height: 64px;
  padding: 0 80px;
  background: var(--new-background);
}

.no-login-header-main-row.public-page-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 0 20px !important;
}

.copyright-container-col {
  /*background: rgb(27, 3, 70);*/
  background: #060011;
  padding: 20px 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-container-col a {
  color: #fff;
  transition: all 0.3s ease;
}

.copyright-container-col a:hover {
  /*color: var(--main-primary);*/
  text-decoration: underline;
}

.copyright-container-col__link-container a:first-child {
  margin-right: 28px;
}

.nav-bar-items {
  color: #fff;
}

.nav-bar-items.nav-bar-item-selected {
  background: var(--main-primary);
}

.landing-left-side-bar {
  /*padding-top: 15px;*/
  background: var(--new-background);
  height: 100%;
  width: 250px;
}

.nav-bar-button-container {
  height: 100px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.nav-bar-button-container.side-bar-open-pages {
  display: none;
}

.nav-bar-button-container a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nab-bar-button {
  width: 80% !important;
}

.icon-container {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.result-main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.business-growth-image-container {
  width: 466px;
  height: 212px;
}

.result-left-bar-main-container {
  width: 300px;
  /*padding-top: 65px;*/
  min-height: 100%;
  position: sticky;
}

.result-bottom-bar-container {
  display: none;
}

.box-container-margin {
  margin: 8px;
}

.pop-over {
  cursor: pointer;
}

.ant-popover.ant-popover-placement-bottomRight {
  position: fixed;
}

.exam-result-pending-container {
  position: fixed;
  width: calc(100% - 250px);
  height: 37px;
  left: 250px;
  top: 64px;
  z-index: 10;
  background: var(--danger-primary);
}

.banner-close-button {
  position: absolute;
  right: 10px;
}

.result-pending-title {
  height: 100%;
}

.question-default-bookmark {
  position: absolute;
  top: 0;
  right: 10px;
  height: 45px;
  width: 33px;
}

.text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*.new-container{
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
}*/

.new-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -23px;
  height: 16px;
  width: 78px;
  padding: 2px 5px;
  transform: rotate(50deg);
  background: var(--danger-primary);
}

.new-wrapper p {
  color: #fff !important;
  font-weight: 800 !important;
}

.ant-col-0 {
  display: none !important;
}

.contact-main-container .landing-header {
  position: fixed;
  z-index: 2;
  padding: 14px 10%;
}

.sign-up-form-width {
  width: 300px;
}

.result-rating {
  border-radius: 4px;
  background-color: var(--white-background);
  box-shadow: 0 0 4px var(--shadow-1-color);
  margin: 8px;
  padding: 16px;
}

.result-rating-modal {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 8px;
}

/*.review-result-modal .ant-modal-close {
    background: var(--main-primary);
    right: 5px;
    top: 5px;
    border-radius: 50%;
    height: 24px;
    display: flex;
    align-items: center;
    width: 24px;
    color: white;
}*/

.review-result-modal .ant-modal-close-x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.result-main-row {
  flex: 1;
  padding-top: 64px;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--main-primary);
  font-size: 15px;
}

.ant-tabs-tab-btn:focus {
  color: inherit;
}

.customTab .ant-tabs-tab {
  font-size: 15px !important;
  padding-top: 0;
}

.mcq-extra-detail-container {
  padding: 60px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mcq-extra-detail-container > a {
  width: 85%;
}

.dashboard-exam-types-container {
  display: flex;
  padding: 10px 20px;
  /*overflow: auto;*/
  border-radius: 15px;
  position: relative;
  background: var(--new-background);
  /*width: fit-content;*/
}

.dashboard-exam-types-container:hover {
  background: var(--main-primary);
}

.thanks-buttons {
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}

.thanks-buttons a {
  width: 235px;
  margin-right: 15px;
}

.menu-btn {
  display: none;

  @media only screen and (max-width: 768px) {
    display: block;
  }
}

/* header */
.header__search {
  position: relative;
}

.header__search--recommendation {
  position: absolute;
  top: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: fit-content;
  max-height: 200px;
  overflow: auto;
  box-shadow: 0 -1px 10px 2px rgb(0 0 0 / 12%);
}

.header__search--recommendation ul {
  padding: 8px 0;
}

.header__search--recommendation ul > li {
  height: 32px;
  padding: 6.5px 10px;
  font-weight: 500;
  cursor: pointer;
}

.header__search--recommendation ul > li:hover {
  background: #dddddd;
}

.header-user-avatar-wrapper {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

.creator-container {
  display: flex;
  flex-direction: column;
}

.creator-dashboard-main-container {
  flex: 1;
  display: flex;
  /*background: rgb(245, 245, 245);*/
  flex-direction: row;
  width: 100%;
  /*padding: 0 2% 0 0;*/
  justify-content: space-between;
}

.description-card-container .exam-types-wrapper {
  margin-top: 10px;
  justify-content: flex-start;
}

.institute-name-stat-wrapper {
  padding-top: 8px;
}

.mcq-stat-wrapper {
  display: flex;
  justify-content: space-around;
}

.rw-main-col {
  padding: 20px;
}

.question-detail-extra-main-col {
  padding: 20px 20px 20px 0;
  height: 90vh;
  position: fixed;
  right: 0;
  top: 63px;
  width: 300px;
}

.description-main-wrapper {
  width: calc(100% - 300px);
}

.mcq-page-hero-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.custom-button-height {
  height: 35px !important;
}

.price-tag-container {
  min-width: 106px;
  height: 30px;
  background: rgba(8, 164, 189, 0.15);
  border-radius: 4px;
  color: var(--main-primary);
  padding: 7px 10px;
}

.price-tag-text {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.site-stat-container {
  width: fit-content;
  margin: 10px 0;
}

.send-queries-modal .ant-modal {
  width: 70% !important;
  top: 30px;
}

.exam-cancel-loading-icon {
  margin-right: 5px;
}

.exam-cancel-loading-icon svg {
  fill: #fff;
}

.creator-landing-features h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

.referer-first-half h3 {
  font-weight: normal;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.6);
}

.bc-main-row {
  margin: -8px;
}

.bc-main-col {
  padding: 8px;
}

.code-error-container {
  background: var(--new-background);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ant-col.cc-main-col {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 30px;
}

.cc-main-col h1,
.cc-main-col span.tab-bar-selected {
  text-align: center;
}

.hh-mobile-links {
  margin-top: 20px;
}

svg.hh-mobile-link-icons {
  fill: var(--main-primary);
}

.vm-main-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 35px;
  border: 1px solid var(--main-primary);
  padding: 5px 20px;
  border-radius: 5px;
}

.vm-main-container:hover {
  background: var(--main-primary);
  border: none;
}

.vm-main-container:hover h4 {
  color: #ffffff;
}

.vm-main-container h4 {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 600;
  color: var(--main-primary);
}

.rw-main-container {
  margin: 8px 0;
}

.login-button-mobile-view button {
  width: 89px;
}

.rc-right-section {
  padding: 20px 20px 20px 0;
  width: 300px;
  height: 100%;
}

.rc-exam-title-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

.rc-exam-title {
  width: 70%;
}

.rc-exam-title-row p {
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-primary);
}

.rc-exam-title-row button {
  height: 35px;
}

.feature-row {
  flex-direction: row;
}

.feature-row-reverse {
  flex-direction: row-reverse !important;
}

.feature-desc-text-align-right {
  text-align: right !important;
}

.feature-desc-text-align-left {
  text-align: left;
}

.lc-main-container {
  min-height: 100vh;
}

.qde-button-width {
  width: 85% !important;
  margin-top: 30px;
}

.review-result-button {
  margin-right: 20px !important;
}

.user-result-stat-wrapper h4 {
  font-size: 14px;
  line-height: 16px;
}

.exam-types-wrapper {
  position: relative;
  width: 100%;
  height: 64px;
  overflow: hidden;
  flex-flow: row wrap;
  margin: -4px;
}

.exam-types-wrapper-overflow::after {
  content: "...";
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.exam-types-wrapper .exam-types-col {
  padding: 4px;
}

.description-main-col .mock-exam-publish-details {
  margin-top: 10px;
}

.revenue-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}

.revenue-header-container h3 {
  margin: 0;
}

.login-form-button.ant-btn-primary[disabled].exam-start-button {
  display: none !important;
}

.recharts-responsive-container {
  background: white;
  box-shadow: 0 0 4px rgba(79, 93, 117, 0.25);
  border-radius: 4px;
  /*padding: 20px 0;*/
}

.upload-question-modal .ant-modal-header {
  text-align: center;
}

.upload-question-modal .ant-modal-header .ant-modal-title {
  font-size: 24px;
  line-height: 28px;
}

.csf-hall-type.revenue-group-radio-button .ant-radio .ant-radio-inner,
.csf-hall-type.revenue-group-radio-button .ant-radio-checked .ant-radio-inner {
  border: 1.5px solid #cccccc;
}

.csf-hall-type.revenue-group-radio-button
  .ant-radio-checked
  .ant-radio-inner::after {
  border: 1.5px solid var(--main-primary);
}

.revenue-group-radio-button .ant-radio .ant-radio-inner,
.revenue-group-radio-button .ant-radio-checked .ant-radio-inner {
  border-radius: 4px !important;
  border: 1.5px solid var(--main-primary);
  width: 18px;
  height: 18px;
  transition: 0s;
}

.revenue-group-radio-button .ant-radio-checked .ant-radio-inner::after {
  background-color: var(--main-primary);
  border: 1px solid var(--main-primary);
  border-radius: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  content: "\2714";
  color: white;
}

.ant-btn.select-exam-type-button {
  min-width: 200px;
  max-width: 100%;
  min-height: 32px;
  height: fit-content;
  background-color: var(--main-primary);
  border: none;
}

.ant-btn.select-exam-type-button .creator-exam-cancel-svg {
  fill: #ffffff;
}

.ant-btn.select-exam-type-button .exam-type-selected {
  width: 100%;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-time-message-wrapper {
  display: flex;
  flex-direction: column;
}

.date-time-message-wrapper span {
  display: flex;
}

.end-time-display.recommended-institute {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.preview-questions-main-col {
  padding: 20px;
}

.creator-page-pagination .ant-pagination-options {
  display: none;
}

.payment-submit-button {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.payment-modal-container h4 {
  margin-bottom: 20px;
}

.payment-submit-button button,
.payment-submit-button button:hover {
  width: 150px !important;
}

.members-tab-main-container {
  /*padding: 20px;*/
}

.ssc-stat-wrapper {
  width: fit-content;
  display: flex;
  align-items: center;
}

.ss-desc {
  font-weight: 300;
  margin-left: 5px;
}

.search-hero-container {
  padding-top: 64px;
  display: flex;
}

.user-profile-image-text {
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.ant-tag-checkable {
  white-space: break-spaces;
  padding: 1px 10px;
}

/*.ant-empty {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.flex {
  display: flex;
}

.jcsb {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.jcse {
  justify-content: space-evenly;
}

.jsc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.jcfe {
  justify-content: flex-end;
}

.display-none {
  display: none;
}

.display-none-important {
  display: none !important;
}

.header-dropdown-wrapper {
  cursor: pointer;
}

.sign-up-legal-info {
  line-height: 18px;
  margin-top: 15px;
}

.sign-up-legal-info a {
  color: var(--main-primary);
}

.sign-up-legal-info a:hover {
  text-decoration: underline;
}

.exam-page-published-by {
  font-weight: 500;
  margin: 0;
  max-width: 300px;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exam-published-main-wrapper {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
}

.result-solution-modal {
  top: 80px;
}

.result-solution-modal .ant-modal-body {
  position: relative;
}

.result-hero-container {
  position: relative;
}

/*.result-hero-container::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  opacity: 0.1;
  background-image: url('/logo.png');
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: contain;
}*/

.logo-watermark-result {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-watermark-result img {
  width: 80px;
  height: 80px;
  opacity: 0.1;
}

.logo-watermark-result h1 {
  margin-bottom: 0;
  opacity: 0.2;
}

.result-modal-hall-name {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  flex: 1;
  max-width: 100%;
}

.result-modal-hall-name:hover {
  /*color: var(--main-primary);*/
  text-decoration: underline;
}

/*.published-hall-profile-image {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 2px;
    margin: 0 10px;
}*/

.published-hall-profile-image .ant-avatar {
  background: #ffffff;
  margin-left: 0.625rem;
  padding: 0.125rem;
}

.published-hall-profile-image .channel .hall-name {
  color: #ffffff;
}

.pp-main-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
}

.exam-result-published-by a {
  overflow: hidden;
}

.question-share-wrapper,
.question-detail-extra-bookmark-button,
.mobile-view-menu-bar {
  display: none;
}

.qv-exam-type-wrapper {
  margin-top: 10px;
}

.result-main-wrapper {
  position: relative;
  max-width: calc(100% - 300px);
  width: calc(100% - 300px);
}

.qv-status-published-wrapper {
  margin-left: 10px;
}

.question-view-title-timer-wrapper {
  max-width: 95%;
}

.question-view-title-timer-wrapper,
.qv-status-published-wrapper {
  flex: 1;
}

.ant-avatar > img {
  object-fit: contain;
}

.grecaptcha-badge {
  display: none;
}

.csf-row-recaptcha {
  margin-top: -55px;
  justify-content: flex-end;
}

.dashboard-exam-view-more-container {
  width: 100%;
  margin: 10px 0;
}

.result-header-nav-container {
  margin-bottom: 20px;
}

.result-header-nav-container a {
  margin: 0;
}

.result-header-nav-container a,
.result-header-nav-container .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}

.result-header-nav-container .ant-checkbox-wrapper {
  margin-left: 20px;
}

.classroom-exam-table .ant-table-row {
  cursor: pointer;
}

.result-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--main-primary);
  border-color: var(--main-primary);
}

.sign-up-header {
  flex-flow: row wrap;
  flex: 1;
}

.creator-demo-exam-button {
  height: 42px;
  margin: 2px 2px 2px 20px !important;
}

.agree-policies-text {
  font-size: 0.75rem;
}

.agree-policies-text.login {
  margin-bottom: 0;
}

.agree-policies-text a:hover {
  text-decoration: underline;
}

.earning-stat-container {
  /*margin-bottom: 1.25rem;*/
  flex-flow: row wrap;
  margin: -10px;
}

.earning-stat-container .as-main-col {
  padding: 10px;
}

.individual-earning-history-wrapper {
  margin-top: 1.25rem;
}

.individual-earning-history-tab .ant-tabs-extra-content {
  display: block;
}

.earning-type-selector-mobile {
  display: none;
}

.all-exam-title {
  min-height: calc(19px * 2);
  line-height: 20px;
  overflow: hidden;
  padding-right: 25px;
  margin-bottom: 0.3125rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.result-reward-wrapper {
  display: none;
}

.result-reward-container h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.reward-icon-image {
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.625rem;
}

.result-reward-wrapper-web {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
}

.reward-content-note-container {
  position: relative;
  width: 100%;
  padding: 5px 10px;
  margin-top: 20px;
  background: rgba(79, 178, 134, 0.12);
  border: none;
  border-radius: 4px;
  align-items: center;
}

.reward-content-note-container > svg {
  margin-right: 10px;
}

.reward-content-note-container > p {
  font-weight: 400;
  color: var(--success-primary) !important;
}

.header-hamburger-mobile {
  display: none;
  transition-delay: 0s;
}

.creator-parser-add-button {
  height: 1.5rem;
  width: fit-content;
  margin-top: 1.25rem !important;
}

.creator-parser-add-button:focus {
  box-shadow: 0 0 2px 2px rgba(24, 144, 255, 0.2);
}

.question-parser-image {
  flex-flow: row wrap;
}

.question-parser-image img {
  max-height: 12.5rem;
}

.question-parser-reupload-button {
  height: fit-content;
}

.parser-multiple-image-option {
  position: relative;
}

.parser-multiple-image-option-button-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--main-primary);
}

.parser-multiple-image-option-button-wrapper:focus {
  box-shadow: 0 0 2px 4px rgba(24, 144, 255, 0.2);
}

.upload-icon svg {
  fill: #ffffff;
}

.ah-payout-submit-button {
  margin-top: 30px;
}

.ah-payout-submit-button .login-form-button,
.ah-payout-submit-button .login-form-button:hover,
.ah-payout-submit-button .login-form-button:focus {
  width: 200px;
}

.upload-modal-title-input .ant-form-item {
  width: 80%;
}

.upload-question-button {
  width: 200px;
}

.preview-title .custom-input {
  width: 80% !important;
}

.library-component-wrapper-mobile-view {
  display: none;
}

.header-search-button {
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: var(--main-primary);
  width: 46px;
}

.tags-main-wrapper {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 100;
  width: calc(100% - 90px);
  height: 50px;
  background: #edf5f8;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tags-main-wrapper__tag-list {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 0; /* Important: allows flex item to shrink below content size */
}

.tags-main-wrapper__tag-list-label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #303030;
  flex-shrink: 0; /* Prevent label from shrinking */
}

.tags-main-wrapper__tag-list-wrapper {
  flex: 1;
  min-width: 0; /* Important: allows flex item to shrink below content size */
  overflow-x: auto; /* Move overflow here */
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tags-main-wrapper__tag-list-tags {
  display: flex;
  align-items: center;
  gap: 5px;
  /* Remove overflow properties from here */
}

.tags-main-wrapper__tag-list-tag-item {
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  background-color: white;
  min-width: 45px;
  width: fit-content;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 22px;
  color: #210454;
  flex-shrink: 0; /* Prevent tags from shrinking */
}

.tags-main-wrapper__action-btn {
  /* font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: var(--main-primary);
  flex-shrink: 0;  */
  /* Prevent button from shrinking */
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  background-color: var(--new-background);
  min-width: 45px;
  width: fit-content;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 22px;
  color: white;
  flex-shrink: 0; /* Prevent tags from shrinking */
}

.tags-main-wrapper.drop-tags {
  top: 101px;
}

.exam-try-again-modal .solution-package-payment-container {
  position: relative !important;
  padding: 0;
}

.package-carousel,
.package-carousel-heading {
  display: none;
}

.exam-try-again-modal {
  width: 60% !important;
}

.exam-try-again-modal .ant-modal-header {
  display: none;
}

.exam-try-again-modal .ant-modal-body {
  height: 80vh;
}

.exam-try-again-modal.initial-step .ant-modal-body {
  height: auto;
}

.customTab.question-sets .ant-tabs-extra-content {
  display: block;
}

.upload-question-set-button-mobile {
  display: none !important;
}

.item-type-select {
  margin-bottom: 20px;
}

.item-type-select p {
  margin-right: 20px;
  margin-bottom: 0;
}

.item-type-select__selector {
  width: 200px;
}

.item-type-select__selector.ant-select-focused .ant-select-selector,
.solution-editor__correct-answer-selector.ant-select-focused
  .ant-select-selector {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2) !important;
}

.solution-editor__upload-tips:focus {
  box-shadow: 0 0 2px 2px rgba(24, 144, 255, 0.5);
}

.question-action {
  position: absolute;
  top: 8px;
  right: 8px;
}

.question-action__button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--main-primary);
  box-shadow: 0 0 4px var(--shadow-1-color);
}

.question-action__button svg {
  fill: #ffffff;
}

.question-action__button.question-action__button-delete {
  background-color: var(--danger-primary);
}

.question-action__button.question-action__button-delete svg {
  fill: #ffffff;
}

.question-action__button.question-action__button-checked {
  background-color: var(--success-primary);
}

.question-action__button.question-action__button-checked svg {
  fill: #ffffff;
}

.question-action__button:first-child {
  margin-right: 10px;
}

.question-action__button svg {
  height: 18px;
}

.question-action__add {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.solution-editor__add-question-box {
  height: 190px;
  margin: 8px;
  background: #eeeeee !important;
  box-shadow: none !important;
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.solution-editor__add-question-box svg {
  margin-right: 5px;
}

/*.all-exam-title::before {
    position: absolute;
    content: '...';
    bottom: 0;
    right: 0;
}

.all-exam-title::after {
    position: absolute;
    content: '';
    right: 0;
    width: 1rem;
    height: 1rem;
    background: white;
}*/

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .exam-try-again-modal {
    width: 80% !important;
  }

  .exam-page-published-by {
    max-width: 150px;
  }

  .share-detail-wrapper-col .justify-right {
    justify-content: flex-start;
  }

  .institute-name-stat-wrapper {
    padding-top: 20px;
  }

  .exam-details-container {
    width: 100% !important;
  }

  .ant-col.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .creator-landing-features {
    margin-top: 20px;
  }

  .creator-landing-features h2,
  .creator-landing-features p {
    text-align: center !important;
  }

  .creator-landing-features-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .footer-list-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .copyright-container-col {
    padding: 20px 5%;
  }
}

@media (max-width: 768px) {
  .landing-footer__mobile-app {
    display: none;
  }

  .copyright-container-col {
    padding: 16px;
  }

  .footer-list-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .header__search--recommendation {
    top: 55px;
    width: calc(100% - 50px);
    right: 10px;
  }

  .open-exam-side-bar {
    display: none;
  }

  .notify-message-modal {
    max-width: calc(100vw - 60px) !important;
  }

  .individual-earning-history-tab .ant-tabs-extra-content,
  .customTab.question-sets .ant-tabs-extra-content {
    display: none;
  }

  .earning-type-selector-mobile {
    display: block;
    margin-bottom: 24px;
  }

  .upload-question-set-button-mobile {
    display: flex !important;
    margin-bottom: 12px !important;
  }

  .exam-try-again-modal {
    width: 90% !important;
  }

  /*.package-carousel.package-carousel-result {
        display: block;
    }*/
  .tags-main-wrapper {
    width: 100%;
  }

  .tags-main-wrapper.drop-tags {
    top: 84px;
  }

  .hall-sign-up-not-for-students-container {
    justify-content: center;
  }

  .header-menu-bar {
    display: none;
  }

  .header-hamburger-mobile {
    min-height: 32px;
    width: 40px;
    align-items: center;
    justify-content: flex-start;
  }

  .header-hamburger-mobile,
  .header-menu-bar-mobile {
    display: flex;
  }

  .result-reward-wrapper-web {
    display: none;
  }

  .result-reward-wrapper {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 12px;
  }

  .rc-exam-title-row p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    white-space: break-spaces;
    overflow: auto;
    text-overflow: unset;
  }

  .rc-view-exam-button {
    display: none !important;
  }

  .signup-learn-more {
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
  }

  .no-login-header-main-row.public-page-header {
    padding: 0 10px !important;
  }

  .csf-row-recaptcha {
    margin-top: 0;
  }

  .qv-status-published-wrapper.jcfe {
    justify-content: flex-start;
  }

  .qv-exam-type-wrapper {
    margin-top: 0;
  }

  .qv-status-published-wrapper {
    margin: 0;
  }

  .question-view-title-timer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .qv-status-published-wrapper {
    width: 100%;
    margin: 10px 0;
  }

  .result-main-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
  }

  .ant-btn.review-result-button {
    display: none !important;
  }

  .review-mcq-button {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  .result-bottom-bar-container {
    display: flex;
    background: white;
    position: fixed;
    bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 10px;
    width: 100%;
    z-index: 1;
  }

  .result-bottom-bar-container button,
  .result-bottom-bar-container a {
    flex: 1;
  }

  .result-bottom-bar-container a {
    margin: 2px;
  }

  .result-bottom-bar-container a button {
    margin: 0 !important;
  }

  .result-bottom-bar-container button {
    width: 100%;
  }

  .es-timer-container {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .mobile-view-menu-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -1px 10px 2px rgba(0, 0, 0, 0.12);
    padding: 10px;
    width: 100%;
    background: #ffffff;
  }

  .question-detail-extra-bookmark-button {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
  }

  .question-detail-extra-bookmark-button .exam-status-container {
    margin-top: 10px !important;
  }

  .question-detail-extra-bookmark-button button {
    width: 100%;
    border: 1px solid var(--main-primary);
    color: var(--main-primary);
    position: relative;
  }

  .question-detail-extra-bookmark-button button:focus {
    border: 1px solid var(--main-primary);
    color: var(--main-primary);
  }

  .question-detail-extra-bookmark-button button span {
    font-weight: bold;
  }

  .question-detail-extra-bookmark-button button img {
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
  }

  .question-share-wrapper {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .question-default-bookmark {
    display: none;
  }

  .nav-bar-button-container.side-bar-open-pages {
    display: flex;
  }

  .description-creator-wrapper {
    margin-top: 5px;
  }

  .question-detail-extra-main-col,
  .description-main-wrapper {
    width: 100%;
  }

  .mcq-page-hero-container {
    display: flex;
    flex-direction: column;
  }

  .mcq-extra-detail-container {
    display: none;
  }

  .mcq-extra-detail-container > a {
    width: 250px;
  }

  .qde-button-width {
    width: 100% !important;
    margin-top: 0;
  }

  .result-pending-title h4 {
    font-size: 10px;
    line-height: 12px;
  }

  .your-exams-main-col-container {
    max-width: 50%;
  }

  .feature-desc-text-align-right,
  .feature-desc-text-align-left {
    text-align: center !important;
  }

  .rc-right-section {
    padding: 10px;
  }

  .login-button-mobile-view button {
    width: fit-content;
  }

  .ant-col.cc-main-col {
    padding: 20px;
  }

  .rw-main-col {
    padding: 10px;
  }

  .question-detail-extra-main-col {
    padding: 10px;
  }

  .box-container-hover:hover {
    transform: translateY(0px);
    /*top: -5px;*/
    box-shadow: 0 0 10px var(--shadow-1-color);

    /*width: 250px;*/
  }

  .upload-pan-document .ant-upload-list {
    max-width: 162px;
  }

  h1.landing-component-heading {
    font-size: 26px;
  }

  .main-container-col {
    padding: 10px;
  }

  .recent-reviews {
    margin: 33px 10px 15px;
  }

  .question-detail-extra-main-col {
    height: 200px;
    position: static;
  }

  .question-detail-extra-main-col .default-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .mcq-stat-wrapper {
    justify-content: space-between;
  }

  .institute-name-stat-wrapper {
    padding: 0;
  }

  .thanks-buttons a {
    /*width: 100%;*/
    display: flex;
    justify-content: center;
  }

  /*.creator-landing-header-container{
        height: 550px;
    }*/
  .creator-landing-collapse
    .ant-collapse
    > .ant-collapse-item
    > .ant-collapse-header {
    font-size: 16px;
  }

  .creator-landing-title {
    font-size: 36px !important;
    line-height: 40px !important;
    margin: 5px;
  }

  .creator-landing-description {
    font-size: 16px !important;
  }

  .contact-main-container .landing-header.active {
    padding: 14px 10%;
  }

  .landing-header.active {
    padding: 14px 20px;
  }

  .exam-result-pending-container {
    width: 100%;
    left: 0;
    height: auto;
  }

  .exam-result-pending-container .result-pending-title {
    /*flex-direction: column;*/
    align-items: flex-start;
  }

  .exam-result-pending-container .result-pending-title .margin-bottom-0 {
    margin: 4px !important;
  }

  .sign-up-form-width {
    width: 300px;
  }

  .result-left-bar-main-container {
    width: 100%;
    /* height: 488px; */
  }

  .result-main-row.flex-direction-row {
    flex-direction: column-reverse;
  }

  .feature-hero-container {
    padding: 50px 30px 101px;
  }

  .col-dashboard-wrapper {
    width: 100%;
  }

  .dashboard-carousel-container {
    padding: 30px;
  }

  .exchange {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 74px;
  }

  .feature-hero-child-first.flex-direction-row {
    flex-direction: column;
  }

  .feature-hero-child-second.flex-direction-row {
    flex-direction: column;
  }

  .feature-hero-parent {
    padding: 0;
  }

  .feature-hero-child-second {
    margin-top: 0;
  }

  .ant-col.body-desc-col {
    margin-bottom: 50px;
  }

  span.body-desc {
    margin-right: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }

  .ant-row.mobile-view-description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 50px;
  }

  .mobile-view-description .stats-value {
    color: white;
    text-align: center;
  }

  .details-data-container {
    padding: 33px 23px 29px 24px;
  }

  .details-data-container.flex-direction-row {
    flex-direction: column;
  }

  .description-hero {
    margin-right: 0;
  }

  .description-website {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .details-table {
    margin-left: 0;
    width: 100%;
  }

  .landing-details-exam-type {
    margin-left: 0;
  }

  .exam-type-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ant-row.lading-detail-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-header {
    padding: 14px 20px;
  }

  .landing-header-height {
    height: 310px;
  }

  .exam-type-row {
    margin: 50px 0 14px;
  }

  h2.landing-details-exam-type {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #ffffff;
  }

  .landing-details-tab .ant-tabs-nav-wrap {
    display: flex;
    justify-content: flex-start;
  }

  /*.footer-list-container.flex-direction-row{
        flex-direction: column-reverse;
    }*/
  .upcoming-exam-list {
    margin-top: 40px;
  }

  .feature-image-height {
    height: 112px;
  }

  .col-margin {
    margin-right: 0;
  }

  .mobile-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .padding-right-70 {
    padding-right: 0;
  }

  .exam-type-padding {
    padding: 0;
  }

  .exam-types-footer-container.box-container {
    padding: 30px;
  }

  .landing-footer.box-container {
    padding: 20px;
  }

  .ant-col.footer-page-links-container {
    padding-left: 0;
  }

  .landing-footer.exam-type-padding {
    padding: 30px;
  }

  .member-save-button.display-flex-end {
    justify-content: center;
  }

  .member-save-button button {
    width: 100%;
  }

  .become-instructor-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .become-instructor-hero-container {
    padding: 40px;
  }

  .become-instructor-hero-container {
    justify-content: center;
    padding: 0;
  }

  .become-instructor-container {
    padding: 30px;
    background: #fff;
  }

  .padding-top-53 {
    padding-top: 0;
  }

  .instructor-image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .grid-container {
    width: 50%;
  }

  .stat-container.flex-direction-row {
    flex-direction: column;
  }

  .stat-button-container.display-flex-end {
    justify-content: center;
    margin-top: 20px;
  }

  .stat-button-container a {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .stat-button-container a button {
    width: 193px;
  }

  .feature-second-row-pic {
    padding-top: 0;
  }

  .become-instructor-title {
    margin-bottom: 0;
  }

  .site-stats {
    font-weight: 600 !important;
    padding-left: 5px;
    font-size: 14px;
  }

  .stat-description {
    margin-top: 0;
  }

  .testimonial-container {
    height: 300px;
  }

  .ant-col.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  h2.feature-title {
    font-size: 20px;
    line-height: 20px;
  }

  .creator-landing-collapse {
    /* padding: 50px 0 0; */
  }

  .referer-desc {
    padding: 0;
  }

  .instruction-container {
    padding: 60px 30px;
  }

  .feature-mobile-view {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .feature-mobile-view p.tab-bar-normal {
    text-align: center;
  }

  .sign-up-container {
    width: 317px;
  }

  .payment-popup .payment-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mobile-view-sign-up-button {
    margin-top: 20px;
  }

  .g-recaptcha {
    transform: scale(0.92);
  }

  .row-recaptcha {
    margin-top: 40px;
  }

  .step-title {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 576px) {
  .footer-list-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .upload-modal-title-input .ant-form-item {
    width: 100%;
  }

  .question-upload-card-container {
    flex-direction: column;
  }

  .question-upload-card-container .ant-col:nth-child(2) {
    margin-top: 10px;
  }

  .upload-question-button {
    width: 100%;
  }

  .package-carousel {
    display: block;
  }

  .exam-try-again-modal {
    width: 95% !important;
  }

  .exam-try-again-modal .ant-modal-header {
    display: block;
    border: none;
  }

  /*.exam-try-again-modal .ant-modal-body {
        height: 80vh;
    }*/
  /*.exam-try-again-modal.initial-step .ant-modal-body {
        height: auto;
    }*/
  .package-carousel,
  .package-carousel .carousel,
  .package-carousel .carousel .slider,
  .package-carousel .solution-package-container {
    height: 100%;
  }

  .package-carousel .slider-wrapper {
    height: 90%;
  }

  .package-carousel > .carousel .slider {
    align-items: center;
    margin: -8px;
  }

  .package-carousel > .carousel .slider .slide {
    /*margin: 8px;*/
    padding: 8px;
    height: 90%;
    transition: height 0.2s ease-in-out;
  }

  .package-carousel > .carousel .slider .slide.selected {
    height: 100%;
  }

  .package-carousel > .carousel .control-dots {
    bottom: -10px;
  }

  .package-carousel > .carousel .control-dots .dot {
    background: rgba(0, 0, 0, 0.8);
  }

  .package-carousel .carousel .control-dots .dot.selected {
    background: rgba(0, 0, 0, 1);
  }

  .result-solution-modal {
    top: 45px;
  }

  .package-carousel-heading {
    display: block;
    margin-bottom: 0 !important;
    line-height: 18px;
  }

  .result-solution-modal.package-carousel-list .ant-modal-body {
    height: 88vh;
  }

  .result-solution-modal .package-carousel > .carousel .control-dots {
    bottom: 50px;
  }

  .result-solution-modal .package-carousel > .carousel .slider {
    height: 90%;
  }

  .result-solution-modal.package-carousel-list
    .ant-modal-body
    .carousel-body-container {
    height: 95%;
  }

  .library-component-wrapper.flex {
    display: none;
  }

  .library-component-wrapper-mobile-view {
    display: flex;
  }

  .csf-hall-type .ant-form-item {
    flex-wrap: nowrap;
  }

  .csf-hall-type .ant-form-item-label {
    flex: none !important;
  }

  .exam-published-main-wrapper {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
  }

  .site-stat-container {
    flex: 0 0 40%;
    justify-content: flex-start;
  }

  .ssc-stat-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .your-exams-main-col-container {
    max-width: 50%;
  }

  .cc-main-row {
    width: 95%;
  }

  .thanks-buttons a {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .no-login-header-main-row {
    padding: 0 20px;
  }

  .error-main-container {
    padding: 20px;
  }

  .error-container {
    width: 100%;
    padding: 20px;
  }

  .dismiss-container {
    margin-top: 60px;
  }

  .error-container .flex-direction-row {
    justify-content: center;
    align-items: center;
  }

  .error-link.flex-direction-row {
    flex-direction: column-reverse;
  }

  .error-link-container > p {
    text-align: center;
  }

  .footer-col-padding-top {
    padding-top: 50px;
  }

  .footer-list-container .col-logo-image {
    order: 1;
  }

  .footer-list-container .col-social-media {
    order: 4;
  }

  .footer-list-container .col-about-us {
    order: 3;
  }

  .footer-list-container .col-links {
    order: 2;
  }

  .col-social-media .flex-direction-column {
    flex-direction: column;
  }

  .become-instructor-button-container.flex-direction-row {
    flex-direction: column;
  }

  .instructor-buttons.button-2 {
    margin-top: 30px !important;
  }

  .instructor-image-width {
    width: 100%;
  }

  .ant-col.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .mobile-view-margin {
    margin-top: 30px;
  }

  .thanks-buttons.flex-direction-row {
    flex-direction: column;
  }

  .button-margin-right {
    margin-bottom: 30px !important;
    margin-right: 0 !important;
  }

  .creator-landing-button {
    width: 70%;
  }

  .forget-form-main-container {
    width: 80%;
    margin: 10px;
  }

  .ss-desc {
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  .dismiss-container a {
    width: 100%;
  }

  .result-header-nav-container {
    flex-direction: column;
  }

  .result-header-nav-container div:first-child {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .rc-exam-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .rc-exam-title-row button {
    margin-top: 10px !important;
  }

  .rc-exam-title {
    width: 100%;
  }
}

@media only screen and (max-width: 372px) {
  .review-result-button {
    margin-right: 0 !important;
  }

  .question-view {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .question-view .mock-exam-publish-details {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 822px) {
  .mcq-stat-wrapper {
    justify-content: space-between;
  }
}

