.audio-chat-container{position:relative;width:100%;height:100%;background-color:#1a1a1a;overflow:hidden;font-family:inherit}.audio-chat-container .remote-audio-chat-wrapper{width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.audio-chat-container .remote-audio-chat-wrapper .remote-video{width:0;height:0}.audio-chat-container .remote-audio-chat-wrapper .call-overlay{text-align:center;color:#fff}.audio-chat-container .remote-audio-chat-wrapper .call-overlay .peer-avatar{border-radius:50%;border:4px solid #e5a855;overflow:hidden}.audio-chat-container .remote-audio-chat-wrapper .call-overlay p{margin-top:24px;font-size:.9rem;color:#fff}.audio-chat-container .top-actions{position:absolute;top:16px;right:16px;display:flex;gap:10px}.audio-chat-container .top-actions .action-btn{background:rgba(0,0,0,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);border-radius:50%;width:42px;height:42px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;text-transform:uppercase;transition:all .2s ease}.audio-chat-container .top-actions .action-btn:hover{background:rgba(0,0,0,.6);transform:scale(1.05)}.audio-chat-container .local-preview{position:absolute;bottom:20px;left:15px;width:50px;height:50px;overflow:hidden}.audio-chat-container .local-preview .local-video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.audio-chat-container .local-preview .mic-status{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);border-radius:50%;width:22px;height:22px;border:none;color:#fff;font-size:7px;cursor:pointer}.audio-chat-container .local-preview .camera-status{position:absolute;top:8px;left:8px;width:24px;height:24px;border:none;cursor:pointer}.audio-chat-container .expand-icon{position:absolute;display:flex;bottom:20px;right:15px;background:rgba(0,0,0,.4);border-radius:6px;padding:6px;cursor:pointer;border:1px solid #fff;transition:all .3s}.audio-chat-container .expand-icon:hover{transform:scale(1.05)}.video-chat-container{position:relative;width:100%;height:100%;background-color:#1a1a1a;overflow:hidden;font-family:inherit}.video-chat-container .remote-video-wrapper{width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.video-chat-container .remote-video-wrapper .remote-video{width:100%;height:100%;object-fit:cover}.video-chat-container .remote-video-wrapper .call-overlay{text-align:center;color:#fff}.video-chat-container .remote-video-wrapper .call-overlay .peer-avatar{border-radius:50%;border:4px solid #e5a855;overflow:hidden}.video-chat-container .remote-video-wrapper .call-overlay p{margin-top:24px;font-size:.9rem;color:#fff}.video-chat-container .top-actions{position:absolute;top:16px;right:16px;display:flex;gap:10px}.video-chat-container .top-actions .action-btn{background:rgba(0,0,0,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);border-radius:50%;width:42px;height:42px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;text-transform:uppercase;transition:all .2s ease}.video-chat-container .top-actions .action-btn:hover{background:rgba(0,0,0,.6);transform:scale(1.05)}.video-chat-container .local-preview{position:absolute;bottom:20px;left:15px;width:120px;height:160px;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.5)}.video-chat-container .local-preview .local-video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.video-chat-container .local-preview .mic-status{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);border-radius:50%;width:22px;height:22px;border:none;color:#fff;font-size:7px;cursor:pointer}.video-chat-container .local-preview .camera-status{position:absolute;top:8px;left:8px;width:24px;height:24px;border:none;cursor:pointer;transition:background .2s}.video-chat-container .local-preview .camera-status:hover{background:rgba(0,0,0,.6)}.video-chat-container .expand-icon{position:absolute;bottom:20px;right:15px;background:rgba(0,0,0,.4);border-radius:6px;padding:6px;cursor:pointer;border:1px solid hsla(0,0%,100%,.1)}.video-chat-container .finish-call-btn{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:#ff4d4f;color:#fff;border:none;padding:8px 20px;border-radius:20px;font-weight:600;cursor:pointer;white-space:nowrap}.video-chat-container .finish-call-btn:hover{background:#ff7875}.video-chat-container--modal{width:90vw;height:90vh;max-width:1400px;max-height:900px;border-radius:16px;overflow:hidden}.video-chat-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9999;animation:fadeIn .3s ease}.video-chat-modal-content,.video-chat-modal-overlay{display:flex;align-items:center;justify-content:center}.video-chat-modal-content{position:relative;width:90vw;height:90vh;max-width:1400px;max-height:900px;animation:scaleIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.content-section:has(.chat){overflow:hidden}.chat-form__bottom--creator{padding:4px 8px;display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap;border-top:1px solid #151109;height:auto}.chat-form__bottom--creator .chat-form__button{filter:brightness(0);transition:all .3s}.chat-form__bottom--creator .chat-form__button:hover{transform:scale(1.1)}.chat-form__buttons{display:flex;gap:16px;align-items:center}.creator-chat:has(.chat__video-recording-overlay):before{filter:blur(10px);-webkit-filter:blur(10px)}.creator-chat:has(.chat__video-recording-overlay)>div>:not(.chat-form):not(.chat__video-recording-wrapper):not(.chat__video-recording-overlay){filter:blur(10px);-webkit-filter:blur(10px)}.creator-chat:has(.chat__video-recording-overlay) .chat-form{filter:none!important;-webkit-filter:none!important}.creator-chat:has(.chat__video-recording-overlay) .chat__video-recording-modal,.creator-chat:has(.chat__video-recording-overlay) .chat__video-recording-wrapper{filter:none!important;-webkit-filter:none!important}.chat-form__button{display:flex;width:32px;height:32px;cursor:pointer}.chat-form__button.button--24{width:24px;height:24px}.creator-chat{height:100%;overflow:auto}.creator-chat .emoji-stickers-picker{bottom:105px;left:0}.chat-form.creator{bottom:5px}.chat-form .chat-form__scheduled-label{color:#160e00;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:16px;margin-bottom:8px;padding-left:0}.chat-form .chat-form__message-wrapper{position:relative;flex:1 1}.chat-form .chat-form__message-wrapper--scheduled .chat-form__message{min-height:90px;position:relative}.chat-form .chat-form__message-wrapper--scheduled .chat-form__message .create-form_textarea{margin-bottom:35px;min-height:55px}.chat-form .chat-form__schedule-button-wrapper{position:absolute;bottom:8px;right:8px;z-index:10}.chat-form .chat-form__schedule-button{background:#fff;border-radius:8px;border:1px solid #160e00;padding:8px;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;white-space:nowrap}.chat-form .chat-form__schedule-button:hover{background:#f9f9f9}.chat-form .chat-form__schedule-button-text{color:#160e00;font-family:Montserrat,sans-serif;font-size:16px;line-height:16px;font-weight:400}.chat-form .chat-form__schedule-button-text strong{font-family:Montserrat,sans-serif;font-weight:600}.chat-form__schedule-button{padding:8px 16px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:14px;color:#333;cursor:pointer;transition:all .2s}.chat-form__schedule-button:hover{background:#f0f0f0;border-color:#ccc}.chat-form__schedule-button strong{font-weight:600}.chat-form__schedule-pickers{display:flex;gap:12px;align-items:center;position:absolute;top:100%;left:0;margin-top:8px;padding:12px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000}.creator-chat-wrapper{display:flex;width:100%;height:100%;overflow:hidden}.creator-chat-wrapper .creator-chat{flex:1 1;min-width:0}.creator-chat-wrapper .audio-chat-wrapper{width:400px;flex-shrink:0;background:#f0f0f0;overflow:hidden;border-right:1px solid #ccc}.creator-chat-wrapper .video-chat-wrapper{width:40%;flex-shrink:0;background:#f0f0f0;overflow:hidden;border-right:1px solid #ccc}.creator-chats__filters{padding:8px;background:linear-gradient(270deg,rgba(229,168,85,.1),hsla(37,98%,75%,.1) 36%,rgba(229,168,85,.1) 66.5%,rgba(215,153,96,.1));border-bottom:1px solid #160e00}.creator-chats__filters.filters{display:flex;gap:8px;align-items:center}.creator-chats__filters .filters__list{display:flex;gap:8px}.creator-chats__filters .filters__item{transition:transform .3s}.creator-chats__filters .filters__item button{display:flex;justify-content:center;align-items:center;width:32px;height:24px;background:linear-gradient(270deg,rgba(229,168,85,.4),hsla(37,98%,75%,.4) 36%,rgba(229,168,85,.4) 66.5%,rgba(215,153,96,.4));border-radius:4px}.creator-chats__filters .filters__item button span{opacity:.7;font-weight:500;line-height:24px;font-size:16px;transition:all .3s}.creator-chats__filters .filters__item button:hover img{filter:brightness(.5)}.creator-chats__filters .filters__item button:hover span{opacity:1}.creator-chats__filters .filters__item.active{background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);box-shadow:0 4px 4px rgba(0,0,0,.15);border-radius:4px}.creator-chats__filters .filters__item:hover{transform:scale(1.1)}.creator-chats__filters .filters__item--no-hover button:hover img{filter:none}.creator-chats__filters .filters__author{position:relative;height:24px;border:1px solid transparent;cursor:pointer}.creator-chats__filters .filters__author:hover{background-color:rgba(0,0,0,.02)}.creator-chats__filters .filters__author.open{background-color:#fff;border-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0;border:1px solid #160e00}.creator-chats__filters .filters-author{align-items:center;gap:16px;padding:0 4px;width:120px;display:flex;justify-content:space-between}.creator-chats__filters .filters-author p{font-size:16px;line-height:10px;font-weight:600}.creator-chats__filters .filters-author__dropdown{display:none;position:absolute;top:103%;left:-1px;right:-1px;background:#fff;border:1px solid #160e00;border-top:none;border-radius:0 0 4px 4px;z-index:2;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden}.creator-chats__filters .filters-author__dropdown.visible{display:block}.creator-chats__filters .filters-author__dropdown p{padding:8px 4px;cursor:pointer}.creator-chats__filters .filters-author__dropdown p:hover{background-color:#dbd9d9}.creator-chats__filters .filters-author__chevron{display:flex;justify-content:center;align-items:center;transition:all .3s}.creator-chats__filters .filters-author__chevron.rotate{transform:rotate(-180deg)}.creator-chats__filters .filters-right{margin-left:auto}.creator-chats__filters .filters-right__list{display:flex;gap:8px}.creator-chats__filters .filters-right__item{transition:all .3s}.creator-chats__filters .filters-right__item button{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:4px}.creator-chats__filters .filters-right__item button span{opacity:.7;font-weight:500;line-height:24px;font-size:16px;transition:all .3s}.creator-chats__filters .filters-right__item button:hover span{opacity:1}.creator-chats__filters .filters-right__item--gold{border-radius:4px;background:linear-gradient(270deg,rgba(229,168,85,.4),hsla(37,98%,75%,.4) 36%,rgba(229,168,85,.4) 66.5%,rgba(215,153,96,.4))}.creator-chats__filters .filters-right__item--gold.active{background:linear-gradient(270deg,rgba(229,168,85,.8),hsla(37,98%,75%,.8) 36%,rgba(229,168,85,.8) 66.5%,rgba(215,153,96,.8))}.creator-chats__filters .filters-right__item:hover{transform:scale(1.1)}.creator-chats__filters .filters-right__item--no-scale,.creator-chats__filters .filters-right__item--no-scale:hover,.creator-chats__filters .filters-right__item--no-scale:hover .search-message,.creator-chats__filters .filters-right__item--no-scale:hover .search-message__clear-btn,.creator-chats__filters .filters-right__item--no-scale:hover .search-message__field,.creator-chats__filters .filters-right__item--no-scale:hover .search-message__field-icon,.creator-chats__filters .filters-right__item--no-scale:hover .search-message__input-wrapper,.creator-chats__filters .filters-right__item--no-scale:hover .search-message__popup,.creator-chats__filters .filters-right__item--no-scale:hover .search-message__trigger{transform:none!important}.creator-chats__filters .filters-right__item--no-scale:hover .search-message__trigger img[alt=search]{transform:scale(1.1)!important}.creator-chats__filters .filters-right__item--date-picker{display:flex;justify-content:center;align-items:center}.date-range-picker{position:relative;width:100%}.date-range-picker__input{background:#fff;border-radius:8px;border:1px solid #160e00;padding:4px 8px;height:28px;display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box;cursor:pointer;transition:background-color .2s ease}.date-range-picker__input:hover:not(.date-range-picker--disabled){background-color:rgba(0,0,0,.02)}.date-range-picker__text{color:#000;font-family:var(--var-montserrat),sans-serif;font-size:12px;line-height:24px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.date-range-picker__clear-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;opacity:.6;transition:opacity .2s}.date-range-picker__clear-btn:hover{opacity:1}.date-range-picker__dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:1000;background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:12px;min-width:-moz-fit-content;min-width:fit-content;border:.5px solid #e1e3e1}.date-range-picker__pickers{display:flex;align-items:center;gap:8px}.date-range-picker__pickers .MuiTextField-root{width:120px}.date-range-picker__pickers .MuiTextField-root .MuiInputBase-root{height:32px;font-size:12px;font-family:var(--var-montserrat),sans-serif}.date-range-picker__pickers .MuiTextField-root .MuiOutlinedInput-input{padding:4px 8px;cursor:pointer}.date-range-picker__separator{color:#000;font-size:14px;font-weight:500}.date-range-picker--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.MuiPopper-root{z-index:1100!important}.search-message{position:relative;display:inline-block}.filters-right__item:hover .search-message,.filters-right__item:hover .search-message__clear-btn,.filters-right__item:hover .search-message__field,.filters-right__item:hover .search-message__field-icon,.filters-right__item:hover .search-message__input-wrapper,.filters-right__item:hover .search-message__popup,.filters-right__item:hover .search-message__trigger,.search-message,.search-message:hover{transform:none!important}.filters-right__item:hover .search-message__trigger:hover img[alt=search]{transform:scale(1.1)!important}.search-message__trigger{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:background-color .2s;transform:none!important}.search-message__trigger:hover{transform:none!important}.search-message__trigger img{opacity:.7;transition:transform .2s}.search-message__trigger:hover img[alt=search]{transform:scale(1.1)}.search-message__popup{position:absolute;top:calc(100% + 4px);right:0;z-index:10000;background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:8px;border:.5px solid #e1e3e1;width:200px;max-width:200px;min-width:200px;box-sizing:border-box;transform:translateZ(0)!important;transform-origin:top right!important;will-change:auto!important;isolation:isolate}.search-message:hover .search-message__popup,.search-message__popup:hover{width:200px!important;max-width:200px!important;min-width:200px!important;transform:translateZ(0)!important;transform-origin:top right!important}.search-message__trigger:hover~.search-message__popup{transform:translateZ(0)!important;transform-origin:top right!important}.search-message__input-wrapper{background:#fff;border-radius:4px;border:.5px solid #160e00;padding:0 9px;height:28px;display:flex;align-items:center;gap:8px;box-sizing:border-box}.search-message__field-icon{flex-shrink:0}.search-message__field{flex:1 1;border:none;outline:none;background:transparent;color:#160e00;font-family:var(--var-montserrat),sans-serif;font-size:13px;font-style:italic;width:100%}.search-message__field::placeholder{color:#160e00;opacity:.6}.search-message__clear-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;opacity:.6;transition:opacity .2s}.search-message__clear-btn:hover{opacity:1}.chat-note__modal{position:fixed;inset:0;background-color:rgba(22,14,0,.251);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000}.chat-note__content{position:relative;background-color:#fff;border-radius:8px;padding:24px 16px;box-shadow:0 0 5px 0 rgba(0,0,0,.149);min-width:500px;max-width:760px}.chat-note__header{position:relative;margin-bottom:16px}.chat-note__buttons{display:flex;justify-content:flex-end;gap:24px}.chat-note__button{padding:12px 16px;font-weight:600;font-size:18px;line-height:10px;border:2px solid #e5a855;border-radius:4px;transition:all .3s}.chat-note__button:not(:disabled):hover{background-color:#e5a855}.chat-note__button:disabled{opacity:.5;cursor:no-drop}.chat-note__list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;max-height:460px;padding-right:24px;overflow-y:scroll}.chat-note__list::-webkit-scrollbar{width:8px}.chat-note__list::-webkit-scrollbar-track{background:#e1e3e1;border-radius:0;margin:2px 0}.chat-note__list::-webkit-scrollbar-thumb{background:#999;border-radius:4px;border:2px solid #e1e3e1;cursor:pointer}@-moz-document url-prefix(){.chat-note__list{scrollbar-width:thin;scrollbar-color:#999 #e1e3e1}}.chat-note__item{padding:8px;border-radius:8px;background-color:#f5f5f5}.chat-note__title{margin-bottom:8px;font-weight:500;font-size:16px;line-height:12px}.chat-note__inner{position:relative;padding:15px 15px 15px 40px;border-radius:8px;border:1px solid #160e00;background-color:#fff}.chat-note__select{position:absolute;top:50%;left:15px;display:flex;align-items:center;transform:translateY(-50%)}.chat-note__text{font-weight:400;font-size:14px;overflow:hidden}.video-chats-panel{position:-webkit-sticky;position:sticky;overflow:hidden;z-index:3;bottom:0;left:0;right:0;min-height:44px;display:flex;background-color:#fff;flex-direction:column;padding:8px 0 8px 16px;transition:all .3s;margin-top:auto;box-shadow:-3px -5px 10px rgba(0,0,0,.1)}.video-chats-panel.open{min-height:130px;max-height:130px}.video-chats-panel.open .video-chats-hide-button{transform:rotate(0deg)}.video-chats-panel.open .video-chats-list{display:grid;padding-top:8px;padding-bottom:8px}.video-chats-panel .video-chats-header{display:flex;align-items:center}.video-chats-panel .video-chats-title{font-weight:600;font-size:16px;line-height:28px}.video-chats-panel .video-chats-counter{display:flex;justify-content:center;align-items:center;margin-left:8px;width:16px;height:16px;border-radius:3px;border:2px solid #e5a855}.video-chats-panel .video-chats-counter span{font-weight:600;font-size:10px;line-height:12px;color:#160e00}.video-chats-panel .video-chats-hide-button{transform:rotate(180deg);margin-left:auto;transition:all .3s;margin-right:12px}.video-chats-panel .video-chats-list{display:none;grid-template-columns:1fr 1fr;row-gap:14px;overflow-y:auto}.video-chats-panel .video-chats-list::-webkit-scrollbar{width:8px}.video-chats-panel .video-chats-list::-webkit-scrollbar-track{background:#e1e3e1;border-radius:0;margin:2px 0}.video-chats-panel .video-chats-list::-webkit-scrollbar-thumb{background:#999;border-radius:4px;border:2px solid #e1e3e1;cursor:pointer}@-moz-document url-prefix(){.video-chats-panel .video-chats-list{scrollbar-width:thin;scrollbar-color:#999 #e1e3e1}}.video-chats-panel .video-chats-list .video-chats-item{width:120px;position:relative;display:flex;align-items:baseline}.video-chats-panel .video-chats-list .item-name{font-weight:400;font-size:12px;line-height:16px;color:#160e00;position:absolute;right:-40px;top:3px;width:90px}.video-chats-panel .video-chats-list .item-creator{border-radius:8px;width:64px;height:64px;position:relative;overflow:hidden}.video-chats-panel .video-chats-list .item-client{border-radius:8px;width:40px;height:40px;position:relative;overflow:hidden;margin-left:-5px;z-index:-1}.video-chats-panel .video-chats-list .chat-type-ico{position:absolute;display:flex;left:44px;bottom:-6px}