.logout_btn_nav{border-radius:32px;border:1px solid var(--brand-secondary,#0d5438);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);padding:10px 24px;gap:8px;background-color:white;align-self:stretch;color:var(--brand-secondary,#0d5438);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;cursor:pointer;line-height:24px;width:130px}.logout_btn_nav,.logout_popup_overlay{display:flex;justify-content:center;align-items:center}.logout_popup_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000}.logout_popup{background:white;border-radius:8px;width:380px;max-width:90%;overflow:hidden}.logout_popup_header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb}.logout_popup_header h4{margin:0;font-size:18px;font-weight:600}.logout_popup_content{padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.logout_popup_actions{display:flex;justify-content:flex-end;padding:16px 24px;gap:12px;border-top:1px solid #e5e7eb}.close_button{background:none;border:none;cursor:pointer;padding:4px}.cancel_button{border:1px solid #d1d5db;background:white;border-radius:4px}.cancel_button,.logout_button{padding:8px 16px;cursor:pointer;font-weight:500}.logout_button{background:#dc2626;color:white;border:none;border-radius:4px}@media (max-width:1272px){.nodis{display:none}}