@charset "UTF-8";

div.able-modal-dialog *:hover,
div.able-modal-dialog .modalCloseButton :hover,
div.able-modal-dialog *:focus{ outline-color: #000 !important; }
.able-popup{
	min-width: 8em;
	border-radius: 0;
}
.able-popup li{ cursor: pointer; }
.able-popup li:hover {
	background-color: #ccc;
	color: #000;
}
div.able-modal-dialog{
	position: fixed;
	left: 0;
	right: 0;
	transform:translate(0,-50%)!important;
}
button.modalCloseButton {
	width: 2em;
	height: 2em;
	padding: 0;
	border-radius: 50%;
	border: none;
	color: #fff;
	font-size: 1.3em;
	background: #c71b44;
}
div.able-modal-dialog h2{
	margin-bottom: auto;
	padding-left: 15px;
	padding-bottom: 20px;
	font-size: 2.3rem;
	line-height: 3.2rem;
	text-align: left;
	font-weight: 500;
	font-family: inherit;
	position: relative;
}
div.able-modal-dialog h2:first-letter{ color: #000; }
div.able-modal-dialog h2::before{
	content: "";
	width: 5px;
	height: 28px;
	display: inline-block;
	background: #c71b44;
	position: absolute;
	left: 0;
	top: 4px;
}
.able-prefs-form div[role=group]{ margin: 2em 0; }
.able-prefs-form div[role=group]>div{
	display: flex;
	align-items: center;
}
.able-prefs-descriptions>div.able-prefs-select>select,
.able-prefs-descriptions>div.able-prefs-slider>select{
	min-width: 10em;
	width: auto;
	appearance: auto;
	-webkit-appearance: auto;
}
.modal-button{
	margin: .5em 0 1em;
	padding: 5px 20px;
	border: 1px solid #efefef;
	border-radius: 30px;
	font-weight: 500;
	background: #efefef;
}
.modal-button:not(:last-of-type){
	border: 1px solid #c71b44;
	color: #fff;
	background: #c71b44;
}
.able-prefs-form ul{ list-style: none; }
.able-prefs-form h2 + ul{ margin: 0 0 2em 1em; }
.able-prefs-form ul li::before{
	content: "";
	width: .4em;
	height: .4em;
	margin: 0 .5em .2em 0;
	display: inline-block;
	border-radius: 50%;
	background: #c71b44;
}
.able-prefs-form ul li{
	padding-left: 1em;
	text-indent: -1em;
}
.able-prefs-form ul li + li{ margin-top: .5em; }
.able-status-bar{ height: auto; }
.able-status-bar::after{
	content: " ";
	display: block;
	clear: both;
}
.able-alert,
.able-tooltip{
	min-width: 4em;
	text-align: center;
}