﻿.redirectTool-dashboard {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.redirectTool-dashboard .redirect-menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.redirectTool-dashboard .redirect-menu select {
  margin-right: auto;
}
.redirectTool-dashboard .redirect-menu input {
  margin-left: 20px;
  width: auto;
}
.redirectTool-dashboard .overview-redirects {
  padding: 0;
  margin: 0;
}
.redirectTool-dashboard .overview-redirects li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: left;
  padding: 10px;
}
.redirectTool-dashboard .overview-redirects li:nth-child(odd) {
  background-color: #f9f9f9;
}
.redirectTool-dashboard .overview-redirects li.header-col {
  padding-bottom: 10px;
  color: #9a9a9a;
  font-weight: bold;
  font-size: 12px;
}
.redirectTool-dashboard .overview-redirects li p {
  width: 22%;
  margin-bottom: 0;
  word-break: break-all;
}
.redirectTool-dashboard .overview-redirects li .width-small {
  width: 4%;
}
.redirectTool-dashboard .overview-redirects li .width-medium {
  width: 10%;
}
.redirectTool-dashboard .redirect-footer {
  padding: 20px;
}
