.main-user-consent-request_cont{
	display: flex;
	align-items: start;
	margin-top: 15px;
	gap: 12px;
}

label.main-user-consent-request{
	font-size: 12px !important;
    font-family: 'Roboto';
    font-weight: 300 !important;
		display: flex;
		align-items: center;
		gap: 12px;

}


.main-user-consent-request input[type="checkbox"]{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
		width: 18px;
	height: 18px;
	border: 2px solid #dcdcdc;
	border-radius: 2px;
	overflow: hidden;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	z-index: 1;
	outline: 0!important;
	margin: 0;
}

.main-user-consent-request input[type="checkbox"]:before {
	content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 5px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;

}

.main-user-consent-request input[type="checkbox"]:checked:before {
	    color: #dcdcdc;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}