.pagination{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pd2_12{
    padding: 2px 12px;
    margin: 2px;
}
.active{
    background-color: #009688;
    color:#fff;
    border-radius: 3px;
}
.choose{
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.disabled{
    color: #a2a2a2;
    border: 1px solid #e2e2e2;
}
.mg2{
    margin: 2px;
}

.mk_title{
    font-size: 20px;
    font-weight: 800;
}
.mk{
    padding: 10px;
    text-align: center;
    height: 250px;
    width: 250px;
}
.mk_img{
    width: 100%;
    height: 100%;
}
.mk_p{
    font-size: 16px;
    margin-top:10px;
    text-align: center;
}
.table_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 17px 0 17px;
}
.form_search{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}