/*Login Register Page*/
html{
    --sec-lr-width: 850px;
    --sec-lr-background-color: #fff;
    --sec-lr-min-height: 500px;
}
#sec-primary .sec-login-register-template-style .sec-lr-template-grid { display: flex; text-align: left; box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; } 
#sec-primary .sec-login-register-template-style .sec-lr-template-img-wrapper { order: 1;} 
#sec-primary .sec-login-register-template-style .sec-lr-template-form-wrapper { order: 2;  padding: 40px!important; background-color: var(--sec-lr-background-color); } 
#sec-primary .sec-login-register-template-style { max-width: var(--sec-lr-width); margin-left: auto; margin-right: auto; }
/*#sec-primary .sec-login-register-template-style { max-height: calc(100vh - 50px); overflow-y: auto; }*/
#sec-primary .sec-login-register-template-style.sec-lr-template-1 { max-height: 100%; }

#sec-primary .sec-login-register-template-style .centered { display: flex; align-items: center; justify-content: center; width: 100%; } 
#sec-primary .sec-login-register-template-style .sec-lr-no-overflow { display: flex; align-items: center; overflow: hidden; position: relative; min-height: var(--sec-lr-min-height); } 
#sec-primary .sec-login-register-template-style .sec-lr-form { max-width: 100%; width: 100%; } 
#sec-primary .sec-login-register-template-style .sec-lr-template-column { width: 50%; }
#sec-primary .sec-login-register-template-style .sec-lr-form h4 { color: #000000; text-align: center; margin-bottom: 30px; letter-spacing: 0.2px; line-height: 1.2; font-size: 24px; font-weight: 600; margin: 0 0 20px 0; } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-input-field{ width: 100%; padding: 12px 16px; margin: 0; display: block; border: 1px solid #c8c3cf; border-radius: 4px; box-sizing: border-box; background-color: #f6f5f7; font-size: 16px; color: #4f4659; outline: none; transition: box-shadow 0.25s ease-in-out, background-image 0.25s; } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-input-field:focus { border-color: var(--sec-primary-background-color); background: #faf8fd; background: #fdfcfe;  } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-input-field::-webkit-input-placeholder { color: #a29ca8; } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-input-field:-ms-input-placeholder { color: #a29ca8; } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-input-field::placeholder { color: #a29ca8; } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-justify-space-between { display: flex; align-items: center; justify-content: space-between; margin: 30px 0 26px 0; } 
#sec-primary .sec-login-register-template-style .sec-lr-form input[type="checkbox"], 
#sec-primary .sec-login-register-template-style .sec-lr-form label { margin-right: 4px; cursor: pointer;  } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-lr-checkbox-radio label { margin-right: 4px; cursor: pointer; display: flex; align-items: flex-start; gap: 5px; font-size: 16px; margin-bottom: 10px; } 
#sec-primary .sec-login-register-template-style .sec-lr-remember-me, 
#sec-primary .sec-login-register-template-style .sec-lr-signup { color: #867992; font-size: 14px; } 
#sec-primary .sec-login-register-template-style .sec-lr-forgot-password { color: #000000; text-align: left; outline-color: #b595d4; font-size: 15px; } 
#sec-primary .sec-login-register-template-style .sec-lr-backto-btn, 
#sec-primary .sec-login-register-template-style .sec-lr-in-btn, 
#sec-primary .sec-login-register-template-style .sec-lr-signup-btn { color: #000000; text-align: left; text-decoration: underline;} 
#sec-primary .sec-login-register-template-style .sec-lr-forgot-password:active { color: #867992; } 
#sec-primary .sec-login-register-template-style .sec-lr-logon-button,
#sec-primary .sec-login-register-template-style .sec-lr-forgot-button { outline-color: var(--sec-primary-background-color); width: 100%; border: none; background-color: var(--sec-primary-background-color); padding: 13px 17px; color: var(--sec-primary-text-color); border-radius: 0.25rem; font-size: 16px; cursor: pointer; transition: box-shadow 0.25s ease-in-out, background-color 0.3s; } 
#sec-primary .sec-login-register-template-style .sec-lr-signup { font-size: 14px; text-align: center; margin-top: 32px; } 
#sec-primary .sec-login-register-template-style .sec-lr-template-img-wrapper > img { height: 100%; object-fit: cover; max-width: auto; position: absolute; left: 0; right: 0; bottom: 0; top: 0; width: 100%; } 

#sec-primary .sec-login-register-template-style .sec-lr-field-row > label { margin-bottom: 5px; display: block; font-weight: 600; font-size: 16px; } 
#sec-primary .sec-login-register-template-style .sec-lr-field-row { margin-bottom: 15px; }

