@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";.chat-message{font-family:"Quicksand",sans-serif !important}.chat-composer{font-family:"Quicksand",sans-serif !important}.chat-composer .chat-composer-input{font-family:"Quicksand",sans-serif !important}.chat-container,.chat-drawer-container,.full-page-chat{background-color:#2f3136 !important;font-family:"Quicksand",sans-serif;margin-right:var(--sidebar-width, 240px);transition:margin-right .3s ease}.chat-message-container{background-color:rgba(0,0,0,0) !important;border:none !important}.chat-message-container:hover{background-color:#3c3f45 !important}.chat-message{background-color:rgba(0,0,0,0) !important;color:#dcddde !important;border-radius:0 !important;padding:4px 16px !important;margin:0 !important;display:flex !important;flex-direction:row;flex-wrap:wrap;align-items:flex-start}.chat-message .chat-reply{flex:0 0 100%;width:100%;margin-bottom:4px;margin-left:0;display:flex;align-items:center}.chat-message .chat-reply .chat-user-avatar__container{width:42px;height:28px;display:inline-flex;align-items:center;justify-content:flex-start}.chat-message .chat-reply__excerpt{margin-left:0}.chat-message .chat-reply__excerpt .emoji,.chat-message .chat-reply__excerpt img.emoji{display:inline-block !important;vertical-align:middle;margin:0 1px}.chat-message .chat-message-avatar{border-radius:50%;width:42px;height:28px;margin-right:20px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:flex-start}.chat-message .chat-message-avatar img{border-radius:50%;width:28px;height:28px;display:block}.chat-message .chat-message-content{flex:1;min-width:0}.chat-message .chat-message-info{color:#dcddde !important}.chat-message .chat-message-info .username{color:#dcddde !important;font-weight:600;font-family:"Quicksand",sans-serif}.chat-message .chat-message-info .time{color:#8e9297;font-size:.75rem;margin-left:4px}.chat-message .chat-message-text{color:#dcddde !important;font-family:"Quicksand",sans-serif}.chat-message .chat-message-text .emoji,.chat-message .chat-message-text img.emoji{display:inline-block !important;vertical-align:middle;margin:0 1px}.chat-message .chat-message-text a{color:#00b0f4 !important;text-decoration:none}.chat-message .chat-message-text a:hover{text-decoration:underline}.chat-message:not(:has(.chat-message-avatar)){padding-top:1px !important;padding-bottom:1px !important;margin-top:-2px !important;padding-left:40px !important}.chat-composer-container{background:#40444b !important;border-top:none !important;padding:16px !important}.chat-composer{background:#19191d !important;border-top:none !important;padding:16px !important}.chat-composer-input{background:#40444b !important;border:1px solid #202225 !important;border-radius:8px !important;color:#dcddde !important;padding:12px 16px !important;font-size:15px !important}.chat-composer-input::placeholder{color:#72767d !important}.chat-composer-input:focus{border-color:#00aff4 !important;background:#383a40 !important}.chat-composer__input{background:#40444b !important;border:1px solid #202225 !important;border-radius:8px !important;color:#dcddde !important}.chat-composer__input textarea{background:rgba(0,0,0,0) !important;color:#dcddde !important;padding:11px 16px !important}.chat-composer__input textarea::placeholder{color:#72767d !important}.chat-composer__input.is-focused{border-color:#00aff4 !important}.chat-composer-button,.chat-composer__button{background:rgba(0,0,0,0) !important;color:#b9bbbe !important;border:none !important;padding:8px 12px !important;border-radius:4px !important}.chat-composer-button:hover,.chat-composer__button:hover{background:rgba(79,84,92,.4) !important;color:#dcddde !important}.chat-composer-button .d-icon,.chat-composer__button .d-icon{color:#b9bbbe !important}.chat-send-button,.send-btn{background:#5865f2 !important;color:#fff !important;border-radius:4px !important;padding:8px 16px !important;font-weight:600 !important}.chat-send-button:hover,.send-btn:hover{background:#4752c4 !important}.chat-send-button:disabled,.send-btn:disabled{background:#4f545c !important;opacity:.5}.chat-channel-list{background-color:#2f3136 !important}.chat-channel-list .chat-channel-row{background-color:rgba(0,0,0,0) !important;color:#8e9297 !important;border-radius:4px;margin:2px 8px;padding:6px 8px !important;font-family:"Quicksand",sans-serif}.chat-channel-list .chat-channel-row:hover{background-color:#3c3f45 !important;color:#dcddde !important}.chat-channel-list .chat-channel-row.active{background-color:#3c3f45 !important;color:#dcddde !important}.chat-channel-list .chat-channel-row .chat-channel-unread-indicator{background-color:#5865f2 !important}:root{--discord-header-height: 60px}#discord-online-users-sidebar,.discord-sidebar{position:fixed;top:var(--discord-header-height);right:0;width:var(--sidebar-width, 240px);height:calc(100vh - var(--discord-header-height));background-color:#19191d;border-left:1px solid #202225;overflow-y:auto;z-index:999;font-family:"Quicksand",sans-serif}#discord-online-users-sidebar::-webkit-scrollbar,.discord-sidebar::-webkit-scrollbar{width:8px}#discord-online-users-sidebar::-webkit-scrollbar-track,.discord-sidebar::-webkit-scrollbar-track{background:#2f3136}#discord-online-users-sidebar::-webkit-scrollbar-thumb,.discord-sidebar::-webkit-scrollbar-thumb{background:#202225;border-radius:4px}#discord-online-users-sidebar::-webkit-scrollbar-thumb:hover,.discord-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.discord-sidebar-header{padding:16px;border-bottom:1px solid #202225}.discord-sidebar-header h3{color:#8e9297;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0;font-family:"Quicksand",sans-serif}.discord-sidebar-header h3 .online-count{color:#dcddde}.discord-sidebar-users{padding:8px}.discord-user-item{display:flex;align-items:center;padding:8px;margin:2px 0;border-radius:4px;cursor:pointer;transition:background-color .15s ease}.discord-user-item:hover{background-color:#3c3f45}.discord-user-item .user-avatar{width:32px;height:32px;border-radius:50%;margin-right:12px;position:relative}.discord-user-item .user-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.discord-user-item .user-avatar .status-indicator{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;background-color:#43b581;border:3px solid #2f3136;border-radius:50%}.discord-user-item .user-info{flex:1;min-width:0}.discord-user-item .user-info .username{color:#dcddde;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"Quicksand",sans-serif}.discord-user-item .user-info .user-status{color:#8e9297;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"Quicksand",sans-serif}body:not(.enable-online-sidebar) .discord-sidebar{display:none}body:not(.enable-online-sidebar) .chat-container,body:not(.enable-online-sidebar) .chat-drawer-container,body:not(.enable-online-sidebar) .full-page-chat{margin-right:0 !important}@media(max-width: 1200px){.discord-sidebar{width:200px}.chat-container,.chat-drawer-container,.full-page-chat{margin-right:200px}}.chat-channel-header{background-color:#2f3136 !important;border-bottom:1px solid #202225 !important;color:#dcddde !important}.chat-channel-header .chat-channel-title{color:#dcddde !important;font-family:"Quicksand",sans-serif;font-weight:600}.chat-channel-header .chat-channel-title .channel-name{color:#dcddde !important}.chat-channel-header .chat-channel-title .channel-name::before{content:"# ";color:#8e9297}.btn-primary{background-color:#5865f2 !important;border-color:#5865f2 !important;color:#fff !important;font-family:"Quicksand",sans-serif}.btn-primary:hover{background-color:rgb(40.6833333333,57.3666666667,238.3166666667) !important;border-color:rgb(40.6833333333,57.3666666667,238.3166666667) !important}.discord-sidebar-users.loading::after{content:"Loading users...";display:block;padding:16px;text-align:center;color:#8e9297;font-family:"Quicksand",sans-serif;font-size:14px}.discord-sidebar-users.empty::after{content:"No users online";display:block;padding:16px;text-align:center;color:#8e9297;font-family:"Quicksand",sans-serif;font-size:14px}.chat-messages-scroller,.chat-messages-container,.c-navbar-container{background:#19191d !important}.discord-chat-context-menu{position:fixed;z-index:100000;min-width:180px;max-width:260px;padding:4px 0;background-color:#202225;border:1px solid hsl(216,7.2463768116%,5.5294117647%);border-radius:4px;box-shadow:0 8px 24px rgba(0,0,0,.6);color:#dcddde;font-family:"Quicksand",sans-serif;font-size:13px;-webkit-user-select:none;user-select:none;opacity:0;transform:scale(0.98);transform-origin:top left;transition:opacity .08s ease-out,transform .08s ease-out;pointer-events:none}.discord-chat-context-menu.is-visible{opacity:1;transform:scale(1);pointer-events:auto}.discord-chat-context-menu__list{list-style:none;margin:0;padding:0}.discord-chat-context-menu__item{padding:6px 12px;cursor:pointer;white-space:nowrap;color:#dcddde}.discord-chat-context-menu__item:hover{background-color:#3c3f45}.discord-chat-context-menu__item.is-disabled{opacity:.5;cursor:default}.discord-chat-context-menu__item.is-disabled:hover{background-color:rgba(0,0,0,0)}.discord-chat-context-menu__quick-reactions{display:flex;align-items:center;padding:4px 6px 6px 6px;border-bottom:1px solid hsl(216,7.2463768116%,5.5294117647%);gap:4px}.discord-chat-context-menu__quick-reaction{flex:0 0 auto;width:28px;height:28px;border-radius:999px;border:none;margin:0;padding:0;background:rgba(0,0,0,0);color:#dcddde;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.discord-chat-context-menu__quick-reaction:hover{background-color:#3c3f45}.discord-chat-context-menu__quick-reaction:active{transform:scale(0.96)}body.discord-chat-context-open{cursor:default}@media(max-width: 1024px){#discord-online-users-sidebar,.discord-sidebar{display:none !important}.chat-drawer,.chat-drawer.is-expanded,.chat-drawer-outlet-container,.chat-drawer-container,.full-page-chat{margin-right:0 !important;right:0 !important}}@media(min-width: 1025px){#discord-online-users-sidebar,.discord-sidebar{display:block !important}}.discord-user-card{width:600px !important;height:280px !important;max-width:92vw !important;z-index:99999 !important;position:fixed !important;background:#2f3136 !important;border-radius:12px !important;box-shadow:0 12px 40px rgba(0,0,0,.7) !important;overflow:hidden !important;display:flex !important;padding:20px !important;gap:16px !important}.discord-user-card::before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;opacity:.15;z-index:0}.discord-user-card[data-bg-url]::before{background-image:var(--user-card-bg)}.discord-user-card .user-card-close{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.5);border:none;color:#dcddde;font-size:18px;cursor:pointer;z-index:1000}.discord-user-card .user-card-close:hover{background:rgba(220,38,38,.8);color:#fff}.discord-user-card .user-card-left{display:flex;flex-direction:column;gap:8px;z-index:1;width:200px;padding-top:10px}.discord-user-card .user-card-left .user-card-avatar{width:90px;height:90px;position:relative;border-radius:50%;background:#2f3136;padding:4px;box-shadow:0 4px 12px rgba(0,0,0,.4)}.discord-user-card .user-card-left .user-card-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.discord-user-card .user-card-left .user-card-avatar .status-badge{position:absolute;bottom:0px;right:0px;width:22px;height:22px;background:#43b581;border:4px solid #2f3136;border-radius:50%}.discord-user-card .user-card-left .user-card-avatar .edit-background-btn{position:absolute;bottom:0px;left:0px;width:26px;height:26px;border-radius:50%;background:rgba(88,101,242,.9);border:3px solid #2f3136;cursor:pointer;display:flex;align-items:center;justify-content:center}.discord-user-card .user-card-left .user-card-avatar .edit-background-btn svg{width:12px;height:12px;fill:#fff}.discord-user-card .user-card-left .user-card-avatar .edit-background-btn:hover{background:#4752c4}.discord-user-card .user-card-left .user-info .name-stack{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:8px}.discord-user-card .user-card-left .user-info .name-stack .display-name{color:#fff;font-size:18px;font-weight:700;margin:0;line-height:1.2}.discord-user-card .user-card-left .user-info .name-stack .username{color:#b9bbbe;font-size:12px;margin:2px 0 0 0;display:block}.discord-user-card .user-card-left .user-info .posts-stat{margin-top:8px;padding:8px 10px;background:rgba(88,101,242,.1);border:1px solid rgba(88,101,242,.3);border-radius:8px;text-align:center;width:100%;box-sizing:border-box}.discord-user-card .user-card-left .user-info .posts-stat .stat-value{font-size:20px;font-weight:700;color:#fff;display:block}.discord-user-card .user-card-left .user-info .posts-stat .stat-label{font-size:10px;color:#b9bbbe;text-transform:uppercase}.discord-user-card .user-card-left .roles-section{margin-top:-15px}.discord-user-card .user-card-left .roles-section .section-title{font-size:10px;font-weight:700;color:#8e9297;text-transform:uppercase;margin-bottom:6px}.discord-user-card .user-card-left .roles-section .roles-list{display:flex;flex-wrap:wrap;gap:4px}.discord-user-card .user-card-left .roles-section .role-chip{display:inline-block;padding:4px 8px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;font-size:11px;color:#dcddde;font-weight:600;text-decoration:none}.discord-user-card .user-card-left .roles-section .role-chip:hover{background:rgba(88,101,242,.3);border-color:rgba(88,101,242,.5)}.discord-user-card .user-card-left .roles-section .badge-count{font-size:11px;color:#b9bbbe;margin-top:4px}.discord-user-card .user-card-right{flex:1;display:flex;flex-direction:column;gap:12px;z-index:1}.discord-user-card .user-card-right .status-box{flex:1;padding:12px;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);border-radius:8px}.discord-user-card .user-card-right .status-box .status-label{font-size:10px;color:#8e9297;text-transform:uppercase;font-weight:700;margin-bottom:6px}.discord-user-card .user-card-right .status-box textarea{width:100%;height:100px;background:rgba(0,0,0,0);border:none;color:#dcddde;font-size:13px;resize:none;font-family:"Quicksand",sans-serif}.discord-user-card .user-card-right .status-box textarea::placeholder{color:#72767d}.discord-user-card .user-card-right .status-box textarea:focus{outline:none}.discord-user-card .user-card-right .user-actions{display:flex;gap:8px}.discord-user-card .user-card-right .user-actions .btn{flex:1;padding:10px;border-radius:6px;font-size:13px;font-weight:600;text-align:center;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:4px}.discord-user-card .user-card-right .user-actions .btn.btn-primary{background:linear-gradient(135deg, #5865f2 0%, #4752c4 100%);color:#fff}.discord-user-card .user-card-right .user-actions .btn.btn-primary:hover{background:linear-gradient(135deg, #4752c4 0%, #3c45a5 100%)}.discord-user-card .user-card-right .user-actions .btn.btn-secondary{background:hsla(0,0%,100%,.08);color:#dcddde;border:1px solid hsla(0,0%,100%,.1)}.discord-user-card .user-card-right .user-actions .btn.btn-secondary:hover{background:hsla(0,0%,100%,.12);color:#fff}.discord-user-card-backdrop{position:fixed !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;background-color:rgba(0,0,0,.75) !important;-webkit-backdrop-filter:blur(4px) !important;backdrop-filter:blur(4px) !important;z-index:99998 !important}.tenor-picker-modal{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;max-width:90vw;max-height:80vh;background:#2f3136;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.8);z-index:999999;display:flex;flex-direction:column;overflow:hidden}.tenor-picker-modal .tenor-header{padding:16px;border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;justify-content:space-between;align-items:center}.tenor-picker-modal .tenor-header h3{margin:0;color:#fff;font-size:16px;font-weight:600}.tenor-picker-modal .tenor-header button{background:none;border:none;color:#b9bbbe;font-size:20px;cursor:pointer}.tenor-picker-modal .tenor-header button:hover{color:#fff}.tenor-picker-modal .tenor-search{padding:12px;border-bottom:1px solid hsla(0,0%,100%,.08)}.tenor-picker-modal .tenor-search input{width:100%;padding:10px;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:#dcddde;font-size:14px}.tenor-picker-modal .tenor-search input:focus{outline:none;border-color:#5865f2}.tenor-picker-modal .tenor-search input::placeholder{color:#72767d}.tenor-picker-modal .tenor-results{flex:1;overflow-y:auto;padding:12px;display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:8px}.tenor-picker-modal .tenor-results img{width:100%;height:140px;object-fit:cover;border-radius:6px;cursor:pointer}.tenor-picker-modal .tenor-results img:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(88,101,242,.4)}@media(max-width: 1024px){.discord-user-card{width:100vw !important;max-width:100vw !important;height:100vh !important;max-height:100vh !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;border-radius:0 !important;padding:16px !important;box-shadow:none !important;display:flex !important;flex-direction:column !important;gap:12px !important;box-sizing:border-box !important;overflow-x:hidden !important}.discord-user-card .user-card-left{width:100% !important;flex-direction:row !important;align-items:flex-start !important;padding-top:0 !important;gap:12px !important;flex-wrap:wrap !important}.discord-user-card .user-card-left .user-card-avatar{width:72px !important;height:72px !important}.discord-user-card .user-card-left .user-info{flex:1 !important;min-width:0 !important}.discord-user-card .user-card-left .roles-section{width:100% !important;margin-top:4px !important}.discord-user-card .user-card-left .user-info .posts-stat{width:100% !important;margin-top:6px !important}.discord-user-card .user-card-right{width:100% !important}.discord-user-card .user-card-right .status-box{height:80px !important}.discord-user-card .user-card-right .user-actions{flex-direction:column !important}.discord-user-card .user-card-right .user-actions .btn{width:100% !important}.discord-user-card-backdrop{-webkit-backdrop-filter:blur(6px) !important;backdrop-filter:blur(6px) !important}}.discord-note-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:100000}.discord-note-modal{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:420px;max-width:90vw;background:#202225;border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.8);z-index:100001;display:flex;flex-direction:column;overflow:hidden;font-family:"Quicksand",sans-serif}.discord-note-modal-header{padding:12px 16px;border-bottom:1px solid hsl(216,7.2463768116%,5.5294117647%)}.discord-note-modal-header h3{margin:0;font-size:15px;font-weight:600;color:#dcddde}.discord-note-modal-body{padding:12px 16px}.discord-note-modal-body textarea{width:100%;min-height:120px;resize:vertical;border-radius:4px;border:1px solid hsl(216,7.2463768116%,5.5294117647%);background:#2f3136;color:#dcddde;font-size:13px;padding:8px 10px;font-family:"Quicksand",sans-serif}.discord-note-modal-body textarea::placeholder{color:#8e9297}.discord-note-modal-body textarea:focus{outline:none;border-color:#5865f2;box-shadow:0 0 0 1px rgba(88,101,242,.5)}.discord-note-modal-footer{padding:10px 16px 12px 16px;border-top:1px solid hsl(216,7.2463768116%,5.5294117647%);display:flex;justify-content:flex-end;gap:8px}.discord-note-modal-footer button{border-radius:4px;padding:6px 12px;font-size:13px;font-weight:600;cursor:pointer;border:none;font-family:"Quicksand",sans-serif}.discord-note-modal-footer .discord-note-cancel{background:rgba(0,0,0,0);color:#8e9297}.discord-note-modal-footer .discord-note-cancel:hover{background:hsla(0,0%,100%,.05);color:#dcddde}.discord-note-modal-footer .discord-note-save{background:#5865f2;color:#fff}.discord-note-modal-footer .discord-note-save:hover{background:rgb(64.3416666667,79.1833333333,240.1583333333)}.discord-note-indicator{display:inline-flex;align-items:center;margin-left:6px;color:#8e9297;font-size:12px}
/*# sourceMappingURL=common_theme_73_ee290e75dcea1029a28905d0f1da83a259649e8f.css.map?__ws=www.pgbchat.com */