.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.cookies_label{
	text-align: right;
	font-size: 1.2em;
}
#check_necesario, #check_analitica{
	position: relative;
	right: 0;
	text-align: left;
	-webkit-appearance: checkbox;
}
.swal2-popup2{
	width: 50em !important;
}
.cookies_tab{
	border-collapse: collapse;
 	width: 100%;
}

.cookies_tab th, .cookies_tab td{
	border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Style the tab content */
.tabcontent {
  /* display: none; */
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
