@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

body #wrapper #consentPortlet {
	margin-top: 50px;
}

body #wrapper #consentPortlet .passiveActionButton {
	border: 2px var(--secondary, #0B6263) solid;
	border-radius: 4px;
	padding: 8px;
	font-family: openSansBold;
	font-size: 18px;
	color: var(--secondary, #0B6263);
	outline: 0;
	background: var(--light, #ffffff);
	box-shadow: none;
}

body #wrapper #consentPortlet .passiveActionButton.passiveSearchButton {
	border: 0;
	padding: 2px 2px;
	font-size: 24px;
	margin-bottom: 34px;
	background-color: transparent;
}

body #wrapper #consentPortlet .rightSection {
	display: none;
}

body #wrapper #consentPortlet .main-section .button-holder {
	width: 100%;
}

body #wrapper #consentPortlet .main-section .button-holder button {
	width: 100%;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .checkboxes {
	margin-bottom: 1rem;
}

/* body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .checkboxes>div {
	display: flex;
	justify-content: center;
} */

body #wrapper #consentPortlet .panel-body {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .checkboxes label {
    width: calc(50% - 1rem);
    border: 2px solid var(--secondary, #0B6263);
    border-radius: 9px;
    color: var(--secondary, #0B6263);
    overflow: auto;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button {
	text-align: center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top {
	padding: 1rem 0.5rem;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top .consent-top-icon {
	margin-bottom: 6px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top .consent-top-icon .consent-top-image {
	width: 50px;
	height: 30px;
	margin: auto;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top .consent-top-icon .consent-top-image.Email-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/email.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top .consent-top-icon .consent-top-image.Phone-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/phone.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top .consent-top-icon .consent-top-image.Postal-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/post.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top .consent-top-icon .consent-top-image.SMS-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/text.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-top .consent-top-text {
	font-weight: bold;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .details-required h3 {
	padding-top: 0;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .phone-section .phone-header {
	margin-bottom: 5px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .phone-section .form-group {
	margin-bottom: 32px;
}

/* body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .form-group {
	margin-bottom: 32px;
	border-bottom: 1px solid var(--dark, #1F252C);
	border-radius: 0;
} */

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .postcodeLookup .form-group {
	border: none;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .postcodeLookup .help-block {
	margin-right: -200px;
}

/* body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .form-control {
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: inherit;
	background-color: transparent;
} */

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .control-label {
	color: inherit;
	margin-bottom: 12px;
}

body #wrapper #consentPortlet  .main-section .consent-form-main .consent-form-consent-options .addressSection .addressSelectList,
body #wrapper #consentPortlet  .main-section .consent-form-main .consent-form-consent-options .addressSection .addressManualSection {
	display: none;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .addressSection .field-wrapper {
	border: 0;	
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .addressSection .postcodeLookup {
	display: flex;
	justify-content: space-between;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .addressSection .postcodeLookup .form-group {
	flex: 0 0 60%;
} 

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .addressSection .postcodeLookup .form-group:first-child {
	flex: 0 0 30%;	
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .addressSection .postcodeLookup .form-control {
	border: solid 2px;
	border-radius: 4px;
	padding-right: 0;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .addressSection .userAddressList .addressSelectList {
	max-height: 160px;
	overflow-y: scroll;
	margin: 0;
	margin-bottom: 20px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .addressSection .userAddressList .addressSelectList li {
	padding: 3px 20px;
	font-size: 16px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .circle-selector,
body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .circle-selector-selected {
	height: 20px;
	width: 20px;
	border: 2px solid var(--secondary, #0B6263);
	border-radius: 2px;
	margin: 10px auto;
	background-color: var(--light, #ffffff);
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .circle-selector-selected {
	display: none;
	color: var(--secondary, #0B6263);
	font-size: 12px;
	line-height: 18px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .input-checkbox-wrapper {
	display: none;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-top {
	color: var(--light, #ffffff);
	background-color: var(--secondary, #0B6263);
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-top .consent-top-icon .consent-top-image.Email-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/email-white.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-top .consent-top-icon .consent-top-image.Phone-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/phone-white.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-top .consent-top-icon .consent-top-image.Postal-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/post-white.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-top .consent-top-icon .consent-top-image.SMS-image {
	background: url(https://www.rspca.org.uk/o/cpmConsentForm/images/text-white.png) no-repeat center;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-selector .circle-selector {
	display: none;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-selector .circle-selector-selected {
	display: block;
}

/* body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .button-holder button {
	padding: 10px 0 11px;
	min-width: 190px;
	background-image: none;
	text-shadow: none;
} */

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .form-validator-stack {
	margin: 0;
	padding: 0;
	position: relative;	
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .form-validator-stack [role="alert"] {
	font-family: openSansBold, Arial;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	color: var(--danger, #AA1111);
	position: absolute;
}
/*#WRL-4126 & 4127 - Darshan.raval  -- start*/
body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .circle-selector-selected {
	display: none;
	color: var(--secondary, #0B6263);
	font-size: 12px;
	line-height: 18px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .input-checkbox-wrapper {
	display: none;
}
body #wrapper #consentPortlet .main-section .legitimate-interest-header-statement {
	margin: 0 0 20px 0;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .checkboxes {
	margin-bottom: 1rem;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .circle-selector,
body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .circle-selector-selected {
	height: 20px;
	width: 20px;
	border: 2px solid var(--secondary, #0B6263);
	border-radius: 2px;
	margin: 10px auto;
	background-color: var(--light, #ffffff);
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .circle-selector-selected {
	display: none;
	color: var(--secondary, #0B6263);
	font-size: 12px;
	line-height: 18px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button .consent-selector .input-checkbox-wrapper {
	display: none;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-button.cbChecked .consent-top {
	color: var(--light, #ffffff);
	background-color: var(--secondary, #0B6263);
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes {
	margin-bottom: 0px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes>div {
	display: block;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes label {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes label .legitimate-interest-label {
	order: 2;
	margin-left: 10px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes label .consent-button {
	order: 1;
	height: auto;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes label .consent-button .consent-selector .circle-selector,
body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes label .consent-button .consent-selector .circle-selector-selected {
	height: 22px;
	width: 22px;
	border-radius: 4px;
}

body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .consent-form-li-options .liCheckboxes label .consent-button .consent-selector .circle-selector-selected {
	font-size: 14px;
	line-height: 22px;
	background-color: var(--dark-10, #E0E1E1);
}

body #wrapper #consentPortlet .main-section .consent-over-18-statement {
	 margin: 10px 0 20px;
 }
body #wrapper #consentPortlet .main-section .legitimate-interest-statement {
	margin-bottom: 5px;
}
body #wrapper #consentPortlet .main-section .consent-form-desktop-title{
	 display:block;
 }
body #wrapper #consentPortlet .main-section .consent-form-mobile-title{
	display:none;
}
/*#WRL-4126 & 4127 - Darshan.raval  -- end*/

@media all and (min-width: 768px) {
	body #wrapper #consentPortlet .main-section .button-holder button {
		width: auto;
	} 
	body #wrapper #consentPortlet .main-section .consent-form-main .consent-form-consent-options .checkboxes label{
		width: calc(25% - 1rem);
	}
}
@media (max-width: 768px) {
	body #wrapper #consentPortlet .main-section .consent-form-desktop-title{
		display:none;
	}
	body #wrapper #consentPortlet .main-section .consent-form-mobile-title{
		display:block;
	}
}
@media all and (min-width: 1007px) {
	body #wrapper #consentPortlet.hasBannerImage {
		display: flex;	
	}

	body #wrapper #consentPortlet .leftSection,
	body #wrapper #consentPortlet .rightSection {
		display: block;
		margin-left: -10px;
		padding-right: 40px;
		flex: 0 0 50%;
	}

	body #wrapper #consentPortlet .rightSection img {
		max-width: 100%;
	}
}