.center {
	text-align: center;
  }

p{
  margin-bottom: 0px;
}
  /* html,
body {
	display: grid;
	height: 60%;
} */
svg {
	margin: auto;
	width: 110px;
		max-width: 100%;
}
.approval-count{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -6px;
    height: 1rem;
    min-width: 1rem;
    font-size: .700rem;
    color: #fff;
    font-weight: 800;
    background: #ff0000;
    border-radius: 100px;
    padding: 9px 5px;
}

.dropbtn > svg {
    pointer-events: none;
}

.topcorner_1{
  position:absolute;
  top: 30px;;
  right: 90px;;
}
.topcorner_1 a{
  color: #1d1e22;
  font-size: 14px;
}

.topcorner{
  position:absolute;
  top: 30px;;
  right: 40px;;
}
.header-menu-list{
  height: 78px;
}