/* ptv-success css starts */
.noMeeting_fonts {
  font-size: 20px !important;
}

.search_field_div::after {
  content: "\ed8c";
  position: absolute;
  top: 126px;
  right: 16px;
  width: 16px;
  height: 16px;
  font: normal normal normal 14px/1 "Nucleo Glyph";
}

.clear_search {
  position: absolute;
  top: 126px;
  right: 43px;
  display: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.meetings-div label {
  font-weight: bold;
  font-size: 14px;
}

.vanguard-image {
  width: 100%;
  max-width: 215px;
  /* set a limit */
  height: auto;
}

.vanguard-image1 {
  width: 100%;
  max-width: 154px;
  /* set a limit */
  height: auto;
}

.circle-check {
  font-size: 22px;
  color: #068318;
  border-radius: 50%;
  border: 2px solid #068318;
  padding: 5px;
  margin-right: 20px;
}

.circle-check1 {
  font-size: 12px;
  color: #068318;
  border-radius: 50%;
  border: 2px solid #068318;
  padding: 3px;
  margin-right: 20px;
}

.font-18 {
  font-size: 18px;
  font-weight: 400;
}

.font-14 {
  font-size: 14px !important;
  line-height: 150% !important;
}

.font-20 {
  font-size: 20px;
  font-weight: 400;
}

.div-hr {
  margin-top: 38px;
  margin-bottom: 8px;
  border-bottom: 2px solid #6D6D6D;
  width: 100%;
}

.font-16 {
  font-size: 16px;
}

.font-24 {
  font-size: 24px !important;
  line-height: 120% !important;
}

.policy-table-heading thead tr th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.successHeader {
  width: 60px;
  text-align: center;
}

.pagination-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-top: 1px solid #e6e9ef;
  background: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

/* Left: per page control */
.per-page {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6c757d;
}

.per-page label {
  font-size: 14px;
  color: #6c757d;
}

.per-page .custom-select {
  height: 34px;
  max-width: 72px;
  padding-right: 28px;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid rgb(51, 51, 51);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path d="M0 0 L5 6 L10 0" fill="none" stroke="%230B49EA" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat right 8px center/10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* Right: info + pager */
.pager-right {
  display: flex;
  align-items: center;
  /* gap: 18px; */
  color: #000;
}

.page-info {
  font-size: 14px;
  color: #000;
  min-width: 120px;
  /* keep similar width as screenshot */
  text-align: left;
}

.pager-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* .pager-controls .icon-btn {
      display:flex;
      align-items:center;
      justify-content:center;
      width: 30px;
      height: 30px;
      border-radius: 6px;
      border: 1px solid transparent;
      background: transparent;
      cursor: pointer;
    }
    .pager-controls .icon-btn:hover {
      background: #f5f7fa;
      border-color: #e6e9ef;
    } */
.pager-controls .icon-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}

.pager-controls .icon-svg {
  width: 20px;
  height: 20px;
  stroke: #0b49ea;
  /* default gray */
  stroke-width: 2;
  fill: none;
  transition: stroke 0.2s ease;
}

/* Active (clicked) */
.icon-btn.active .icon-svg {
  stroke: #0B49EA;
}

/* When button is disabled */
.pager-controls .icon-btn:disabled .icon-svg {
  stroke: #d2d2d2;
  /* lighter gray when disabled */
  cursor: not-allowed;
}

.page-counter {
  font-size: 14px;
  color: #6c757d;
  padding: 6px 0px;
  border-radius: 6px;
  background: #fff;
  min-width: 67px;
  text-align: center;
  display: inline-block;
}

/* make icons slightly smaller */
.icon-svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #4b5563;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.additional-div {
  display: flex;
  gap: 10px;
  max-width: 275px;
}

.social_group {
  gap: 30px;
}

.social_group div i,
.social_group div svg {
  font-size: 24px;
}

.social_group div i {
  color: #000;
}

.mt-115 {
  margin-top: 115px;
}

.sup_1 {
  top: -2px;
}

.font-28-red {
  font-size: 28px;
  color: #96151D;
  font-weight: 400;
}

.font-21 {
  font-size: 21px;
}

