#os_captcha_modal .modal-title{color:var(--os-captcha-txt-color)}
.os_captcha_Label{font-size: 2rem;}
.os_captcha_LabelFontLarge{font-size: 2.5rem;}
.os_captcha_LabelFontSmall{font-size: 2rem;}
#captcha img{}
#os_captcha_refresh{cursor:pointer;}
#os_captcha_code {
	margin-top: 10px;
    font-size: 3rem;
    font-family: arial;
    width: 98%;
    border: 5px solid var(--os-captcha-txt-color);
    border-top: 0;
    border-right: 0;
    padding: 0px;
    color: var(--os-captcha-txt-color);
}
#os_captcha_res{cursor:pointer;}
.os_captcha_error{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#dd0000;
}
#os_captcha_emojiTable{
	position:relative;
}
.os_captcha_svgCell{
	width:20%;
	float: left;
	margin-left: 4%;
	margin-top: 4%;
}
.os_captcha_selectedCell{background:#ffd42a;}