.box-report{width:320px;height:auto;position:fixed;top:calc(50% - 150px);left:calc(50% - 160px);background-color:rgb(0,16,29);border-radius:10px;z-index:9}.close-box-report{width:100%;height:100%;position:fixed;z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,4,8,.603)}.report-header{height:60px;display:flex;align-items:center;width:100%;justify-content:space-between}.report-header span{font-size:18px}.report-header>div{margin:0 15px}.r-close{margin-left:10px}.report-btns{margin:5px 15px;display:flow-root}.report-btn-item,.report-send{outline:none;border:1px solid #ffffff1e;background-color:rgba(178,229,253,.432);transition:.2s;color:#fff;padding:5px 10px;font-size:16px;margin:5px;border-radius:3px}.report-send{background-color:rgb(255,247,247);position:absolute;font-weight:400;color:#000000;right:15px;bottom:17px}.report-btn-item.selected{background:rgb(92,15,15);border-color:#c41515;color:rgb(255,235,235)}.box-report textarea{outline:none;resize:none!important;width:100%;margin:15px auto;padding:5px 25px;height:auto;border:none;color:#fff;background:transparent;font-size:16px;height:55px!important;max-height:80px;line-height:22px}.box-report textarea::placeholder{color:#e0f0ffa6}.report-footer{border-top:1px solid #ffffff10;height:80px;margin-top:20px}.report-error{margin:10px 24px;font-size:14px;color:#ffa844}