.reports{background:#fff}.reports,.reports__header{width:100%;display:flex;flex-direction:column}.reports__header{justify-content:flex-start}.reports__search{padding:20px}.reports__filter-item,.reports__search{display:flex;justify-content:space-between}.reports__filter-item{color:#fff;background:#333;padding:10px;cursor:pointer;max-width:150px;width:150px}.reports__filter-item_img{width:20px;transition:all .3s}.reports__filter-list{display:flex;position:absolute;margin-left:-650px;margin-top:10px}.reports__filter-column_value{width:200px;background:#333;padding:5px 10px;color:#fff;cursor:pointer;display:flex;justify-content:space-between}.reports__filter-column_value:hover{background:#fff;color:#333}.reports__filter-column_value:hover .users__filter-column_img{border:1px solid #8f4aeb;background:#8f4aeb;fill:#fff}.reports__filter-column_img{border:1px solid #8f4aeb;border-radius:8px;fill:#333;padding:2px}.reports__table{width:100%;display:flex;justify-content:flex-start;margin-top:20px;border-bottom:2px solid #d5d5d5;padding-bottom:10px}.reports__titles{width:100%;display:flex;color:#8f4aeb;font-weight:600;font-size:12px;text-align:left;padding:0 20px}.reports__titles_email{width:15%}.reports__titles_name{width:10%;margin-left:20px}.reports__titles_description{width:30%;margin-left:20px}.reports__titles_reason{width:30%}.reports__titles_control{width:10%;text-align:right}.reports__titles_status{width:10%;text-align:left}.reports__list{width:100%;display:flex;justify-content:flex-start;flex-direction:column;height:calc(100vh - 316px);overflow-y:auto}.reports__item{width:100%;display:flex;font-size:10px;padding:10px 20px;text-align:left;align-items:center}.reports__item:nth-child(odd){background:#fff}.reports__item:nth-child(2n){background:#e9e9e9;color:#333}.reports__item_email{width:15%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reports__item_name{width:10%;margin-left:20px}.reports__item_description{width:30%;margin-left:20px}.reports__item_reason{width:30%}.reports__item_control{width:10%;display:flex;align-items:center;text-align:right;justify-content:flex-end}.reports__item_status{width:10%;display:flex;align-items:center;text-align:left;justify-content:flex-start}.reports__item_control-red{background:#e14141;padding:5px 5px;border-radius:7px;color:#fff}.reports__item_control-green{background:#33b542;padding:5px 5px;border-radius:7px;color:#fff}.reports__item_button{background:#8f4aeb;color:#fff;text-align:center;padding:0 5px;border-radius:50px;transition:all .3s;box-shadow:0 4px 9.6px .4px rgba(152,0,186,.5);text-transform:uppercase;display:flex;align-items:center;justify-content:center}.reports__item_button svg{width:15px}.reports__item_button:last-child{margin-left:10px}.reports__item_button:hover{background:#9c60ea}.reports__item-drop-down{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#333;border-radius:7px;color:#fff;position:absolute;overflow:hidden;margin-top:5px;text-align:center}.reports__item-drop-down_item{padding:10px 45px;width:100%;cursor:pointer;background:#333}.reports__item-drop-down_item:hover{background:#9c60ea}.reports__pagination{padding:20px;display:flex;justify-content:center;align-items:center;width:100%}.reports__pagination_arrow{width:20px;padding:5px;background:#8f4aeb;border-radius:8px}.reports__pagination_arrow:hover{background:#9c60ea}.reports__pagination_arrow:first-child{transform:rotate(90deg);margin-right:10px}.reports__pagination_arrow:last-child{transform:rotate(-90deg);margin-left:10px}.reports__pagination_arrow-disabled,.reports__pagination_arrow-disabled:hover{background:#afafaf}.active-img{border:1px solid #8f4aeb;background:#8f4aeb;fill:#fff}.searchBox{background:#8f4aeb;height:50px;border-radius:40px;padding:5px}.searchBox:hover>.searchInput{width:240px;padding:0 6px}.searchBox:hover>.searchButton{background:#fff;color:#8f4aeb}.searchButton{color:#fff;float:right;width:40px;height:40px;border-radius:50%;background:#9c60ea;display:flex;justify-content:center;align-items:center;transition:.4s;margin-top:-5px;border:1px solid #8f4aeb;margin-top:0}.searchInput{border:none;background:none;outline:none;float:left;padding:0;color:#fff;font-size:16px;transition:.4s;line-height:40px;width:0}.searchInput::-moz-placeholder{color:hsla(0,0%,100%,.6588235294)}.searchInput:-ms-input-placeholder{color:hsla(0,0%,100%,.6588235294)}.searchInput::placeholder{color:hsla(0,0%,100%,.6588235294)}@media screen and (max-width:620px){.searchBox:hover>.searchInput{width:150px;padding:0 6px}}