:root {
  --primary-color: #ff3131;
  --grey-color: #818181;
  --border-color: #b7bcc3;
  --darkgrey-color: #202020;
  --bs-link-color: #ff3131;
  --bs-link-hover-color: #111111;
  --primary-color-rgb: 255, 49, 49; /* R, G, B only */
}
.outfit {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.righteous-regular,
.righteous {
  font-family: "Righteous", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.questrial {
  font-family: "Questrial", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1260px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
    overflow-x: hidden;
  }

  .btn-custom:hover{
    color: #fff !important;
    background: var(--primary-color) !important;
    border-radius: 4px;
    border: 1px solid var(--primary-color) !important;
  }


}
body {
  font-size: 1.25rem;
  font-family: "Outfit", serif;
  color: #000000;
  font-weight: 300;
  padding-top: 90px;
}
.grey-text {
  color: var(--grey-color);
}
#mainheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: top 0.5s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Default state: Header is visible */
#mainheader.show-header {
  top: 0;
}

/* When user scrolls down, hide header */
#mainheader.hide-header {
  top: -100px;
}

#mainheader .navbar-custom {
  background-color: #fff; /* Background color */
  padding: 15px 20px;
}
#mainheader .navbar-nav .nav-link {
  color: #020202 !important;
  font-size: 1.25rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #mainheader .navbar-nav .nav-link {
    font-size: 1rem;
  }
}
#mainheader .navbar-nav .nav-link.active,
#mainheader .navbar-nav .nav-link:hover {
  color: var(--primary-color) !important; /* Highlighted active link */
}
#mainheader .btn-signup,
.btn-default {
  background-color: var(--primary-color); /* Button color */
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}
#mainheader .btn-signup:hover,
.btn-default:hover {
  background-color: #fff;
  color: black;
  border: 1px solid var(--primary-color);
}

button,
.btn,
[type="button"],
[type="submit"] {
  font-family: "Righteous", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1.25rem;
  font-size: 1.0625rem;
}

#banner {
  position: relative;
  min-height: 450px;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding: 50px 0px;
}
#banner:before {
  content: "";
  background: rgba(54, 4, 11, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .container {
  position: relative;
  z-index: 1;
}
#banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Behind content */
}
.primary-color {
  color: var(--primary-color);
}
.primary-border-color {
  border-color: var(--primary-color) !important;
}

#banner article {
  color: #fff;
}
#banner article p {
  max-width: 600px;
  margin: auto;
}

#banner h3 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.medical_image {
  display: block;
  width: 108%;
  margin: auto;
  position: relative;
  left: -4%;
  margin-bottom: -20px;
}

.prp_grid {
  background-color: var(--darkgrey-color); /* Box background */
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  height: 100%;
  padding-bottom: 5px;
}

.prp_grid .icon {
  font-size: 24px;
  background: var(--primary-color);
  color: #000;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 15px;
}

.prp_grid h3 {
  color: #fff; /* Highlighted heading color */
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600;
}

.prp_grid p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 300;
  color: #fff;
}
.prpbg {
  margin-top: -250px;
  max-height: 400px;
  overflow: hidden;
}

.shape_healthcare_grid {
  background-color: var(--darkgrey-color); /* Box background */
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 100%;
}

.shape_healthcare_grid .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 10px;
}
@media (max-width: 1200px) {
  .shape_healthcare_grid .icon {
    width: 50px;
    height: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.shape_healthcare_grid h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #fff;
  max-width: 220px;
  margin: 15px auto 10px;
  position: relative;
}

.shape_healthcare_grid p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 300;
  color: #e0d9d9;
}

.insightTrends_grids {
  border-radius: 10px;
  text-align: left;
  transition: transform 0.8s ease-in-out;
}
.insightTrends_grids:hover {
    transform: scale(1.05);
}

