.columns-1, .columns-2 {
    display: flex;
    flex-direction: row;
	justify-content: center;
	gap: 50px;
	min-width: 85%;
}

@media only screen and (max-width: 767px) {
	.columns-1, .columns-2 {
		flex-direction: column !important;
	}
}

.columns-1 .column-1, .columns-1 .column-2 {
	background: #ffffff;
	padding: 50px;
	border-radius: 15px;
}

@media only screen and (max-width: 767px) {
	  .columns-1 .column-1, .columns-1 .column-2 {
		  padding: 25px !important;
	}
}

.columns-1 .column-1, .columns-2 .column-1 {
	text-align: left;
}

.columns-1 .column-2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.columns-2 .column-2 {
    display: flex;
    flex-direction: column;
	align-items: flex-end;
    gap: 25px;
}

@media only screen and (max-width: 767px) {
	.columns-2 .column-2 {
		flex-direction: row !important;
	}
}

.column-2-1 {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

@media only screen and (max-width: 767px) {
	.column-2-1 {
		flex-direction: column !important;
	}
}

#yl-login-result {
    color: #fff;
}

#yl-register-result {
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 1.3em;
}

.yl-register-result, .yl-login-result {
    color: #000;
}

@media only screen and (min-width: 768px) {
	.columns-1 .column-1, .columns-1 .column-2, .columns-2 .column-1, .columns-2 .column-2  {
		width: 40%;
	}
}

.single-column {
    display: flex;
    flex-direction: column;
	align-items: center;
    gap: 25px;
}

.login-fields {
	display: flex;
    flex-direction: column;
    gap: 25px;
	width: 100%;
	text-align: left;
}

.login-fields label {
	color: #ffffff;
}

#login-register-form {
	display: flex;
    justify-content: center;
}

.yl-login-form-container, .yl-register-form-container {
	padding: 20px;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    justify-content: space-evenly;
	align-items: center;
/*     border: 1px solid #e4e3e3; */
    border-radius: 15px;
/*     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

#yl-login-form {
	display: flex;
    flex-direction: column;
	gap: 50px;
	width: 30%;
	background: #000000;
    padding: 50px;
    position: absolute;
    top: 50%;
}

#yl-login-form h3, .login-message h3, #yl-login-form p {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	color: #ffffff !important;
	line-height: 1.3em;
}

.login-footer {
    text-align: center;
}

#create-one-now {
    color: #FFB14F;
    cursor: pointer;
}

#yl-registration-form {
    display: flex;
	flex-direction: column;
    justify-content: center;
	gap: 75px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
	#yl-registration-form {
		padding: 35px;
	}
}


@media only screen and (max-width: 767px) {
  #yl-registration-form {
  	width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #yl-login-form {
  	width: 95%;
	top: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .yl-login-form-container, .yl-register-form-container {
  	max-width: 95%;
  }
}

.yl-login-form-container p, .yl-login-form-container h3, .yl-register-form-container p, .yl-register-form-container  h3 {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.3em;
}

.purchase-approach h4, .payment-methods h4 {
    border: 1px solid #000000;
    padding: 19px;
    border-radius: 15px;
    display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.purchase-options h4 {
    border: 1px solid #000000;
    padding: 19px;
    border-radius: 15px;
    display: flex;
	justify-content: space-between;
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
	  .purchase-options h4 {
		align-items: center;
	}
}

@media only screen and (max-width: 767px) {
	  img.purchase-icon.lazyloaded {
		width: 33px;
	}
}

.purchase-options .input-label {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.purchase-options, .purchase-approach {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.selected-option {
    border: 5px solid #a66d00 !important;
    color: #a66d00 !important;
	padding: 15px !important;
    accent-color: #a66d00;
}

.payment-fields {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.payment-methods {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.payment-methods h4 {
	justify-content: center !important;
    width: 47%;
    border-radius: 50px;
}

.payment-methods input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.payment-methods .selected-option {
    border: 5px solid #ffb14f !important;
	background: #ffb14f !important;
    color: #ffffff !important;
	padding: 15px !important;
}

@media only screen and (max-width: 767px) {  
	.payment-methods h4 {
		padding: 0px 0px !important;
		font-size: 15px;
	 }
}

#click-to-register, .click-to-login, .click-to-login2 {
    color: #a66d00;
    cursor: pointer;
    text-decoration: underline;
}

.yl-register-form-container button {
	color: #000000;
	font-weight: bold;
    border: 1px solid #FFB14F;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    background-color: #FFB14F;
    padding: 10px 60px 10px 40px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}


@media only screen and (min-width: 768px) {
	  .yl-register-form-container button {
		padding: 20px 80px 20px 60px;
	}
}

.yl-login-form-container button {
	color: #000000;
    font-weight: 700;
    width: 100%;
    border: 1px solid #FFB14F;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    background-color: #FFB14F !important;
    padding: 10px 60px 10px 40px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.login-message button {
    color: #fffefe;
    border: 1px solid #a66d00;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    background-color: #a66d00;
    padding: 10px 60px 10px 40px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.login-message button:hover {
	background-color: #855905;
    border-color: #855905;
    cursor: pointer;
}

.yl-register-form-container button:hover {
	background-color: #d58827;
    border-color: #d58827;
	cursor: pointer;
}

.yl-login-form-container button:hover, #validate_coupon:hover {
	background-color: #855905;
    border-color: #855905;
    cursor: pointer;
}

.yl-login-form-container button:after, .yl-register-form-container button:after {
    content: "";
    background-image: url('../img/arrow-right-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 18px; /* adjust size as needed */
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.column-1 label {
    margin-left: 15px;
}

#yl-registration-form input, .yl-login-form-container input, #yl-donation-form input:not([type="radio"]), #yl-donation-form select, #yl-donation-form textarea {
	min-width: 100%;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px !important;
	margin-top: 10px !important;
    background-color: #f4f4f4;
	border: none;
}

