*{
    box-sizing: border-box;
    margin: 0;
}
html{
    font-size: 16px;
}
body{
    background-color: rgb(224, 224, 224);
}
main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.titles{
    text-align: start;
}
.titles > h1{
    font-size: 1.1rem;
}
.titles > h2{
    font-size: 1.3rem;
}
.accordion__st{
    width: 95%;
}
.header-tb{
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table-section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-section__table{
    width: 100%;
    max-width: 1742px;
}
#body_colum{
    max-width: 650px;
}
.status-col{
    max-width: 100px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}