.insightTrends_grids .image-placeholder {
  width: 100%;
  height: 250px;
  background-color: #333; /* Placeholder for image */
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.insightTrends_grids .date {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(darkgrey-color); /* Light gray text */
  margin-bottom: 5px;
}

.insightTrends_grids h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
.shape_healthcare_grid h3 {
  color: #fff;
}

.insightTrends_grids .learn-more {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 400;
}

.insightTrends_grids .learn-more:hover {
  color: var(--primary-color);
}
.text-darkgrey {
  color: var(--darkgrey-color);
}
#mainfooter {
  background: var(--darkgrey-color);
  color: #fff;
}
.afterlogo {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  max-width: 100%;
}
#mainfooter h5 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-weight: 600;
}
#mainfooter ul,
.social-icons {
  margin-bottom: 3rem;
}
#mainfooter li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

#mainfooter .social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 1.2rem;
}
#mainfooter a:hover {
  color: var(--primary-color);
}

.scrolltop p {
  color: #fff;
}
@media (max-width: 1024px) {
  #banner h3 {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 2.5rem;
  }
  #banner article a ~ br {
    display: none;
  }
  #banner {
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #banner p{line-height: 23px;}

  section#banner h2.questrial {
    font-size: 2.3rem !important;
    line-height: 2.8rem;

  }
  section#banner h3 {
    font-size: 1.6rem !important;
    line-height: 2.1rem !important;
    padding: 0 1.2rem;
    bottom: 10px;
    position: relative;
    width: 100%;
    margin: 0 !important;
  }
  .prpbg {
    margin-top:0px;
  }
}

.bg-dark2 {
  background: #101010;
}

#banner.banner-img-bg {
  background: url("/img/login.jpg") no-repeat center center;
  background-size: cover;
}

/** new css **/
#banner.part3 {
  height: 300px;
  min-height: calc(100vh - 200px);
  align-items: center;
}

@media (max-width: 1024px) {
  #banner.part3 {
    min-height: calc(100vh - 400px);
  }
}

@media (max-width: 768px) {
  #banner.part3 {
    height: 300px;
    min-height: 40vh;
  }
}

#banner.part4,
#banner.part5 {
  min-height: 250px;
  align-items: center;
}
@media (max-width: 767px) {
  #banner.part4 {
    min-height: 100px;
  }
  #banner.part5 {
    min-height: 200px;
  }
}

#minuswrapper,
#wrapper.bg2 {
  background-size: cover;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
form#formtype2 .form-control {
  background: transparent;
  border: none;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  color: #000;
  height: 40px;
}
form#formtype2 .form-control::placeholder {
  color: #000;
  opacity: 0.5;
}
form#formtype2 .form-group label {
  font-size: 1.25rem;
  color: #858c95;
  margin-bottom: 4px;
}

.form-container {
  background: #000;
  border: 1px solid #b2e803;
  padding: 40px 20px;
  border-radius: 0px;
  width: 100%;
}
.step h4 {
  margin-bottom: 0;
}
.form-control {
  background: #fff;
  color: #000;
  border: 1px solid var(--border-color);
}
.form-control:focus {
  background: transparent;
  color: #fff;
}
.form-container .form-control {
  border: 1px solid #b2e803;
  border-radius: 0px;
  height: 40px;
}
.form-container .form-control::placeholder,
.form-container3 .form-control::placeholder {
  color: #b7bcc3 !important;
}
.form-container .progress-bar {
  background-color: var(--primary-color);
}
.form-container .progress {
  height: 2px;
  top: 13px;
  background: #6f6f6f;
}
.btn-custom {
  background: var(--primary-color);
  color: #fff;
  width: 100%;
  border-radius: 0;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}