#sec-primary .sec-lr-template-column input[type=checkbox]:after { content: ""; opacity: 0; display: block; left: 5px; top: 1px; position: absolute; width: 7px; height: 12px; border: 3px solid #fff; border-top: 0; border-left: 0; transform: rotate(30deg); } 
#sec-primary .sec-lr-template-column .sec-lr-checkbox-radio { margin-bottom: 0; }
#sec-primary  .sec-logo img{ max-width: 100%; }
#sec-primary  .sec-center-box-show-centent .sec-login-register-template-style { margin-left: auto; margin-right: auto; }
#sec-primary.smart-forum-registration-left-side .sec-logo { display: none; }

/*Frontend radui checkbox*/
#sec-primary .sec-lr-checkbox-radio input[type="radio"], 
#sec-primary .sec-lr-checkbox-radio input[type="checkbox"]{ border-color: var(--sec-primary-background-color); border: 1px solid #d5d5d5; height: 20px; width: 20px; outline: none!important; } 
#sec-primary .sec-lr-checkbox-radio [type=radio]:checked, 
#sec-primary .sec-lr-checkbox-radio [type=checkbox]:checked{ background: var(--sec-primary-background-color); border-color: var(--sec-primary-background-color); outline: none; } 
#sec-primary .sec-lr-checkbox-radio input[type=radio]:checked::before{ content: ""; border-radius: 50%; width: 0.5rem; height: 0.5rem; margin: 0.1875rem; line-height: 1.14285714; background: #fff; display: flex; align-items: center; justify-content: center; width: 8px; height: 8px; transform: translate(5px,5px); margin: 0; } 
#sec-primary .sec-lr-checkbox-radio { margin-bottom: 6px; }

#sec-primary .sec-lr-template-2.sec-login-register-template-style .sec-lr-template-grid { display: flex; flex-direction: column; align-items: center; } 
#sec-primary .sec-lr-template-2.sec-login-register-template-style .sec-lr-no-overflow { width: 100%; } 
#sec-primary .sec-lr-template-2.sec-login-register-template-style .sec-lr-template-form-wrapper { width: 100%; display: flex; justify-content: center; }


