/*.altcha*/

.altcha-widget-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.altcha-widget-form .altcha {
    border: 1px solid #a0a0a0 !important;
}


.altcha-widget-form .altcha-checkbox {
    display: flex;
    align-items: center;
    height: 1.25rem !important;
    width: 1.25rem !important;
    box-sizing: border-box;
}

.altcha-widget-form .altcha-checkbox input {
    position: absolute;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin: 0;
    opacity: 0;
    z-index: 1;
    box-sizing: border-box;
}

.altcha-widget-form .altcha-checkbox .checkbox-icon {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    box-sizing: border-box;
}

.altcha-widget-form .altcha-checkbox .checkbox-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: 2px solid rgb(0, 0, 0,0.5);
    border-radius: 0.3rem;
    display: block;
    box-sizing: border-box;
}

.altcha-widget-form .altcha-checkbox input:checked + .checkbox-icon:before {
    color: rgba(255, 255, 255, 0.54) !important;
    border: none !important;
    background: linear-gradient(160.38deg, #49D8BD 28.06%, #3793FF 99.24%) !important;
}

.altcha-widget-form .altcha-checkbox input:checked + .checkbox-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    border-radius: 0.3rem;
    display: block;
    background: 50% / 50% 50% no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    box-sizing: border-box;
}

.altcha-widget-form .altcha-label {
    font-family: "Ubuntu", sans-serif !important;
    color: #516378;
}