.mnk-donations-form .mnk-form-messages ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mnk-donations-form .mnk-form-messages.error {
    color: red;
    border: 1px solid red;
    padding: 10px;
    margin-top: 10px;
}

#donate-btn.mnk-loader::before {
	content: "";
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin-left: -30px;
		margin-right: 8px;
}

#donate-btn::before {
	content: "";
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*Suscriptions*/

.page-id-2276 .uicore-page-title.uicore-section>.uicore {
	padding: 80px 0 24px 0;
}

.uicore-page-title .uicore.uicore-container {
    align-items: flex-start;
	padding-left: 0 !important;
}
.mnk-form-field,
.mnk-mercadopago-form .mnk-mp-field {
	margin-bottom: 16px;
}

.mnk-form-field.mnk-form-subtitle-second {
	margin-top: 32px;
}

.mnk-form-field input,
.mnk-form-field select,
.mnk-form-field .mnk-mp-field {
    background-color: #f5f7fa !important;
    border-radius: 8px !important;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    transition: .2s;
}

.mnk-form-field input:focus,
.mnk-form-field select:focus {
    outline: none;
    border-color: #b2011e;
    background: #fff;
}

.mnk-form-field label {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.mnk-form-field-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
}

@media(max-width:768px){
    .mnk-form-field-row{
			grid-template-columns: 1fr;
			gap: 0;
    }
	.mnk-form-row {
			flex-direction: column;
			gap: 0 !important;
	}
	.mnk-form-row .mnk-form-field {
		margin-bottom: 0;
	}
	.mnk-form-field.mnk-form-field-terms {
		margin-top: 16px;
	}
	.page-id-2276 .uicore-page-title.uicore-section>.uicore {
		padding: 0;
	}
	.page-id-2276 .uicore-page-title.uicore-section>.uicore h1 {
		font-size: 32px;
	}
}

.mnk-form-row {
    gap: 24px;
}

.mnk-mp-field iframe {
    height: 40px !important;
}

.mnk-form-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

#donate-btn {
    width: 100%;
    background: #b2011e;
    color: #fff;
    border-radius: 8px;
    height: 48px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

#donate-btn:hover {
    background: #8f0117;
}

.mnk-form-field .mnk-form-error {
	font-size: 12px;
  color: #b2011e;
}

.mnk-form-messages.error {
	  border-radius: 8px;
    border: 1px solid #FF91A3;
    background: #FFAFBC;
    color: #7E1B2B;
}

.mnk-thank-you-title {
	font-size: 24px !important;
	font-weight: 700;
}

.mnk-thank-you-message ul {
	  list-style-type: none;
    padding: 0;
	}

.mnk-mnk-thank-you-button {
	padding: 8px 64px;
    background-color: var(--uicore-primary-color);
    color: #fff;
    border-radius: 8px;
    width: 50%;
    display: block;
}

.mnk-mnk-thank-you-button:hover {
	color: #fff;
}

button#donate-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

button#donate-btn:after {
	content: '';
	background: url(http://localhost/totalcheck/wp-content/uploads/pagar.svg);
	width: 24px;
	height: 24px;
	display: block;
	background-repeat: no-repeat;
}
