
.HumanVerification-container {display: block;/* height: 80px; */border: 1px solid #ddd;/* padding: 20px; */width: 200px;background-color:#f9f9f9;text-align: center;border-radius: 4px;box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);}
.HumanVerification-checkbox-label {padding: 20px;display: flex;cursor: pointer;/* margin-top: 10px; */user-select: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;flex-direction: row;align-items: center;}
.HumanVerification-checkbox {margin-right: 10px;transform: scale(1.2);}

.HumanVerification-verify-button {display: block;clear: both; padding: 10px 20px; font-size: 14px; cursor: pointer; margin-top: 10px; background-color: #4285f4; color: #fff; border: none; border-radius: 4px; }

.HumanVerification-null{width:25px ; height:25px;}
.HumanVerification-true{width:25px ; height:25px;display: none;}
.HumanVerification-false{width:25px ; height:25px;display: none;}


.HumanVerification-bounce-in-fwd {
    -webkit-animation: bounce-in-fwd 1.1s both;
            animation: bounce-in-fwd 1.1s both;
} 


@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
                transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
}
@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
                transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
}