.registration-form {
	width: auto;
	padding: 30px;
	margin: 30px;
}
.registration-form{
	/*background-color: #00A8B3;*/
}
.container{
	width: auto;
	padding-left: 0px;
}
.registration page-sidebar-closed{
	background-color: #FFFFFF;
}
.registration-form-address{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;
}
.registration-form-author{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;


}
.registration-form-business{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;

}
.registration-form-company{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;

}
.registration-form-contact{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;

}
.registration-form-address{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;

}
.registration-form-email{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;

}
.card{
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 2px solid #80808045;
}
.registration-form {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #f4f7fa;
	display: flex;
}

.Registration-form-sidebar {
	position: fixed;
	width: auto;
	height: -webkit-fill-available;
	background: #00a8b32e;
	color: #333;
	padding: 20px;
	box-sizing: border-box;
	/*margin: 20px;*/
	border-radius: 12px;
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
	border: 1px solid #e0e0e0;
}

.sidebar h2 {
	color: #ecf0f1;
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-weight: 500;
}
.Registration-form-header{
	color: #00a8b3;
	font-size: 28px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 600;
	border-bottom: 2px solid #f0f0f0;
	text-align: center;
}

.sidebar a {
	color: #333;
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	transition: all 0.3s ease;
}

.Registration-form-navLink_item,
.navLink_item {
	display: block;
	margin-bottom: 12px;
	transition: all 0.3s ease;
}

.sidebar a:hover {
	text-decoration: underline;
}

.navLink_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	color: #333;
	font-size: 15px;
	height: 60px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	border: 1px solid #e8e8e8;
	padding: 0 20px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.navLink_left:hover {
	box-shadow: 0 4px 16px rgba(0,168,179,0.15);
	border-color: #00a8b3;
	transform: translateY(-2px);
}

.navLink_content {
	display: flex;
	align-items: center;
}

.navLink_label {
	margin: 0;
	font-weight: 500;
	font-size: 15px;
	color: #333;
}

.util_icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	background-color: #f8f9fa;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.util_icon img {
	width: 16px;
	height: 16px;
	filter: none;
	opacity: 0.7;
}

.navLink_shortcutText {
	font-size: 11px;
	font-weight: 600;
	background-color: #00a8b3;
	color: #ffffff;
	/*padding: 6px 12px;*/
	border-radius: 16px;
	margin-left: 10px;
	box-shadow: 0 2px 4px rgba(0,168,179,0.2);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.main-content {
	margin-left: 250px;
	padding: 20px;
	width: calc(100% - 250px);
}

.card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 20px;
	margin-left:80px;
	width: 1300px;
}

.card h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-weight: 800;
	font-size: x-large;
	display: flex;
	align-items: center;
	gap: 10px;
}


form {
	display: grid;
	gap: 15px;
	margin-left: 130px;
}

label {
	font-weight: 600;
	padding-top: 20px;
}

input, select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.radio-group {
	display: flex;
	gap: 10px;
}

.checkbox {
	margin-right: 5px;
}

/* Policy Agreement Checkboxes */
.policy-checkbox-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	transition: all 0.2s ease;
}

.policy-checkbox-item:hover {
	background-color: #f1f3f4;
	border-color: #00a8b3;
	box-shadow: 0 2px 4px rgba(0,168,179,0.1);
}

.policy-checkbox {
	margin-right: 15px;
	margin-top: 1px;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	accent-color: #00a8b3;
	align-self: flex-start;
}

.policy-text {
	flex: 1;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	cursor: pointer;
	padding-top: 1px;
	align-self: flex-start;
	padding-left: 20px;
}

/* UPS Access Point Checkbox */
.ups-checkbox-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	transition: all 0.2s ease;
}

.ups-checkbox-item:hover {
	background-color: #f1f3f4;
	border-color: #00a8b3;
	box-shadow: 0 2px 4px rgba(0,168,179,0.1);
}

.ups-checkbox {
	margin-right: 15px;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	accent-color: #00a8b3;
}

.ups-text {
	flex: 1;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
}

.signature-pad {
	border: 1px solid #ccc;
	height: 100px;
	width: 100%;
	background: #f9f9f9;
}

#action-buttons-form {
	background: white;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
}

button:hover {
	background: #e67e22;
}

@media (max-width: 768px) {
	.sidebar {
		width: 100%;
		height: auto;
		position: relative;
	}
	.main-content {
		margin-left: 0;
		width: 100%;
	}
}
/* General Styles */
body.Registration-form {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #f4f7fa;
	display: flex;
}