.custom-curve-button {
  border: 2px solid #040505;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 24px;
  transition: none !important;
}

.custom-curve-button:hover {
  background-color: #000000 !important;
  opacity: 1 !important;
  color: #ffffff;
}

.custom-curve-button.active {
  background-color: #000000;
  color: #ffffff;
  transition: none !important;
}

.custom-curve-button.active:hover {
  background-color: #ffffff !important;
  opacity: 1 !important;
  color: #000000;
}

.custom-curve-button:disabled,
.custom-curve-button[disabled],
.custom-curve-button.disabled {
  pointer-events: auto !important; /* Allow cursor to show */
  opacity: 0.6;
  cursor: not-allowed !important;
}

.custom-curve-button:disabled:hover,
.custom-curve-button[disabled]:hover,
.custom-curve-button.disabled:hover {
  background-color: white !important;
  color: black !important;
  opacity: 0.6 !important;
  transform: none !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.custom-curve-button i {
  font-size: 18px;
}

#currentPolicy {
  font-size: 16px;
}

/* Padding for the select element */
.from-select-md {
  padding: 12px 16px !important;
  font-size: 14px;
}

/* Styling the selected option inside the dropdown list */
#from-select-md option:checked,
#currentPolicy option:checked {
  background-color: rgb(231, 241, 252) !important;
  color: #0b0b0b !important; /* darker text */
}

/* For Chrome/Edge (highlighted option on hover) */
#from-select-md option:hover,
#currentPolicy option:hover {
  background-color: rgba(231, 241, 252, 0.6) !important;
}

.question-tooltip {
  min-width: 10px !important;
  padding: 0;
}

.custom-row {
  display: flex;
  justify-content: end;
  flex-direction: column;
  margin-left: auto;
  width: 250px;
}

/* responsive tweak */
@media screen and (max-width: 768px) {
  .custom-curve-button {
    width: 100% !important;
    margin-left: 0 !important;
  }
  /* Keep 'Apply to all funds' and 'Yes, apply to all funds' buttons same size as desktop */
  .apply-button-width {
    width: auto !important;
    min-width: 180px !important;
    max-width: 240px !important;
    display: inline-block !important;
  }
  .custom-row {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .policy-table-old thead {
    display: none;
  }
  .pagination-bar {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    padding: 0;
  }
  .pager-right {
    /* justify-content: space-between;
    align-items: stretch;
    flex-direction: column;  */
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .policy-table-old table,
  .policy-table-old tbody,
  .policy-table-old tr {
    display: block;
    /* force table to behave like div */
    width: 100%;
    border: 1px solid #ced4da;
    border-left: 0;
    border-right: 0;
  }
  .stack-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
  }
  .stack-row td {
    display: block;
    box-sizing: border-box;
    padding: 8px 0;
    border-top: none;
  }
  /* First two tds = 50% each */
  .stack-row td:nth-child(1) {
    width: 10%;
  }
  .stack-row td:nth-child(2) {
    width: 90%;
  }
  /* Rest = 100% full width */
  .stack-row td:nth-child(n+3) {
    width: 100%;
  }
  .link_additional {
    margin-left: 0 !important;
  }
  #change_default_btn,
  #edit_Fund_btn,
  #link_additional_Accounts {
    width: 100%;
    margin-left: 0 !important;
  }
  .additional-div {
    max-width: 100%;
  }
  .social_group {
    margin-top: 30px;
  }
  .social-group-main {
    flex-direction: column;
    align-items: self-start !important;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .tooltip-inner {
    border: 1px solid black !important;
  }
}
.fs-6 {
  font-size: 1rem !important;
}

.vanguard-image-header {
  width: 215px;
  height: 52px;
}

.vanguard-image-footer {
  width: 154px;
  height: 38px;
}

.sub-header {
  color: #96151D;
  font-size: 28px;
}

h5, .heading-5 {
  font-size: 16px;
  font-weight: 700;
}

.policy-heading {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: inherit !important;
}

.policy-list {
  list-style: disc;
}

.policy-selection-main {
  font-size: 16px;
}

.fs-6 {
  font-size: 16px !important;
}

#submit_policy_selection_modalBody {
  padding-top: 24px;
}

