@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url('HelveticaNeueLTStd-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueBDStd';
  src: url('HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* PP Monument Extended Regular */
@font-face {
  font-family: 'PPMonumentExtended';
  src: url('PPMonumentExtended-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PPMonumentExtended', Arial, sans-serif !important;
  color: #ffffff !important;
}

body {
  background: #000000;
  padding: 2rem 0;
  font-family: 'HelveticaNeueLTStd', Arial, sans-serif;
  color: #ffffff;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  background: #1a1a1a;
  margin-bottom: 2rem;
}

.search-label {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 18px;
}

.form-floating label {
  color: #888888;
}

.search-btn {
  transition: all 0.3s;
}

.search-btn:hover {
  transform: translateY(-2px);
}

.form-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(54, 69, 79, 0.2);
  color: #36454F;
  border: 1px solid #36454F;
}

.animated-icon {
  transition: all 0.3s;
}

.search-btn:hover .animated-icon {
  transform: scale(1.2);
}

.filter-badge {
  cursor: pointer;
  transition: all 0.3s;
}

.filter-badge:hover {
  transform: translateY(-2px);
}

.custom-input {
  border-radius: 30px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.floating-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.logo-img {
  margin: auto;
  text-align: center;
  width: 360px;
  display: block;
}

.btn-cont {
  background: #36454F;
  border-color: #36454F;
  color: #ffffff;
}

.btn-cont:hover {
  color: #ffffff;
  background: #2a3a44;
  transform: translateY(0px);
}

.h3-text {
  margin: 20px 0 30px 0px;
  color: #ffffff;
}

.step-content {
  display: none;
}

.step-content.active {
  display: block;
}

.nxt-pre-btn .prev-step {
  width: auto !important;
  display: block;
  margin: auto;
  margin-top: 13px;
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #9ca3af !important;
}

.nxt-pre-btn .prev-step:hover {
  color: #36454F !important;
}

.form-check, .form-check-input, .form-check-label {
  cursor: pointer;
}

.form-check {
  width: 48%;
}

.form-check-inline {
  display: inline-block;
  margin-right: 20px;
}

.form-check-label {
  font-size: 16px;
  color: #ffffff;
}

.form-check-input[type=radio] {
  height: 20px;
  width: 20px;
}

.nxt-pre-btn-ass {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.nxt-pre-btn-ass .next-step {
  background: #36454F;
  color: #ffffff;
  border: none;
}

.nxt-pre-btn-ass .next-step:hover {
  background: #2a3a44;
}

.text-white {
  color: #ffffff;
}

.option-box {
  background: #141414;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 2px solid #a5a2a2;
  font-family: 'HelveticaNeueLBDtd', Arial, sans-serif;
  position: relative;
  padding-right: 46px;
  color: #ffffff;
}

.option-box.active {
  background: #2a2a2a;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.option-box:hover {
  background: #2a2a2a;
  border-color: #ffffff;
}

.option-box.field-mark-empty::after,
.option-box.field-mark-partial::after,
.option-box.field-mark-complete::after {
  position: absolute;
  top: 10px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: transparent;
  border: none;
}

.asset-overview-step .option-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.asset-overview-step .option-box > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.asset-overview-step .radio-group {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.asset-overview-step .radio-group .form-check {
  width: auto !important;
  margin-bottom: 0 !important;
}

.basic-details-step .option-box,
.asset-overview-step .option-box {
  background: #36454F !important;
}

.basic-details-step .option-box:hover,
.asset-overview-step .option-box:hover {
  background: #91A3B0 !important;
  border: 2px solid #ffffff;
}

.inline-radio-option {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.inline-radio-option > div:first-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.inline-radio-option .radio-group {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.inline-radio-option .radio-group .form-check {
  width: auto !important;
  margin-bottom: 0 !important;
}

.radio-group {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

.radio-group label {
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

.multiselect-options1 {
  display: none;
  border: 1px solid #333333;
  background: #1a1a1a;
  padding: 10px;
  border-radius: 6px;
}

.multiselect-options1.show {
  display: block;
}

.custom-dropdown {
  border: 1px solid #333333;
  border-radius: 8px;
  padding: 10px 40px 10px 12px;
  background: #1a1a1a;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}

.custom-dropdown:hover {
  border-color: #36454F;
}

.guardian-block {
  border: 1px solid #333333;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #141414;
}

.remove-guardian {
  display: inline-block;
  float: right;
  color: #ef4444;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.dropdown-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #999999;
}

.multiselect-options1 {
  display: none;
  border: 1px solid #333333;
  border-radius: 8px;
  background: #1a1a1a;
  margin-top: 5px;
  padding: 8px;
}

.multiselect-options1.show {
  display: block;
}

.form-check-input:checked {
  background-color: #36454F !important;
  border-color: #36454F !important;
}

.ownership .form-check {
  margin-bottom: 10px !important;
  width: 48% !important;
}

.progress {
  height: 15px;
  background-color: #2a2a2a;
}

.progress-bar {
  background-color: #36454F;
}

.popup-overlay {
  position: fixed;
  top: 0;
  right: -600px;
  width: 600px;
  height: 100%;
  background: #1a1a1a;
  transition: right 0.3s ease;
  z-index: 1050;
  overflow: auto;
}

.popup-overlay > .p-4 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.popup-overlay.active {
  right: 0;
}

.outer-property, .outer-executor {
  border-color: #333333;
  background: #141414;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.outer-property .form-label {
  font-weight: 600;
}

.remove-property {
  display: inline-block;
  float: right;
  color: #ef4444;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.iwillpro-disclaimer {
  font-family: Arial, sans-serif;
  padding-top: 20px;
  color: #ffffff;
}

.iwillpro-disclaimer p {
  margin-bottom: 12px;
  font-weight: 500;
}

.iwillpro-disclaimer ul {
  list-style: none;
  padding-left: 0;
}

.iwillpro-disclaimer li {
  align-items: flex-start;
  margin-bottom: 10px;
}

.iwillpro-disclaimer input[type="checkbox"] {
  margin-right: 3px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #36454F;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.iwillpro-disclaimer label {
  cursor: pointer;
  color: #ffffff;
}

.outer-executor .chklb {
  margin-bottom: 10px;
}

#popup-review .radio-group p {
  margin-bottom: 0;
  color: #ffffff;
}

#reviewBox, #addonExtra, #funeralWishes {
  cursor: pointer;
}

.option-box.active {
  border-color: #ffffff;
  background: #2a2a2a;
  box-shadow: #ffffff 0px 0px 8px 0;
}

.multiselect-dropdown {
  position: relative;
  width: 100%;
}

.multiselect-trigger {
  background: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 0.375rem;
  padding: 10px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
  transition: all 0.15s ease-in-out;
  font-size: 0.95rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.multiselect-trigger:hover {
  border-color: #36454F;
  box-shadow: 0 2px 4px rgba(54, 69, 79, 0.2);
}

.multiselect-trigger:focus {
  border-color: #36454F;
  box-shadow: 0 0 0 0.2rem rgba(54, 69, 79, 0.25);
  outline: none;
}

.multiselect-trigger .arrow {
  transition: transform 0.2s ease;
  color: #999999;
  font-size: 0.8rem;
  font-weight: 600;
}

.multiselect-trigger.active .arrow {
  transform: rotate(180deg);
}

.multiselect-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 0.5rem;
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.2s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.multiselect-options.show {
  display: block;
}

.option-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.15s ease;
  border-bottom: 1px solid #2a2a2a;
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}

.option-item:last-child {
  border-bottom: none;
}

.option-item:hover {
  background: linear-gradient(135deg, #36454F 0%, #2a3a44 100%);
  color: #ffffff;
  padding-left: 20px;
}

.option-item:active {
  background: linear-gradient(135deg, #2a3a44 0%, #1a2a2f 100%);
  transform: scale(0.98);
}

.option-item span {
  color: inherit;
  font-weight: 400;
}

.option-item.selected {
  background: #36454F;
  color: #ffffff;
  font-weight: 500;
}

.option-item.selected::after {
  content: "✓";
  margin-left: auto;
  color: #ffffff;
  font-weight: 600;
}

.selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.selected-item {
  background: #36454F;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.selected-item .remove {
  cursor: pointer;
  font-weight: bold;
  opacity: 0.8;
}

.selected-item .remove:hover {
  opacity: 1;
}

.modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  overflow: hidden;
  background: #1a1a1a;
  color: #ffffff;
}

.modal-body {
  padding: 30px;
  text-align: center;
  padding-top: 0 !important;
}

.modal-icon {
  font-size: 60px;
  margin-bottom: 20px;
  color: #36454F;
}

.modal-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.modal-message {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #ffffff;
}

.modal-btn {
  background: #36454F;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
}

.modal-btn:hover {
  background: transparent;
  border: 1px solid #36454F;
  color: #36454F;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

@media(max-width: 768px) {
  .popup-overlay {
    width: 100%;
    right: -100%;
  }
}

.haveAcc a {
  color: #36454F;
  text-decoration: none;
  font-weight: 500;
}

.haveAcc a:hover {
  color: #2a3a44;
}

.popupCross {
  position: static;
  right: auto;
  top: auto;
  align-self: flex-start;
  order: 999;
  margin-top: 4px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  background-color: #36454F;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(54, 69, 79, 0.1);
  padding: 8px 20px;
}

.popupCross:hover {
  background-color: #91A3B0;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(54, 69, 79, 0.2);
  transform: translateY(-1px);
}

.logoImgAll {
  margin: initial;
  margin-bottom: 40px !important;
  width: 150px !important;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  padding-left: 0;
}

#progressbar li {
  list-style-type: none;
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 41px;
  line-height: 41px;
  display: block;
  font-size: 10px;
  color: #ffffff;
  background: #2a2a2a;
  border-radius: 30px;
  margin: 0 auto 5px auto;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #2a2a2a;
  position: absolute;
  left: -50%;
  top: 20px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
  background: #36454F;
  color: white;
}

#progressbar li.active {
  color: #ffffff !important;
}

#progressbar li.active.completed {
  color: #36454F !important;
}

#progressbar li.active:before, #progressbar li.active:after {
  background: #36454F !important;
  border: 0.5px solid #a5a2a2;
}

#progressbar li.active.completed:before, #progressbar li.active.completed:after {
  background: #36454F !important;
  border: 0.5px solid #a5a2a2;
}

/* beneficiary */
#beneficiaries_step #progressbar_ben {
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  counter-reset: step;
}

#beneficiaries_step #progressbar_ben li {
  position: relative;
  text-align: center;
  flex: 1;
  font-size: 14px;
  color: #888888;
  cursor: pointer;
}

#beneficiaries_step #progressbar_ben li:before {
  content: counter(step);
  counter-increment: step;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background: #2a2a2a;
  color: #ffffff;
}

#beneficiaries_step #progressbar_ben li.active:before {
  background: #36454F;
  color: #ffffff;
  border: 0.5px solid #a5a2a2;
}

#beneficiaries_step #progressbar_ben li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #2a2a2a;
  top: 17px;
  left: -50%;
  z-index: -1;
}

