.set-size{
	width: 100%;
	height: calc(100vh - 61px);
	border: unset;
}
.set-pd{
    padding-right: 15px;
    padding-left: 15px;
}
div.box{
	height: unset !important;
	background-color: unset !important;
	border: unset !important;
	overflow: unset !important;
}
#policy_plus{
	display: none;
}


/**
 * ẩn icon của toast info đi
*/
#toast-container>.toast.toast-info {
    background-image: none !important;
}