.displaystatus{
    padding: 20px 10px;
    border-style: solid;
    border-width: 1px;
  border-color: rgb(114, 114, 114);
  border-radius: 10px;

  background-image: linear-gradient(rgba(255, 255, 255, 0.94),rgba(255, 255, 255, 0.94)),url('../image/africa-logo.png');
  background-position: center;
  background-repeat: no-repeat;
}
.ctr-number p{
margin: 0;
padding: 0;
}
.ctr-number span{
    font-size: 20px;
    font-weight: 700;
}

.status-btn{
    text-align: center;
}
.status-btn p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 500;
}
.status-btn span{
    font-weight: 600;
    color: green;
    text-align: center;
}
.status-text span{
    font-weight: 600;
    margin-left: 15px;
}
.img-status{
    display: flex;
    justify-content: center;
}
.status-bg{
  
}