#beneficiaries_step #progressbar_ben li:first-child:after {
  content: none;
}

#beneficiaries_step #progressbar_ben li.active {
  color: #36454F;
  font-weight: 600;
}

#beneficiaries_step #progressbar_ben li.active + li:after {
  background: #36454F;
}

.form-box {
  background: #36454F;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
}

.btn-dark {
  border-radius: 10px;
  background-color: #141414;
  border: none;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-dark:hover {
  border: 1px solid #ffffff;
}

.step-content_ben {
  display: none;
}

.step-content_ben.active {
  display: block;
}

.step_div h3 {
  margin-top: 40px;
  color: #ffffff;
}

.input_border {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  background: #141414;
}

.step-content_ben h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.percent-input {
  width: 80px;
  text-align: right;
  display: inline-block;
}

.total-box {
  background: #141414;
  border-radius: 8px;
  padding: 12px;
  margin-top: 15px;
  color: #ffffff;
}

.conditional-inputs {
  display: none;
  margin-top: 15px;
}

.border_yes {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 10px;
  color: black;
}

.gift-block {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #333333;
  border-radius: 8px;
  background: #141414;
}
.gift-title{
  color: #ffffff;
}

.remove-gift {
  color: #ef4444;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}

#progressbar_ben li.completed:before {
  background: #36454F !important;
}

#progressbar_ben li.completed {
  color: #36454F !important;
}

