@charset "UTF-8";

button[disabled],
.anviz-btn[disabled]{
    cursor: not-allowed;
    background-image: none;
    opacity: .6;
}

.checkbox-warp[disabled]{
    cursor: not-allowed;
    opacity: .6;
}
