.mainbox69-wrap {
    width: 650px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 12%);
}
.topbar{
    background-color: #00adff;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 12%);
    color: #fff;
}
.topbar h3{
    margin: 0 !important;
    color: #fff !important;
}
.mainbox69-columns {
    display: flex;
    background: #0b6cf4;
}
.agent-cloumn  {
    flex: 1;
}
.agent-cloumn h4{
    margin-bottom: 0 !important;
    color: #fff;
}
.agent-cloumn p{
    margin-top: 0 !important;
}
.person {
    text-align: center;
    background: #5776ce;
    background: -webkit-linear-gradient(to right, #5776ce, #0082c8, #0082c8, #5776ce);
    background: linear-gradient(to right, #5776ce, #0082c8, #0082c8, #5776ce);
    box-shadow: -3px -1px 8px 0px rgb(0 0 0 / 12%);
    color: #fff;
    padding: 10px;
}
.person.person-one {
    background: #F2994A;
    background: -webkit-linear-gradient(to right, #e4b82f, #F2994A);
    background: linear-gradient(to right, #e4b82f, #F2994A);
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: none;
    text-align: center;
    padding: 8px;
}

.mainbox69-tables {
    background-color: #f7f7f7;
    padding: 0 25px;
}
.table-number69 {
    font-size: 30px;
    font-weight: bold;
}
.table-name69 {
    font-size: 18px;
}
.table-name69 span{
    display: block;
    font-size: 15px;
}
.table-amount69 {
    font-size: 20px;
    font-weight: bold;
}
.center69 {
    text-align: center;
}
.agent-cloumn h4 {
    font-size: 22px;
}
table p {
    margin: 5px 0;
}
.left69  {
    text-align: left;
}
.person h2 {
    color: #fff !important;
    text-shadow: none !important;
    font-weight: bold !important;
    margin: 0;
}
.app_count_badge {
    background-color: #3498db;
    color: #fff;
    padding: 5px 8px;
    border-radius: 15px;
}
.mainbox69-tables tr {
  border-bottom: 1px solid #d2d2d2;
}
.mainbox69-tables td {
  vertical-align: middle !important;
}
.mainbox69-columns h5 {
    margin-bottom: 0 !important;
}
.mainbox69-columns h2 {
    padding-top: 4px !important;
}
@media screen and (max-width: 768px) {
  .mainbox69-wrap {
    max-width: 100%;
  }
  .mainbox69-columns img{
    width: 65px;
  }
  .agent-cloumn h4 {
    font-size: 16px;
  }
  .agent-cloumn p {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
  .person h2 {
    padding-top: 8px;
    font-size: 20px;
  }
}