.btn-custom:hover {
  border: 1px solid var(--primary-color);
  /* color: #fff; */
  color:var(--primary-color);
  background: #fff;
}
.btn-white {
  background: #fff;
  color: #181818;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  border-radius: 4px;
}
.btn-white:hover {
  border: 1px solid #fff;
  background: #fff;
}
.step {
  display: none;
}
.step.active {
  display: block;
}
.step_count span {
  border: 1px solid #6f6f6f;
  background: #171717;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.step_count span.active {
  background: var(--primary-color);
  color: #000000;
}
.btn-secondary {
  border-radius: 0;
}
.btn-secondary {
  background: var(--darkgrey-color);
  color: #fff;
  border-color: var(--darkgrey-color);
  border-radius: 4px;
}
#backToFirst {
}
.table-green * {
  /* background: transparent !important; */
  border-color: var(--primary-color);
}
.table-green th {
  background: #1c2403 !important;
  color: #bbb6b6;
  font-size: 16px;
  font-weight: normal;
}
div#signupForm {
  /*background: #000;*/
  padding: 30px 40px;
  position: relative;
}
#banner.login {
  background: url("img/login.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 1024px) {
  div#signupForm {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
  }
}

#journal_filter {
  background-color: #fff;
  padding: 16px;
  color: #000;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 20px 25px -5px #ff31311a;
}

#journal_filter .filter-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 12px;
}

#journal_filter .clear-filter {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 12px;
}

#journal_filter .search-box {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: none;
  margin-bottom: 12px;
  background: #eee;
  border: 1px solid #ccc;
}

#journal_filter .accordion-item {
  border-top: 1px solid #eee;
}

#journal_filter .accordion-toggle {
  background: none;
  border: none;
  color: #000;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  font-family: "Outfit";
  font-weight: 400;
}

#journal_filter .accordion-content {
  display: none;
  padding-left: 8px;
  margin-bottom: 10px;
}

#journal_filter .accordion-content label {
  display: block;
  margin: 5px 0;
  font-size: 1rem;
}

#journal_filter select {
  margin-right: 5px;
  padding: 4px;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  background: transparent;
  border: 1px solid #363535;
  width: 50%;
  color: #000;
}
#journal_filter select option {
  color: #000;
}

#journal_filter .apply-btn {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  width: auto;
  padding: 7px 10px;
  margin-top: 12px;
  cursor: pointer;
  font-family: "Righteous";
  font-weight: 400;
  font-size: 1rem;
  /* float: right; */
}
.searchjournal i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #999;
  font-size: 1.1rem;
}
.searchjournal input {
  padding-left: 35px !important;
}
.accordion-content [type="checkbox"] {
  margin-right: 5px;
}

#journalfilterresult,
.patterndark {
  padding: 20px;
  background: #fff;
  background-size: cover;
  color: #000;
  border-radius: 4px;

  box-shadow: 0px 20px 25px -5px #ff31311a;
}

#journalfilterresult .result-card {
  padding: 20px 0;
}
#journalfilterresult .result-card + .result-card {
  border-top: 1px solid #eee;
}

#journalfilterresult .result-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

#journalfilterresult .result-title .icon {
  width: 24px;
  height: 24px;
}

#journalfilterresult .result-title h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

#journalfilterresult .result-description {
  font-size: 1rem;
  color: #000;
  margin: 10px 0;
  line-height: 1.688rem;
}

#journalfilterresult .view-more {
  font-size: 1rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 300;
  border-bottom: 1px solid;
}
div#journal_filter.filterProfile {
  padding: 40px 20px;
}
div#journal_filter.filterProfile .filter-header {
  margin-bottom: 25px;
}
div#journal_filter.filterProfile .accordion-item > * {
  font-size: 1.125rem;
  color: #000;
  text-decoration: none;
  position: relative;
}
div#journal_filter.filterProfile .accordion-item > a,
div#journal_filter.filterProfile .accordion-item > button {
  padding: 10px 0 !important;
  display: block;

  padding-left: 15px !important;
}

