#wc-pathly-cc-form {
    border: none;
}

#pathly-auth-iframe {
    width: 100%;
}

#wc-pathly-auth-dialog {
    display: none;
    border: 1px #bfbfbf solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: white;
}

#wc-pathly-block {
    z-index: 998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#pathly-error-container {
    text-align: center;
    color: red;
}