/* static/css/style.css */
table {
    width: 80%;
    border-collapse: collapse;
    margin: 20px;
}
th, td {
    padding: 8px 12px;
    border: 0px solid #aaa;
    text-align: left;
}

.led {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}
.led.on {
    background-color: #003865;
    box-shadow: 0 0 8px rgba(0, 194, 255, 0.8);
}
.led.off {
    background-color: #999;
    box-shadow: 0 0 4px #aaa;
}

.tabs {
    display: flex;
    margin: 20px;
}
.tab {
    padding: 10px 20px;
    border: 0px solid #aaa;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
}
.tab.active {
    border-bottom: 1px solid #aaa;
}

.team-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  background-color: transparent;
}

.team-table th, .team-table td {
  border: none;
  background-color: transparent;
  padding: 10px;
}

.former-members div {
  margin-bottom: 4px;
}

.choices__inner {
    background-color: #ffffff !important;
    border-radius: 5px !important;
}

.choices__inner::after {
	content: "";
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px 12px;
	pointer-events: none;
}

.choices__input {
    background-color: #ffffff !important;
}

.choices__list--multiple .choices__item {
	background-color: #003865 !important;
	border: 1px solid #336799 !important;
	color: #ffffff !important;
}

.choices__inner:focus,
.choices.is-focused .choices__inner {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#var-description-box {
	padding: 1rem;
	font-size: 0.875rem;
	background-color: #003865;  
	color: #ffffff;             
	border: 1px solid #336799;
	border-radius: 8px;
	min-height: 60px;
}