div#journal_filter.filterProfile .accordion-item > * > i {
  margin-right: 5px;
}
div#journal_filter.filterProfile .accordion-item > button > i:last-child {
  position: absolute;
  right: 0;
}
div#journal_filter.filterProfile .accordion-content {
  padding: 0;
  margin: 0;
}
div#journal_filter.filterProfile .accordion-content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#journal_filter.filterProfile .accordion-content > ul > li > a {
  border-top: 1px solid #333;
  padding: 10px 0 !important;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  background: #060606;
  padding-left: 15px !important;
}
div#journal_filter.filterProfile .accordion-content > ul > li > a i {
  margin-right: 5px;
}

div#journal_filter.filterProfile .accordion-content > ul > li > a.active {
  color: var(--primary-color);
}

div#journal_filter.filterProfile .accordion-item > a.current,
div#journal_filter.filterProfile .accordion-item > a:hover,
div#journal_filter.filterProfile .accordion-item > button:hover,
div#journal_filter.filterProfile .accordion-item > button.current,
div#journal_filter.filterProfile .accordion-content > ul > li > a:hover,
div#journal_filter.filterProfile .accordion-content > ul > li > a.current {
  background: var(--primary-color);
  color: #fff;
}

#journalfilterresult .form-container {
  border: none;
  background: transparent;
  width: 100%;
  box-shadow: none;
}
#journalfilterresult .form-container .form-control,
.form-container3 .form-control {
  border: 1px solid #b7bcc3;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  color: #000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #journalfilterresult .form-container {
    padding: 0px;
  }
  
  #dropdownMenuButton1 {
    border: 1px solid var(--border-color) !important;
    color:#666;
    height:38px !important;
    /* min-width: 120px !important; */
}
.surveysearch{ 
    height:38px !important;
}
}

#changepasswordform .password-field {
  position: relative;
}
#changepasswordform .password-field span.toggle-password {
  /* position: absolute;
  right: 10px;
  top: 4px; */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}

#changepasswordform label {
  margin-top: 15px;
  font-size: 1.125rem;
}
#journalfilterresult form#formtype2 .form-group label {
  font-size: 1.125rem;
}
.form-container2 {
  padding: 40px 0px 0;
}

.filtersforearning,
.filtersforRedeemEarnings {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.tabstwo {
  display: flex;
  gap: 20px;
}
.tabstwo a {
  color: #000;
  text-decoration: none;
  padding: 5px 0px;
}
.tabstwo a.active {
  color: var(--primary-color);
  border-bottom: 1px solid;
}
.filtersandDownload {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .filtersandDownload {
    justify-content: end;
    position: absolute;
    top: 0px;
    right: 15px;
    margin: 0;
  }
  .thistoryHeader {
    margin-bottom: 40px;
  }
}
.filtersandDownload > a {
  color: #080808;
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

table#totalEarningsTable {
  margin-top: 0px;
}
input[type="date"] {
  position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

#totalEarningsTable {
  background-color: transparent;
  color: #fff;
  border: 1px solid #acacac;
  font-size: 1rem;
}
#totalEarningsTable th {
  color: #fff;
  text-align: center;
  background-color: var(--darkgrey-color);
  padding: 5px;
}
#totalEarningsTable td {
  background-color: transparent;
  text-align: center;
  border-color: #acacac;
  padding: 5px;
}
#totalEarningsTable tr:not(:last-child) {
  border-bottom: 1px solid #acacac;
}
.pagination a.page-link {
  background: #444;
  color: #fff;
}
.pagination button.page-link {
  background: #444;
  color: #fff !important;
  font-family: "Outfit", serif;
  font-size: 0.9rem;
  font-weight: 400;
}
.pagination .disabled button.page-link {
  background: rgba(var(--primary-color-rgb), 0.9);
}
.active > .page-link,
.page-link.active {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
  color: #000 !important;
}
.pending_s {
  color: #ffa500 !important;
}
.complete_s {
  color: #2ebf43 !important;
}
.rejected_s {
  color: #ff0000 !important;
}
@media (max-width: 1180px) {
  .filtersandDownload {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .filtersforearning,
  .filtersforRedeemEarnings {
    flex-wrap: wrap;
  }
}

#totalEarningsTable.text-start td,
#totalEarningsTable.text-start th {
  text-align: left;
  border-color: var(--border-color);
  padding: 8px 15px !important;
}
#totalEarningsTable.common-structure td,
#totalEarningsTable.common-structure th {
  border-color: var(--border-color);
  padding: 8px 15px !important;
}

