.border {
    /* border: solid 5px #23c1c4; */
    /* border-radius: 5%; */
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .searchbar {
    background-color: #fff;
    border-radius: 10px;
    /* position: relative; */
    top: -50px;
    padding: 25px 40px 25px 40px;
    width: 85%;
    box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
  }

  .searchbar input[type=text] {
    box-sizing: content-box;
    padding: 0;
    color: #898989;
    font-size: 16px;
    line-height: 45px;
    width: 100%;
  }

  .searchbar input {
    display: block;
    border: none;
    outline: none;
  }
  tbody td{
    width: 5%;
    margin-right: 2%;
  }
  .but_background{
    right: 40px;
    margin-top: 2%;
    color: #fff;
    font-size: 18px;
    width: 240px;
    height: 45px;
    border-radius: 22.5px;
    background-color: #23c1c4;
    text-align: center;
    cursor: pointer;
    display: block;
    border: none;
    outline: none;
}
td{
  font-size: 17px;
}