{"version":3,"file":"styles/frontend/forum-user.css","mappings":"AAMQ,iDAEI,2BAEA,mBADA,kBACA,CAEA,8DAGI,uBAFA,cAGA,gBAFA,mBAEA,CAGA,6KAEI,WACA,qMACI,gBAIZ,mEACI,gBAEA,kFAEI,mBADA,kBACA,CAEA,gHACI,SAGJ,sFACI,2BAEJ,uFACI,2BAOR,+EAGI,mBACA,iCACA,iCACA,kBALA,aACA,sBAKA,YACA,eACA,wBAMJ,+DAGI,WADA,WADA,mBAEA,CAGJ,kEAEI,kBADA,SACA,CAGJ,gJAEI,kBAOR,uEACI,kBAEA,+FACI,eAGJ,+FACI,gBACA,SACA,UAGJ,+FAEI,uBAKA,2BADA,iCADA,mBAJA,aAEA,SACA,kBAIA,kBAEA,uHACI,gBAIR,2FACI,cACA,cAEA,+FAGI,kBACA,cAFA,YADA,UAGA,CAIR,4FACI,cACA,YAEA,8FACI,SACA,UAGJ,qHACI,uBACA,gBACA,qBAEA,2HACI,8BACA,0BAKZ,yFAKI,uBAJA,cAEA,eACA,gBAFA,cAGA,CAIJ,kHACI,2BACA,8CAGJ,yFAOI,mCADA,mBADA,WAJA,kBACA,WACA,SACA,SAGA,CAGJ,iGAEI,aACA,uBAFA,eAEA,C","sources":["webpack:///./assets/frontend/scss/forum-user.scss"],"sourcesContent":["/* ============================================\n   BBP User Page Styles\n   ============================================ */\n#bbpress-forums {\n    #bbp-user-wrapper {\n\n        .bbp-user-body {\n\n            background: var(--bs-white);\n            margin-bottom: 20px;\n            border-radius: 10px;\n\n            .entry-title {\n                font-size: 2em;\n                padding-bottom: 24px;\n                color: var(--black_900);\n                font-weight: 700;\n            }\n            .comment-content{\n                .bbp-attachments,\n                .bbp-attachments-errors {\n                    width: 100%;\n                    .with-icons{\n                        padding: 5px 0 0 0;\n                    }\n                }\n            }\n            .bbp-user-section {\n                overflow: hidden;\n\n                .forum-comment {\n                    margin-bottom: 20px;\n                    border-radius: 10px;\n\n                    .comment-content p:last-child {\n                        margin: 0;\n                    }\n\n                    &.odd {\n                        background: var(--black_25)\n                    }\n                    &.even {\n                        background: var(--bs-white)\n                    }\n                }\n\n            }\n\n            .bbp-search-form {\n                .search-form {\n                    display: flex;\n                    flex-flow: row-reverse;\n                    align-items: center;\n                    background-color: var(--bs-white);\n                    border: 1px solid var(--black_75);\n                    border-radius: 6px;\n                    height: 50px;\n                    padding: 0 15px;\n                    transition: all .3s ease;\n                }\n            }\n\n            .bbp-form {\n\n                div {\n                    margin-bottom: 0.4rem;\n                    float: none;\n                    clear: both;\n                }\n\n                legend {\n                    padding: 0;\n                    margin-bottom: 8px;\n                }\n\n                input[type=\"text\"],\n                textarea {\n                    border-radius: 4px;\n                }\n            }\n\n            /* ============================================\n               Notifications (Forumax Pro)\n               ============================================ */\n            .notification-wrapper {\n                padding: 18px 20px;\n\n                .bbpc-notification-body {\n                    margin-top: 6px;\n                }\n\n                .bbpc-notification-list {\n                    list-style: none;\n                    margin: 0;\n                    padding: 0;\n                }\n\n                .bbpc-notification-item {\n                    display: flex;\n                    align-items: flex-start;\n                    gap: 12px;\n                    padding: 12px 14px;\n                    border-radius: 10px;\n                    border: 1px solid var(--black_50);\n                    background: var(--bs-white);\n                    position: relative;\n\n                    & + .bbpc-notification-item {\n                        margin-top: 10px;\n                    }\n                }\n\n                .bbpc-notify-author {\n                    flex: 0 0 auto;\n                    line-height: 0;\n\n                    img {\n                        width: 32px;\n                        height: 32px;\n                        border-radius: 50%;\n                        display: block;\n                    }\n                }\n\n                .bbpc-notify-content {\n                    flex: 1 1 auto;\n                    min-width: 0;\n\n                    p {\n                        margin: 0;\n                        padding: 0;\n                    }\n\n                    a.bbpc-notification-link {\n                        color: var(--black_800);\n                        font-weight: 500;\n                        text-decoration: none;\n\n                        &:hover {\n                            color: var(--bbpc_brand_color);\n                            text-decoration: underline;\n                        }\n                    }\n                }\n\n                .bbpc-notify-time {\n                    display: block;\n                    margin-top: 6px;\n                    font-size: 12px;\n                    line-height: 1.4;\n                    color: var(--black_400);\n                }\n\n                /* Unread state */\n                .bbpc-notification-item.bbpc-notify-unread {\n                    background: var(--black_25);\n                    border-left: 3px solid var(--bbpc_brand_color);\n                }\n\n                .bbpc-notify-read {\n                    position: absolute;\n                    right: 14px;\n                    top: 16px;\n                    width: 8px;\n                    height: 8px;\n                    border-radius: 99px;\n                    background: var(--bbpc_brand_color);\n                }\n\n                .bbpc-notification-footer {\n                    margin-top: 16px;\n                    display: flex;\n                    justify-content: center;\n                }\n            }\n        }\n    }\n}"],"names":[],"ignoreList":[],"sourceRoot":""}