#totalEarningsTable.text-start tfoot td {
  background: var(--primary-color);
  color: #020202;
}
.bg-dark2 {
  background: #212121;
}
.redeemed_box {
  border: 1px dashed var(--border-color);
  padding: 30px 10px;
  margin-bottom: 30px;
}

#redeem_popup .modal-content {
}
#redeem_popup .btn-close {
  background: #fff;
  color: #333333;
  opacity: 1;
  font-size: 25px;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  padding: 1px 0 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#redeem_popup .rem_bal {
  color: #585757;
  font-size: 1rem;
}
#redeem_popup .remaining-balance {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
}
#redeem_popup [for="redeem_option"] {
  font-size: 1.125rem;
}

.publisher-info p {
  margin-bottom: 5px;
}


.rem_journol_info a {
  color: var(--primary-color);
  text-decoration: none;
}
.journol_breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.journol_breadcrumb i {
  font-size: 0.8rem;
}
.journol_breadcrumb > *:last-child {
  color: var(--primary-color);
}

.leadership-section {
  padding: 60px 0;
}
.leadership-section .card {
  background-color: #fff;
  border: none;
  color: #000;
  border-radius: 8px;
  box-shadow: 0px 20px 25px -5px #ff31311a;
}
.leadership-section .card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.leadership-section .social-icons-l a {
  font-size: 1.2rem;
  margin: 0 8px;
  color: inherit;
}
.color-7c7c7c {
  color: #7c7c7c;
}

.why-join-section {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
}

.why-join-section .accordion-button {
  background-color: #252525;
  color: #fff;
  font-weight: 500;
  border: none;
  font-size: 1.25rem;
}
.why-join-section .accordion-button:focus {
  outline: none !important;
  box-shadow: none;
}
.why-join-section .accordion-button:not(.collapsed) {
  background-color: #3a3a3a;
  color: #fff;
}

.why-join-section .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.why-join-section .accordion-body {
  background-color: #2c2c2c;
  color: #ddd;
  font-size: 1rem;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .leadership-section > .container {
    /* margin-top: -200px; */
    margin-top: -250px;
  }
}
@media (max-width: 767px) {
  #banner.part2 {
    min-height: 50vh;
    align-items: center;
    height: 300px;
  }
}

#userDropdown .btn {
  background-color: transparent;
  border: none;
  color: white;
}

#userDropdown .dropdown-menu {
  background-color: #1a1a1a;
  color: white;
  min-width: 160px;
}

#userDropdown .dropdown-item {
  color: white;
}
#userDropdown .dropdown-toggle::after {
  display: none;
}
#userDropdown .dropdown-item:hover {
  background-color: #343a40;
}

#userDropdown .dropdown-item.text-danger:hover {
  background-color: #ffcccc;
  color: red;
}
@media (max-width: 991px) {
  div#userDropdown {
    position: absolute;
    right: 50px;
    top: 18px;
  }
  .loggedin header#mainheader nav > .container {
    padding-right: 50px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  body {
    padding-top: 72px;
  }

  #banner {
    min-height: 500px;
  }
}

