:root {
  --e-global-color-primary: #081466;
  --e-global-color-secondary: #7b7e8f;
  --e-global-color-text: #666666;
  --e-global-color-accent: #1967d2;
  --e-global-typography-primary-font-family: "Reddit Sans";
  --e-global-typography-primary-font-weight: 200;
}

.fame-login-from-wrap,
.fame-userform-wrap {
  display: flex;
  width: 100%;
}
.fame-login-from-inn {
  display: inline-flex;
  background-color: #f3f6ff;
  box-shadow: 2px 2px 25px rgba(8, 20, 102, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
.fame-login-thumb-sec {
  display: inline-flex;
  width: 400px;
}
.fame-userform-main {
  display: flex;
  padding: 5%;
}
.fame-userform-box-top {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 25px rgba(8, 20, 102, 0.08);
  border-radius: 10px;
  padding: 24px 40px;
  flex-wrap: wrap;
  gap: 15px;
}
.field-item-con {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
}
.field-item-con label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #34353c;
}
.field-item-con.forgotpass-rember-con {
  justify-content: flex-end;
}
body .fame-forgotpass-btn {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--e-global-color-primary);
}
body input.fame-input-field,
.fame-select-style .select2-container .select2-selection--single {
  display: flex;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #858a9b;
  padding: 5px 12px;
  height: 44px;
  outline: none;
  background-color: #f3f6ff;
}
body input.fame-input-field:focus {
  color: #000000;
}
input.fame-input-field::placeholder {
  color: #858a9b;
  opacity: 1;
}
input.fame-input-field:-ms-input-placeholder {
  color: #858a9b;
}
input.fame-input-field::-ms-input-placeholder {
  color: #858a9b;
}
.login-remembr-con {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}
.login-remembr-con label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7b7e8f;
}
.login-remembr-con input[type="checkbox"] {
  display: inline-flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
.form-submit-btncon button {
  display: flex;
  width: 100%;
  background-color: var(--e-global-color-primary);
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fbfbfb;
  padding: 8px;
  justify-content: center;
  border: 1px solid var(--e-global-color-primary);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.form-submit-btncon button:hover {
  background-color: #ffffff;
  color: var(--e-global-color-primary);
}
.fame-return-registrcon,
.fame-return-logncon,
.fame-return-logincon {
  display: flex;
  width: 100%;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #34353c;
  gap: 2px;
}
.fame-return-registrcon a,
.fame-return-logncon a,
.fame-return-logincon a {
  color: #34353c;
  font-weight: bold;
}
.fame-form-style {
  display: flex;
  min-width: 440px;
  width: 440px;
  flex-wrap: wrap;
  gap: 20px;
}
.fame-userform-mntitle {
  display: flex;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--e-global-color-primary);
}
.fame-dashboard-account-user {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
  position: relative;
}
.fame-dashboard-account-user:hover .fame-useracount-dropnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.fame-dashboard-account-user:hover .fame-dashboard-user-link i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body ul.fame-options-wrap,
body li.jobpro-list-item {
  margin: 0px;
  padding: 0px;
}
.fame-useracount-dropnav,
.fame-typo-wrap .fame-useracount-dropnav {
  position: absolute;
  right: 0px;
  top: 100%;
  background-color: #fff;
  min-width: max-content;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0px 0px 0px 0px;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateY(0.6rem);
  -webkit-transform: translateY(0.6rem);
  -moz-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
}
.fame-useracount-dropnav:before,
.fame-typo-wrap .fame-useracount-dropnav:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 41px;
  top: -10px;
}
.fame-useracount-dropnav li.fame-list-item,
.fame-typo-wrap .fame-useracount-dropnav li.fame-list-item {
  list-style: none;
}
.fame-useracount-dropnav li.fame-list-item a,
.fame-typo-wrap .fame-useracount-dropnav li.fame-list-item a {
  display: flex;
  padding: 8px 20px;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid #dcddea;
  color: #444;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fame-useracount-dropnav li.fame-list-item:hover a,
.fame-useracount-dropnav li.fame-list-item.fame-active-menu a,
.fame-typo-wrap .fame-useracount-dropnav li.fame-list-item:hover a,
.fame-typo-wrap .fame-useracount-dropnav li.fame-list-item.fame-active-menu a {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.fame-useracount-dropnav li.fame-list-item:last-child a,
.fame-typo-wrap .fame-useracount-dropnav li.fame-list-item:last-child a {
  border-bottom: none;
}
.fame-body-main .fame-dashboard-user-link {
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.fame-body-main .fame-dashboard-user-link i {
  display: inline-flex;
  font-size: 60%;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fame-body-main .fame-dashboard-user-link img {
  border-radius: 100%;
  display: inline-flex;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 3px;
}
.fame-body-main .fame-dashboard-user-link:hover .fame-useraccount-data-title {
  opacity: 1;
  visibility: visible;
}
.fame-body-main .fame-dashboard-user-link span.fame-useraccount-data-title {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  position: absolute;
  bottom: 100%;
  left: 0px;
  white-space: nowrap;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  padding: 8px 15px;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.fame-body-main
  .fame-dashboard-user-link
  span.fame-useraccount-data-title::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
}
.single-fame_system .fame-login-thumb-sec {
  display: none;
}
.single-fame_system .fame-login-from-inn {
  background-color: transparent;
  box-shadow: none;
}
.single-fame_system .fame-userform-main {
  padding: 0px;
}
.googlesitekit-sign-in-with-google__frontend-output-button,
.googlesitekit-sign-in-with-google__frontend-output-button > div,
.googlesitekit-sign-in-with-google__frontend-output-button > div > div {
  display: flex;
  width: 100% !important;
  justify-content: center;
}
.googlesitekit-sign-in-with-google__frontend-output-button
  > div
  div:first-child {
  display: none;
}
.fame-mock-test-boxes {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto auto;
  margin: 0px;
  gap: 20px;
  margin-bottom: 20px;
}
.fame-mock-test-boxes .fame-mock-test-resbox {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 25px rgba(8, 20, 102, 0.08);
  border-left: 5px solid #0084C5;
  display: flex;
  align-items: center;
}
.fame-mock-test-boxes .fame-mock-test-resbox-score .fame-icon-con {
  background-color: #cefbe6;
  color: #00986c;
}
.fame-mock-test-boxes .fame-mock-test-resbox-bstscore .fame-icon-con {
  background-color: #fff1cb;
  color: #e07027;
}
.fame-mock-test-boxes .fame-mock-test-resbox-prctscore .fame-icon-con {
  background-color: #f3e8fd;
  color: #943de3;
}
.fame-mock-test-boxes .fame-mock-test-boxinr {
  display: flex;
  width: 100%;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.fame-mock-test-boxes .fame-mock-box-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.fame-mock-test-boxes .fame-mock-box-desc strong {
	display: flex;
	width: 100%;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.02em;
	color: #333333;
}
.fame-mock-test-boxes .fame-mock-box-desc span {
	display: flex;
	width: 100%;
	font-size: 18px;
	color: #181818;
	font-style: normal;
	font-weight: 500;
}
.fame-mock-test-boxes .fame-icon-con {
  display: inline-flex;
  min-width: 50px;
  height: 50px;
  background-color: #d9ebfd;
  color: #006ce4;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.fame-mock-test-boxes .fame-icon-con i {
  font-size: 24px;
  padding-top: 6px;
}
.fame-testquest-hder {
	display: flex;
	width: 100%;
	background: linear-gradient(90deg, #D8EDFF 0%, #FFEFFF 100%);
	border-radius: 10px;
	gap: 15px;
	padding: 13px 20px;
	align-items: center;
}
.fame-testquest-hder h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #181818;
	margin: 0px;
}
.fame-testquest-hder h2 span {
	font-weight: 600;
}
.fame-testquest-hder i {
	display: inline-flex;
	width: 34px;
	height: 34px;
	min-width: 34px;
	font-size: 16px;
	color: #ffffff;
	background-color: #0084C5;
	border-radius: 100%;
	align-items: center;
    justify-content: center;
    padding-top: 4px;
}
a.fame-reset-mocked-test {
  display: flex;
  width: 100%;
  background-color: #ff5050;
  color: #ffffff;
  padding: 20px 20px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fame-quiz-table {
  width: 100%;
  border-collapse: collapse;
}
.fame-evalute-reps-maincon {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  flex-wrap: wrap;
}
.fame-evalute-reps-maincon span.fame-demoleftime-txt {
  display: flex;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e2e3eb;
}
.fame-quiz-top-results {
  display: flex;
  width: 100%;
  background-color: #fff;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-radius: 10px;
}
.fame-quiz-tablholdr {
  display: flex;
  width: 100%;
  padding: 20px;
}
.fame-quiz-title {
  margin: 0px;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e3eb;
  padding: 15px 20px;
  justify-content: center;
}
.fame-quiz-header {
  background-color: #f9fafb;
  color: #6a737f;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.fame-quiz-row:nth-child(even) {
  background-color: #f9fafb;
}
.fame-quiz-cell {
  padding: 12px;
  text-align: left;
  font-size: 14px;
}
.fame-quiz-cell span.fame-status-itm {
  color: #fff;
  display: inline-flex;
  padding: 4px 12px;
  line-height: 1;
  border-radius: 80px;
  font-size: 13px;
}
.fame-quiz-row td.fame-quiz-cell:nth-child(1),
.fame-quiz-row td.fame-quiz-cell:nth-child(2) {
  text-transform: capitalize;
  font-weight: bold;
}
.fame-score-green {
  color: green;
}
.fame-score-blue {
  color: #007bff;
}
.fame-score-yellow {
  color: #ffcc00;
}
.fame-score-fail {
  color: #e74444;
}
.fame-status-excellent {
  color: green;
  font-weight: bold;
}
.fame-status-excellent span.fame-status-itm {
  background-color: #26b126;
}
.fame-status-good {
  color: #007bff;
}
.fame-status-good span.fame-status-itm {
  background-color: #007bff;
}
.fame-status-fair {
  color: #ffcc00;
}
.fame-status-fair span.fame-status-itm {
  background-color: #ffcc00;
  color: #444444;
}
.fame-status-fail {
  color: red;
}
.fame-status-fail span.fame-status-itm {
  background-color: #e74444;
}
.fame-results-maincon {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.fame-results-maincon .fame-demotime-countdown-con {
  flex-wrap: wrap;
  gap: 15px;
  padding: 0px;
  position: sticky;
  top: 150px;
  flex: 30%;
}
.fame-results-maincon .fame-demotime-countdown-con span {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e3eb;
  padding: 15px 20px;
  justify-content: center;
}
.fame-results-maincon .fame-demotime-countdown {
	padding: 5px 20px 20px 20px;
	width: 100%;
	justify-content: center;
	gap: 15px;
}
.fame-results-maincon .fame-demotime-countdown div {
	display: inline-flex;
	padding: 10px 18px;
	background-color: #0089c1;
	color: #fff;
	border-radius: 6px;
	flex: 1;
	justify-content: center;
}
.fame-results-wrap {
  flex-basis: 30%;
}
.fame-mock-questionare-maincon {
  flex-basis: 70%;
}
/* TopScorers */
.fame-topscorers-box {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	background-color: #ffffff;
	box-shadow: 2px 2px 25px rgba(8, 20, 102, 0.08);
	border-radius: 10px;
	padding: 20px 20px 28px 20px;
	gap: 22px 10px;
}
.fame-topscorers-mntlt {
	display: flex;
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #181818;
	grid-column: 1 / -1;
}
.fame-topscorers-item {
	display: flex;
	flex-wrap: wrap;
	background-color: #F6F7F9;
	border-radius: 10px;
	padding: 10px 15px;
	gap: 9px;
}

.fame-topscorers-item.fame-excellnt {
	background: rgba(73, 193, 146, 0.05);
}
.fame-topscorers-item.fame-excellnt .fame-topscorers-name {
	color: #2AB17C;
}
.fame-topscorers-item.fame-excellnt .fame-topscorers-prcnt {
	color: #49C192;
	border-color: #49C192;
}
.fame-topscorers-item.fame-excellnt .fame-topscorers-mntlt-content span {
	color: #475467;
}
.fame-topscorers-item.fame-excellnt .fame-topscorers-mntlt-content small {
	color: #49C192;
}
.fame-topscorers-item.fame-excellnt .fame-topscorers-status {
	background-color: #49C192;
	color: #ffffff;
}

.fame-topscorers-item.fame-good {
	background: rgba(24, 119, 242, 0.05);
}
.fame-topscorers-item.fame-good .fame-topscorers-name {
	color: #1877F2;
}
.fame-topscorers-item.fame-good .fame-topscorers-prcnt {
	color: #1877F2;
	border-color: #1877F2;
}
.fame-topscorers-item.fame-good .fame-topscorers-mntlt-content span {
	color: #475467;
}
.fame-topscorers-item.fame-good .fame-topscorers-mntlt-content small {
	color: #1877F2;
}
.fame-topscorers-item.fame-good .fame-topscorers-status {
	background-color: #1877F2;
	color: #ffffff;
}

.fame-topscorers-item.fame-fail {
	background: rgba(248, 184, 31, 0.05);
}
.fame-topscorers-item.fame-fair .fame-topscorers-name {
	color: #F8B81F;
}
.fame-topscorers-item.fame-fair .fame-topscorers-prcnt {
	color: #F8B81F;
	border-color: #F8B81F;
}
.fame-topscorers-item.fame-fair .fame-topscorers-mntlt-content span {
	color: #475467;
}
.fame-topscorers-item.fame-fair .fame-topscorers-mntlt-content small {
	color: #F8B81F;
}
.fame-topscorers-item.fame-fair .fame-topscorers-status {
	background-color: #F8B81F;
	color: #ffffff;
}

.fame-topscorers-mntlt-head,
.fame-topscorers-mntlt-content {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.fame-topscorers-name {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.fame-topscorers-prcnt {
	display: inline-flex;
	width: 36px;
	min-width: 36px;
	height: 36px;
	border: 1px solid #333333;
	border-radius: 100%;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: #333333;
	justify-content: center;
	align-items: center;
}
.fame-topscorers-mntlt-content span {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #475467;
}
.fame-topscorers-mntlt-content small {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.fame-topscorers-status {
	display: inline-flex;
	background-color: #333333;
	border-radius: 50px;
	padding: 7px 15px;
	line-height: 1;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	margin: 0 auto;
    margin-bottom: -21px;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .fame-results-maincon {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
  .fame-results-wrap,
  .fame-mock-questionare-maincon {
    flex-basis: 100%;
  }
  .fame-mock-test-boxes {
    grid-template-columns: auto auto auto;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .fame-form-style {
    min-width: 100%;
    width: 100%;
  }
  .fame-login-thumb-sec {
    min-width: 200px;
  }
  .fame-quiz-top-results {
    overflow: auto;
  }
  .fame-quiz-table {
    min-width: 1170px;
    width: 1170px;
  }
  .fame-results-maincon {
    flex-wrap: wrap;
  }
  .fame-results-wrap,
  .fame-mock-questionare-maincon {
    flex-basis: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .fame-login-from-inn {
    flex-wrap: wrap;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
  .fame-form-style {
    min-width: 100%;
    width: 100%;
  }
  .fame-userform-main {
    padding: 0px;
    width: 100%;
  }
  .fame-userform-box {
    width: 100%;
  }
  .fame-return-registrcon,
  .fame-return-logncon,
  .fame-return-logincon {
    display: block;
    text-align: center;
  }
  .fame-userform-box-top {
    padding: 20px 25px;
  }
  .fame-mock-test-boxes {
    grid-template-columns: auto;
  }
  .fame-quiz-top-results {
    overflow: auto;
  }
  .fame-results-maincon {
    flex-wrap: wrap;
  }
  .fame-results-wrap,
  .fame-mock-questionare-maincon {
    flex-basis: 100%;
    min-width: 100%;
  }
  .fame-results-maincon .fame-demotime-countdown-con {
    top: 80px;
  }
  .fame-quiz-cell:nth-child(3),
  .fame-quiz-cell:nth-child(4),
  .fame-quiz-header:nth-child(4),
  .fame-quiz-header:nth-child(3) {
    display: none;
  }
  .fame-quiz-table {
    min-width: 100%;
    width: 100%;
  }
}