#modal_policy_selection .link-bold {
  text-decoration: underline !important;
}

#modal_policy_selection_modalBody {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.apply-padding {
  padding: 11px 24px !important;
}

.card {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #ddd !important;
}
.card.shadow-none {
  box-shadow: none !important;
}
.card.border-0 {
  border: none !important;
}
.card.border-top {
  border-top: 1px solid #7D7D7D !important;
}

.card-body {
  padding: 24px 48px;
}

.accordian-btn.collapsed i {
  rotate: 0deg;
  transition: all 0.35s ease !important;
}

.accordian-btn i {
  rotate: 180deg;
  transition: all 0.35s ease !important;
}

.accordian-btn.accordianBTnStyles {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  display: flex;
  align-items: baseline;
}

.accordian-btn.accordianBTnStyles.collapsed .nc-icon-outline.arrows-1_minimal-down {
  top: 2px;
}

.accordian-btn.accordianBTnStyles .nc-icon-outline.arrows-1_minimal-down {
  top: 0px;
}

.accordianHeadPadding {
  padding-left: 14px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 16px;
}

.marginLeft-34 {
  margin-left: 34px;
}

.accordianBodyPadding {
  padding-left: 74px;
  padding-top: 10px;
  width: calc(100% - 175px);
}

.borderDivider-top {
  font-size: 1px;
  line-height: 1px;
  border-bottom: 2px solid #6d6d6d;
  margin: 10px 15px;
  width: 100%;
}

.borderDivider {
  font-size: 1px;
  line-height: 1px;
  border-bottom: 2px solid #6d6d6d;
  margin: 26px 15px 0px 15px;
  width: 100%;
}

.nc-icon-outline.arrows-1_minimal-down {
  font-size: 14px;
  color: #00578E;
  font-weight: 600;
  position: relative;
}

.policyNameWidth {
  width: calc(100% - 160px);
}

.tooltip .tooltip-inner {
  background-color: #00578E !important;
  color: white !important;
  border: 1px solid #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #00578E !important;
  padding: 12px 16px !important;
  font-size: 14px;
  text-align: left;
}

/* Top arrow */
.bs-tooltip-top .arrow::before {
  content: "";
  border-width: 8px 8px -1px 8px !important;
  border-style: solid;
  border-color: #00578E transparent transparent transparent !important;
  top: -1px !important;
}

/* Bottom arrow */
.bs-tooltip-bottom .arrow::before {
  content: "";
  border-width: -1 8px 8px 8px !important;
  border-style: solid;
  border-color: transparent transparent #00578E transparent !important;
}

/* Tooltip button styling */
.tooltip-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
  width: auto;
  height: auto;
  line-height: 1;
  vertical-align: baseline;
  cursor: pointer;
}

.tooltip-btn:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 182, 0.5);
}

.mt-200 {
  margin-top: 200px;
}

.link-bold {
  color: #00578E;
  font-weight: bold;
}

.review_info_popover {
  color: white !important;
  background-color: #00578E !important;
  padding: 3px;
  border-radius: 20px;
}

.header-container {
  padding: 0px 42px;
}

.policy-selection {
  padding: 0px 29px 14px 29px;
}

h2#modal_policy_selection_modal {
  margin-bottom: 53px !important;
}

.btn-dark-2 {
  background-color: #000;
  color: #fff !important;
  font-weight: 700;
}

.btn-dark-2:hover {
  background-color: #000;
  color: #fff;
}

.lock-icon {
  font-size: 3rem;
}

.my-meetings-h3 {
  font-size: 23px !important;
  font-weight: bold;
  margin-bottom: 30px;
}

.acc_info_verified {
  color: #00802B;
  font-size: 50px;
  border: 5px solid #00802B;
  border-radius: 50%;
}

.info-block {
  background-color: #f6f6f6;
}

#review_linking_status_modal a {
  text-decoration: underline !important;
}

#review_linking_status_modalBody a {
  font-weight: bold !important;
}

#submitBtn:disabled {
  background-color: #D8D8D8 !important;
  border-color: #D8D8D8 !important;
  color: #555555;
  opacity: 1 !important;
}