.login-fields input {
	min-width: 100% !important;
    font-size: 16px;
    border-radius: 3px !important;
    padding: 10px !important;
    margin-top: 10px;
    background-color: #f4f4f4 !important;
    border: none !important;
}

.login-password-toggle-btn {
    position: absolute;
    top: 75%;
    right: 3%;
    transform: translateY(-50%);
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
	.login-password-toggle-btn {
    	right: 5%;
	}
}

.set-password-toggle-btn {
    position: absolute;
    top: 60%;
    right: 2%;
    transform: translateY(-50%);
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
	.set-password-toggle-btn {
    	right: 8%;
	}
}

.forgot-your-password {
    color: #c09393;
    text-decoration: underline;
}

/* .coupons {
	display: none;
} */

#coupon_code, #validate_coupon {
    font-size: 16px;
    border: 1px solid #B8B8B8;
    border-radius: 4px;
    padding: 8px 10px !important;
}

#validate_coupon {
    color: #ffffff;
    background-color: #a66d00;
    border: 1px solid #a66d00;
    cursor: pointer;
}

#coupon_validation_result, #purchase-access-result, .register-link, .yl-login-form-container p, .yl-register-form-container p, .yl-register-form-container h4 {
    color: #000000;
}

.login-message-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20%;
}


@media only screen and (max-width: 767px) {
	.login-message-container {
		width: 75%;
		margin-top: 50%;
	}
}

.login-message {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 50px;
}

@media only screen and (min-width: 768px) {
	.yl-add-donation {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.donation-options, .preset-amount-options {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

@media only screen and (min-width: 768px) {
	.donation-options, .preset-amount-options {
		justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	.donation-options, .preset-amount-options {
		flex-wrap: wrap;
	}
}

.donation-option, .preset-option {
    color: #000000;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    padding: 15px 25px;
    margin-right: -1px;
    border: 1px solid #343434;
    cursor: pointer;
    border-radius: 10px;
    user-select: none;
    transition: background-color 0.3s, color 0.3s;
}

.donation-option.selected, .preset-option.selected {
    border: 5px solid #ffb14f;
    color: #000000;
    font-weight: bold;
    background-color: #ffb14f;
    padding: 10px 20px !important;
}

.donation-option:last-child, .preset-option:last-child {
    margin-right: 0; /* Remove margin from the last element */
}

.other-amount-input {
    width: fit-content;
}

.other-amount-input span {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-top: 0;
    font-size: 20px;
}

.register-form-divider, .donation-form-divider {
    width: 70%;
    height: 1px;
    background-color: #b7b5b5;
    margin: 10px auto;
}

#modal-spinner > div, #modal-spinne-donate > div {
    padding: 16px;
    background-color: #ffffff;
    border-radius: 4px;
}

#yl-paypal-validation-result {
	color: red;
	font-weight: bold;
}