.breadcrumb {
  	margin-bottom: 32px;
	background-color: #D5D5D5;
}

body .as-panel {
	box-shadow: 0px 1px 10px 0px #0000001A !important;
}

.fw-700 {
	font-weight: 700;
}

[data-code="eqpclientorder"] h2,
[data-code="eqprepairorder"] h2,
[data-code="eqpFormEquipment"] h2{
	font-weight: 700;
  	font-size: 32px;
}

.rentInputBorder {
  	min-height: 42px;
  	border-radius: 8px;
	border: 1px solid #B9B9B9;
}

.rentPrice {
  	max-width: max-content;
	border: 1px solid #818181;
  	color: #818181;
}

[data-code="eqpprolongrent"],
.as-entity-statusName,
.as-entity-statusAction,
.rentSave a {
	padding: 10px !important;
  	border-radius: 8px !important;
  	width: 100% !important;
  	font-size: 20px !important;
  	font-weight: 600 !important;
}

.as-entity-additionalToolbar [data-code="eqpprolongrent"] {
	background-color: #4E73DF;
}

.rentSave a {
  	font-size: 16px !important;
  	border: none;
	background-color: #818181;
}

.as-entity-statusActions {
	display: flex;
  	flex-direction: column;
  	gap: 16px;
}

.as-entity-statusName {
	margin-bottom: 16px;
  	font-size: 16px !important;
}

.as-cmt-item {
	border-width: 1px;
  	border-color: #B9B9B9 !important;
}

.as-cmt-tag.badge {
	background-color: #B9B9B9 !important;
  	color: white !important;
}

[data-code="eqpinfo"] .as-cmt-add textarea {
	margin-bottom: 10px;
}