.contant-report {
    /* border: 1px solid #878787; */
    border-radius: 5px;
    justify-content: center;
    /* แนวนอน */
    align-items: center;
    /* แนวตั้ง */
    width: 100%;
    height: 100%;
}

.form-report {
    border: 1px solid #CCC;
    border-radius: 5px;
    justify-content: center;
    /* แนวนอน */
    position: relative;
    margin: 2% 0% 2% 35%;
    width: 35%;
    height: 25%;
}

.form-report p {
    text-align: center;
}

.table-report {
    width: 100%;
    height: 90%;
    overflow: scroll;
}

.table-report table {
    width: 100%;
}

.table-report tr:hover {
    background-color:#e0dfdf;
}

.table-report th {
    border: 1px solid #CCC;
    background-color: #e0dfdf;
    border-radius: 5px;
    font-weight: 700;
}

.table-report td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}


td:nth-child(5) {
  border-right: 1px solid #ccc;
}
.fit {
    width: 1%;
    white-space: nowrap;
}

.full {
    width: 5%;
}
.alldob{
    background-color:  #e0dfdf ;
    font-size: 200%;
    font-weight: 700;
    text-align: center;
}
.backflow img{
    border-radius: 50px;
    width: 5%;
    height: 5%;
}
.topicitem{
    background-color:#e0dfdf ;
    font-size: 100%;
    font-weight: 700;
    justify-content: left;
}