.callouts {
  background-color: #F5F9FC;
}

.text-field {
  max-width: 500px;
  width: 100%;
}

.link-text {
  color: #fff !important;
}

.input-invalid {
  color: #DD0303;
}

.input-error {
  border: 1px solid #DD0303 !important;
}

.info-icon {
  font-size: 18px;
}

@media (forced-colors: active) {
  .custom-control {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .custom-control-input {
    forced-color-adjust: auto;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    opacity: 1;
    position: static;
    margin: 0;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
  }
  .custom-control-label {
    padding-left: 0 !important;
    margin: 0;
  }
  .custom-control-label::before,
  .custom-control-label::after {
    display: none !important;
  }
}
.tooltip-btn.review_info_popover,
.review_info_popover.tooltip-btn,
.review_info_popover {
  forced-color-adjust: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.custom-control-input:focus-visible {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

.after-edit-row {
  font-weight: bold;
  background-color: #FFF8E5;
}

.get_started_div h1 {
  font-size: 30px !important;
}

.get_started_div p {
  font-size: 18px !important;
}

p.captcha_privacy_text {
  font-size: 14px !important;
}

.get_started_div p.captcha_privacy_text {
  font-size: 14px !important;
}

.copyRight {
  font-size: 14px !important;
  line-height: 21px !important;
}

.footerLinks a {
  font-size: 14px !important;
  text-decoration: underline !important;
  text-decoration-color: #00578e !important;
}

@media screen and (max-width: 991px) {
  .card {
    width: 100% !important;
    border-radius: 0px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 72px;
  }
  .card-header {
    min-height: 70px;
    height: 100% !important;
  }
  .policy-selection {
    padding: 0px;
  }
}
/* Additional responsive fixes for tablets and mobile */
@media screen and (max-width: 767px) {
  .card-body {
    padding: 1rem 0.75rem;
    font-size: 14px;
  }
  .container.welcome_heading_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card {
    margin-bottom: 1rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .accordianHeadPadding {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .marginLeft-34 {
    margin-left: 8px !important;
    text-align: left;
  }
  .accordianBodyPadding {
    padding-left: 44px;
    padding-top: 10px;
    padding-right: 20px;
    width: 100%;
  }
  .card {
    /* padding: 3px; */
    height: 100% !important;
  }
  .apply-btn {
    padding: 3px 12px;
  }
  .card-header {
    padding: 3px !important;
  }
  .card-header h5 {
    width: 63% !important;
  }
  .card-header .accordian-btn {
    padding: 0px !important;
    text-align: left !important;
  }
  #modal_policy_selection_modalBody {
    max-height: 100%;
  }
  h2#modal_policy_selection_modal {
    margin-bottom: 49px !important;
  }
  .accordianHeadPadding {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .marginLeft-34 {
    margin-left: 8px !important;
    text-align: left !important;
  }
  .accordianBodyPadding {
    padding-left: 32px;
    padding-top: 10px;
    padding-right: 20px;
    width: 100%;
  }
  .header-container {
    padding: 0px;
  }
  .accordion-container {
    padding: 0px;
  }
  .borderDivider {
    margin: 26px 0px 0px 0px !important;
  }
  .borderDivider-top {
    margin: 10px 0px;
  }
  #submit_policy_selection_modalBody {
    padding-top: 16px !important;
  }
  #editSaveChangesBtn, #editCancelBtn {
    width: 100% !important;
  }
}
#pageCounter {
  color: #000;
}

#currentPage, #totalPages {
  font-weight: 700;
  color: #000;
}

.sort-icon {
  margin-left: 4px;
  font-size: 14px;
  color: #757575; /* default light gray */
}

.policy-table-heading thead tr th.sorted .sort-icon {
  color: #000; /* active sort = black */
}

.policy-table-heading thead tr th {
  cursor: pointer;
}

.successHeader {
  cursor: default !important; /* first column not clickable */
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 182, 0.7);
}

