.search-box{
	justify-content: flex-end;
    display: flex;
}
.search-box .px-2{
	width: 300px;
}
.title-input input{
    width: 350px;
    height: 40px;
    padding-left: 5px;
    border: 1px solid #DADADA;
    font-size: 14px;
    
}
.title-input p{
    width: 350px;
    height: 40px;
    padding-left: 5px;
    border: 1px solid #DADADA;
    font-size: 14px;
    margin-top: 10px;
    
}
tbody, td, tfoot, th, thead, tr{
    border-style:solid;
}
.button{
    align-items: center;
    height: 55px;
}
.button p{
    border: 1px solid 
    #C9C9C9;
    
}
.button button{
    border: 1px solid 
    #C9C9C9;
}
.button input{
    width: 10%;
    text-align: center;
}
.table-title{
    background-color: 
    #E8ECF3 !important;
}

.bottom-btn{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.bottom-btn a{
    margin-left: 20px;
    border: 1px solid black;
    height: 40px;
    width: 120px;
    align-items: center;
    display: flex;
    justify-content: center;
border-radius: 3px;
}
.table{
    margin-bottom: 50px;
    margin-top: 10px;
}