body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	background-color: #f5f5f5;
	color: #333;
}
.header {
	background: url(../images/background.png);
	color: #ecf0f1;
	text-align: center;
	padding: 2rem 0;
}
.logo {
	max-height: 100px;
	margin-bottom: 1rem;
}
.main-content {
	padding: 2rem;
	min-height: calc(100vh - 200px);
}
.card {
	border-radius: 15px;
	margin-bottom: 2rem;
	border: none;
	padding: 2rem;
	background-color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.info-field {
	display: flex;
	justify-content: space-between;
	background: #f0f0f0;
	padding: 1rem 1.5rem;
	border-radius: 10px;
	margin-bottom: 1rem;
	align-items: center;
}

.final-banner {
	background: url(../images/footer-bg.png);
	color: #ecf0f1;
	padding: 2rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	background-repeat: repeat;
	background-size: auto 100%;
}


.highlight {
	font-weight: bold;
	color: #e67e22;
}
.form-control, .form-select {
	height: 55px;
	/*
	border-radius: 10px;
	*/
	border: 1px solid #d3d3d3;
	transition: border-color 0.3s;
}
.form-control:focus, .form-select:focus {
	border-color: #e74c3c;
	box-shadow: none;
}
.form-floating .form-floating-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*
label {
	margin-left: 1rem;
}
	*/	

.blur-background {
	background-image: url(../images/footer.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left;
}

.blur-background-header {
	background-image: url(../images/header-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	opacity: 10%;
}


.small-gray {
	font-size: 0.8rem;
	color: #7e5e4a;
}

.color-brown {
	color: #bf9e61;
}

.text-shadow-gold {

}

.sub_header {
	height: 5px;
  background: linear-gradient(to bottom, #f1d685, #af8d56);	
}










/*

        .line-container {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }
        .left-text {
            white-space: nowrap;
            margin-right: 10px;
        }
        .right-text {
            white-space: nowrap;
            margin-left: 10px; 
        }
        .flex-line {
            flex-grow: 1;
            border-bottom: 1px dotted #212529;
            padding-top: 1rem;
        }
		
*/

.form-floating > .form-control, .form-floating > .form-select {
	padding-left: 1.5rem;
}

.form-floating > .form-control {
	padding-top: 1.85rem !important;
}

.form-floating > .form-select {
	padding-top: 1.85rem !important;
}


.sub-list-group-item.list-group-item {
	margin-left: 40px;
}

.sub-list-group-item h6 {
	font-size: 0.9em;
	font-weight: 400;
}

.sub-list-group-item > span {
	font-size: 0.9em;
}


.list-group-item small {
	padding-left: 30px;
}

.sub-list-group-item small {
	font-size: 0.775em;
	padding-left: 30px;
}

.list-group-item.summary {
	padding-top: 20px;	
}

.list-group-item.summary h6{
	font-size: 1.2em;	
}

.list-group-item.summary > span{
	font-size: 1.2em;	
}

.list-group-item h6 {
	font-weight: 400;	
}
.list-group-item small.text-body-secondary {
	color: rgba(var(--bs-body-color-rgb),.65) !important
}

.badge.bg-primary {
	margin-right: 0.5rem !important;
	color: #fddca0;
	font-weight: 500;
	background-color: #3f3e3b !important;
	text-shadow: ;
}

.sub-list-group-item.list-group-item .badge.bg-primary {
	font-size: 0.6em;	
}