/**
 * @Project NUKEVIET 4.x
 * @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
 * @Copyright (C) 2024 BCB SOLUTIONS. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Tue, 19 Nov 2024 18:11:21 GMT
 */


.lookup-box h1{
	font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.lookup-form .btn{
	padding: 8px 10px;
    min-width: 100px;
    font-size: 15px;
}

.info-result tr td{
    border: none;
}

.info-result tr td:last-child{
    font-weight: 600;
}

input::placeholder {
    color: #777 !important
}

select.form-control{
    padding: 8px;
}