@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}

body {
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border:none;
	vertical-align:top;
}

h1,h2,h3,h4,p,em {
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
}

.request-placeholder {
	border: 2px solid #4a90e2;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
	background-color: #f0f8ff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.request-placeholder p {
	line-height: 1.6;
	margin-bottom: 10px;
}

.request-placeholder p:last-child {
	margin-bottom: 0;
}

.text-danger {
	color: #dc3545 !important;
	font-weight: bold;
}


