
:root {
  --color-primary: #2f57ef;
  --color-secondary: #4ec2ff;
}

.rbt-banner-1{
  position:unset;
}

.bgcolor{
  background: #99affc;
}


.option ul .nav-item .nav-link {
  height: 50px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 0 30px !important;
}

.option ul {
  padding: 0px;
}

.optionblock {
  padding: 50px 20px;
  border: 3px solid #637FEA;
}


.practicepage .active{
  color:black;
}

.checkoutPage .selected {
  border: 4px solid #336dff;
}

.packageBlock {
  padding: 15px;
  background: #2e2d3a;
  color: white;
  border-radius: 15px;
  cursor: pointer;
}

.packageBlock .mbtn, .accessBlock .mbtn {
  padding: 5px;
  display: block;
}

.packageBlock:hover {
  background: #38b6ff;
  transform: scale(1.1);
  transition-duration: 1s;
  color: white;
}

.white{
  color:white;
}

.w-100{
  width: 100%;
}

.hide{
  display: none !important;
}

.mil-light-soft{
  color:white !important;
}


/*******Rating*******/
.frating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.frating-0 {
  filter: grayscale(100%);
}

.frating > input {
  display: none;
}

.frating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.frating > input:checked ~ label,
.frating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.frating > input:not(:checked) ~ label:hover,
.frating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after{
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji-wrapper:after{
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
}

.emoji > svg {
  margin: 15px 0; 
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji { transform: translateY(-100px); }
#rating-2:checked ~ .emoji-wrapper > .emoji { transform: translateY(-200px); }
#rating-3:checked ~ .emoji-wrapper > .emoji { transform: translateY(-300px); }
#rating-4:checked ~ .emoji-wrapper > .emoji { transform: translateY(-400px); }
#rating-5:checked ~ .emoji-wrapper > .emoji { transform: translateY(-500px); }

.feedback {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 30px rgba(0,0,0,.05);
}

.frating .label::before{
  display: none !important;
}
.frating input[type="radio"] ~ label::before {
  display: none !;
}

.inner .incorrect i{
  font-size: 40px;;
}

.mt-5{
  margin-top:5px;
}

.countdown-container.seconds{
  display: none;
}

.rbt-dashboard-content .countdown-style-1 .countdown .countdown-container {
	position: relative;
	transition: 0.4s;
	text-align: center;
	padding: 10px 12px;
  min-width: unset !important;
}
.countdown-style-1 .countdown{
  flex-wrap: unset !important;
  margin-top:10px
}

.rbt-dashboard-content .countdown-style-1 .countdown .countdown-container .countdown-heading{
  font-size: 15px;
}

.rbt-banner-6.variation-03{
  height: 600px;
}

/* THR Certified theme */
:root {
  --thr-ink: #16212b;
  --thr-ink-soft: #243240;
  --thr-gold: #c89a4b;
  --thr-gold-soft: #e7cfa1;
  --thr-cream: #f7f2e8;
  --thr-stone: #eef1f4;
  --thr-success: #1f7a5c;
  --thr-danger: #b24343;
}

body {
  color: var(--thr-ink);
}

.thr-page-shell {
  background:
    radial-gradient(circle at top right, rgba(200, 154, 75, 0.12), transparent 28%),
    linear-gradient(180deg, #faf7f1 0%, #f4f6f8 100%);
}

.thr-hero-card,
.thr-surface-card,
.thr-module-card,
.thr-dashboard-card,
.thr-admin-card {
  border-radius: 24px;
  border: 1px solid rgba(22, 33, 43, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(22, 33, 43, 0.08);
}

.thr-hero-card {
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(22, 33, 43, 0.98), rgba(36, 50, 64, 0.94)),
    #16212b;
  color: #fff;
}

.thr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--thr-gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thr-title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 18px 0 14px;
  color: #fff;
}

.thr-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.thr-surface-card {
  padding: 28px;
}

.thr-module-card {
  height: 100%;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.thr-module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(22, 33, 43, 0.12);
}

.thr-module-card__body {
  padding: 26px;
}

.thr-module-code {
  color: var(--thr-gold);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.thr-module-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 20px;
}

.thr-pill,
.thr-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.thr-pill {
  background: rgba(200, 154, 75, 0.12);
  color: #8b6427;
}

.thr-status-pill.assigned,
.thr-status-pill.completed,
.thr-status-pill.passed {
  background: rgba(31, 122, 92, 0.12);
  color: var(--thr-success);
}

.thr-status-pill.locked,
.thr-status-pill.failed,
.thr-status-pill.revoked {
  background: rgba(178, 67, 67, 0.12);
  color: var(--thr-danger);
}

.thr-status-pill.pending,
.thr-status-pill.in-progress {
  background: rgba(200, 154, 75, 0.14);
  color: #8b6427;
}

.thr-module-actions,
.thr-grid-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.thr-btn,
.thr-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.thr-btn {
  background: var(--thr-gold);
  color: #1b1b1b;
}

.thr-btn:hover {
  color: #1b1b1b;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(200, 154, 75, 0.26);
}

.thr-outline-btn {
  border: 1px solid rgba(22, 33, 43, 0.16);
  color: var(--thr-ink);
  background: #fff;
}

.thr-outline-btn:hover {
  color: var(--thr-ink);
  border-color: var(--thr-gold);
}

.thr-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.thr-stat-card {
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(22, 33, 43, 0.08);
  padding: 24px;
  box-shadow: 0 12px 32px rgba(22, 33, 43, 0.06);
}

.thr-stat-card .value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.thr-stat-card .label {
  color: rgba(22, 33, 43, 0.68);
  font-size: 14px;
  font-weight: 600;
}

.thr-section-title {
  font-size: 1.85rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.thr-muted {
  color: rgba(22, 33, 43, 0.68);
  line-height: 1.8;
}

.thr-test-list {
  display: grid;
  gap: 16px;
}

.thr-test-item {
  border-radius: 20px;
  border: 1px solid rgba(22, 33, 43, 0.08);
  background: #fff;
  padding: 22px;
}

.thr-test-item.locked {
  background: #f7f7f7;
  opacity: 0.8;
}

.thr-test-item__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.thr-test-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thr-table thead th {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(22, 33, 43, 0.58);
}

.thr-table tbody td,
.thr-table tbody th {
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
}

.thr-admin-card {
  padding: 28px;
}

.thr-checkbox-grid {
  display: grid;
  gap: 14px;
}

.thr-checkbox-card {
  border: 1px solid rgba(22, 33, 43, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
  background: #fff;
}

.thr-certificate-frame {
  border-radius: 28px;
  padding: 40px;
  background:
    linear-gradient(135deg, rgba(22, 33, 43, 0.98), rgba(36, 50, 64, 0.94)),
    #16212b;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.thr-certificate-frame::before,
.thr-certificate-frame::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(200, 154, 75, 0.14);
}

.thr-certificate-frame::before {
  width: 280px;
  height: 280px;
  top: -90px;
  right: -60px;
}

.thr-certificate-frame::after {
  width: 200px;
  height: 200px;
  bottom: -70px;
  left: -40px;
}

@media (max-width: 991px) {
  .thr-hero-card,
  .thr-surface-card,
  .thr-admin-card,
  .thr-certificate-frame {
    padding: 24px;
  }

  .thr-module-actions,
  .thr-grid-actions {
    flex-direction: column;
  }
}

.bg_slider {
  background-image: url(../images/bg/bg.png);
}

.rbt-header .logo a {
  display: inline-flex;
  align-items: center;
}

.rbt-header .logo a img {
  display: block;
  width: auto;
  height: 96px;
  max-height: none !important;
}

.rbt-header .rbt-header-wrapper{
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1199px) {
  .rbt-header .logo a img {
    height: 82px;
  }
}

@media (max-width: 767px) {
  .rbt-header .logo a img {
    height: 72px;
  }
}


/*******Rating End****/

/* ===== Score Card & What's Next (result page) ===== */
.thr-scorecard-table thead th {
    background: var(--thr-ink, #1a1a2e);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px 16px;
    border: none;
}

.thr-scorecard-table tbody tr {
    transition: background 0.15s;
}

.thr-scorecard-table tbody td {
    padding: 13px 16px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 15px;
}

.thr-scorecard-active {
    background: rgba(200, 154, 75, 0.12) !important;
    border-left: 4px solid #c89a4b;
}

.thr-scorecard-active td {
    font-weight: 600;
    color: var(--thr-ink, #1a1a2e);
}

.thr-scorecard-note {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c89a4b;
    margin-top: 2px;
    display: inline-block;
}

.thr-whats-next-body {
    font-size: 15px;
    line-height: 1.75;
    color: var(--thr-ink, #1a1a2e);
}

.thr-whats-next-body ul,
.thr-whats-next-body ol {
    padding-left: 22px;
    margin-bottom: 16px;
}

.thr-whats-next-body li {
    margin-bottom: 6px;
}

.thr-whats-next-body p {
    margin-bottom: 12px;
}
/* ===== End Score Card ===== */
