.elementor-3152 .elementor-element.elementor-element-bdb4bbd{--display:flex;}.elementor-3152 .elementor-element.elementor-element-8355bec{--spacer-size:50px;}/* Start custom CSS for shortcode, class: .elementor-element-8ff5207 *//* MEMBER ACCOUNT WRAPPER */
.pms-account-navigation,
.pms-account-subscription-details-table{
    max-width:900px;
    margin:30px auto;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* NAVIGATION MENU */
.pms-account-navigation ul{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    list-style:none;
    padding:10px;
    margin:0 0 25px 0;
    background:#f7f7f7;
    border-radius:12px;
}

.pms-account-navigation li a{
    display:block;
    padding:10px 18px;
    border-radius:8px;
    text-decoration:none;
    font-size:14px;
    color:#333;
    border:1px solid #e0e0e0;
    background:#fff;
    transition:all .3s ease;
}

/* ACTIVE TAB */
.pms-account-navigation li a.pms-account-navigation-link--active{
    background:#009591;
    color:#fff;
    border-color:#009591;
}

/* HOVER EFFECT */
.pms-account-navigation li a:hover{
    background:#009591;
    color:#fff;
}

/* SUBSCRIPTION TABLE CARD */
.pms-account-subscription-details-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* TABLE ROWS */
.pms-account-subscription-details-table tr{
    border-bottom:1px solid #eee;
}

.pms-account-subscription-details-table td{
    padding:16px 20px;
    font-size:14px;
}

/* LEFT COLUMN LABEL */
.pms-account-subscription-details-table td:first-child{
    font-weight:600;
    color:#444;
    width:35%;
    background:#fafafa;
}

/* STATUS COLORS */
.status-pending{
    color:#ff9800;
    font-weight:600;
}

/* ACTION BUTTON */
.pms-account-subscription-action-link{
    display:inline-block;
    padding:8px 16px;
    border-radius:6px;
    background:#ff4d4d;
    color:#fff !important;
    text-decoration:none;
    font-size:13px;
    transition:.3s;
}

.pms-account-subscription-action-link:hover{
    background:#e53935;
}

/* MOBILE RESPONSIVE */
@media (max-width:768px){

.pms-account-navigation ul{
    flex-direction:column;
}

.pms-account-navigation li a{
    width:100%;
}

.pms-account-subscription-details-table td{
    display:block;
    width:100%;
}

.pms-account-subscription-details-table tr{
    display:block;
    margin-bottom:15px;
    border-bottom:none;
    background:#fff;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.pms-account-subscription-details-table td:first-child{
    background:none;
    font-size:13px;
    color:#777;
    padding-bottom:4px;
}

}/* EDIT PROFILE CARD */
#pms_edit-profile-form{
    max-width:700px;
    margin:40px auto;
    padding:35px;
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    font-family:'Segoe UI', Arial, sans-serif;
}

/* FORM WRAPPER */
#pms_edit-profile-form .pms-form-fields-wrapper{
    list-style:none;
    padding:0;
    margin:0;
}

/* EACH FIELD */
#pms_edit-profile-form .pms-field{
    margin-bottom:18px;
    display:flex;
    flex-direction:column;
}

/* LABELS */
#pms_edit-profile-form label{
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;
    color:#333;
}

/* INPUT FIELDS */
#pms_edit-profile-form input[type="text"],
#pms_edit-profile-form input[type="password"]{
    width:100%;
    padding:12px 14px;
    border:1px solid #e3e3e3;
    border-radius:8px;
    font-size:14px;
    transition:all .25s ease;
    background:#fafafa;
}

/* INPUT FOCUS */
#pms_edit-profile-form input:focus{
    outline:none;
    border-color:#009591;
    background:#fff;
    box-shadow:0 0 0 2px rgba(0,149,145,0.08);
}

/* DISABLED USERNAME */
#pms_edit-profile-form input[disabled]{
    background:#f0f0f0;
    color:#777;
    cursor:not-allowed;
}

/* SUBMIT BUTTON */
#pms_edit-profile-form input[type="submit"]{
    margin-top:10px;
    padding:12px 20px;
    background:#009591;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:all .25s ease;
}

/* BUTTON HOVER */
#pms_edit-profile-form input[type="submit"]:hover{
    background:#007f7b;
}

/* MOBILE RESPONSIVE */
@media (max-width:768px){

#pms_edit-profile-form{
    padding:25px 20px;
}

#pms_edit-profile-form input{
    font-size:16px;
}

}/* ===== PMS ACCOUNT NAVIGATION ===== */

.pms-account-navigation{
max-width:900px;
margin:30px auto 20px;
}

.pms-account-navigation ul{
display:flex;
gap:10px;
flex-wrap:wrap;
list-style:none;
padding:10px;
margin:0;
background:#f7f7f7;
border-radius:12px;
}

