/**
 * @package         Captcha free
 * @version         24.5.0
 * 
 * @author          Logical-Arts <info@logical-arts.de>
 * @copyright       Copyright © 2023 Logical-Arts All Rights Reserved
 * @license         GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
 * @link            https://www.logical-arts-extensions.com
 */

.larts-info-label {
	width: 100%;
	background-color: transparent;
	color: rgb(128,128,128);
}
.larts-info-box {
	width: 100%;
	border: 1px solid black;
	background-color: rgb(220, 220, 220);
	background-color: rgb(70, 100, 135);
	padding: 5px;
	color: black;
	color: rgb(220, 220, 220);
}


.captcha-hide {
	visibility: hidden;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.captcha-box {
	width: 100%;
	border: 1px solid black;
	background-color: rgb(240, 240, 240);
	padding: 5px;
}

.captcha-box .bt-reload {
	padding: 0;
	margin-right: 10px;
	
}
.captcha-hdr {
	width: 100%;
	background-color: rgb(190, 210, 230);
	font-size: 0.8em;
	padding-left: 10px;
}

.captcha-images .imgsel {
  display: flex;
  align-items: center;
}
.captcha-images label {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.captcha-images input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
	
.captcha-images img {
	width: 100px;
	height: auto;
	margin: 5px;
	cursor: pointer;
	border: 5px solid transparent;
}
.selected {
	border-color: rgb(30,30,255) !important;
}

.captcha-txt {
  display: flex;
  align-items: center;
	padding: 5px 0px 0px 0px;
}
.captcha-txt-input {
	width: 40px	!important;
	margin: 5px;
}
.captcha-txt img {
    margin-right: 10px;
}
.captcha-txt-input {
	width: 100px	!important;
	margin: 5px;
}
.hinttime {
	display: inline-block;
	margin-right: 20px;
}