HEX
Server: Apache
System: Linux utech.securedservers.info 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User: autoaccidentes (1023)
PHP: 8.3.23
Disabled: NONE
Upload Files
File: /home/autoaccidentes/www/wp-content/plugins/google-captcha/css/admin_page.css
/*
 * menu sidebar
 */
#toplevel_page_google-captcha .wp-menu-image:before {
    content: "\e912";
    font-family: 'bwsicons' !important;
}

.cptch_loading {
    position: relative;
}

.cptch_loading::after {
    content: "";
    position: absolute;
    top: 15%;
    right: -30%;
    width: 12px;
    height: 12px;
    border: 3px solid #00aadc;
    background-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    -webkit-animation: cptch_animate 9.0s linear infinite;
    animation: cptch_animate 9.0s linear infinite;
}

@-webkit-keyframes cptch_animate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(3000deg)
    }
}
@keyframes cptch_animate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(3000deg)
    }
}
.bws_info.warning {
	color: red;
}
.gglcptch_error_text {
	display: none;
}