/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
	--pico-font-size: 90%;
}

.text-center {
	text-align: center;
}

div.empty {
	margin-top: 20px;
	padding: 40px;
	text-align: center;
	background-color: #f2f2f2;
	color: #999;
	border-radius: 5px;
}

th, td {
	text-align: center;
}

span.badge {
	font-size: var(--pico-font-size);
	padding: 0.25em 0.75em;
	border-radius: 10px;
}

.in-progress {
	background-color: #f2f2f2;
	color: #999;
}

.done {
	background-color: #dff0d8;
	color: #3c763d;
}

.error {
	background-color: #f2dede;
	color: #a94442;
}

form[aria-busy="true"]::before {
	background: transparent;
	content: none;
}

dl {
  display: flex;
  flex-wrap: wrap;
}

dt {
  width: 15%;
}

dd {
  margin-left: auto;
  width: 85%;
}

dt {
	background: #eee;
	border-bottom: 1px solid #eee;
	font-weight: 600;
}

dt, dd {
	padding: 1rem;
}

dd {
	border-bottom: 1px solid #eee;
}