.pms-account-navigation li a{
display:block;
padding:10px 18px;
text-decoration:none;
font-size:14px;
border-radius:8px;
background:#fff;
border:1px solid #e4e4e4;
color:#333;
transition:0.25s;
}

.pms-account-navigation li a:hover{
background:#009591;
color:#fff;
border-color:#009591;
}

.pms-account-navigation-link--active{
background:#009591 !important;
color:#fff !important;
border-color:#009591 !important;
}


/* ===== PAYMENT TABLE CARD ===== */

#pms-payment-history{
max-width:900px;
margin:30px auto;
width:100%;
border-collapse:collapse;
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
font-family:'Segoe UI', Arial, sans-serif;
}

/* TABLE HEADER */

#pms-payment-history thead{
background:#009591;
color:#fff;
}

#pms-payment-history th{
padding:14px 18px;
font-size:13px;
text-align:left;
font-weight:600;
}

/* TABLE BODY */

#pms-payment-history td{
padding:14px 18px;
border-bottom:1px solid #eee;
font-size:14px;
color:#333;
}

/* ROW HOVER */

#pms-payment-history tbody tr:hover{
background:#fafafa;
}

/* PAYMENT STATUS */

#pms-payment-history .status-completed{
color:#1db954;
font-weight:600;
}

#pms-payment-history .status-pending{
color:#ff9800;
font-weight:600;
}

/* PAYMENT ID STYLE */

#pms-payment-history .pms-payment-id{
font-weight:600;
}


/* ===== MOBILE RESPONSIVE ===== */

@media (max-width:768px){

#pms-payment-history,
#pms-payment-history thead,
#pms-payment-history tbody,
#pms-payment-history th,
#pms-payment-history td,
#pms-payment-history tr{
display:block;
width:100%;
}

#pms-payment-history thead{
display:none;
}

#pms-payment-history tr{
margin-bottom:15px;
background:#fff;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
padding:10px;
}

#pms-payment-history td{
border:none;
padding:8px 10px;
}

}
/* ACTION BUTTON CONTAINER */
.pms-account-subscription-details-table__actions td:last-child{
    display:flex;
    gap:10px; /* space between buttons */
    align-items:center;
}

/* COMMON BUTTON STYLE */
.pms-account-subscription-action-link{
    padding:8px 16px;
    border-radius:6px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    color:#fff !important;
}

/* CANCEL BUTTON */
.pms-account-subscription-action-link__cancel{
    background:#ff9800;
}

.pms-account-subscription-action-link__cancel:hover{
    background:#e68900;
}

/* ABANDON BUTTON */
.pms-account-subscription-action-link__abandon{
    background:#e53935;
}

.pms-account-subscription-action-link__abandon:hover{
    background:#c62828;
}
/* ABANDON SUBSCRIPTION CARD */

#pms-abandon-subscription-form{
max-width:520px;
margin:40px auto;
padding:30px;
background:#fff;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
font-family:'Segoe UI', Arial, sans-serif;
text-align:center;
}

/* MESSAGE TEXT */

#pms-abandon-subscription-form p{
font-size:15px;
line-height:1.6;
color:#444;
margin-bottom:25px;
}

/* BUTTON WRAPPER */

#pms-abandon-subscription-form{
display:flex;
flex-direction:column;
gap:20px;
}

/* BUTTON COMMON STYLE */

#pms-abandon-subscription-form input[type="submit"]{
padding:10px 20px;
border:none;
border-radius:8px;
font-size:14px;
font-weight:600;
cursor:pointer;
transition:0.25s;
}

/* ABANDON BUTTON */

#pms-abandon-subscription-form input[name="pms_confirm_abandon_subscription"]{
background:#e53935;
color:#fff;
}

#pms-abandon-subscription-form input[name="pms_confirm_abandon_subscription"]:hover{
background:#c62828;
}

/* GO BACK BUTTON */

#pms-abandon-subscription-form input[name="pms_redirect_back"]{
background:#f2f2f2;
color:#333;
}

#pms-abandon-subscription-form input[name="pms_redirect_back"]:hover{
background:#e4e4e4;
}

/* BUTTON ALIGNMENT */

#pms-abandon-subscription-form input{
margin:5px;
}

/* MOBILE */

@media (max-width:768px){

#pms-abandon-subscription-form{
padding:25px 20px;
}

}
/* MESSAGE BOX */

.elementor-shortcode p{
background:#fff;
padding:18px;
border-radius:10px;
border:1px solid #eee;
font-size:14px;
margin-bottom:12px;
}


/* REGISTER LINK */

.pms-register-page-link{
color:#009591;
font-weight:600;
text-decoration:none;
}

.pms-register-page-link:hover{
text-decoration:underline;
}/* End custom CSS */