.nvahi-box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
	box-sizing: border-box;
	font-size:16px;
	margin-top:20px;
}
.nvahi-grid{
	display:flex;
	margin-top:10px;
}
.nvahi-tit {
    font-weight: bold;
    color: #7f7f7f;
}
.nvahi-grid input[type=text]{
	border: none;
	background:#f1f1f1;
	padding:10px;
	margin:0px;
	width:100%;
	border-radius: 6px;
	line-height: 0.8;
	font-size:16px;
}
.nvahi-grid input[type=text]:focus {
   outline: none;
}
.nvahi-grid button{
	border:none;
	padding:10px;
	margin:0px;
	background:#333 !important;
	color:#fff !important;
	width:100px;
	border-radius: 6px;
	margin-left:10px;
	line-height: 0.8;
	font-size:16px;
}
.nvahi-grid button:focus {
   outline: none;
}
.nvahi-grid button:hover{
	background:#333;
	border:none;
	margin:0px;
	border-radius: 6px;
}
.nvahi-eror {
    margin-top: 10px;
    background: #fffcd3;
    border: 1px solid #e7c69e;
    border-radius: 6px;
    padding: 10px;
	font-size:16px;
}


.nvahi-nut button {
    border: none;
    background: #006F9C;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 500;
	line-height: 0.8;
	font-size:16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* .nvahi-nut button:focus {
   outline: none;
} */
.nvahi-nut button:hover{
	background: #E75C3C;
	border:none;
	border-radius: 6px;
}
.nvahi-lay .lay-a {
    background: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 6px;
    line-height: 0.8;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}
.nvahi-lay .lay-a:focus {
   outline: none;
}
.nvahi-lay-nd {
    margin-top: 10px;
    max-height: 600px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
}
.nvahi-lay-nd img{
	width:100%;
	border-radius:10px;
}
.nvahima {
    color: #ff4444;
}
/* Vô hiệu click chuột lên nút lấy mã sau khi bấm nvanhi */
.afterclick{
	pointer-events: none;
	cursor: not-allowed;
}

@supports (background-clip: text) or (-webkit-background-clip: text){
	.highlight{
		color: transparent;
		background-color: #ff3e00;
		background-image: linear-gradient(108deg, #ff3e00 30%, #079a06 50%, #0b2ce4 70%);
		background-clip: text;
		-webkit-background-clip: text;
	}
}