@charset "UTF-8";div[data-component=moderatorChat] .chat--moderator{width:100%;height:100%;position:fixed;top:0;left:0;overflow-y:auto;display:block}div[data-component=moderatorChat] .chat--moderator__block .slider--header{display:flex;flex-direction:row;align-items:center;background-color:#eee;padding:18px 16px;cursor:pointer;font-weight:600;font-size:16px;line-height:20px;color:#0f0f0f;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[data-component=moderatorChat] .chat--moderator__block .slider--header .slider--trigger{background-color:#fff;width:12px;height:12px;border-radius:12px;margin-right:10px;position:relative;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS42My42NjdMLjY2NyAxLjY4NWwzLjAzNiAyLjcwMS4yOTcuMjguMjk3LS4yOCAzLjAzNi0yLjcwMUw2LjI5Ni42NjcgNCAyLjgzNCAxLjYzLjY2N3oiIGZpbGw9IiMwRjBGMEYiLz48L3N2Zz4=);background-repeat:no-repeat;background-size:6px 4px;background-position:50%}div[data-component=moderatorChat] .chat--moderator__block.collapsed .slider--content{display:flex}div[data-component=moderatorChat] .chat--moderator__block.collapsed .slider--header{background-color:#fff;color:#b20932}div[data-component=moderatorChat] .chat--moderator__block.collapsed .slider--header .slider--trigger{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS42My42NjdMLjY2NyAxLjY4NWwzLjAzNiAyLjcwMS4yOTcuMjguMjk3LS4yOCAzLjAzNi0yLjcwMUw2LjI5Ni42NjcgNCAyLjgzNCAxLjYzLjY2N3oiIGZpbGw9IiNCMjA5MzIiLz48L3N2Zz4=);background-color:rgba(178,9,50,.16)}div[data-component=moderatorChat] .chat--moderator__block .slider--content{background-color:#fff;display:none;flex-direction:column;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[data-component=moderatorChat] .chat--moderator.loading{background-color:#b20932}div[data-component=moderatorChat] .chat--moderator.loading:after{-webkit-animation:lanim .6s linear infinite;animation:lanim .6s linear infinite;display:block;font-size:10px;text-indent:-9999em;border-radius:50%;vertical-align:-2px;border:.2em solid rgba(0,0,0,.25);border-left-color:#fff;width:40px;height:40px;top:50%;margin-top:-20px;left:50%;margin-left:-20px;content:"";position:absolute}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list{display:flex;flex-direction:column;width:100%;background-color:#fff;height:650px;overflow-y:auto}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item{display:flex;flex-direction:row;flex-shrink:0;width:100%;align-items:center;padding:8px}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item.deleted{background-color:rgba(178,9,50,.16)}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item+.vmchat--message_item{margin-top:8px}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item:first-of-type .message--actions .popup--actions,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item:nth-of-type(2) .message--actions .popup--actions,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item:nth-of-type(3) .message--actions .popup--actions,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item:nth-of-type(4) .message--actions .popup--actions,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item:nth-of-type(5) .message--actions .popup--actions{top:0;bottom:auto}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions{position:relative;display:flex;flex-direction:column;padding:0 8px}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions>button:hover+.popup--actions{display:flex}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions{position:absolute;left:calc(100% - 16px);bottom:0;display:none;flex-direction:column;min-width:270px;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.5);z-index:2}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions:focus,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions:hover{display:flex}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions .popup--action{border:none;padding:18px 32px 18px 8px;background-color:#fff;text-align:left;outline:none}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions .popup--action:focus,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions .popup--action:hover{background-color:rgba(178,9,50,.16);color:#b20932}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button{position:relative;left:0;display:flex;padding:18px 32px 18px 8px;border:none;background-color:#fff;box-shadow:none}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions:focus,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions:hover,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button:focus,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button:hover{background-color:rgba(178,9,50,.16);color:#b20932}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions:hover>.popup--actions-submenu,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button:hover>.popup--actions-submenu{display:flex}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions:hover>svg>.icon-arrow-right-element-1,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button:hover>svg>.icon-arrow-right-element-1{fill:#b20932!important}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions>svg,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button>svg{position:absolute;top:50%;right:0;display:flex;width:16px;height:16px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions>svg>.icon-arrow-right-element-1,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button>svg>.icon-arrow-right-element-1{fill:#333!important}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions>.popup--actions-submenu,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button>.popup--actions-submenu{position:absolute;left:100%;bottom:0;display:none;flex-direction:column;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.5)}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions>.popup--actions-submenu>button,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button>.popup--actions-submenu>button{width:240px;padding:12px 32px 13px 8px;border:none;text-align:left;outline:none}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions>.popup--actions-submenu>button:focus,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>.popup--actions>.popup--actions-submenu>button:hover,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button>.popup--actions-submenu>button:focus,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions .popup--actions>button>.popup--actions-submenu>button:hover{background-color:rgba(178,9,50,.16);color:#b20932}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--actions>button{display:flex;flex-direction:row;justify-content:center;align-items:center;width:24px;height:24px;border:none;border-radius:24px;background-color:#eee;line-height:0;outline:none;-webkit-appearance:none}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--info{display:flex;flex-direction:row;padding:0 8px}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--info .chat-message__image{width:20px;height:20px;border-radius:20px;background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:#dfdfdf;margin-right:8px}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--info .chat-message__content-name{font-weight:600;margin-right:8px}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--info .replay__message{color:#000}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup{position:absolute;top:50%;left:45%;width:100%;max-width:400px;margin:0 10px;background-color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);box-shadow:1px 1px 16px rgba(0,0,0,.6)}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>.title{position:relative;padding:12px 16px;background-color:#fff;font-size:28px;font-weight:700;line-height:32px;color:#000}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>.title>a{position:absolute;top:0;left:calc(100% + 16px);display:block;width:32px;height:32px;background-color:rgba(0,0,0,.4);background-image:url(/img/icon-close.svg);background-repeat:no-repeat;background-position:50%;background-size:cover}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>.title>a:focus,div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>.title>a:hover{background-color:rgba(0,0,0,.8)}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>.title>a:active{background-color:rgba(0,0,0,.6)}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>form{font-size:0}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>form>textarea{width:100%;padding:12px 48px 12px 16px;border:none;background-color:#eee;font-size:12px;font-weight:600;line-height:16px;color:#000;outline:none;resize:none}div[data-component=moderatorChat] .chat--moderator .moderator--messages__list .vmchat--message_item .message--edit__popup>form>button{width:100%;padding:12px 20px;border:none;background-color:#b20932;font-size:16px;font-weight:600;line-height:32px;color:#fff;outline:none}div[data-component=moderatorChat] .chat--moderator .moderator--users{display:flex;flex-direction:column;width:100%}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--header{display:flex;flex-direction:row;align-items:center;background-color:#eee;padding:18px 16px;cursor:pointer;font-weight:600;font-size:16px;line-height:20px;color:#0f0f0f;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--header .slider--trigger{background-color:#fff;width:12px;height:12px;border-radius:12px;margin-right:10px;position:relative;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS42My42NjdMLjY2NyAxLjY4NWwzLjAzNiAyLjcwMS4yOTcuMjguMjk3LS4yOCAzLjAzNi0yLjcwMUw2LjI5Ni42NjcgNCAyLjgzNCAxLjYzLjY2N3oiIGZpbGw9IiMwRjBGMEYiLz48L3N2Zz4=);background-repeat:no-repeat;background-size:6px 4px;background-position:50%}div[data-component=moderatorChat] .chat--moderator .moderator--users.collapsed .slider--content{display:flex}div[data-component=moderatorChat] .chat--moderator .moderator--users.collapsed .slider--header{background-color:#fff;color:#b20932}div[data-component=moderatorChat] .chat--moderator .moderator--users.collapsed .slider--header .slider--trigger{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS42My42NjdMLjY2NyAxLjY4NWwzLjAzNiAyLjcwMS4yOTcuMjguMjk3LS4yOCAzLjAzNi0yLjcwMUw2LjI5Ni42NjcgNCAyLjgzNCAxLjYzLjY2N3oiIGZpbGw9IiNCMjA5MzIiLz48L3N2Zz4=);background-color:rgba(178,9,50,.16)}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--content{background-color:#fff;display:none;flex-direction:column;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--content .chat--user{display:flex;flex-direction:row;align-items:center;width:100%;padding:12px}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--content .chat--user>div{display:flex;flex-direction:column;flex:1 1;font-style:normal;font-weight:700;font-size:12px;line-height:16px}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--content .chat--user>div+div{padding-left:16px}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--content .chat--user>div.user--photo{max-width:32px;width:32px;height:32px;border-radius:32px;font-size:0;background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:#dfdfdf}div[data-component=moderatorChat] .chat--moderator .moderator--users .slider--content .chat--user>.user--actions>button{display:block;width:40px;height:40px;margin-left:auto;border:none;outline:none}div[data-component=moderatorChat] .chat--form{background-color:#fff}div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input--empty:before:focus,div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input--empty:before:hover{background-color:#d5d5d5}div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input:focus,div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input:hover{background-color:#d5d5d5!important}div[data-component=moderatorChat] .chat--form{display:flex;flex-direction:column;background-color:#000}@media screen and (min-width:769px){div[data-component=moderatorChat] .chat--form{background-color:#252525}}div[data-component=moderatorChat] .chat--form .emoji--input{width:100%;position:relative}div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input{position:relative;display:block;width:100%;min-height:48px;max-height:82px;border:0;padding:16px 48px 16px 16px;background-color:#eee;font-size:12px;line-height:16px;color:#000;word-break:break-word;white-space:pre-wrap;outline:none;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-appearance:textarea;overflow-y:scroll}@media screen and (min-width:769px){div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input{background-color:#252525}}div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input--empty:before{content:"Написать в чат";position:absolute;top:0;left:0;display:block;width:100%;height:100%;padding:16px 48px 16px 16px;background-color:#eee;font-size:12px;line-height:16px;color:#9b9b9b;box-sizing:border-box}@media screen and (min-width:769px){div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input--empty:before{color:#757575}}div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input:focus,div[data-component=moderatorChat] .chat--form .emoji--input>.chat-input:hover{background-color:#d5d5d5}div[data-component=moderatorChat] .chat--form .emoji--input .emoji--trigger{position:absolute;width:48px;height:48px;font-size:24px;z-index:1;right:0;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center}div[data-component=moderatorChat] .chat--form .emoji--input .emoji--table{position:absolute;z-index:1}div[data-component=moderatorChat] .chat--form .emoji--input .emoji--table .search-bar input{height:32px}div[data-component=moderatorChat] .chat--form .form--row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}div[data-component=moderatorChat] .chat--form .form--row a{font-size:12px;line-height:16px;font-weight:600;text-decoration:none;outline:none;color:#9b9b9b;padding:0 16px;display:flex;flex-direction:row;align-items:center}div[data-component=moderatorChat] .chat--form .form--row a svg{width:10px;height:12px;margin-right:11px}div[data-component=moderatorChat] .chat--form .form--row button{background-color:#b20932;font-weight:600;font-size:16px;line-height:32px;color:#fff;border:0;outline:0;-webkit-appearance:none;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;padding:4px 20px}div[data-component=moderatorChat] .chat--form .form--row button:focus,div[data-component=moderatorChat] .chat--form .form--row button:hover{background-color:#e30b40}@-webkit-keyframes lanim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lanim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main~a972a8a4.d90c884f.chunk.css.map */