.checkbox-box {
  background-color: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 6px;
  padding: 15px;
}

#professionalForm .form-check {
  margin-bottom: 8px;
  width: 48%;
}

.border-l-4 {
  border-left-width: 4px;
}

.info-box {
  background: #141414;
  border-left: 4px solid #36454F;
  border-radius: 0.5rem;
  padding: 1rem;
  color: #ffffff;
}

.info-box p {
  font-weight: 400;
}

#gift_furnal_step .form-label {
  font-weight: 500;
  color: #ffffff;
}

#gift_furnal_step .radio-group .form-check-input {
  display: none;
}

#gift_furnal_step .radio-group label {
  border: 1px solid #444444;
  border-radius: 8px;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  background-color: #1a1a1a;
  color: #ffffff;
}

#gift_furnal_step .radio-group input:checked + label {
  border-color: #36454F;
  background-color: #36454F;
  color: #ffffff;
  font-weight: 600;
}

#gift_furnal_step .radio-group .form-check {
  padding-left: 0;
}

#gift_furnal_step .section-title {
  font-weight: 500;
  color: #ffffff;
}

.status-card {
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
  padding: 20px;
  background: #1a1a1a;
}

.status-box {
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.status-complete {
  background: #0d2a1a;
  color: #4ade80;
}

.status-pending {
  background: #2a1f0d;
  color: #fbbf24;
}

.status-error {
  background: #2a0d0d;
  color: #f87171;
}

.green-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #4ade80;
  border-radius: 50%;
  margin-right: 6px;
}

