#page-world .dialog-world{width:400px;height:calc(100% - 20px);position:fixed;top:10px;right:10px;border-radius:1rem;box-shadow:1px 1px 4px #000;background-color:var(--color-3);color:var(--color-2);overflow:auto;display:none;flex-direction:column;z-index:110}#page-world .dialog-world.selected{display:flex}#page-world .dialog-world.chat{display:none}#page-world .dialog-world .dw-options{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;box-sizing:border-box;padding:10px}#page-world .dialog-world .dw-options .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .dialog-world .dw-options button.button-icon{outline:none;padding:0;border:none}#page-world .dialog-world .dw-options .options-left{flex:1;display:inline-flex;gap:5px}#page-world .dialog-world .dw-options .options-left .button-icon{width:30px;height:30px;border-radius:.4rem;background-color:var(--color-3);color:var(--color-2);border:1px solid var(--color-1)}#page-world .dialog-world .dw-options .options-left .button-icon svg{width:20px}#page-world .dialog-world .dw-options .options-left .button-icon.selected{background-color:var(--color-1)}#page-world .dialog-world .dw-options .options-right .button-icon{background-color:var(--color-3);color:var(--color-2)}#page-world .dialog-world .dw-options .options-right .button-icon svg{width:20px}#page-world .dialog-world .dw-contents{width:100%;flex:1;display:flex;flex-direction:column}#page-world .dialog-world .dw-contents .dw-content{width:100%;flex:1;display:none;flex-direction:column}#page-world .dialog-world .dw-contents .dw-content.selected{display:flex}#page-world .dialog-world .dw-contents .dw-ai{width:100%;display:flex;flex-direction:column;gap:25px;box-sizing:border-box;padding:10px}#page-world .dialog-world .dw-contents .dw-ai .ai-tabs-menu{width:100%;display:flex;gap:10px}#page-world .dialog-world .dw-contents .dw-ai .ai-tabs-menu .button-text{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.4rem;border:none}#page-world .dialog-world .dw-contents .dw-ai .ai-tabs-menu a.button-text{text-decoration:none}#page-world .dialog-world .dw-contents .dw-ai .ai-tabs-menu .tm-item{box-sizing:border-box;padding:10px 15px;font-size:1rem;background-color:var(--color-1);color:var(--color-2);border-radius:1rem}#page-world .dialog-world .dw-contents .dw-ai .ai-tabs-contents{width:100%;flex:1}#page-world .dialog-world .dw-contents .dw-ai .ai-tabs-contents .tc-content{width:100%;min-height:100%;display:none}#page-world .dialog-world .dw-contents .dw-ai .ai-tabs-contents .tc-content.selected{display:block}#page-world .dialog-world .dw-contents .dw-ai .ai-zero{width:100%;height:250px;border-radius:1rem;position:relative}#page-world .dialog-world .dw-contents .dw-ai .ai-zero>img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:1rem}#page-world .dialog-world .dw-contents .dw-ai .ai-zero .text{width:100%;box-sizing:border-box;padding:10px 10px 60px;position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center}#page-world .dialog-world .dw-contents .dw-ai .ai-zero .text:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000c;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}#page-world .dialog-world .dw-contents .dw-ai .ai-zero .text p{font-size:.9rem;position:relative}#page-world .dialog-world .dw-contents .dw-ai .ai-zero .logo{width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:5px;background-color:var(--color-1);position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}#page-world .dialog-world .dw-contents .dw-ai .ai-zero .logo img{width:100%;height:100%;border-radius:50%}#page-world .dialog-world .dw-contents .dw-ai .ai-message{width:100%;box-sizing:border-box;padding:60px 0 0}#page-world .dialog-world .dw-contents .dw-ai .ai-message h2{font-size:1.1rem;text-align:center;margin-bottom:25px}#page-world .dialog-world .dw-contents .dw-ai .ai-message p{font-size:.9rem;text-align:justify;font-style:oblique}#page-world .dialog-world .dw-contents .dw-ai .app-indicators{width:100%}#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-row{width:100%;display:flex;gap:10px;margin-top:10px}#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-artists,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-works,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-events,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-guests{flex:1;height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:1rem;background-color:var(--color-1);color:var(--color-2)}#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-artists .label,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-works .label,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-events .label,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-guests .label{font-size:.9rem;color:var(--color-5)}#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-artists .value,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-works .value,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-events .value,#page-world .dialog-world .dw-contents .dw-ai .app-indicators .i-guests .value{font-size:1.1rem;color:var(--color-8)}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art,#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .zero{width:100%}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .zero .label{width:100%;display:flex;align-items:center;gap:25px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .zero .label .icon svg{width:50px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .zero .label h4{font-size:1.1rem}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .zero .description{text-align:justify;font-size:.9rem;margin-top:25px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq{margin-top:25px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions{width:100%;margin-top:25px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions .option{width:100%;display:flex;align-items:center;gap:25px;margin-top:10px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions .option .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions .option button.button-icon{outline:none;padding:0;border:none}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions .option button.button-icon{flex-shrink:0;width:40px;height:40px;border-radius:1rem;border:1px solid var(--color-8);background-color:var(--color-3);color:var(--color-2)}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions .option button.button-icon:hover{background-color:var(--color-8)}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions .option button.button-icon svg{width:20px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .questions .option .quetion{font-size:.9rem;text-align:justify}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .answer{margin-top:25px}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .answer h5{font-size:.9rem}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .answer p{font-size:1.1rem;margin:10px;color:var(--color-8)}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .answer .options .button-text{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.4rem;border:none}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .answer .options a.button-text{text-decoration:none}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .answer .options button.button-text{font-size:1rem;text-transform:capitalize;background-color:var(--color-1);color:var(--color-2)}#page-world .dialog-world .dw-contents .dw-ai .ai-your-art .mcq .answer .options button.button-text:hover{background-color:var(--color-8)}#page-world .dialog-world .dw-contents .dw-chat{width:100%;min-height:100%}#page-world .dialog-world .dw-contents .dw-chat .chat-box{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center}#page-world .dialog-world .dw-contents .dw-chat .chat-box .button-text{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.4rem;border:none}#page-world .dialog-world .dw-contents .dw-chat .chat-box a.button-text{text-decoration:none}#page-world .dialog-world .dw-contents .dw-chat .chat-box .button-text{font-size:1.1rem;background-color:var(--color-1);border:1px solid var(--color-8);color:var(--color-2)}#page-world .dialog-world .dw-contents .dw-chat .chat-box .button-text:hover{background-color:var(--color-8)}#page-world .dialog-world .dw-contents .dw-chat .message-empty{width:100%;min-height:100%;display:flex;flex-direction:column;gap:25px;box-sizing:border-box;padding:10%;overflow:hidden}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-left{width:100%;height:200px}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-left .frame{width:100%;height:100%;position:relative}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-left .frame:before{content:"";display:block;width:100%;height:100%;position:absolute;top:-25px;left:-25px;border:1px solid var(--color-1)}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-left .frame img{position:relative;width:100%;height:100%;object-fit:cover;object-position:center}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-right{flex:1;display:flex;justify-content:center;align-items:center}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-right .text{font-size:.9rem;text-align:justify}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-right .text .button-text{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.4rem;border:none}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-right .text a.button-text{text-decoration:none}#page-world .dialog-world .dw-contents .dw-chat .message-empty .block-right .text .button-text{box-sizing:border-box;padding:10px 15px;font-size:1rem;background-color:var(--color-1);color:var(--color-2);margin-top:25px}#page-world .dialog-world .dw-contents .dw-pulse-of-art{width:100%;min-height:100%}#page-world .dialog-world .dw-contents .dw-pulse-of-art .poa-top{width:100%;box-sizing:border-box;padding:10px}#page-world .dialog-world .dw-contents .dw-pulse-of-art .poa-top .button-text{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.4rem;border:none}#page-world .dialog-world .dw-contents .dw-pulse-of-art .poa-top a.button-text{text-decoration:none}#page-world .dialog-world .dw-contents .dw-pulse-of-art .poa-top .btn-more{box-sizing:border-box;padding:10px 15px;font-size:1rem;background-color:var(--color-1);border:1px solid var(--color-8);color:var(--color-2);border-radius:1rem;text-transform:uppercase}@media screen and (max-width: 450px){#page-world .dialog-world{width:calc(100% - 20px)}}#page-world .chat-world .dialog-users{width:300px;height:calc(100% - 20px);position:fixed;top:10px;right:10px;border-radius:1rem;box-shadow:1px 1px 4px var(--color-chd-2);background-color:var(--color-chd-7);color:var(--color-chd-2);overflow:hidden;display:none;flex-direction:column;z-index:110}#page-world .chat-world .dialog-users.selected{display:flex}#page-world .chat-world .dialog-users .c-options{width:100%;display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;padding:10px;gap:10px}#page-world .chat-world .dialog-users .c-options .user-last-messages-new{width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;border:1px var(--color-20);background-color:var(--color-20);box-shadow:1px 1px 4px var(--color-chd-3)}#page-world .chat-world .dialog-users .c-options .user-last-messages-new img{width:100%;height:100%;display:block;border-radius:50%}#page-world .chat-world .dialog-users .c-options .btn-msgs{width:30px;height:30px;border-radius:.7rem;display:flex;justify-content:center;align-items:center;background-color:var(--color-20);color:var(--color-chd-1);box-shadow:1px 1px 4px var(--color-chd-3)}#page-world .chat-world .dialog-users .c-options .btn-msgs svg{width:15px}#page-world .chat-world .dialog-users .c-options button{background-color:var(--color-chd-7);color:var(--color-chd-2)}#page-world .chat-world .dialog-users .c-options button svg{width:15px}#page-world .chat-world .dialog-users .c-auth-info{width:calc(100% - 20px);height:200px;margin:0 auto;border-radius:1rem;background-color:var(--color-chd-2);box-shadow:1px 1px 4px var(--color-chd-3);position:relative;overflow:hidden;display:none;flex-direction:column}#page-world .chat-world .dialog-users .c-auth-info.selected{display:flex}#page-world .chat-world .dialog-users .c-auth-info .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .chat-world .dialog-users .c-auth-info button.button-icon{outline:none;padding:0;border:none}#page-world .chat-world .dialog-users .c-auth-info .button-icon{width:30px;height:30px;border-radius:50%;z-index:10;position:absolute;top:10px;right:10px;background-color:var(--color-chd-7);color:var(--color-chd-2)}#page-world .chat-world .dialog-users .c-auth-info .button-icon svg{width:15px}#page-world .chat-world .dialog-users .c-auth-info .frame{width:100%;height:80px;position:relative;overflow:hidden}#page-world .chat-world .dialog-users .c-auth-info .frame img{width:100%;height:100%;object-fit:cover;object-position:center}#page-world .chat-world .dialog-users .c-auth-info .avatar{width:80px;height:80px;border-radius:1rem;position:relative;background-color:var(--color-chd-7);box-sizing:border-box;border:4px solid var(--color-chd-7);box-shadow:1px 1px 4px var(--color-chd-3);position:absolute;top:20px;left:10px;object-fit:cover;object-position:center;cursor:pointer}#page-world .chat-world .dialog-users .c-auth-info .info{width:100%;box-sizing:border-box;padding:25px 10px 10px;flex:1;display:flex;flex-direction:column}#page-world .chat-world .dialog-users .c-auth-info .info .name{font-size:.9rem;font-weight:bolder;color:var(--color-chd-1)}#page-world .chat-world .dialog-users .c-auth-info .info .username{font-size:.8rem;color:var(--color-chd-5)}#page-world .chat-world .dialog-users .c-auth-info .info .groups{width:100%;display:flex;justify-content:flex-end;gap:10px;margin-top:10px}#page-world .chat-world .dialog-users .c-auth-info .info .groups .group{height:30px;border-radius:15px;background-color:var(--color-chd-7);padding:0 10px;color:var(--color-chd-2);display:inline-flex;align-items:center}#page-world .chat-world .dialog-users .c-message-empty{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;box-sizing:border-box;padding:25px}#page-world .chat-world .dialog-users .c-message-empty .block-left{width:100%;border-radius:0rem;overflow:hidden;box-sizing:border-box;padding:10px;border:1px solid var(--color-3)}#page-world .chat-world .dialog-users .c-message-empty .block-left img{width:100%;height:150px}#page-world .chat-world .dialog-users .c-message-empty .block-right{max-width:100%}#page-world .chat-world .dialog-users .c-message-empty .block-right p{font-size:.8rem;text-align:justify}#page-world .chat-world .dialog-users .c-users{flex:1;box-sizing:border-box;padding:10px 10px 50px;overflow:auto}#page-world .chat-world .dialog-users .c-users .user{width:100%;display:flex;align-items:center;gap:10px;box-sizing:border-box;padding:10px;cursor:pointer;color:var(--color-chd-2)}#page-world .chat-world .dialog-users .c-users .user.msgs{border-radius:1rem;border:1px solid var(--color-chd-5);margin:2px 0}#page-world .chat-world .dialog-users .c-users .user.offline .avatar:after{display:none}#page-world .chat-world .dialog-users .c-users .user.online .avatar:after{background-color:var(--color-chd-3)}#page-world .chat-world .dialog-users .c-users .user:hover{background-color:var(--color-chd-5)}#page-world .chat-world .dialog-users .c-users .user.selected{background-color:var(--color-chd-2);color:var(--color-chd-1)}#page-world .chat-world .dialog-users .c-users .user.selected .info .status-group .group{background-color:var(--color-chd-1);color:var(--color-chd-2)}#page-world .chat-world .dialog-users .c-users .user .avatar{width:30px;height:30px;position:relative}#page-world .chat-world .dialog-users .c-users .user .avatar:after{content:"";display:block;width:6px;height:6px;border:1px solid var(--color-chd-7);border-radius:50px;position:absolute;top:4px;right:-1px}#page-world .chat-world .dialog-users .c-users .user .avatar img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}#page-world .chat-world .dialog-users .c-users .user .info{display:flex;align-items:center;gap:10px;flex:1}#page-world .chat-world .dialog-users .c-users .user .info .username{flex:1;font-size:.8rem}#page-world .chat-world .dialog-users .c-users .user .info .status-group{display:flex;justify-content:space-between;gap:10px;margin-top:5px}#page-world .chat-world .dialog-users .c-users .user .info .status-group .status{font-size:.7rem}#page-world .chat-world .dialog-users .c-users .user .info .status-group .status.offline{color:var(--color-6)}#page-world .chat-world .dialog-users .c-users .user .info .status-group .status.online{color:var(--color-9)}#page-world .chat-world .dialog-users .c-users .user .info .status-group .group{height:20px;display:inline-flex;align-items:center;box-sizing:border-box;padding:0 10px;font-size:10px;border-radius:10px;background-color:var(--color-chd-2);color:var(--color-chd-1)}#page-world .chat-world .dialog-users .c-users .user .info .indicators{width:100%;display:flex;gap:10px;box-sizing:border-box;padding:5px 15px}#page-world .chat-world .dialog-users .c-users .user .info .indicators .indicator svg{width:15px}#page-world .chat-world .dialog-users .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .chat-world .dialog-users button.button-icon{outline:none;padding:0;border:none}#page-world .chat-world .dialog-users.form-message-selected .c-pagination,#page-world .chat-world .dialog-users.form-message-selected .c-form-btn,#page-world .chat-world .dialog-users.form-message-selected .c-filter-btn,#page-world .chat-world .dialog-users.form-message-selected .c-auth-btn{bottom:-40px}#page-world .chat-world .dialog-users.form-message-selected .c-form-message{bottom:0}#page-world .chat-world .dialog-users.form-filter-selected .c-pagination,#page-world .chat-world .dialog-users.form-filter-selected .c-form-btn,#page-world .chat-world .dialog-users.form-filter-selected .c-filter-btn,#page-world .chat-world .dialog-users.form-filter-selected .c-auth-btn{bottom:-40px}#page-world .chat-world .dialog-users.form-filter-selected .c-form-filter{bottom:0}#page-world .chat-world .dialog-users .c-pagination{position:absolute;bottom:10px;left:25px;transition-property:bottom;transition-duration:1s;display:flex;gap:10px}#page-world .chat-world .dialog-users .c-pagination button{width:30px;height:30px;font-size:15px;border-radius:50%;background-color:var(--color-chd-2);display:flex;justify-content:center;align-items:center}#page-world .chat-world .dialog-users .c-pagination button svg{color:var(--color-chd-1);width:15px}#page-world .chat-world .dialog-users .c-filter-btn{width:30px;height:30px;border-radius:50%;background-color:var(--color-chd-2);position:absolute;bottom:10px;right:25px;transition-property:bottom;transition-duration:1s}#page-world .chat-world .dialog-users .c-filter-btn svg{color:var(--color-chd-1);width:15px}#page-world .chat-world .dialog-users .c-auth-btn{width:30px;height:30px;border-radius:50%;background-color:var(--color-chd-2);position:absolute;bottom:10px;right:65px;transition-property:bottom;transition-duration:1s}#page-world .chat-world .dialog-users .c-auth-btn svg{color:var(--color-chd-1);width:15px}#page-world .chat-world .dialog-users .c-form-filter{width:100%;box-sizing:border-box;padding:10px;border-top-left-radius:1rem;border-top-right-radius:1rem;background-color:var(--color-chd-7);box-shadow:1px 1px 4px var(--color-chd-3);position:absolute;bottom:-100%;left:0;transition-property:bottom;transition-duration:1s;z-index:10}#page-world .chat-world .dialog-users .c-form-filter .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .chat-world .dialog-users .c-form-filter button.button-icon{outline:none;padding:0;border:none}#page-world .chat-world .dialog-users .c-form-filter *[class*=form-error],#page-world .chat-world .dialog-users .c-form-filter *[class*=form-warning],#page-world .chat-world .dialog-users .c-form-filter *[class*=form-message]{display:block;margin:10px 0;box-sizing:border-box;border-radius:5px;padding:10px}#page-world .chat-world .dialog-users .c-form-filter .form-default.updating .form-message{color:var(--color-8)}#page-world .chat-world .dialog-users .c-form-filter .form-default.updated .form-message{background-color:var(--color-8);color:var(--color-2)}#page-world .chat-world .dialog-users .c-form-filter .form-errors{font-size:.8rem;font-weight:bolder;color:var(--color-6)}#page-world .chat-world .dialog-users .c-form-filter .form-row label,#page-world .chat-world .dialog-users .c-form-filter .form-row input,#page-world .chat-world .dialog-users .c-form-filter .form-row textarea{display:block;margin:10px 0;box-sizing:border-box}#page-world .chat-world .dialog-users .c-form-filter .form-row input,#page-world .chat-world .dialog-users .c-form-filter .form-row textarea{border:none;outline:none;border-radius:.4rem}#page-world .chat-world .dialog-users .c-form-filter .form-row label{font-weight:bolder}#page-world .chat-world .dialog-users .c-form-filter .form-row input{width:100%;border-radius:5px;outline:none;padding:10px}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon{position:relative}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon .icon,#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon i{width:30px;height:30px;font-size:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:5px;transform:translateY(-50%)}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon svg{width:15px;max-height:15px}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon input{padding:5px 5px 5px 40px}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon .icon,#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon i{opacity:.5}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon input:focus+i,#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon input:focus+.icon{opacity:1}#page-world .chat-world .dialog-users .c-form-filter .form-row textarea{resize:vertical}#page-world .chat-world .dialog-users .c-form-filter .form-row .button-submit{display:flex;gap:10px;font-size:1rem;font-weight:bolder;box-sizing:border-box;padding:10px 25px;border-radius:.4rem;outline:none;border:none;box-shadow:1px 1px 4px var(--color-100)}#page-world .chat-world .dialog-users .c-form-filter .form-row .button-submit svg{width:15px}#page-world .chat-world .dialog-users .c-form-filter .close{display:flex;justify-content:flex-end}#page-world .chat-world .dialog-users .c-form-filter .close .button-icon{background-color:var(--color-chd-7)}#page-world .chat-world .dialog-users .c-form-filter .close .button-icon svg{width:15px;color:var(--color-chd-3)}#page-world .chat-world .dialog-users .c-form-filter form{width:100%;margin-top:10px}#page-world .chat-world .dialog-users .c-form-filter .form-row{margin-top:10px}#page-world .chat-world .dialog-users .c-form-filter .form-row p{font-size:.8rem;margin-bottom:10px}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon{border-radius:.4rem;border:1px solid var(--color-chd-2);background-color:var(--color-chd-7);color:var(--color-chd-3)}#page-world .chat-world .dialog-users .c-form-filter .form-row .input-icon input{background-color:var(--color-chd-7);color:var(--color-chd-3)}#page-world .chat-world .dialog-users .c-form-filter .form-row button{box-sizing:border-box;height:30px;width:50px;border-radius:15px;background-color:var(--color-chd-3);color:var(--color-chd-1)}#page-world .chat-world .dialog-users .c-form-filter .form-row button:hover{background-color:var(--color-chd-4)}#page-world .chat-world .dialog-users .c-form-filter .form-row button svg{width:15px}#page-world .chat-world .dialog-users .c-form-filter .fr-message label{display:flex;justify-content:space-between;gap:10px}#page-world .chat-world .dialog-users .c-form-filter .fr-message label .avatar{display:block;width:30px;height:30px;overflow:hidden;position:relative;border-radius:50%}#page-world .chat-world .dialog-users .c-form-filter .fr-message label .avatar img{width:110%;height:110%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 450px){#page-world .chat-world .dialog-users{width:calc(100% - 20px)}}#page-world .chat-world .dialog-chat{width:300px;height:400px;max-height:calc(100% - 20px);position:fixed;bottom:10px;right:50px;border-radius:1rem;box-shadow:1px 1px 4px var(--color-chd-2);background-color:var(--color-chd-7);color:var(--color-chd-2);overflow:hidden;display:none;flex-direction:column;z-index:110}#page-world .chat-world .dialog-chat.selected{display:flex}#page-world .chat-world .dialog-chat .c-user-options{width:100%;display:flex;align-items:center;gap:10px;box-sizing:border-box;padding:10px;flex-shrink:0;border-bottom:1px solid var(--color-chd-2)}#page-world .chat-world .dialog-chat .c-user-options .avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;display:block}#page-world .chat-world .dialog-chat .c-user-options .avatar img{width:100%;height:100%;object-fit:cover;object-position:center}#page-world .chat-world .dialog-chat .c-user-options .name-full-status{flex:1;font-size:.8rem}#page-world .chat-world .dialog-chat .c-user-options .name-full-status .name-full{font-weight:bolder}#page-world .chat-world .dialog-chat .c-user-options .name-full-status .status{font-size:.7rem}#page-world .chat-world .dialog-chat .c-user-options .name-full-status .status.offline{color:var(--color-6)}#page-world .chat-world .dialog-chat .c-user-options .name-full-status .status.online{color:var(--color-9)}#page-world .chat-world .dialog-chat .c-user-options button{background-color:var(--color-chd-7);color:var(--color-chd-2)}#page-world .chat-world .dialog-chat .c-user-options button svg{width:15px}#page-world .chat-world .dialog-chat .c-core{display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto}#page-world .chat-world .dialog-chat .c-core .c-message-empty{width:100%;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:10px;box-sizing:border-box;padding:25px}#page-world .chat-world .dialog-chat .c-core .c-message-empty .block-left{width:100%}#page-world .chat-world .dialog-chat .c-core .c-message-empty .block-left img{width:80%;aspect-ratio:3/2;border-radius:1rem;display:block;margin:auto}#page-world .chat-world .dialog-chat .c-core .c-message-empty .block-right p{font-size:.8rem;text-align:center}#page-world .chat-world .dialog-chat .c-core .c-messages{width:100%;box-sizing:border-box;padding:10px 10px 50px}#page-world .chat-world .dialog-chat .c-core .c-messages .message{width:100%;box-sizing:border-box;padding:10px;display:flex;gap:10px;border-radius:.4rem}#page-world .chat-world .dialog-chat .c-core .c-messages .message .content{background-color:var(--color-chd-2);color:var(--color-chd-1)}#page-world .chat-world .dialog-chat .c-core .c-messages .message:not(:first-child){margin-top:10px}#page-world .chat-world .dialog-chat .c-core .c-messages .message.other{flex-direction:row-reverse}#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .content{background-color:var(--color-chd-6);color:var(--color-chd-2)}#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .block-left button{background-color:var(--color-chd-6)}#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .block-right .date-latest,#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .block-right .username-from,#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .block-right .username-to{text-align:left}#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .block-right .date-latest{color:var(--color-chd-2)}#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .block-right .username-from .from{background-color:var(--color-chd-2);color:var(--color-chd-1)}#page-world .chat-world .dialog-chat .c-core .c-messages .message.other .block-right .username-to .to{background-color:var(--color-chd-2);color:var(--color-chd-7)}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-left{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-left .user{width:30px;height:30px;border-radius:50%;overflow:hidden;position:relative}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-left .user img{width:150%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-left button{background-color:var(--color-chd-2);color:var(--color-chd-7)}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-left button svg{width:15px}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right{flex:1}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right .date-latest{text-align:right;font-size:.8rem;font-weight:bolder;color:var(--color-chd-5)}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right .username-from,#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right .username-to{text-align:right;font-size:.8rem;color:var(--color-chd-7);margin-top:5px}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right .username-from .from{display:inline-block;padding:5px 10px;background-color:var(--color-chd-1);color:var(--color-chd-2);border-radius:1rem;margin-right:10px}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right .username-to .to{display:inline-block;padding:5px 10px;background-color:var(--color-chd-7);color:var(--color-chd-2);border-radius:1rem;margin-right:10px}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right .content{max-width:80%;margin-top:10px;border-radius:20px;box-sizing:border-box;padding:10px;display:inline-block}#page-world .chat-world .dialog-chat .c-core .c-messages .message .block-right .content p{font-size:.8rem;text-align:justify;word-break:break-word}#page-world .chat-world .dialog-chat .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .chat-world .dialog-chat button.button-icon{outline:none;padding:0;border:none}#page-world .chat-world .dialog-chat.form-message-selected .c-pagination,#page-world .chat-world .dialog-chat.form-message-selected .c-form-btn,#page-world .chat-world .dialog-chat.form-message-selected .c-filter-btn,#page-world .chat-world .dialog-chat.form-message-selected .c-auth-btn{bottom:-40px}#page-world .chat-world .dialog-chat.form-message-selected .c-form-message{bottom:0}#page-world .chat-world .dialog-chat.form-filter-selected .c-pagination,#page-world .chat-world .dialog-chat.form-filter-selected .c-form-btn,#page-world .chat-world .dialog-chat.form-filter-selected .c-filter-btn,#page-world .chat-world .dialog-chat.form-filter-selected .c-auth-btn{bottom:-40px}#page-world .chat-world .dialog-chat.form-filter-selected .c-form-filter{bottom:0}#page-world .chat-world .dialog-chat .c-pagination{position:absolute;bottom:10px;left:25px;transition-property:bottom;transition-duration:1s;display:flex;gap:10px}#page-world .chat-world .dialog-chat .c-pagination button{width:30px;height:30px;font-size:15px;border-radius:50%;background-color:var(--color-chd-2);display:flex;justify-content:center;align-items:center}#page-world .chat-world .dialog-chat .c-pagination button svg{color:var(--color-chd-1);width:15px}#page-world .chat-world .dialog-chat .c-form-btn{width:30px;height:30px;border-radius:50%;background-color:var(--color-chd-2);position:absolute;bottom:10px;right:25px;transition-property:bottom;transition-duration:1s}#page-world .chat-world .dialog-chat .c-form-btn svg{color:var(--color-chd-1);width:15px}#page-world .chat-world .dialog-chat .c-form-message{width:100%;box-sizing:border-box;padding:10px;background-color:var(--color-chd-7);z-index:10;flex-shrink:0}#page-world .chat-world .dialog-chat .c-form-message .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .chat-world .dialog-chat .c-form-message button.button-icon{outline:none;padding:0;border:none}#page-world .chat-world .dialog-chat .c-form-message *[class*=form-error],#page-world .chat-world .dialog-chat .c-form-message *[class*=form-warning],#page-world .chat-world .dialog-chat .c-form-message *[class*=form-message]{display:block;margin:10px 0;box-sizing:border-box;border-radius:5px;padding:10px}#page-world .chat-world .dialog-chat .c-form-message .form-default.updating .form-message{color:var(--color-8)}#page-world .chat-world .dialog-chat .c-form-message .form-default.updated .form-message{background-color:var(--color-8);color:var(--color-2)}#page-world .chat-world .dialog-chat .c-form-message .form-errors{font-size:.8rem;font-weight:bolder;color:var(--color-6)}#page-world .chat-world .dialog-chat .c-form-message .form-row label,#page-world .chat-world .dialog-chat .c-form-message .form-row input,#page-world .chat-world .dialog-chat .c-form-message .form-row textarea{display:block;margin:10px 0;box-sizing:border-box}#page-world .chat-world .dialog-chat .c-form-message .form-row input,#page-world .chat-world .dialog-chat .c-form-message .form-row textarea{border:none;outline:none;border-radius:.4rem}#page-world .chat-world .dialog-chat .c-form-message .form-row label{font-weight:bolder}#page-world .chat-world .dialog-chat .c-form-message .form-row input{width:100%;border-radius:5px;outline:none;padding:10px}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon{position:relative}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon .icon,#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon i{width:30px;height:30px;font-size:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:5px;transform:translateY(-50%)}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon svg{width:15px;max-height:15px}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon input{padding:5px 5px 5px 40px}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon .icon,#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon i{opacity:.5}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon input:focus+i,#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon input:focus+.icon{opacity:1}#page-world .chat-world .dialog-chat .c-form-message .form-row textarea{resize:vertical}#page-world .chat-world .dialog-chat .c-form-message .form-row .button-submit{display:flex;gap:10px;font-size:1rem;font-weight:bolder;box-sizing:border-box;padding:10px 25px;border-radius:.4rem;outline:none;border:none;box-shadow:1px 1px 4px var(--color-100)}#page-world .chat-world .dialog-chat .c-form-message .form-row .button-submit svg{width:15px}#page-world .chat-world .dialog-chat .c-form-message .close{display:flex;justify-content:flex-end}#page-world .chat-world .dialog-chat .c-form-message .close .button-icon{background-color:var(--color-4)}#page-world .chat-world .dialog-chat .c-form-message .close .button-icon svg{width:15px;color:var(--color-1)}#page-world .chat-world .dialog-chat .c-form-message form{width:100%;display:flex;align-items:flex-end;justify-content:flex-end;gap:10px}#page-world .chat-world .dialog-chat .c-form-message .form-row.fr-message{flex:1;display:flex;justify-content:flex-end}#page-world .chat-world .dialog-chat .c-form-message .form-row p{margin-bottom:10px}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon{border-radius:.4rem;border:1px solid var(--color-1);background-color:var(--color-4);color:var(--color-2)}#page-world .chat-world .dialog-chat .c-form-message .form-row .input-icon input{background-color:var(--color-4);color:var(--color-2)}#page-world .chat-world .dialog-chat .c-form-message .form-row textarea{width:40%;height:40px;margin:0;border-radius:20px;background-color:var(--color-chd-6);color:var(--color-chd-2);box-sizing:border-box;padding:11px 10px 0;resize:none;overflow:hidden;transition:all .3s ease}#page-world .chat-world .dialog-chat .c-form-message .form-row textarea::placeholder{color:var(--color-4)}#page-world .chat-world .dialog-chat .c-form-message .form-row textarea:focus{width:100%}#page-world .chat-world .dialog-chat .c-form-message .form-row button{box-sizing:border-box;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:15px;background-color:var(--color-chd-2);color:var(--color-2)}#page-world .chat-world .dialog-chat .c-form-message .form-row button:hover{background-color:var(--color-9)}#page-world .chat-world .dialog-chat .c-form-message .form-row button svg{width:15px}#page-world .chat-world .dialog-chat .c-form-message .fr-pagination{display:flex;align-items:center;gap:5px}#page-world .chat-world .dialog-chat .c-form-message .fr-pagination .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#page-world .chat-world .dialog-chat .c-form-message .fr-pagination button.button-icon{outline:none;padding:0;border:none}#page-world .chat-world .dialog-chat .c-form-message .fr-pagination button{width:30px;height:30px;font-size:15px;border-radius:50%;background-color:var(--color-chd-2);display:flex;justify-content:center;align-items:center}#page-world .chat-world .dialog-chat .c-form-message .fr-pagination button svg{color:var(--color-chd-1);width:15px}#page-world .chat-world .dialog-chat .c-form-message .fr-message label{display:flex;justify-content:space-between;gap:10px}#page-world .chat-world .dialog-chat .c-form-message .fr-message label .avatar{display:block;width:30px;height:30px;overflow:hidden;position:relative;border-radius:50%}#page-world .chat-world .dialog-chat .c-form-message .fr-message label .avatar img{width:110%;height:110%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#page-world .chat-world .dialog-chat .c-form-message .fr-pagination,#page-world .chat-world .dialog-chat .c-form-message .fr-submit{margin-bottom:6px}@media screen and (max-width: 450px){#page-world .chat-world .dialog-chat{width:calc(100% - 20px)}}@media screen and (max-width: 900px){#page-world .chat-world .dialog-chat{right:10px}}
