.cptch_ajax_wrap { color: red; }
.cptch_img:hover { cursor: default; position: relative; z-index: 10; transition: all 300ms ease-in-out 0s; }
.cptch_left:hover { transform: translateX(100%) scale(3, 3); }
.cptch_right:hover { transform: translateX(-100%) scale(3, 3); }
.cptch_center:hover { transform: scale(3, 3); }
.cptch_reload_button:hover { cursor: pointer; opacity: 0.7; }
.cptch_reload_button.cptch_active { opacity: 0.7; animation: 800ms linear 0s normal none infinite running cptch_rotation; }
@keyframes cptch_rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
@keyframes cptch_rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
@keyframes cptch_rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