.registration-form {
	width: auto;
	padding: 30px;
	margin: 30px;
}

/* Sidebar Styles */
.Registration-form-sidebar {
	position: fixed;
	width: 400px;
	height: -webkit-fill-available;
	background: #00a8b3;
	color: white;
	padding: 20px;
	box-sizing: border-box;
}

.Registration-form-sidebar h2 {
	color: white;
	font-size: 30px;
	margin-bottom: 20px;
}

.Registration-form-navLink_item {
	color: white;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}

.navLink_left {
	display: flex;
	align-items: center;
}

.navLink_shortcutText {
	margin-left: 10px; /* Space between label and badge */
	font-size: 14px;
}

.Registration-form-navLink_item:hover {
	text-decoration: underline;
}

/* Main Content Styles */
.main-content {
	margin-left: 300px; /* Adjusted to match sidebar width */
	padding: 20px;
	width: calc(100% - 300px);
}

.card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 2px solid #00a8b345;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 80px;
	width: 1300px;
}

.card h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.content-headings{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/* Form Styles */
form {
	display: grid;
	gap: 15px;
}

label {
	font-weight: 600;
}

input, select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.radio-group {
	display: flex;
	gap: 10px;
}

.checkbox {
	margin-right: 5px;
}

.signature-pad {
	border: 1px solid #ccc;
	height: 100px;
	width: 100%;
	background: #f9f9f9;
}

/*button {*/
/*	background: #f39c12;*/
/*	color: white;*/
/*	border: none;*/
/*	padding: 10px 20px;*/
/*	border-radius: 4px;*/
/*	cursor: pointer;*/
/*}*/

button:hover {
	background: #e67e22;
}

/* Section-Specific Styles */
.registration-form-business,
.registration-form-company,
.registration-form-contact,
.registration-form-address,
.registration-form-author,
.registration-form-email {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px;
	border: 2px solid #00a8b345;
}

/* License Dropdown Styles */
.license-input-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.license-clear-btn {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	color: #666;
	z-index: 10;
	background: white;
	padding: 2px 6px;
	border-radius: 3px;
	user-select: none;
}

.license-clear-btn:hover {
	color: #333;
	background: #f0f0f0;
}

.license-dropdown-arrow {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 14px;
	color: #666;
	z-index: 15;
	user-select: none;
	pointer-events: auto;
	padding: 4px;
	background: transparent;
}

.license-dropdown-arrow:hover {
	color: #333;
}

.license-dropdown-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: transparent;
}

/* State Dropdown Styles */
.state-input-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.state-clear-btn {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	color: #666;
	z-index: 10;
	background: white;
	padding: 2px 6px;
	border-radius: 3px;
	user-select: none;
}

.state-clear-btn:hover {
	color: #333;
	background: #f0f0f0;
}

.state-dropdown-arrow {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 14px;
	color: #666;
	z-index: 15;
	user-select: none;
	pointer-events: auto;
	padding: 4px;
	background: transparent;
}

.state-dropdown-arrow:hover {
	color: #333;
}

.state-dropdown-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: transparent;
}

.license-type-dropdown {
	position: relative;
	width: 100%;
}

.license-type-overlay-pane {
	position: relative;
	width: 100%;
}

.state-type-dropdown {
	position: relative;
	width: 100%;
}

.state-type-overlay-pane {
	position: relative;
	width: 100%;
}

.license-type-select.card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 2px solid grey;
	padding: 20px;
	max-height: 300px;
	overflow-y: auto;
	margin-left: unset;
}

.license-type-select-search-inner {
	padding: 8px 0;
}

.mat-select-search-input {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 8px;
}

.mat-divider {
	margin: 8px 0;
}

.license-options .list-item {
	padding: 8px;
	cursor: pointer;
}

.license-options .list-item:hover {
	background: #f5f5f9;
}

.state-type-select.card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 2px solid grey;
	padding: 20px;
	max-height: 300px;
	overflow-y: auto;
	margin-left: unset;
}

.state-type-select-search-inner {
	padding: 8px 0;
}

.state-options .list-item {
	padding: 8px;
	cursor: pointer;
}