input.form-control[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.alert-danger-custom {
  font-size: 15px !important;
  line-height: 20px;
  /* height: 30px !important; */
  padding: 5px !important;
}

.tablepagination li.page-item.disabled:after {
  content: "";
  background: rgba(1, 1, 1, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  cursor: not-allowed;
  z-index: 9;
}
ul.pagination li button {
  min-width: 40px;
  height: 40px;
  border-radius: 50% !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .resultcardimg {
    min-width: auto !important;
    max-width: 100% !important;
    width: 100%;
    height: 150px !important;
  }
}

.form-validation-error-msg {
  font-size: 14px;
  color: #ff0000;
  text-align: left !important;
  display: block;
  padding:2px 0px;
  line-height:1;
}
.form-validation-error-msg-relative {
  font-size: 14px;
  color: #ff0000;
  /* text-align: relative; */
  display: block;
  padding:2px 0px;
  line-height:1;
}

@media (min-width: 992px) {
  #minuswrapper > .container {
    margin-top: -80px !important;
    position: relative;
  }
  #minuswrapper.doubleminus > .container {
    margin-top: -250px !important;
    position: relative;
  }
}

@media (max-width: 767px) {
  #totalEarningsTable.lastclass > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #totalEarningsTable.lastclass > tbody > tr > td {
    /* width: 100% !important; */
    border: 0px solid #999;
  }
  #totalEarningsTable.lastclass > tbody > tr > td:last-child {
    width: 100% !important;
    border-top: 1px solid #b7bcc3;
  }

  .mobInsight{
    min-height:450px;
    /* background-color:#f00; */
  }

  .trhistoryfilter{
    margin: 10px 0px;
  }
  .trhistoryfilterstatus{
    margin-bottom: 10px;
  }

  .insighttrendcontainer{
    margin-bottom:30px;
  }

  .insighttrendcontainer:last-child{
    margin-bottom:0px;
  }
}

.white-bg-shadow{
      border-radius: 8px;
    box-shadow: 0px 20px 25px -5px #ff31311a;
    background: #fff;
    color: #000;
}

#feedbackpage {
  width: 756px;
  height: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  margin: auto;
  max-width: 100%;
      border-radius: 8px;
    box-shadow: 0px 20px 25px -5px #ff31311a;
}


#feedbackpage .pagetitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px;
  color: #181D27;
}
#feedbackpage .pagetitletwo {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
  color: #323539;
  font-family: Arial, Helvetica, sans-serif;
}


#feedbackpage .pagetext {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 32px;
  color: #535862;
}

#feedbackpage .pagebuttons {
  text-align: center;
  width: 100%;
}

#feedbackpage .pagebutton {
  padding: 10px 36px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s;
  border: 0px;
  background-color: #FF3131;
}
#feedbackpage .pagebutton:hover {
  background-color: #d93025;
}

#feedbackpage .listbox {
  background: #FFFEEF;
  padding: 10px 14px;
  margin-bottom: 24px;
}

#feedbackpage .listbox ul {
  margin: 0px 0 0 20px;
  padding: 0px;
  text-align: left;
}

#feedbackpage .listbox ul li {
  list-style: disc;
  margin-bottom: 10px;
  color: #0E0E0E;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

#feedbackpage .mt50 {
  margin-top: 50px;
}

#feedbackpage .feedbackbox textarea {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #252525;
  text-align: left;
  padding: 15px;
  min-height: 125px;
  border: 1px solid #858C95;
  box-sizing: border-box;
}




.custom-success-box {
  width: 571px;
  height: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  margin: auto;
  max-width:100%;
}

.popup-icon {
  text-align: center;
  margin-bottom: 20px;
}

.popup-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 10px;
  color: #181D27;
}

.popup-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 32px;
  color: #535862;
}

#customConfirm .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;  
  color: #717680;
  cursor: pointer;
}

#customConfirm .popup-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

#customConfirm .popup-button {
  width: 172px;
  padding:10px 18px;
  border: 1px solid #D5D7DA;
  border-radius: 6px;
  background: #fff;
  color: #414651;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s;
}

