.bpi-gm-form {
	max-width: 100%;
	margin: 0;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
}

.bpi-gm-form p {
	margin-bottom: 18px;
}

.bpi-gm-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #17365d;
}

.bpi-gm-form input[type="text"],
.bpi-gm-form input[type="email"],
.bpi-gm-form input[type="date"],
.bpi-gm-form select {
	width: 100%;
	max-width: 520px;
	padding: 10px 12px;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
	box-sizing: border-box;
}

.bpi-gm-form textarea {
	min-height: 130px;
	resize: vertical;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
	box-sizing: border-box;
	
}

.bpi-gm-form input[type="checkbox"] {
	margin-right: 8px;
}

.bpi-gm-form .button,
.bpi-gm-form button,
.bpi-gm-form input[type="submit"] {
	background: #17365d;
	color: #ffffff;
	border: 0;
	border-radius: 4px;
	padding: 12px 22px;
	font-weight: 600;
	cursor: pointer;
}

.bpi-gm-form .button:hover,
.bpi-gm-form button:hover,
.bpi-gm-form input[type="submit"]:hover {
	background: #0f2848;
}

.required_text{
	color:red !important;
}

.red_alert{
	color:red !important;
	background-color: white;
	padding: 10px;
	border: 2px red solid !important;
}


.bpi-gm-account a.button{
	background-color: #467FF7 !important;
	color: white !important;
	padding: 10px !important;
	border: 1px solid #1C244B !important;
}

.bpi-gm-account a.button:hover{
	background-color: #1C244B !important;
	color: white !important;
	padding: 10px !important;
	border: 1px solid #1C244B !important;
}

/* BPI Guarantees dashboard table */
.bpi-gm-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #1C244B;
	margin-top: 20px;
	background: #ffffff;
	font-size: 14px;
}

.bpi-gm-table thead th {
	background: #1C244B;
	color: #ffffff;
	border: 1px solid #1C244B;
	padding: 12px 14px;
	text-align: left;
	font-weight: 600;
}

.bpi-gm-table tbody td {
	border: 1px solid #1C244B;
	padding: 12px 14px;
	vertical-align: middle;
}

.bpi-gm-table tbody tr:nth-child(even) {
	background: #f7f8fc;
}

.bpi-gm-table tbody tr:hover {
	background: #eef1fb;
}

.bpi-gm-table a {
	color: #1C244B;
	font-weight: 600;
	text-decoration: none;
}

.bpi-gm-table a:hover {
	text-decoration: underline;
}


/* BPI Guarantee status badges */
.bpi-gm-status-badge {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
}

.bpi-gm-status-approved {
	background: #198754;
	color: #ffffff;
}

.bpi-gm-status-attention {
	background: #f6a623;
	color: #000000;
}