@supports (-moz-appearance: none) {
  /* Firefox only */
  .social_group div a:focus-visible {
    outline-offset: 12px;
  }
  th[tabindex="0"]:focus {
    outline-offset: -2px;
  }
  button:focus, .btn:focus {
    outline: 2px solid #000;
  }
}
#LanguageAlert_modalBody span {
  font-weight: 700;
}

.text-black {
  color: black !important;
}

/* Smooth arrow rotation transition for FAQ accordion */
#faqsModalBody {
  max-height: 70vh;
  overflow-y: auto;
}

#faqAccordion {
  /* Rotate arrow for default expanded FAQ */
}
#faqAccordion .nc-icon-outline.arrows-1_minimal-down {
  transition: transform 0.3s ease;
  display: inline-block;
}
#faqAccordion .collapse.show ~ .card-header .nc-icon-outline.arrows-1_minimal-down,
#faqAccordion .card-header:has(+ .collapse.show) .nc-icon-outline.arrows-1_minimal-down {
  transform: rotate(180deg);
}
#faqAccordion .card-header button > span {
  font-weight: 600;
  line-height: 150%;
}
#faqAccordion .card-header button:hover, #faqAccordion .card-header button:focus {
  text-decoration: none;
}
#faqAccordion .card-header button:hover > span, #faqAccordion .card-header button:focus > span {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  #faqAccordion .card {
    min-height: unset;
  }
  #faqAccordion .card-header {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  #faqAccordion .card {
    margin-bottom: 0;
  }
}

.switch-policy-btn {
  min-width: 168px !important;
}

.nc-icon-outline.ui-1_check-circle-08 {
  width: 24px;
  font-size: 24px;
}

.success-message {
  color: #000;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/* Link Additional Account modal starts */
.linkAdditionalAccountBorderDivider {
  font-size: 1px;
  line-height: 1px;
  border-bottom: 2px solid #6d6d6d;
  margin: 10px 15px;
  width: 100%;
}

.linkAccountSubHeader {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: unset;
}

.alert-danger {
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  color: #000;
}

.alert-success {
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  color: #000;
}

.account-danger-icon {
  font-size: 20px;
}

.policyy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ced4da;
}

.policy-item {
  display: flex;
  padding: 16px 0 12px 0;
  background: #fff;
  border-top: 1px solid #ced4da;
}

.policy-item .status i {
  font-size: 12px;
  color: #28a745; /* green check icon */
}

.policy-item .label {
  font-weight: 600;
  color: #333;
}

.policy-item .info p {
  margin: 0 0 4px 0;
  font-size: 14px;
}

.edit-select {
  position: relative;
}

.edit-select .custom-select {
  background-image: none !important;
  padding-right: 40px !important; /* Add space for the arrow */
}

.edit-select .select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #333333;
  z-index: 1;
}

/* Combobox autocomplete styles */
.autocomplete-listbox {
  position: absolute;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.autocomplete-listbox li[role=option] {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  color: #495057;
  min-height: 48px;
  line-height: 35px;
}
.autocomplete-listbox li[role=option]:hover {
  background-color: #f8f9fa;
}
.autocomplete-listbox li[role=option][aria-selected=true] {
  background-color: #E7F1FC;
  color: #0F3DB5;
  border-top: 2px solid #E7F1FC;
  border-bottom: 2px solid #E7F1FC;
  font-weight: 600;
  padding: calc(0.5rem - 2px) 0.75rem;
}

.institutional-custodian-page {
  /* Ensure proper positioning context for listbox */
  /* Custom select dropdown styling */
  /* Info box styling */
}
.institutional-custodian-page .broker-input {
  position: relative;
}
.institutional-custodian-page .col-12.col-md-6.col-lg {
  position: relative;
}
.institutional-custodian-page .custom-select-wrapper {
  position: relative;
}
.institutional-custodian-page .custom-select-wrapper select.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-image: none;
}
.institutional-custodian-page .custom-select-wrapper .select-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 20px;
  color: #333333;
}
.institutional-custodian-page .institution-info-box {
  background-color: #F5F9FC !important;
}