.pending-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fbbf24;
  border-radius: 50%;
  margin-right: 6px;
}

.error-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f87171;
  border-radius: 50%;
  margin-right: 6px;
}

.progress-ring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#36454F 0% 75%, #2a2a2a 75% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress-ring::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #1a1a1a;
}

.progress-ring span {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.card-custom {
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
  background: #1a1a1a;
  padding: 20px;
}

.info-title {
  font-weight: 600;
  color: #ffffff;
}

.info-sub {
  font-size: 14px;
  color: #cccccc;
}

.section-title {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.section-subtitle {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 20px;
}

.edit-btn {
  border: 1px solid #36454F;
  color: #36454F;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 14px;
  background: #1a1a1a;
}

.edit-btn:hover {
  background: #36454F;
  color: #ffffff;
  border-color: #36454F;
}

.highlight-box {
  background: rgba(54, 69, 79, 0.2);
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #36454F;
}

.status-warning {
  color: #fbbf24;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

.status-warning span {
  font-weight: 600;
}

.beneficiary-box {
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 12px;
}

.beneficiary-box.green {
  background: #0d2a1a;
  border: 1px solid #166534;
}

.beneficiary-box.yellow {
  background: #2a1f0d;
  border: 1px solid #854d0e;
}

.beneficiary-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  color: #ffffff;
}

.beneficiary-status {
  font-size: 14px;
}

.beneficiary-status.success {
  color: #4ade80;
}

.beneficiary-status.warning {
  color: #fbbf24;
}

.complete-btn {
  border: 1px solid #36454F;
  color: #36454F;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 14px;
  background: #1a1a1a;
}

.complete-btn:hover {
  background: #36454F;
  color: #ffffff;
}

.perNum {
  float: right;
  font-weight: 500;
  color: #ffffff;
}

.finalize-card {
  background: #1a1a1a;
  text-align: center;
}

.finalize-title {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.finalize-sub {
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 4px;
}

.finalize-sub2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 25px;
}

.btn-outline {
  border: 1px solid #36454F;
  color: #36454F;
  background: transparent;
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 7px;
}

.btn-outline:hover {
  background: #36454F;
  color: #ffffff;
  border-color: #36454F;
}

.warning-box {
  background: #1a160a;
  border: 1px solid #664d0a;
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
}

.warning-box strong {
  color: #fbbf24;
}

.chlid-border {
  border: 1px solid #333333;
  padding: 10px;
  border-radius: 10px;
}

#remove-add-sben {
  display: inline-block;
  margin: 5px 0;
  float: none;
  width: 100%;
  text-align: right;
}

.input_sben .border_yes {
  margin-bottom: 10px;
}

#popup-executor-terms.popup-overlay {
  top: -120%;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 520px;
  min-width: 320px;
  height: auto;
  max-height: calc(100% - 60px);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  transition: top 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

#popup-executor-terms.popup-overlay > .p-4 {
  padding: 24px;
}

