.wisSW_gdpr_block .wisSW_gdpr_terms_mandatory_popover_content
{
    left: 0;
    right: 0;
    bottom: 100%;
    top: auto;
    width: auto;
    color: #fff;
    font-weight: 300;
    position: absolute;
    font-size: 14px;
    max-height: 300px;
    max-width: 100%;
    background: none;
    line-height: 1.42857;
    font-family: "Lato", "Roboto", sans-serif;
    z-index: 10;
    
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background: #333;
    
    overflow-y: auto; 
    padding: 20px 40px 20px 20px;

}

#wisSW_gdpr_info
{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #24a0d1;
}

.wisSW_gdpr_message
{
    margin-top: 15px;
    font-size: 10px;
    color: #666;
    display: block;
    text-align: center;
}

.wisSW_gdpr_block label
{
   font-weight: 600;
}

 /* The container */
 .wisSW_gdpr_terms_mandatory_block, 
 .wisSW_gdpr_communications_block
 {
  display: block;
  position: relative;
  padding-left: 35px;
  /* padding-right: 35px; */
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.wisSW_gdpr_terms_mandatory_block label input, 
.wisSW_gdpr_communications_block label input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.wisSW_gdpr_terms_mandatory_block label .checkmark, 
.wisSW_gdpr_communications_block label .checkmark 
{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #EEEEEE;
  border-radius: 50%;
  border: 1px solid #9fabb6;
}

/* On mouse-over, add a grey background color */
.wisSW_gdpr_terms_mandatory_block:hover input ~ .checkmark, 
.wisSW_gdpr_communications_block:hover input ~ .checkmark
{
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.wisSW_gdpr_terms_mandatory_block input:checked ~ .checkmark, 
.wisSW_gdpr_communications_block input:checked ~ .checkmark
{
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.wisSW_gdpr_terms_mandatory_block label .checkmark:after, 
.wisSW_gdpr_communications_block label .checkmark:after 
{
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.wisSW_gdpr_terms_mandatory_block input:checked ~ .checkmark:after, 
.wisSW_gdpr_communications_block input:checked ~ .checkmark:after 
{
  display: block;
}

/* Style the indicator (dot/circle) */
.wisSW_gdpr_terms_mandatory_block .checkmark:after , 
.wisSW_gdpr_communications_block .checkmark:after 
{
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}