.account-box {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%) !important;
	border-radius: 15px;
}

.account-box .account-btn {
	border-radius: 5px;
	outline: 0;
}

.form-focus .form-control {
	height: 50px;
	padding: 21px 12px 6px;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.status-icon {
	font-size: 42px;
	margin-bottom: 12px;
}

.status-detail {
	border-left: 5px solid;
	border-radius: 8px;
	padding: 12px 14px;
	margin-bottom: 16px;
	text-align: left;
}

.status-detail-warning {
	background: linear-gradient(246deg, #fff6d9, white);
	border-left-color: #f0ad4e;
}

.card-box.js-branch-card {
	cursor: pointer;
}
