.redirectAdd {
  display: flex;
  justify-content: space-between; }
  .redirectAdd > * {
    width: 100%; }
    .redirectAdd > *:not(:first-child) {
      margin-left: 1.5rem; }
  .redirectAdd_input {
    padding: 8px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    outline: none; }
  .redirectAdd_button {
    flex: 0 0 120px;
    background: linear-gradient(180deg, #5c6ac4, #4959bd);
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    cursor: pointer; }
    .redirectAdd_button:hover {
      background: #3f4eae; }

.redirectList {
  padding: 1.5rem; }

table {
  width: 100%;
  display: table;
  border-collapse: collapse; }
  table tr td {
    padding: 5px 7px; }
  table button:not(:first-child) {
    margin-left: 1rem; }

/*# sourceMappingURL=custom.css.map */
