/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#retentionkit-wcsubcancel-popup,
.rk-autoship-popup {
    max-width: 640px;
    border-radius: 5px;
    padding: 30px;
    overflow: hidden;
}

.rk-workflow-title {
    font-size: var(--h5);
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.rk-workflow-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
}

.rk-workflow-options .rk-workflow-option-label {
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 0;
    font-size: var(--text-m);
    cursor: pointer;
    justify-items: inherit;
    background-color: #f7f7f7;
    align-items: center;
    display: flex;
    height: 70px;
    /**/
}

.rk-workflow-options .rk-workflow-option-label:hover {
    border-color: #000;
}

.rk-workflow-options input[type="radio"] {
    vertical-align: middle;
    margin-right: 10px;
    width: auto !important;
    height: auto !important;
    -webkit-appearance: auto !important;
}

.rk-workflow-options input[type=radio]:after {
    display: none;
}

.rk-workflow-options input[type="radio"]:checked+span {
    font-weight: 400;
    /**/
}

.rk-other-reason-value {
    display: none;
    margin-top: 30px;
}

.rk-other-reason-value label {
    font-size: var(--text-m);
    font-weight: bold;
    color: var(--neutral-ultra-dark);
}

.rk-other-reason-value textarea.rk-required-error {
    border: 1px solid #f00;
}

.retentionkitcp-footer {
    align-items: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    /**/
    margin-top: 20px;
}

.rk-cancel {
    text-align: right;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-size: var(--text-m);
    margin-left: auto;
}

.retentionkit-btn {
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.rk-offer-img {
    margin-bottom: 30px;
}

.rk-workflow-label {
    text-align: left;
    line-height: 1.3;
}

#retentionkit-wcsubcancel-popup .fancybox-close-small,
.rk-autoship-popup .fancybox-close-small {
    background-color: transparent;
    color: #000;
}

#retentionkit-wcsubcancel-popup .fancybox-close-small:hover,
.rk-autoship-popup .fancybox-close-small:hover {
    background-color: transparent;
    color: #000;
}

.rk-btn {
    border: 1px solid transparent;
    background-image: none;
    background-color: #55555e;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block !important;
    margin: 0 auto 10px;
}

.rk-btn-yes {
    background-color: #59b9b0 !important;
}

.rk-btn-yes:hover {
    background-color: #000 !important;
}

/**
 * jQuery wizard v0.4.4
 */
.wizard-pane {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    text-align: center;
    min-width: 475px;
    border: none;
    padding: 0;
    display: block !important;
}

.wizard-pane.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.wizard-pane.activing {
    visibility: visible;
}

.wizard-pane img {
    margin: auto;
}

.wizard-pane p {
    margin-bottom: 20px;
}

.wizard-content {
    position: relative;
    padding: 0;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
}

.current {
    color: #00f !important;
}

.done {
    color: #008000 !important;
}

.error {
    color: #f00 !important;
}

.disabled {
    cursor: not-allowed !important;
}

.wizard-steps {
    display: none;
}

.wizard-buttons {
    margin-top: 10px;
    display: inline-block;
}

.wizard-buttons>a {
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #aaa;
    border-radius: 20px;
}

.wizard-buttons>a.disabled {
    color: #aaa;
    border-color: #aaa;
}

canvas.rk-confetti {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 769px) {

    .rk-workflow-options {
        display: block;
    }

    #retentionkit-wcsubcancel-popup,
    .rk-autoship-popup,
    .wizard-pane {
        width: 100%;
        min-width: 100%;
    }

}

label.rk-workflow-option-label {
    color: var(--neutral) !important;
}

.woocommerce .blockUI.blockOverlay {
    z-index: 99 !important;
}