<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-template-page-payment-cancel-subscription.logged-in .inner-banner h1 {
    display: none;
}
.user-cancel-membership p{
	font-size: 14px;
    font-family: 'Proxima Nova';
    margin: 0;
}

#cancelled-subscription-details p{
	font-size: 14px;
    font-family: 'Proxima Nova';
    margin: 0;
}
.email-success-message{
    margin: 0 auto;
    width: 100%;
    max-width: 800px
}
div#cancelled-subscription-details {
	margin: 0 auto;
    padding: 25px;
    text-align: center;
    min-height: 300px;
}
form.from-cancel-subscription {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;

}
.user-cancel-membership {
	text-align: center;
    width: 100%;
}
.msg-cancel-subscription{
	width: 100% !important;
}
footer {
    margin-top: 100px !important;
}
.btn-cancel-membership{
	width: 100%;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.spinner-loading-text{
    color: #fff;
    margin: 10px;
    font-size: 18px;
}
#overlay,#overlay2{ position: fixed; top: 0; z-index: 100; width: 100%; height:100%; display: none; background: rgba(0,0,0,0.6);top: 0;left: 0; right: 0; bottom: 0;z-index: 9999999;}
.cv-spinner,.cv-spinner2 { height: 100%; display: flex; justify-content: center; align-items: center;   }
.spinner,.spinner2 { width: 40px; height: 40px; border: 4px #ddd solid; border-top: 4px #2c7be5 solid; border-radius: 50%; animation: sp-anime 0.8s infinite linear;background: none;visibility: visible; }
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}</pre></body></html>