<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
body {
	display: flex;
	flex-direction: column;
}

.text-justify {
  text-align: justify;
}

.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar-brand {
	font-weight: 700;
	font-size: 24px;
}
.navbar-nav &gt; li &gt; a {
	font-weight: 400;
	font-size: 16px;
}
.main-content {
	flex: 1;
	padding: 40px 15px;
	background-color: #f9f9f9;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.footer {
	background-color: #333;
	color: #fff;
	padding: 40px 15px;
	text-align: right;
}
.footer h4 {
	font-weight: 700;
}
.footer a {
	color: #fff;
	padding: 5px 0;
	text-decoration: underline;
	width: 100%;
}
.footer a:hover {
	text-decoration: none;
}
.footer-bottom {
	background-color: #222;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.btn-custom {
  width: 100%;
  margin-bottom: 5px;
}
.button-container {
  padding: 4px;
}
.row {
  text-align: center;
}
p{
	text-align:justify;
}
.pink{
	background:#e7cadc;
}

.pink-color{
	color:#ed089e;
}
.mybtn{
	border: none;
	outline: none;
	background: none;
	padding-left:0px;
	text-decoration: underline;
    cursor: pointer;
}

h1 {
  word-break: break-word;
}
.custom-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}
.custom-card h3 {
  margin-top: 0;
}
.custom-card-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.pointer{
	cursor:pointer;
}

.card.name-search{
	background:#eee;
}

.error{
	background:red;
	color:#fff;
	border-radius:4px;
}</pre></body></html>