.modal-form .row {
	margin-bottom: 8px;
}

.shop-icon {
	position: absolute;
	top: -18px;
	left: -16px;
	min-width: 60px;
	max-width: 120px;
	box-sizing: content-box;
}
.worker-icon {
	position: absolute;
	top: -18px;
	left: 14px;
	min-width: 47px;
	max-width: 52px;
	box-sizing: content-box;
}

.card-shop {
	margin-bottom:18px;
}

.card-shop .shop-details {
	cursor:pointer;
}
.card-shop:hover, .card-shop.active {
	box-shadow: 0 6px 10px -4px #ef8157;
}

.shop-info-container {
	min-height:calc(50vh - 144px);
	max-height:calc(50vh - 144px);
	overflow-y:auto;	
}

.shop-info-container-full-height {
	min-height:calc(100vh - 164px);
	max-height:calc(100vh - 164px);
	overflow-y:auto;	
}

.suggestions {
	border: 1px solid #ccc;
	border-top: none;
	max-height: 150px;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	background: white;
	z-index: 10;
}
.suggestions div {
	padding: 8px;
	cursor: pointer;
}
.suggestions div:hover {
	background-color: #f0f0f0;
}
.suggestions-not-found {
	color: gray;
	padding: 8px;
	cursor: default;
}

.row-actions-vertical button {
	font-size: 0.6em !important;
	padding: .1rem .2rem;
}

.td-transaction-accept span {
	border-left: 8px solid var(--info);
	border-right: 2px solid #777;
}

.td-transaction-release span{
	border-left: 2px solid #777;
	border-right: 8px solid var(--success);
}

.user-table thead>tr>th {
	text-transform: none !important;
}

.card-footer hr {
	margin-top:0px;
	margin-bottom:0px;
}

.hidden-thead {
	max-height: 1px;
}

.hidden-thead th {
	padding:0px !important;
	margin:0px;
}

.ck-content {
	min-height:calc(62vh - 140px);
	max-height:calc(62vh - 140px);
	overflow-y:auto;
}

.row-controls {
	text-align: right;
	font-weight: bold;
}

input[type="checkbox"] {
    accent-color: #51bcda;
    width: 1.4rem;
    height: 1.4rem;
}

.checkbox-row {
	display: flex;
	gap: 0.25rem;
	font-weight: bold;
}

.checkbox-row input, .checkbox-row label {
	cursor: pointer;
}