.aday{align-items: center;text-align: center;border-left: 2px solid #59595985;border-right: 2px solid #59595985;margin: 9px 10px;}
.aday img{width: 140px;margin: auto;}
.aday h2{
    font-size: 16px;
    margin-top: 12px;
    height: 50px;
    font-weight: 300;
}
 h2:nth-child(3){
    font-weight:bold !important;
}
.aday p{}
.parti_img{
    width: 80px !important;
    height: 80px;
    border: 1px solid black;
}
.btn-box{
    height: 100px;
    align-items: end;
    padding: 0px;
}
.circle {
    background-color:#fff;
    border: 2px solid #767676;
    height: 65px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width: 65px;
    margin: auto;
	position:relative;
}

.circle-box{
    padding: 10px 0px;
    border-top: 2px solid #59595985;
    border-bottom: 2px solid #59595985;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.circle:active{
  background-color:#000 !important;
}
.circle::after {
  content: "EVET"; /* ::after pseudo-elementine eklenen içerik */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
}