body {
	min-height: 100vh;
	color: #495057;
	background: linear-gradient(135deg, #E3F2FD 0%, #F5F7FA 100%);
}

.bg-image {
  background-image: url('/viewnfe/libs/image/Gemini_Generated_Image_mgo63umgo63umgo6.png');
  background-position: center top;
  background-size: 100% auto;
}

h6 {
  font-size: 0.875rem;
}

#v-viewnfewhatsapp, .card {
	position: relative;
	z-index: 2;
}

.card {
	background: #fff !important;
	border-radius: 18px;
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
		width: 100%;
		max-width: 600px;
		margin: 16px;
		padding: 0;
}

@media (max-width: 600px) {
	.card {
		max-width: 98vw;
		margin: 8px;
		border-radius: 12px;
		box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.10);
	}
	.card-header, .card-body, .card-footer {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.logo img {
		max-width: 140px !important;
	}
}


.card-header {
  background-color: #ffff !important;
  margin: 0;
  padding: 0;

}

.card-footer {
  background-color: #ffff !important;
  margin: 16px;
}

.w-90 {
  width: 90% !important;
}

.w-80 {
  width: 80% !important;
}
