     .follow-this-termination-start{
        display: flex;
        justify-content: center;
        margin: 20px;
     }
      .container-termination {
        background-color: rgba(0, 0, 0, 0.1);
        padding: 50px;
        margin: 0;
        border-radius: 50px;
        max-width: 850px;
        width: 100%;
        text-align: center;
      }
  
      h1 {
        color: #767676;
        font-size: 2.5rem;
        margin-bottom: 20px;
        text-shadow: 1px 1px;
      }
  
      .termination-text {
        font-size: 1rem;
        margin-bottom: 20px;
        color: #555;
        text-align: center;
      }
  
      .container-termination input {
        width: 100%;
        max-width: 400px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 16px;
        margin-top: 10px;
        color: #000;
      }

      .container-termination input:hover {
        border: 1px solid #ccc;
      }
  
      .container-termination input::placeholder {
        color: #aaa;
        text-align: center;
      }
  
      .send-btn {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 20px;
        border: 2px solid #649a2a;
        border-radius: 10px;
        color: #649a2a;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        transition: background-color 0.3s ease;
        cursor: pointer;
        background-color: #fff;
      }
  
      .send-btn:hover {
        background-color: #649a2a;
        color: #fff;
      }
      #email {
        text-align: center;
        margin-left: 10rem;
        margin-right: 10rem;
      }
    
  
      @media (max-width: 1024px) { /* Tablet view */
        .container-termination {
          padding: 40px;
          max-width: 600px;
        }
        h1 {
          font-size: 2.5rem;
        }
        .termination-text {
          font-size: 0.9rem;
        }
        .send-btn {
          font-size: 14px;
          padding: 8px 16px;
        }
        #email {
            margin-left: 0rem;
            margin-right: 0rem;
        }
      }
      
      @media (max-width: 768px) { /* Mobile view */
        .container-termination {
          padding: 30px;
          border-radius: 30px;
        }
        h1 {
          font-size: 2rem;
        }
        .termination-text {
          font-size: 0.8rem;
        }
        .send-btn {
          font-size: 14px;
          padding: 8px 16px;
        }
        #email {
          margin-left: 0rem;
          margin-right: 0rem;
        }
      }


/* Termination Options Custom CSS */

.follow-this-termination-options{
    display: grid;
    font-family: Arial, sans-serif;
    justify-content: center;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    flex-direction: column;
    align-items: center
}

.option-container {
    display: flex;
    align-items: flex-start; /* Align input and label text */
    margin-bottom: 15px;
}
.radio-input {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.radio-input:checked {
    border-color: #649a2a;
}
.radio-input:checked::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #649a2a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex: 1; /* Ensures the label stretches to available space */
}
.donation-slider{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 50%;
}
.donation-slider i, .donation-slider p{
	color: #649A2A;
	font-style: italic;
	font-size: 16px;
}
.donation-slider i{
	font-weight: bold;
}
.donation-slider p{
	color: #767676 !important;
}
.slider-container {
	max-width: 502px;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
#slider-value {
	font-size: 60px;
	color: #649A2A;
	font-weight: 800;
	margin-bottom: 44px;
	display: block;
	margin-top: 10px;
}
input[type="range"] {
	width: 100%;
	margin-top: 10px;
	-webkit-appearance: none;
	appearance: none;
	height: 8px;
	background-color: #D9D9D9;
	border-radius: 10px;
	position: relative;
	z-index: 100;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	border: 4px solid #649A2A;
	z-index: 1000;
}
.slider-input-wrap{
	position: relative;
}
.radio-description {
    flex: 1;
    min-width: 0; /*Ensures no unintended overflow*/
}
.combination {
    display: flex;
    margin-bottom: 1rem;
}
.amount {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid #e0e0e0;
    border-radius: 40px;
    background-color: #f9f9f9; */

}

.amount {
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    padding: 1rem;
    margin-left: 1rem;
}

.amount .tagline {
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
	color: #767676;
    margin-bottom: 1rem;
}
.account_details .form-field {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    text-align: left;
}
.account_details .form-field .form-control{
	display: flex;
	gap: 10px;
	align-items: center;
	flex: 0 0 59%;
	height: 28px;
	border-radius: 4px;
}
.account_details .form-field label{
	font-size: 14px;
	color: #767676;
	flex: 0 0 38%;
}
.checkbox {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    flex-direction: column;
}
.balance-details {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.balance-details .line-item {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 8px; */
}

.balance-details .line-item .label {
    color: #888;
}

.balance-details .line-item .value {
    color: #333;
}

.balance-details .line-item .negative {
    color: #d9534f;
}

.balance-details .line-item .positive {
    color: #649A2A;
    font-weight: bold;
}
.topbar_termination_tag {
    font-size: 16px;
    color: #649A2A;
}

.topbar_termination_tagline {
  margin-top: 0.7rem;
}

.share_info_table {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    padding: 1rem;
}

.share_info_table .popup-block-right {
    border: 1px solid #e0e0e0;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}

.modal-body{
	/* padding: 0; */
	background-color: transparent;
}
.modal-content{
	background-color: transparent;
	border: none;
}
.modal-dialog{
	max-width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .termination_options_view {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .radio-input {
        margin-right: 10px;
        margin-bottom: 10px; /* Add spacing for stacked items */
        margin-left: 10px;
    }
    #slider-value {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .combination {
        flex-direction: column;
    }
    .checkbox-container {
        display: flex;
        align-items: flex-start;
        padding-left: 10px;
        margin-top: 3rem;
    }
    .checkbox-container input {
        margin-top: 0.3rem;
    }
    .checkbox-container label {
        margin-left: 1rem;
    }
    .amount .tagline {
        margin-left: 2rem;
    }
    .amount {
        margin-left: 0;
    }
    .tip_description {
        margin-left: 0 !important;
    }
}


/* New Termination Options Page CSS */

.termination_options_view {
    /* display: grid; */
    font-family: "Open Sans", serif;
    /* justify-content: center; */
    margin-top: 40px;
    margin-left: 10rem;
    margin-right: 10rem;
    /* flex-direction: column; */
    /* align-items: center */
}

.share_table {
    display: block !important;
}

.follow-this-termination-options-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.radio-input {
    appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    border-color: #649a2a;
}

.highlight {
    color: #649a2a;
    font-weight: 400;
}

.balance_label {
    color: #649A2A !important;
    margin-left: 8rem;
}

.description_bold {
    color: #767676;
    font-weight: 500;
}

.description_light {
    color: #767676;
    font-weight: lighter;
    font-size: 19px;
}

.checkbox-container{
    font-size: large;
}

.tip_description {
    display: flex;
    align-items: center;
    font-weight: lighter;
    color: #649A2A;
    margin-top: 0.5rem;
    margin-left: 1rem;
    font-size: 19px;
}
.tip_description_line {
    margin-left: 1rem;
    font-style: italic;
}