.suremember-login-container-popup{background:#000000b3;position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999999;display:none;max-width:unset !important;}
.suremembers-open-login-popup{margin-left:20px;text-decoration:none !important;}
.suremember-login-container-popup.active{display:flex;justify-content:center;align-items:center;}
.suremember-login-wrapper{display:flex;width:380px;height:max-content;max-width:80%;max-height:80%;align-items:center;justify-content:center;padding:34px 30px;box-shadow:0 3px 6px rgb( 0 0 0 / 30% );overflow:auto;position:relative;background-color:#fff;border-radius:3px;}
.suremember-login-form-container{width:100%;}
.suremember-user-login-form{display:flex;flex-direction:column;grid-gap:15px;}
.suremember-user-login-form a{text-decoration:none;}
.suremember-login-container-popup .suremember-login-heading{font-size:30px;font-weight:600;color:#1d2327;text-align:center;margin-top:0;margin-bottom:16px;}
.suremember-user-login-form label:not( [for="rememberme"] ){font-family:inherit;line-height:16px;color:#1d2327;font-size:16px;font-weight:400;}
.suremember-user-login-form input[type="text"],
.suremember-user-login-form input[type="password"]{font-family:inherit;width:100%;border-radius:3px;min-height:40px;max-width:-webkit-fill-available;padding:0.75em;border:1px solid #e2e8f0;box-shadow:none;box-sizing:border-box;}
.suremember-login-wp-pwd{position:relative;}
.suremember-user-login-form .suremember-login-wp-pwd input[type="password"]{padding-right:37px;}
.suremember-login-wp-pwd .suremembers-hide-if-no-js{position:absolute !important;top:0;right:0;color:#959595;cursor:pointer;padding:5px 9px;height:100%;background:transparent;border:none;}
.suremember-login-container-popup .suremember-user-form-submit{padding:0.75em;font-weight:500;border-radius:3px;width:100%;border:1px solid #046bd2;background-color:#046bd2;color:#fff;cursor:pointer;}
.suremember-login-container-popup .suremember-user-form-submit:hover{opacity:0.9;}
.suremember-login-container-popup .suremember-user-form-submit.submit-loading{pointer-events:none;position:relative;opacity:0.6;}
.suremember-login-container-popup .suremember-user-form-submit.submit-loading::before{content:"";width:24px;height:24px;border:4px solid #000;border-top-color:#fff;transform:translate( -50%, -50% );position:absolute;top:50%;left:50%;animation:submitloading 1s forwards infinite linear;border-radius:50%;}
.suremember-login-container-popup .remember-me-wrap{display:flex;flex-direction:row;justify-content:space-between;font-size:12px;}
.suremember-login-container-popup .remember-me{display:flex;font-size:12px;align-items:center;grid-gap:5px;cursor:pointer;}
.suremember-login-container-popup .remember-me input{border-radius:3px;}
.suremember-login-container-popup .field-error{border-left:4px solid #ef4444;padding:5px 12px;margin-bottom:20px;background-color:#fee2e2;box-shadow:0 1px 1px 0 rgb( 0 0 0 / 10% );display:block;color:#ef4444;line-height:1.4;}
.suremember-login-container-popup span.field-error::before{content:"\f348";font-family:dashicons;margin-right:4px;color:#ef4444;display:inline-block;transform:translateY( 2px );}
.suremember-login-wrapper-close{position:absolute;right:10px;top:10px;cursor:pointer;}
.suremembers-button{text-decoration:none !important;}
@keyframes submitloading {
0% {
transform: translate( -50%, -50% ) rotate( 0deg );
}
100% {
transform: translate( -50%, -50% ) rotate( 360deg );
}
}.suremembers-main-container{width:100%;}
.suremembers-container-div{margin:3em 0;padding:3em;background-color:#fff;width:100%;max-width:-webkit-fill-available;text-align:center;}
.suremembers-unauthorized-container{margin-top:1em;}
.suremembers-logout-button {
cursor: pointer;
margin-left: 20px;
text-decoration: none !important;
}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-nxt-btn,.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-pre-btn{border-style:var(--srfm-button-border-style,solid);border-top-width:var(--srfm-button-border-width-top,1px);border-left-width:var(--srfm-button-border-width-right,1px);border-bottom-width:var(--srfm-button-border-width-bottom,1px);border-right-width:var(--srfm-button-border-width-left,1px);border-top-right-radius:var(--srfm-button-border-radius-top,6px);border-top-left-radius:var(--srfm-button-border-radius-right,6px);border-bottom-left-radius:var(--srfm-button-border-radius-bottom,6px);border-bottom-right-radius:var(--srfm-button-border-radius-left,6px)}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-nxt-btn{color:var(--srfm-page-break-next-btn-color-normal,var(--srfm-color-scheme-text-on-primary));background-color:var(--srfm-page-break-next-btn-bg-normal,var(--srfm-color-scheme-primary));border-color:var(--srfm-page-break-next-btn-border-color-normal)}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-nxt-btn:hover{color:var(--srfm-page-break-next-btn-color-hover,var(--srfm-color-scheme-text-on-primary));background-color:var(--srfm-page-break-next-btn-bg-hover,var(--srfm-color-scheme-primary));border-color:var(--srfm-page-break-next-btn-border-color-hover)}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-pre-btn{color:var(--srfm-page-break-back-btn-color-normal,var(--srfm-page-break-back-btn-text-color));background-color:var(--srfm-page-break-back-btn-bg-normal,var(--srfm-page-break-back-btn-background));border-color:var(--srfm-page-break-back-btn-border-color-normal)}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-pre-btn:hover{color:var(--srfm-page-break-back-btn-color-hover,var(--srfm-color-scheme-text-on-primary));background-color:var(--srfm-page-break-back-btn-bg-hover,var(--srfm-color-scheme-primary));border-color:var(--srfm-page-break-back-btn-border-color-hover)}.srfm-form-container.srfm-custom-stylings .srfm-button{padding-top:var(--srfm-button-padding-top,10px);padding-left:var(--srfm-button-padding-right,14px);padding-bottom:var(--srfm-button-padding-bottom,10px);padding-right:var(--srfm-button-padding-left,14px);border-style:var(--srfm-button-border-style,solid);border-top-width:var(--srfm-button-border-width-top,1px);border-left-width:var(--srfm-button-border-width-right,1px);border-bottom-width:var(--srfm-button-border-width-bottom,1px);border-right-width:var(--srfm-button-border-width-left,1px);border-top-right-radius:var(--srfm-button-border-radius-top,6px);border-top-left-radius:var(--srfm-button-border-radius-right,6px);border-bottom-left-radius:var(--srfm-button-border-radius-bottom,6px);border-bottom-right-radius:var(--srfm-button-border-radius-left,6px);border-color:var(--srfm-button-border-color,var(--srfm-color-scheme-primary));color:var(--srfm-button-text-color-normal,var(--srfm-color-scheme-text-on-primary))}.srfm-form-container.srfm-custom-stylings .srfm-button:hover{border-color:var(--srfm-button-border-hover-color,var(--srfm-color-scheme-primary));color:var(--srfm-button-text-color-hover,var(--srfm-color-scheme-text-on-primary))}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-color:hover,.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-gradient:hover,.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-transparent:hover{background:var(--srfm-btn-color-hover)}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-transparent{background:0 0}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-color{background:var(--srfm-button-background-color-normal,var(--srfm-color-scheme-primary))}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-gradient{background:var(--srfm-button-background-gradient-normal)}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-hover-transparent:hover{background:0 0}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-hover-color:hover{background:var(--srfm-button-background-color-hover,var(--srfm-btn-color-hover))}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-hover-gradient:hover{background:var(--srfm-button-background-gradient-hover)}.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-gradient,.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-gradient:hover,.srfm-form-container.srfm-custom-stylings .srfm-button.srfm-btn-bg-hover-gradient:hover{background-clip:padding-box;-moz-background-clip:padding-box;-webkit-background-clip:padding-box}.srfm-form-container.srfm-custom-stylings .srfm-dropdown-block .ts-control,.srfm-form-container.srfm-custom-stylings .srfm-input-common,.srfm-form-container.srfm-custom-stylings .srfm-input-content{border-top-width:var(--srfm-field-border-width-top,1px)!important;border-left-width:var(--srfm-field-border-width-right,1px)!important;border-bottom-width:var(--srfm-field-border-width-bottom,1px)!important;border-right-width:var(--srfm-field-border-width-left,1px)!important;border-top-right-radius:var(--srfm-field-border-radius-top,6px)!important;border-top-left-radius:var(--srfm-field-border-radius-right,6px)!important;border-bottom-left-radius:var(--srfm-field-border-radius-bottom,6px)!important;border-bottom-right-radius:var(--srfm-field-border-radius-left,6px)!important}.srfm-form-container.srfm-custom-stylings .srfm-block-wrap .srfm-input-content .srfm-number-prefix{border-left-width:var(--srfm-field-border-width-right)}.srfm-form-container.srfm-custom-stylings .srfm-block-wrap .srfm-input-content .srfm-number-suffix{border-right-width:var(--srfm-field-border-width-left)}.srfm-form-container.srfm-custom-stylings .srfm-form .srfm-upload-block .srfm-block-wrap,.srfm-form-container.srfm-custom-stylings .srfm-multi-choice-block .srfm-block-wrap .srfm-multi-choice-single .srfm-block-content-wrap{border-top-right-radius:var(--srfm-field-border-radius-top,6px);border-top-left-radius:var(--srfm-field-border-radius-right,6px);border-bottom-left-radius:var(--srfm-field-border-radius-bottom,6px);border-bottom-right-radius:var(--srfm-field-border-radius-left,6px)}.srfm-form-container.srfm-custom-stylings .srfm-multi-choice-block .srfm-block-wrap .srfm-multi-choice-single input:checked+.srfm-block-content-wrap{border-color:hsl(from var(--srfm-color-scheme-primary) h s l/.65);background:hsl(from var(--srfm-color-scheme-primary) h s l/.07)}.srfm-form-container.srfm-custom-stylings .srfm-multi-choice-block .srfm-block-wrap .srfm-multi-choice-single input:checked+.srfm-block-content-wrap:hover{box-shadow:0 0 0 3px hsl(from var(--srfm-color-scheme-primary) h s l/.15)}.srfm-form-container.srfm-custom-stylings .srfm-multi-choice-block .srfm-block-wrap .srfm-multi-choice-single input:checked:focus+.srfm-block-content-wrap{box-shadow:0 0 0 3px hsl(from var(--srfm-color-scheme-primary) h s l/.15);border-color:hsl(from var(--srfm-color-scheme-primary) h s l/.65)}.srfm-form-container.srfm-custom-stylings .srfm-multi-choice-block .srfm-block-wrap .srfm-multi-choice-single input:focus+.srfm-block-content-wrap{box-shadow:0 0 0 3px var(--srfm-color-input-border-focus-glow);border-color:var(--srfm-color-input-border-hover)}.srfm-form-container.srfm-custom-stylings .srfm-multi-choice-block .srfm-block-wrap .srfm-multi-choice-single .srfm-block-content-wrap:hover{border-color:var(--srfm-color-input-border-hover);background-color:hsl(from var(--srfm-color-input-background) h s l/.8)}.srfm-form-container.srfm-custom-stylings .srfm-upload-block .srfm-block-wrap:focus-within,.srfm-form-container.srfm-custom-stylings .srfm-upload-block .srfm-block-wrap:hover{background-color:hsl(from var(--srfm-color-input-background) h s l/.8)!important}.srfm-form-container.srfm-custom-stylings .srfm-dropdown-block .srfm-dropdown-common-wrap .srfm-dropdown-common .ts-control:hover{background-color:hsl(from var(--srfm-color-input-background) h s l/.8)}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-nxt-btn{color:var(--srfm-page-break-next-btn-color-normal,var(--srfm-color-scheme-text-on-primary));background-color:var(--srfm-page-break-next-btn-bg-normal,var(--srfm-color-scheme-primary))}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-nxt-btn:hover{color:var(--srfm-page-break-next-btn-color-hover,var(--srfm-color-scheme-text-on-primary));background-color:var(--srfm-page-break-next-btn-bg-hover,var(--srfm-color-scheme-primary))}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-pre-btn{color:var(--srfm-page-break-back-btn-color-normal,var(--srfm-page-break-back-btn-text-color));background-color:var(--srfm-page-break-back-btn-bg-normal,var(--srfm-page-break-back-btn-background))}.srfm-form-container.srfm-custom-stylings .srfm-page-break-buttons .srfm-pre-btn:hover{color:var(--srfm-page-break-back-btn-color-hover,var(--srfm-color-scheme-text-on-primary));background-color:var(--srfm-page-break-back-btn-bg-hover,var(--srfm-color-scheme-primary))}.srfm-form-container.srfm-custom-stylings .srfm-input-common,.srfm-form-container.srfm-custom-stylings .srfm-input-content,.srfm-form-container.srfm-custom-stylings .ts-control,.srfm-form-container.srfm-custom-stylings.srfm-upload-block .srfm-block-wrap{box-shadow:var(--srfm-field-box-shadow-normal)}.srfm-form-container.srfm-custom-stylings .srfm-input-common.srfm-input-focused,.srfm-form-container.srfm-custom-stylings .srfm-input-common:focus,.srfm-form-container.srfm-custom-stylings .srfm-input-common:focus-within,.srfm-form-container.srfm-custom-stylings .srfm-input-content.srfm-input-focused,.srfm-form-container.srfm-custom-stylings .srfm-input-content:focus,.srfm-form-container.srfm-custom-stylings .srfm-input-content:focus-within,.srfm-form-container.srfm-custom-stylings .ts-control.srfm-input-focused,.srfm-form-container.srfm-custom-stylings .ts-control:focus,.srfm-form-container.srfm-custom-stylings .ts-control:focus-within,.srfm-form-container.srfm-custom-stylings.srfm-upload-block .srfm-block-wrap.srfm-input-focused,.srfm-form-container.srfm-custom-stylings.srfm-upload-block .srfm-block-wrap:focus,.srfm-form-container.srfm-custom-stylings.srfm-upload-block .srfm-block-wrap:focus-within{box-shadow:var(--srfm-field-box-shadow-focus)!important}.srfm-form-container.srfm-custom-stylings .srfm-dropdown-common.input-active .ts-control{box-shadow:var(--srfm-field-box-shadow-focus)!important}.srfm-form-container.srfm-custom-stylings .srfm-input-signature-hidden:focus+canvas.srfm-input-signature{box-shadow:var(--srfm-field-box-shadow-focus)!important;border-color:var(--srfm-color-input-border-hover)!important}.srfm-form-container.srfm-custom-stylings .srfm-read-only .srfm-input-common,.srfm-form-container.srfm-custom-stylings .srfm-read-only .srfm-input-content{background-color:hsl(from var(--srfm-color-input-background) h s l/.2)!important}