.cccel-toggle-quotes {
	font-weight: 600;
	white-space: nowrap;
}

.cccel-quotes-spinner {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	border: 2px solid #d0d7de;
	border-top-color: #2563eb;
	border-radius: 50%;
	animation: cccel-spin 0.7s linear infinite;
	vertical-align: text-bottom;
}

@keyframes cccel-spin {
	to {
		transform: rotate(360deg);
	}
}

.cccel-quotes-row {
	background: yellow !important;
}

.cccel-quotes-row > td {
	background: yellow !important;
	padding: 12px 14px;
	border-top: 1px solid #e2e8f0;
}

.cccel-quotes-wrap {
	margin-left: 16px;
}

.cccel-quotes-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.cccel-quotes-table th,
.cccel-quotes-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #e5e7eb;
}

.cccel-quotes-table thead th {
	background: cadetblue !important;
	color: #fff;
	font-weight: 700;
}

.cccel-quotes-table tbody td {
	background: yellow !important;
}

.cccel-quotes-table .cccel-num {
	text-align: right;
}

.cccel-quotes-empty,
.cccel-quotes-error {
	padding: 8px 4px;
	color: #334155;
}

.cccel-quotes-error {
	color: #b91c1c;
}