/*Mention User*/
body .atwho-view-ul li img.mention-image {width: 25px;height: 25px;object-fit: cover;border-radius: 5px; margin-right: 10px;} 
body .atwho-view ul li { display: flex; gap: 0px; font-size: 14px; min-width: 150px; } 
body .atwho-view ul li strong{ font: inherit; font-weight: inherit;}
.sec-inputor { width: 100%; min-height: 50px; outline: none; box-shadow: none; }
span.atwho-inserted { color: #395bfa; }

.sec-inputor:after { content: attr(placeholder); opacity: 0.5; position: absolute; left: 0; } 
.sec-inputor.sec-has-content:after { display: none; } 
.sec-inputor { position: relative; font-size: 20px; font-weight: 500; line-height: 1.3; }


/*Alert Box*/
/*.cf, .alert { *zoom: 1; } 
.cf:before, 
.alert:before, 
.cf:after, 
.alert:after { display: table; content: ""; line-height: 0; } 
.cf:after, .alert:after { clear: both; } */

#sec-alerts { max-width: 400px; top: 12px; right: 10px; position: fixed; z-index: 9999999; list-style: none; padding: 0; margin: 0; min-width: 270px; } 
.sec-alert-message { font-size: 16px; line-height: 1.3; }
.sec-alert { width: 100%; margin-bottom: 8px; display: block; position: relative; border-left: 4px solid; right: -50px; opacity: 0; line-height: 1; padding: 0; transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms; display: flex; align-items: center; gap: 10px; } 
.sec-alert:hover { cursor: pointer; box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); } 
.sec-open { right: 0; opacity: 1; line-height: 1; padding: 12px 15px; transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms; border-radius: 5px; } 
.sec-alert-title { font-weight: bold; line-height: 1.3;} 
.sec-alert-block { width: 80%; width: -webkit-calc(100% - 10px); width: calc(100% - 10px); text-align: left; } 
.sec-alert-block em, 
.sec-alert-block small { font-size: .75em; opacity: .75; display: block; } 
.sec-alert i { font-size: 38px; margin-right: 0; display: block; opacity: 0.8;} 
.sec-alert-success { color: #fff; border-color: #539753; background-color: #8fbf2f; } 
.sec-alert-error { color: #fff; border-color: #dc4a4d; background-color: #f25c5d; } 
.sec-alert-trash { color: #fff; border-color: #dc4a4d; background-color: #f25c5d; } 
.sec-alert-info { color: #fff; border-color: #076d91; background-color: #3397db; } 
.sec-alert-warning { color: #fff; border-color: #dd6137; background-color: #f7931d; }
.sec-alert.sec-open:after { content: "\f00d"; font-family: "Font Awesome 5 Free"; font-weight: 600; opacity: 0.5; }

.wp-admin .block-editor-block-list__block { margin-bottom: 10px; }


/* Maintenance Page CSS */
#sec-sec-maintenance-body{text-align: center; padding: 0; background: var(--sec-maintenance-body-bg); color: var(--sec-maintenance-body-text); min-height: 100vh; margin: 0;font-weight: 100; font-size: 20px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content h1 { font-size: 50px; font-weight: 100; text-align: center; color: var(--sec-maintenance-body-text);}
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content h2 { font-size: 40px; font-weight: 100; text-align: center; color: var(--sec-maintenance-body-text);}
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content h3 { font-size: 35px; font-weight: 100; text-align: center; color: var(--sec-maintenance-body-text);}
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content h4 { font-size: 30px; font-weight: 100; text-align: center; color: var(--sec-maintenance-body-text);}
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content h5 { font-size: 25px; font-weight: 100; text-align: center; color: var(--sec-maintenance-body-text);}
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content h6 { font-size: 20px; font-weight: 100; text-align: center; color: var(--sec-maintenance-body-text);}
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content p{ font-weight: 100; font-size: 20px; color: var(--sec-maintenance-body-text); text-align: center; }
#sec-primary .sec-maintenance-wrapper  { display: block; max-width: 800px; padding: 20px; margin: 0 auto; }
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content a { color: var(--sec-maintenance-body-text); font-weight: bold;}
#sec-primary .sec-maintenance-wrapper .sec-maintenance-content a:hover { text-decoration: none; }
#sec-primary .sec-maintenance-wrapper svg { width: 150px; margin-top: 1em; }
#sec-primary svg path { stroke: var(--sec-maintenance-body-text); } 
#sec-primary .sec-maintenance-back-btn { text-decoration: none; background: var(--sec-maintenance-btn-bg); padding: 12px 18px; line-height: 1; font-size: 15px; font-weight: 500; border-radius: 5px; color: var(--sec-maintenance-btn-text-color); display: block; width: max-content; margin-left: auto; margin-right: auto; }
#sec-primary .sec-maintenance-btton-wrapper { margin-top: 20px; }

#sec-primary .sec-lr-template-column .sec-lr-checkbox-radio { display: flex; align-items: center; font-size: 16px; cursor: pointer; line-height: 16px; } 
#sec-primary .sec-lr-template-column .sec-lr-checkbox-radio input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; border: 2px solid var(--sec-primary-background-color); border-radius: 4px; margin-right: 5px; cursor: pointer; position: relative; transition: all 0.3s ease; margin-bottom: 0; margin-top: 0; } 
#sec-primary .sec-lr-template-column .sec-lr-checkbox-radio input[type="checkbox"]:checked { background-color: var(--sec-primary-background-color); } 
#sec-primary .sec-lr-template-column .sec-lr-checkbox-radio input[type="checkbox"]:checked::after { content: ''; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid var(--sec-primary-text-color); border-width: 0 2px 2px 0; transform: rotate(45deg); opacity: 1; } 
#sec-primary .sec-lr-template-column .sec-lr-checkbox-radio input[type="checkbox"]:focus { outline: none; box-shadow: none; } 
#sec-primary .sec-lr-template-column .sec-lr-checkbox-radio input[type="checkbox"]:checked::before { display: none; } 
#sec-primary .sec-login-register-template-style .sec-lr-form .sec-lr-checkbox-radio label { margin: 0; font-size: 15px; font-weight: 400; letter-spacing: 0.5px; display: flex; align-items: center; line-height: 24px;}


#sec-primary .sec-password-box { max-width: 500px; margin: 0 auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1); } 
#sec-primary .sec-password-box .sec-page-title { margin-bottom: 20px; } 
#sec-primary .sec-password-box .sec-page-title h2 { font-size: 28px; font-weight: 600; text-align: center; margin: 0; } 
#sec-primary #sec-reset-password-form input { width: 100%; padding: 12px; outline: none; box-shadow: none; margin-bottom: 20px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 5px; background-color: #fff; font-size: 16px; } 
#sec-primary #sec-reset-password-form input:invalid { border: 1px solid #e74c3c; } 
#sec-primary .sec-form-footer { text-align: right; margin-left: auto; margin-right: 0; display: flex; justify-content: flex-end; }

#sec-primary .sec-alert-box { background: #f1f1f1; padding: 10px; margin-bottom: 10px; line-height: 1.3; font-size: 16px; border-left: 5px solid; font-weight: 500; } 
#sec-primary .sec-error.sec-alert-box, #sec-primary .sec-field-error { background: #ffe2e2; color: red; }
#sec-primary .sec-reset-pass-error { display: none; }

#sec-primary .sec-user-already-loggedin { max-width: 500px; margin: 20px auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); text-align: center; }
#sec-primary .sec-user-already-loggedin p { margin: 0 0 15px; color: #333; font-size: 18px; line-height: 1.4; }
#sec-primary .sec-user-already-loggedin a { display: inline-block; padding: 10px 20px; background-color: #e74c3c; color: white; text-decoration: none; border-radius: 4px; font-size: 16px; transition: background-color 0.3s ease; } 
#sec-primary .sec-user-already-loggedin a:hover { background-color: #c0392b; }