/* Dropdown Button */
.dropbtn11 {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown11 {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content11 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content11 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content11 a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown11:hover .dropdown-content11 {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown11:hover .dropbtn11 {background-color: #3e8e41;}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dl {
	margin-top: 3px;
	clear: both;
	overflow: hidden;
	padding: 10px;
	background: var(--primary-color);
	border-radius: 10px;
	margin-bottom: 10px;
}

dl:last-child {
	margin-bottom: 0;
}

dt {
	max-width: 100%;
	float: left;
}

dd {
	max-width: 100%;
	float: right;
	font-weight: 600;
	text-align: right;
	margin-right: 1px;
}
.whatNews {
  display: inline-block;
  position: relative;
  z-index: 999;
}
.whatNews a i {font-size:14px; padding:0 5px 0 0}
.whatNews ul li a {margin:0;}
.whatNews a {text-align: center;}
.whatNews.dropDown > input {
  display: none;
}
.whatNews > a, .whatNews.dropDown > label {
  border-radius: 2px;
}
.whatNews > a::after, .whatNews.dropDown > label::after {
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.whatNews ul {
  list-style-type: none;
  display:flex;
  width: 160px;
  left: -15px;
  font-size: 13px;
  top: 28px;
  box-sizing:border-box;
  position:absolute;
  background: var(--third-color);
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  box-shadow: inset 0px 0px 0px 2px var(--six-color);
  padding: 0;
}
.whatNews a, .whatNews.dropDown > label {
  display: flex;
  text-decoration: none;
  float: right;
  align-items: center;
}
.whatNews li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.whatNews.hover li {
  transition-delay: 300ms;
}
.whatNews li:first-child a {
  border-radius: 2px 2px 0 0;
}
.whatNews li:last-child a {
  border-radius: 0 0 2px 2px;
}

.whatNews li:first-child a:hover::before {
  border-bottom-color: #EEE;
}
.whatNews.hover:hover li, .whatNews.dropDown > input:checked ~ ul li {          
  height: 40px;
}
.whatNews.hover:hover li:first-child, .whatNews.dropDown > input:checked ~ ul li:first-child {
  padding-top: 15px;
}
.whatNews ul li a {text-decoration: none !important;}
.profile_button {padding:8px;display:block !important;background: var(--primary-color);border-radius:50px;margin-bottom:5px;color: var(--link-color);font-weight:600;box-sizing: border-box;width:98%;}

#backtop {
	position: fixed;
	margin: 0px;
	cursor: pointer;
	border-radius: 1000px;
	color: #23242a;
	font-size: 18px;
	right: 25px;
	bottom: 20px;
	z-index: 372;
	text-align: center;
	height: 42px;
	width: 42px;
	background: linear-gradient(to right, #fc466b, #3f5efb);
	opacity:0.5;
	z-index: 999;
}

#backtop .backtop-icon {
	line-height: 42px;
	margin-left: -1px;
}

#backtop:hover {
 
	opacity:1;
transition: 0.3s;
}

a.backtop {
	display: none;
}
		
		