body {
  font-size: 20px;
}

@media screen and (min-width: 1024px) {
  .containers {
    width: 75rem;
    margin: 0 auto;
  }

  .title-box {
    padding: 0 3.25rem 2.875rem;
    font-family:  Arial;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
  }

  .left-title {
    font-size: 1.375rem;
    font-weight: bold;
    color: #202124;
  }

  .right-title {
    padding: 0.5rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #e60039;
    border-radius: 0.04px;
    border: 1px solid #e60039;
  }

  table {
    border-collapse: collapse;
  }

  thead {
    height: 3.75rem;
    font-size: 1.125rem;
    color: #333;
  }

  tbody {
    font-size: 0.875rem;
    color: #202124;
  }

  thead th {
    border-bottom: 1px solid #202124;
    text-align: left;
    font-weight: bold;
  }

  tbody td {
    padding: 0.875rem 0;
    word-break: break-all;
    border-bottom: 1px solid #dadce0;
  }
  #messageContentBody tr:hover {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    cursor: pointer;
  }
  .trReader {
    background: #f2f6fc;
  }
  thead tr th:nth-child(1) {
    /* width: calc(100% - 6.4px); */
    padding-left: 4.8125rem;
    width: 40.625rem;
  }

  thead tr th:nth-child(2) {
    width: 6.875rem;
    text-align: center;
  }

  thead tr th:nth-child(3) {
    width: 16.875rem;
    text-align: center;
  }

  thead tr th:nth-child(4) {
    /* width: 2.6px; */
  }

  tbody tr td:nth-child(1) {
    padding-right: 3.75rem;
    padding-left: 3.25rem;
  }
  tbody tr td:nth-child(2),
  tbody tr td:nth-child(3) {
    text-align: center;


  }

  .item-45 {
    text-align: center;
  }
  .item-1,
  .item-4 {
    width: 40.625rem;
    display: flex;
    align-items: center;
  }

  .tag {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #e60039;
    margin-right: 1.25rem;
    border-radius: 50%;
  }

  .item-1 span:last-child {
    flex: 1;
  }

  .more {
    height: 1.875rem;
    /* width: 1.21px; */
    padding: 0.0625rem 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #f2f6fc; */
    border: 1px solid #e2e2e2;
    border-radius: 0.04px;
    font-size: 0.875rem;
    color: #e60039;
    margin-right: 1.875rem;
  }

  .arrow {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }
  .item-5-title{
    margin-top: -0.5rem;
    display: none;
  }
  .delete_title{
    display: none;
  }
  .delete {
    width: 1.875rem;
    height: 1.875rem;
  }
  .delete:hover {
    border-radius: 50%;
    background: #f2f6fc;
  }
}

@media screen and (max-width: 1024px) {
  .containers {
    width: 100rem;
    margin: 0 auto;
  }

  .title-box {
    padding: 0 3.25rem 7.875rem;
    font-family:  Arial;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dadce0;
  }

  .left-title {
    font-size: 5.375rem;
    font-weight: bold;
    color: #202124;
  }

  .right-title {
    padding: 2.5rem 2.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #e60039;
    border-radius: 4px;
    border: 1px solid #e60039;
  }

  table {
    border-collapse: collapse;
  }

  thead {
    height: 3.75rem;
    font-size: 1.125rem;
    color: #333;
    display: none;
  }

  tbody {
    font-size: 0.875rem;
    color: #202124;
  }

  thead th {
    /* border-bottom: 1px solid #202124; */
    text-align: left;
    font-weight: bold;
  }
  tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dadce0;
    height: 33.5rem;
    justify-content: space-between;
  }
  tbody td {
    padding: 0.875rem 0;
    word-break: break-all;
    /* border-bottom: 1px solid #dadce0; */
  }
  #messageContentBody tr:hover {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    cursor: pointer;
  }
  .trReader {
    background: #f2f6fc;
  }
  thead tr th:nth-child(1) {
    /* width: calc(100% - 6.4px); */
    padding-left: 4.8125rem;
    width: 40.625rem;
  }

  thead tr th:nth-child(2) {
    width: 6.875rem;
    text-align: center;
  }

  thead tr th:nth-child(3) {
    width: 16.875rem;
    text-align: center;
  }
.item-5{
  display: flex;
  flex-direction: row-reverse;
  /* align-items: center; */
}
.item-45{
  display: flex;
}
.delete_title{
  display: block;
  font-size: 14px;
font-family:  Arial;
font-weight: 400;
color: #E60039;
}
.item-5-title{
  margin-top: -0.5rem;
  display: block;
}
  thead tr th:nth-child(4) {
    /* width: 2.6px; */
  }

  tbody tr td:nth-child(1) {
    /* padding-right: 3.75rem; */
    padding-left: 3.25rem;
    width: 88rem;
    padding-top: 20px;
  }
  .tag_no{
    padding-left: 3.5rem;
    font-size: 14px;
    font-family:  Arial;
    font-weight: 400;
    color: #202124;
  }
  tbody tr td:nth-child(2),
  tbody tr td:nth-child(3) {
    text-align: center;
    margin-left: 2.5rem;
    width: 38rem;
    font-size: 14px;
    font-family:  Arial;
    font-weight: 400;
    color: #202124;
  }
  tbody tr td:nth-child(3){
    width: 23rem;
  }

  .item-45 {
    text-align: center;
    margin-right: 2rem;
    display: flex;
    align-items: center;
  }
  .item-1,
  .item-4 {
    /* width: 40.625rem; */
    display: flex;
    align-items: center;
  }

  .tag {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #e60039;
    margin-right: 1.25rem;
    border-radius: 50%;
  }

  .item-1 span:last-child {
    flex: 1;
    font-size: 14px;
    font-family:  Arial;
    font-weight: 400;
    color: #202124;
  }

  .more {
    height: 1.875rem;
    /* width: 1.21px; */
    padding: 0.0625rem 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #f2f6fc; */
    border: 1px solid #e2e2e2;
    border-radius: 0.04px;
    font-size: 0.875rem;
    color: #e60039;
    margin-right: 1.875rem;
  }

  .arrow {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }

  .delete {
    width: 5rem;
    height: 5rem;
  }
  .delete:hover {
    border-radius: 50%;
    background: #f2f6fc;
  }
}
