
.options {
  position: absolute;
  top: 22px;
  right: 20px;
  display: flex;
}
.cog {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.btn-down {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.name-top {
  color: #000;
  font-size: 17px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 9px;
 }
.sub-menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  right: 0px;
  display: none;
}
.sub-menu > li {
  background-color: #81b29c;
  padding: 8px 30px 8px 15px;
  border: 1px solid #81b29c;
  font-size: 15px;
  text-decoration: none;
  margin-top: -1px;
  margin-right: 0!important;
  width: 180px;
}
.sub-menu > li:hover {
  background-color: #fff;
}
.sub-menu > li:hover a{
  color: #000;
  background-color: white;
}
.sub-menu > li > a {
  text-decoration: none;
  font-size: 16px;
  font-family: charter-bold;
  color: #fff;
  font-family: Dino-bold;
  padding: 8px 40px 9px 0px;
}
.options{
  font-family: Dino-bold;
}

.w50x {
  width: 50px !important;
}
.user-sm {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  margin-right: 10px;
}
.profile {
  max-width: 210px;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
}
.profile-block {
  margin-top: 40px;
  width: 100%;
}
.pag-active {
  background-color: #9F9F9F;
  color: #fff !important;
}