.dropdown-menu {
  max-height: 241px;
  overflow-y: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-item {
  cursor: pointer;
  padding: 12px 16px;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  color: #212529;
  transition: background-color 0.15s ease-in-out;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item[aria-selected=true] {
  background-color: #E7F1FC;
  color: #0F3DB5;
  outline: 2px solid #E7F1FC;
  outline-offset: -2px;
}

.dropdown-item:focus {
  box-shadow: none;
}

/* Ensure proper contrast for disabled state */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
  cursor: not-allowed;
}

/* Ensure dropdown has proper z-index */
.dropdown.position-relative .dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
}

/* Custom styling for the input when dropdown is open */
.form-control[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #007bff;
}

/* No results message styling */
.dropdown-item-text.text-muted {
  color: #6c757d !important;
  font-style: italic;
  cursor: default;
}

/* Focus indicators for better accessibility */
.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .dropdown-item:hover,
  .dropdown-item:focus,
  .dropdown-item.active,
  .dropdown-item[aria-selected=true] {
    background-color: #000000;
    color: #ffffff;
    outline: 2px solid #ffffff;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .dropdown-item {
    transition: none;
  }
}
.switch-policy-btn {
  color: #000; /* default text + svg stroke color */
}

.switch-policy-btn:hover {
  color: #fff; /* turns svg and text white */
}

.sucessIcon {
  min-width: 14%;
  display: inline-block;
}

.btn-min-width-272 {
  min-width: 272px !important;
}

.ellipseTd {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fileImg {
  font-size: 1.7rem;
}

.file_content {
  margin-top: 0;
}

@media (min-width: 768px) {
  .file_content {
    margin-top: 24px;
  }
}
#submit_policy_selection.modal.modal-custom .modal-content p {
  line-height: 24px !important;
}

.get_started_div-padding {
  padding: 50px 100px !important;
}

.get_started_div-padding p {
  font-size: 20px !important;
}

#faqCollapse6 ul {
  list-style: disc !important;
}

#faqCollapse10 ul {
  list-style: decimal !important;
}

/* ENABLED button */
.saveChangesBtn:enabled {
  background: #040505;
  color: #fff;
  opacity: 1;
}

/* Hover ONLY when enabled */
.saveChangesBtn:enabled:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #040505 !important;
}

/* DISABLED button */
.saveChangesBtn:disabled {
  background: #040505;
  color: #fff;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Extra safety: block hover styles completely */
.saveChangesBtn:disabled:hover {
  background: #040505 !important;
  color: #fff !important;
  border: 2px solid #040505 !important;
}

button.btn-primary.participateBtn {
  background-color: #ffffff;
  border-color: #620029;
  color: #620029;
}
button.btn-primary.participateBtn:hover, button.btn-primary.participateBtn:active, button.btn-primary.participateBtn:focus {
  border-color: #620029 !important;
  color: #620029 !important;
  opacity: 1;
}

button.btn-primary.participateBtn:focus {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px !important;
}

/* Bottom Banner CSS-only Transitions */
.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #620029;
  color: white;
  padding: 15px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  animation: bannerSlideIn 2.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
.bottom-banner.banner-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.bottom-banner .banner-close-icon {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 1001;
  font-size: 24px;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  border-radius: 4px;
}
.bottom-banner .banner-close-icon:hover, .bottom-banner .banner-close-icon:focus {
  transform: scale(1.1);
  opacity: 0.8;
}
.bottom-banner .banner-close-icon:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.bottom-banner .banner-close-icon:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.bottom-banner .banner-close-icon:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.bottom-banner .banner-content .banner-heading {
  font-size: 18px;
}
.bottom-banner .banner-content .banner-message {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #bottomBannerModal .banner-container button {
    width: 100%;
  }
}
@keyframes bannerSlideIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  60% {
    transform: translateY(-5px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.institutional-signin {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .policyy-list .edit-select,
  .policyy-list .edit-select .custom-select {
    width: 250px;
  }
  .institutional-signin {
    white-space: normal;
  }
}
.nc-icon-mini.ui-2_alert-circle-i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #EE7624;
}

.unsuccessful-link-text {
  font-size: 21px;
}

.votingPolicy_modal .applyButton {
  background: #040505;
  color: #fff;
  opacity: 1;
}
.votingPolicy_modal .applyButton:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #040505 !important;
}