.content-vbpl {
    margin-top: 30px;
}
.content-vbpl .van-ban-phap-quy .box-form {
    border-radius: 8px;
}
.content-vbpl .van-ban-phap-quy .form-group .btn,
.content-vbpl .van-ban-phap-quy .form-group .form-control {
    font-size: 16px;
}
.content-vbpl .van-ban-phap-quy .form-group .control-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #6C7093;
}
.content-vbpl .van-ban-pham-quy .form-group .btn,
.content-vbpl .van-ban-phap-quy .form-group .form-control {
	height: 48px;
	border-radius: 8px;
}
.content-vbpl .van-ban-phap-quy .form-group .input-group.date {
	width: 100%;
}
.content-vbpl .van-ban-phap-quy .form-group .input-group.date .form-control {
    border-radius: 8px;
}
.content-vbpl .van-ban-phap-quy .form-group .vbpl-tim-kiem {
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
    width: 100%;
    color: #000;
}
.content-vbpl .van-ban-phap-quy .form-group .vbpl-tim-kiem:hover {
    background-color: transparent;
    color: #000;
}
.content-vbpl .van-ban-phap-quy .table-custom {
    overflow: auto;
}
.content-vbpl .van-ban-phap-quy .table-custom .table {
    /* overflow: visible; */
    border-radius: 4px;
    border: 0px solid #C6C6C6;
}
.content-vbpl .van-ban-phap-quy .table-custom .table thead th {
    background-color: #D3D3D3;
    color: #000;
    border-color: #C6C6C6;
    vertical-align: top;
}
.content-vbpl .van-ban-phap-quy .table-custom .table td {
    background-color: unset !important;
    border-color: #C6C6C6;
}
.content-vbpl .van-ban-phap-quy .table-custom .table th,
.content-vbpl .van-ban-phap-quy .table-custom .table td {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}
.content-vbpl .van-ban-phap-quy .form-group .form-control.custom-select {
    appearance: none;
    position: relative;
    color: #8d8d8d;
}
.content-vbpl .van-ban-phap-quy .form-group .form-control-feedback {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 25px;
}

.content-vbpl .van-ban-phap-quy .form-group .input-group.date .form-control-feedback {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 21px;
    z-index: 3;
}

.pagination {
    margin-top: 30px !important;
    display: flex !important;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
}
.pagination-prev, .pagination-next {
    width: 24px;
    height: 24px;
    border: 0;
    background-color: transparent;
    color: #C4CAD5;
    padding: 4px;
}
.pagination-btn.active {
    color: #fff;
    background-color: #1C98D8;;
}
.pagination-btn {
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #DDDFE3;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #123060;
}
.col-no-2 {
    width: 15%;
    white-space:nowrap;
}
.col-no-3 {
    width: 20%;
}
.col-no-4 {
    width: 20%;
}
.col-no-6 {
    width: 10%;
}