#customConfirm .popup-button:hover {
  background: #f2f2f2;
}

#customConfirm .popup-button.red {
  width: 199px;
  background-color: #FF3131;
  color: #fff;
  border: none;
}

#customConfirm .popup-button.red:hover {
  background-color: #d93025;
}
span.badge {
    background: #f5f5f5;
    color: #000 !important;
    padding: 10px;
}

.custom-radio{
    height: 15px;
    width: 15px;
    /* margin: 0; */

}


#banner.privacy-policy-banner-img-bg {
  background: url("/img/privacy-policy.jpeg") no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 40vh);
}

#banner.contact-us-banner-img-bg {
  background: url("/img/contact-us.png") no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 40vh);
}

#banner.about-us-banner-img-bg {
  background: url("/img/about-us.jpeg") no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 40vh);
}

#banner.term-condition-banner-img-bg {
  background: url("/img/term-condition.png") no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 40vh);
}



/* Honorarium Page CSS */
:root {
        --primary-red: #ff3131;
        --text-dark: #2b2d2f;
        --text-gray: #525d6a;
        --bg-light: #f9f5f5;
        --bg-pink: #ffebeb;
      }

      .text-primary-red {
        color: var(--primary-red);
      }

      .bg-primary-red {
        background-color: var(--primary-red);
      }

      .bg-light-pink {
        background-color: var(--bg-pink);
      }

      .bg-light-gray {
        background-color: var(--bg-light);
      }

      .btn-primary-red {
        background-color: var(--primary-red);
        border-color: var(--primary-red);
        color: white;
      }

      .btn-primary-red:hover {
        background-color: #e82d2d;
        border-color: #e82d2d;
        color: white;
      }

      .btn-outline-gray {
        border: 1px solid #979aa0;
        color: var(--text-dark);
        background-color: transparent;
      }

      .btn-outline-gray:hover {
        background-color: #f8f9fa;
        color: var(--text-dark);
        border: 1px solid #979aa0;
      }

      .icon-box {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
      }

      .icon-box-red {
        background-color: var(--primary-red);
        color: white;
      }

      .icon-box-pink {
        background-color: var(--bg-pink);
        color: var(--primary-red);
      }

      .step-number {
        width: 24px;
        height: 24px;
        background-color: white;
        border: 1px solid #ebe8e8;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: var(--text-gray);
      }

      .hero-image {
        border-radius: 24px;
      }

      .card-hover:hover {
        transform: translateY(-2px);
        transition: transform 0.2s ease-in-out;
      }

      .accordion-button:not(.collapsed) {
        background-color: #f8f9fa;
        color: var(--text-dark);
      }

      .cta-section {
        background: linear-gradient(135deg, #2b2d2f 0%, #404040 100%);
      }
      .btn:focus {
        opacity: 1 !important;
        /* background: inherit; */
        /* color: #000; */
      }
      .step-number {
        right: -8px;
        top: -10px;
      }
      #claim-honorarium .card small {
        font-size: 14px;
        display: block;
        margin-top: 15px;
      }
      #faqAccordion .accordion-button {
        font-family: inherit;
      }
      #faqAccordion .accordion-button::after {
          color: white;
      }
      /* #faqAccordion .accordion-button::after {
        filter: none;
      } */
/* End Honorarium Page CSS */

.single-post-html-content img {
  max-width: 100%;   /* never overflow container */
  height: auto;      /* keep aspect ratio */
  display: block;    /* remove inline spacing */
  margin: 0.5rem 0;  /* optional spacing */
  border-radius: 6px; /* optional rounded edges */
}



/* Knowledge Hub CSS*/
#knowledge-hub-home .btn-primary-red:hover,
    #knowledge-hub-home .btn-primary-red:focus {
      background-color: #e82d2d !important;
      border-color: #e82d2d;
      color: white;
    }

#knowledge-hub-home .card-hover:hover {
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
  }