#popup-executor-terms.popup-overlay.active {
  top: 20px;
  opacity: 1;
  right: auto;
}

.gdiv {
  background-color: #141414;
  padding: 12px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.gdiv .btn-dark {
  background-color: transparent;
  color: #ffffff;
}

.gdiv a {
  text-decoration: none!important;
  margin-left: auto;
  background-color: #36454F;
  color: white;
  padding: 6px 14px;
  border-radius: 4px;
  display: inline-block;
}

.gdiv a:hover {
  background-color: #2a3a44;
}

.gdiv .btn-dark,
.gdiv .btn-dark:hover,
.gdiv .btn-dark:focus,
.gdiv .btn-dark:active {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.option1-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.15s ease;
  border-bottom: 1px solid #2a2a2a;
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}

.option1-item:last-child {
  border-bottom: none;
}

.option1-item:hover {
  background: linear-gradient(135deg, #36454F 0%, #2a3a44 100%);
  color: #ffffff;
  padding-left: 20px;
}

.option1-item:active {
  background: linear-gradient(135deg, #2a3a44 0%, #1a2a2f 100%);
  transform: scale(0.98);
}

.option1-item span {
  color: inherit;
  font-weight: 400;
}

.option1-item.selected {
  background: #36454F;
  color: #ffffff;
  font-weight: 500;
}

.option1-item.selected::after {
  content: "✓";
  margin-left: auto;
  color: #ffffff;
  font-weight: 600;
}

/* Additional text color fixes for inputs and labels */
label, .form-label, .form-check-label {
  color: white;
}

input, select, textarea, .form-control {
  background-color: #141414 !important;
  color: #ffffff !important;
  border-color: #444444 !important;
}

input::placeholder, textarea::placeholder {
  color: #888888 !important;
}

input:focus, select:focus, textarea:focus, .form-control:focus {
  border-color: #36454F !important;
  box-shadow: 0 0 0 0.2rem rgba(54, 69, 79, 0.25) !important;
}

/* Make sure all text in form container is white */
.form-container, .form-container * {
  color: #ffffff;
}

/* Specific fix for option box text */
.option-box, .option-box * {
  color: #ffffff !important;
}

/* Fix for radio group text */
.radio-group label, .radio-group span {
  color: #ffffff !important;
}

#customSplitsSection {
  color: #ffffff;
}

/* Green checkmark for complete */
.option-box.field-mark-complete::after {
  content: "\2713";
  color: #22c55e;
  font-weight: 700;
  font-size: 18px;
}

/* Red cross for empty */
.option-box.field-mark-empty::after {
  content: "\00D7";
  color: #ef4444;
  font-weight: 700;
  font-size: 18px;
}

/* Yellow circle for partial */
.option-box.field-mark-partial::after {
  content: "\25CB";
  color: #fbbf24;
  font-weight: 700;
  font-size: 18px;
}

h3.pricing-plan-cost {
  color: #36454F !important;
}

/* Terms Button */
.terms-btn {
  background: #36454F;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.terms-btn:hover {
  background: #91A3B0;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  border-color: #ffffff(255, 255, 255, 0.2);
  color: #ffffff;
}

.terms-btn:active {
  transform: translateY(0px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.compBtn {
    transition: all 0.3s ease;
    cursor: pointer;
}

.compBtn:hover {
    background-color: #fff !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}