<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

div.sweetcaptcha, div.sweetcaptcha * {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
  line-height: normal;
}

div.sweetcaptcha {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  color: #000;
  padding: 10px;
  overflow: hidden;
  height: 120px;
  max-width: 380px;
  min-width: 300px;
  position: relative;
  box-shadow: 5px 5px 0 #eee;
  font-weight: normal;
}

div.sweetcaptcha ul {
  list-style-type: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

div.sweetcaptcha ul li {
  display: inline;
  margin: 0px !important;
  padding: 0px 4px 0px 0px !important;
  background: none !important;
  z-index: 2;
  float: left;
  list-style-type: none !important;
}

div.sweetcaptcha.rtl ul li {
  padding: 0px 0px 0px 4px !important;
  float: right;
}

div.sweetcaptcha ul li.selected {
  position: absolute;
  top: 5px; 
  text-align: right;
  right: 0px;
  -webkit-animation: selected 500ms linear forwards;
  -moz-animation: selected 500ms linear forwards;
  -ms-animation: selected 500ms linear forwards;
  -o-animation: selected 500ms linear forwards;
  animation: selected 500ms linear forwards;
}

div.sweetcaptcha.rtl ul li.selected {
  position: absolute;
  top: 5px; 
  left: 5px;
  text-align: left;
  -webkit-animation: selected_rtl 500ms linear forwards;
  -moz-animation: selected_rtl 500ms linear forwards;
  -ms-animation: selected_rtl 500ms linear forwards;
  -o-animation: selected_rtl 500ms linear forwards;
  animation: selected_rtl 500ms linear forwards;
}

div.sweetcaptcha ul li.static_selected {
  position: absolute;
  right: 0;
  top: 5px;
}

div.sweetcaptcha.rtl ul li.static_selected {
  position: absolute;
  left: 5px;
  top: 5px;
}

div.sweetcaptcha ul li.static_selected img {
  width: 25px;
  height: 25px;
}

div.sweetcaptcha img {
  margin: 0px;
  padding: 0px;
  background: none;
}

/*div.sweetcaptcha .holder { 
   width:80px;
   height:95px;
   position:absolute;
   float:right;
   right:10px;
   top:0px;
   background-position:right top;
   border:1px solid transparent;
 }*/

div.sweetcaptcha ul li img, 
div.sweetcaptcha ol li img { 
  display:inline;
}

div.sweetcaptcha p { 
  padding-bottom:10px;
  color:#000;
}

/*div.sweetcaptcha.dropped .holder,
div.sweetcaptcha:hover .holder {
  border: 2px dashed #ddd;
  margin: 0;
  border-radius: 5px;
}*/

div.sweetcaptcha .reset {
  color:#a00;
  font-size:10px;
  clear:both;
  cursor:pointer;
  padding-top:3px;
  float: left;
}

div.sweetcaptcha #scpowered {
  position: absolute;
  bottom: 2px;
  right: 4px;
  padding: 2px 4px;
  background: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
  background: url('strip.png') no-repeat right top;
  padding-right: 14px;
  /*width: 110px;*/
  text-align: right;
  white-space: nowrap;
  margin-right: 1px;

}

div.sweetcaptcha #scpowered #scwpowered {
  display: none;
}

div.sweetcaptcha #scpowered,
div.sweetcaptcha #scpowered * {
  font-size: 9px;
  color: #111;
  text-decoration: none;
}

div.sweetcaptcha span.holder {
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block; 
  width: 90px; 
  height: 85px; 
  position: absolute !important; 
  right: 10px; 
  top: 10px;
  z-index: 1;
  margin: 2px;
}

div.sweetcaptcha p {
  direction: ltr;
  text-align: left;
}

div.sweetcaptcha ul {
  text-align: left;
  display: block !important;
}

div.sweetcaptcha.rtl p {
  direction: rtl;
  text-align: right;
}

div.sweetcaptcha.rtl span.holder {
  right: auto;
  left: 10px;
  background-position: bottom left;
}

div.sweetcaptcha.rtl ul {
  text-align: right;
}

div.sweetcaptcha.rtl #scpowered {
  right: auto;
  left: 0px;
}

div.sweetcaptcha.rtl .reset {
  float: right;
}

div.sweetcaptcha #scpowered span {
  position: relative;
  margin-left: -2px;
  font-weight: bold;
}

@-moz-keyframes selected {
  0% {opacity: 0}
  25% { top: -50px; right: 0px; opacity: 0}
  100% { top: 5px; right: 0px; opacity: 1}
}

@-ms-keyframes selected {
  0% {opacity: 0}
  25% { top: -50px; right: 0px; opacity: 0}
  100% { top: 5px; right: 0px; opacity: 1}
}

@-o-keyframes selected {
  0% {opacity: 0}
  25% { top: -50px; right: 0px; opacity: 0}
  100% { top: 5px; right: 0px; opacity: 1}
}

@-webkit-keyframes selected {
  0% {opacity: 0}
  25% { top: -50px; right: 0px; opacity: 0}
  100% { top: 5px; right: 0px; opacity: 1}
}

@keyframes selected {
  0% {opacity: 0}
  25% { top: -50px; left: 5px; opacity: 0}
  100% { top: 5px; left: 5px; opacity: 1}
}

/* rtl */

@-moz-keyframes selected_rtl {
  0% {opacity: 0}
  25% { top: -50px; left: 5px; opacity: 0}
  100% { top: 5px; left: 5px; opacity: 1}
}

@-ms-keyframes selected_rtl {
  0% {opacity: 0}
  25% { top: -50px; left: 5px; opacity: 0}
  100% { top: 5px; left: 5px; opacity: 1}
}

@-o-keyframes selected_rtl {
  0% {opacity: 0}
  25% { top: -50px; left: 5px; opacity: 0}
  100% { top: 5px; left: 5px; opacity: 1}
}

@-webkit-keyframes selected_rtl {
  0% {opacity: 0}
  25% { top: -50px; left: 5px; opacity: 0}
  100% { top: 5px; left: 5px; opacity: 1}
}

@keyframes selected_rtl {
  0% {opacity: 0}
  25% { top: -50px; left: 5px; opacity: 0}
  100% { top: 5px; left: 5px; opacity: 1}
}</pre></body></html>