#knowledge-hub-home .cta-section {
    background: #2b2d2f;
  }
.owl-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
}
button.owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc !important;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
button.owl-dot.active{
    background: #0A77FF !important;
}
/* Knowledge Hub */


@media(max-width:991px){
  .navbar-toggler{
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 9;
    font-size:24px;
  }

  .rem_journol_info h2{line-height: 40px;}
  .khpostsingleimg{height: 300px !important; }

}

.user-nav-profile-pic {
  width:25px;
  height:25px;
  object-fit: cover;
}

.user-profile-pic {
  width:90px;
  height:90px;
  object-fit: cover;
}

.password-field-toggle {
  position: relative;
}
.password-field-toggle span.toggle-password {
  /* position: absolute;
  right: 10px;
  top: .5rem; */

  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}


.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(4,4,4,0.7);
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
}

.alert-danger {
  font-size: 15px;
  line-height: 20px;
  padding: 5px;
}


/* .captcha-container {
  transform: scale(1);
  transform-origin: 0 0;
}

@media (max-width: 992px) { 
  .captcha-container {
    transform: scale(0.9);
  }
}

@media (max-width: 768px) { 
  .captcha-container {
    transform: scale(0.85);
  }
 
}

@media (max-width: 576px) {
  .captcha-container {
    transform: scale(0.75);
  }
} */


.otpcenterbox{position: relative;}
.otpcenterboxinner{position: absolute; right: 0; top:3px;text-align: left;}
/* .row.otpcenterbox{align-items: center !important;} */
#signupForm .otpcenterboxinner{top:5px;}

.captcha-outer {
  max-width: 100%;
  overflow-x: hidden;
  text-align: left;
}

.captcha-container {
  display: inline-block;
  transform-origin: 0 0;
}

/* Tablets */
@media (max-width: 768px) {
  .captcha-container {
    transform: scale(0.9);
  }
}

@media (max-width: 767px) {
.otpcenterboxinner {
  position: inherit;
  right: inherit;
  top: inherit;
  text-align: right;
  margin-top: 2px;
}
}

/* Mobiles */
@media (max-width: 360px) {
  .captcha-container {
    transform: scale(0.85);
  }
}

@media (max-width: 470px) {
.mob_profiletab{gap: 15px;}
.mob_profiletab a{font-size: 15px;text-align: center;line-height: 18px;}
}



@media (max-width: 576px) {
.medicalbox{flex-wrap: wrap;margin-top: 10px;}
.medicalbox h4{order: 2;}
.medicalbox h4, .medicalbox p{width: 100% !important;}
.medicalbox h4 br{display: none;}
}



.featuredimgbox{width: 100%; height: 490px;overflow: hidden;}
.featuredimgbox img{max-width: 100%;object-fit: cover;width: 100% !important;height: 100%;}



.likecardimgbox{width: 100%; height: 220px;overflow: hidden;}
.likecardimgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.no-link-style {
  color: inherit;
  text-decoration: none;
}

.logo-color {
  color: #FF2F2C;
}

.neon-green {
  color: #25D366;
}

.neon-yellow {
  color: #FFFF33;
}

/* .overlay-dark::after {
  background: rgba(1, 1, 1, 0.4);
} */


.input-icon-wrapper{
  position: relative;
}

/* .input-with-icon{
  padding-right: 35px;
} */

.input-icon{
  position: absolute;
  right: 10px;
  top: 50%; /* adjust based on label height */
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-size: 15px;
}


.admin-custom-table td,
.admin-custom-table th {
    font-size: 15px;
}


.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

.text-muted-custom {
  color: #6c757d;
}

/* .rejected-row td {
  text-decoration: line-through;
  text-decoration-style: dashed;
  text-decoration-color: #dc3545;
} */

.rejected-row {
  position: relative;
}

.rejected-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px dashed #dc3545;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.hold-row {
  opacity: 0.6;
}