.state-options .list-item:hover {
	background: #f5f5f9;
}
.role-image{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

/* Full-Screen Company Information Modal Styles */
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100vh;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100vh;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	background: linear-gradient(135deg, #00a8b3, #027680);
	color: white;
	padding: 20px 30px;
	border-bottom: 3px solid #027680;
}

.modal-fullscreen .modal-header .modal-title {
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.modal-fullscreen .modal-header .btn-close {
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: white;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.modal-fullscreen .modal-header .btn-close:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

.modal-fullscreen .modal-body {
	padding: 40px 30px;
	background: #f8f9fa;
	overflow-y: auto;
}

.company-info-display {
	background: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.info-section {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #e9ecef;
}

.info-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.info-section h4 {
	color: #00a8b3;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #00a8b3;
	display: inline-block;
}

.info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.info-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.info-item label {
	font-weight: 600;
	color: #495057;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.info-item span {
	font-size: 16px;
	color: #212529;
	padding: 8px 12px;
	background: #f8f9fa;
	border-radius: 6px;
	border-left: 4px solid #00a8b3;
	min-height: 20px;
}

.modal-fullscreen .modal-footer {
	background: #ffffff;
	padding: 20px 30px;
	border-top: 2px solid #e9ecef;
	text-align: center;
}

#btn-continue-registration {
	background: linear-gradient(135deg, #00a8b3, #027680);
	border: none;
	padding: 12px 40px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 168, 179, 0.3);
}

#btn-continue-registration:hover {
	background: linear-gradient(135deg, #027680, #00a8b3);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 168, 179, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.modal-fullscreen .modal-header {
		padding: 15px 20px;
	}

	.modal-fullscreen .modal-header .modal-title {
		font-size: 24px;
	}

	.modal-fullscreen .modal-body {
		padding: 20px 15px;
	}

	.company-info-display {
		padding: 20px;
	}

	.info-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.modal-fullscreen .modal-footer {
		padding: 15px 20px;
	}
}
/* Existing styles remain; append or update these */

/* Review Mode Styles */
.review-header {
	position: sticky;
	top: 0;
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	z-index: 100;
}

.review-summary {
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
}

.review-summary h4 {
	margin: 0 0 10px 0;
	color: #856404;
}

.review-summary ul {
	list-style: none;
	padding: 0;
}

.review-summary li {
	background: #fff;
	margin: 5px 0;
	padding: 8px;
	border-radius: 3px;
	border-left: 3px solid #f39c12;
}

/* Form Field Wrapper */
.form-field-wrapper {
	position: relative;
	margin-bottom: 15px;
}

.form-field-wrapper .radio-group {
	display: flex;
	gap: 10px;
}

.form-control {
	width: 100%;
	padding: 8px;
	border: 2px solid #ccc; /* Increased border width for better visibility */
	border-radius: 8px; /* Slightly rounded for modern look */
	transition: all 0.3s ease; /* Smooth transition for all changes */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Subtle shadow for depth */
}

.flag-btn {
	position: absolute;
	right: 10px;
	top: 35px; /* Align with input */
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: #6c757d;
	transition: color 0.3s ease, transform 0.2s ease;
	display: none; /* Hidden unless review mode */
	padding: 2px 6px;
	border-radius: 50%;
}

.flag-btn:hover {
	color: #dc3545;
	transform: scale(1.1); /* Slight zoom on hover for interactivity */
}

/* Flagged Field - Visually Appealing Red Design */
.flagged {
	border: 2px solid #dc3545 !important; /* Bold red border */
	box-shadow: 0 0 10px rgba(220, 53, 69, 0.4), 0 4px 15px rgba(220, 53, 69, 0.2); /* Glow and shadow effect */
	background-color: #fff5f5; /* Light red background for contrast */
	transform: scale(1.02); /* Slight enlargement for emphasis */
	animation: pulse 1.5s infinite; /* Pulsing animation for attention */
	transition: all 0.3s ease; /* Smooth transition for all effects */
}

@keyframes pulse {
	0% { box-shadow: 0 0 5px rgba(220, 53, 69, 0.4), 0 2px 10px rgba(220, 53, 69, 0.2); }
	50% { box-shadow: 0 0 15px rgba(220, 53, 69, 0.6), 0 6px 20px rgba(220, 53, 69, 0.3); }
	100% { box-shadow: 0 0 5px rgba(220, 53, 69, 0.4), 0 2px 10px rgba(220, 53, 69, 0.2); }
}

/* Note Section */
.note-section {
	margin-top: 5px;
	padding: 10px;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 6px;
	display: none; /* Auto-shown on flag */
	transition: opacity 0.3s ease; /* Smooth fade-in */
}

.note-section textarea {
	width: 100%;
	min-height: 60px;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
	resize: vertical;
	font-family: inherit;
	background: #fff;
	transition: border-color 0.3s ease;
}

.note-section textarea:focus {
	border-color: #dc3545;
	outline: none;
	box-shadow: 0 0 5px rgba(220, 53, 69, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.flag-btn { top: 30px; right: 5px; font-size: 14px; }
	.form-field-wrapper .radio-group { flex-direction: column; gap: 5px; }
	.flagged { transform: scale(1.01); } /* Reduced scale on mobile */
}

/* Grid Layout Styles */
.registration-grid {
	display: grid;
	grid-template-rows: auto auto auto auto auto auto;
	gap: 20px;
	margin-left: 80px;
	max-width: 1300px;
}

.grid-row {
	display: contents;
}

.grid-row.two-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.grid-column {
	display: contents;
}

/* Form Layout Styles */
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 15px;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-weight: 600;
	margin-bottom: 5px;
	color: #333;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
	outline: none;
	border-color: #00a8b3;
	box-shadow: 0 0 5px rgba(0, 168, 179, 0.3);
}

.help-text {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	font-style: italic;
}

/* Submit Section */
.submit-section {
	text-align: center;
	margin-top: 30px;
	padding: 20px;
}

.btn {
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-primary {
	background-color: #00a8b3;
	color: white;
}

.btn-primary:hover {
	background-color: #008a94;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 168, 179, 0.3);
}

.btn-lg {
	padding: 15px 40px;
	font-size: 18px;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.registration-grid {
		margin-left: 20px;
		max-width: calc(100% - 40px);
	}

	.grid-row.two-column {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

@media (max-width: 768px) {
	.registration-grid {
		margin-left: 10px;
		max-width: calc(100% - 20px);
		gap: 15px;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.card {
		margin-left: 0;
		width: 100%;
		padding: 15px;
	}

	.main-content {
		margin-left: 0;
		width: 100%;
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.registration-grid {
		margin-left: 5px;
		max-width: calc(100% - 10px);
	}

	.card {
		padding: 10px;
	}

	.btn-lg {
		padding: 12px 25px;
		font-size: 16px;
	}
}

/* Ensure existing card/section styles remain intact */
.card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 2px solid grey;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 80px;
	width: 1300px;
}
.badge-linked {
	display:inline-block; margin-left:8px; font-size:12px;
	padding:2px 6px; border-radius:12px; background:#e6fffb; color:#0f766e;
}
.readonly { background:#f8fafc; }

/* Authorization checkbox error styling */
#authorization.is-invalid {
	border: 2px solid #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
	background-color: #fff5f5 !important;
}

#authorization.is-invalid + label {
	color: #dc3545 !important;
	font-weight: 600 !important;
}

/* Authorization checkbox container styling */
.form-group:has(#authorization) {
	margin: 20px 0;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.form-group:has(#authorization.is-invalid) {
	border-color: #dc3545;
	background-color: #fff5f5;
	box-shadow: 0 0 10px rgba(220, 53, 69, 0.1);
}

/* Billing checkbox alignment */
.billing-checkbox-group {
	/*display: flex !important;*/
	/*align-items: center !important;*/
	gap: 10px !important;
	margin-bottom: 15px !important;
}

.billing-checkbox-group input[type="checkbox"] {
	margin: 0 !important;
	flex-shrink: 0 !important;
	width: 18px !important;
	height: 18px !important;
	vertical-align: middle !important;
}

.billing-checkbox-group label {
	margin: 0 !important;
	flex: 1 !important;
	line-height: 1.4 !important;
	color: #00a8b3 !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	vertical-align: middle !important;
	display: block !important;
}

/* Fallback for form groups with inline styles */
.form-group[style*="justify-content:flex-start"] {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-bottom: 15px !important;
}

.form-group[style*="justify-content:flex-start"] input[type="checkbox"] {
	margin: 0 !important;
	flex-shrink: 0 !important;
	width: 18px !important;
	height: 18px !important;
	vertical-align: middle !important;
}

.form-group[style*="justify-content:flex-start"] label {
	margin: 0 !important;
	flex: 1 !important;
	line-height: 1.4 !important;
	color: #00a8b3 !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	vertical-align: middle !important;
	display: inline-block !important;
}
