
.cool-captcha {
    align-items: center;
    display: flex;
    height: 0;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 999999
}

.cool-captcha.active {
    height: 100%;
    width: 100%
}

.cool-captcha.active .cool-captcha-ghost {
    opacity: 1
}

.cool-captcha-container {
    align-items: center;
    display: flex;
    height: 300px;
    justify-content: center;
    position: absolute;
    width: 300px;
    z-index: 1
}

.cool-captcha-container * {
    box-sizing: border-box;
    position: relative
}

.cool-captcha-ghost {
    background: #00000080;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%
}