.notification-form {
    display: flex;
    align-items: stretch;
}
.notification-form button {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    border: 1px solid #c0ccda;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #8392a5;
}
.notification-form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}


/* Dependency Graph */
rect {
    fill: #7987a1;
    cursor: pointer;
    }
.node.active {
    fill: #0168fa;
    stroke: #0168fa;				
}
.activelink {
    fill: none;
    stroke: #0168fa;
    stroke-width: 2.5px;
}
.label {
    fill: white;
    font-family: sans-serif;
    pointer-events: none;
    font-size: 16px;
}

.label_date {
    fill: white;
    font-family: sans-serif;
    pointer-events: none;
    font-style: italic;
    font-size: 12px;
}
.link {
    fill: none;
    stroke: #7987a1;
    stroke-width: 2.5px;
}

.notify-item:first-child {background: #f7f7f9}
.notify-item:nth-child(2n+3) {background: #f7f7f9}

.etl-notify a {
    font-size: 10px;
    /* height: 20px; */
    padding: 2px 5px 0px 5px;
}

.assoicated-details-divider {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #8392a5;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
  }
  .assoicated-details-divider::before {
    margin-right: 10px;
  }
  .assoicated-details-divider::before, .assoicated-details-divider::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #e5e9f2;
  }
  .assoicated-details-divider::after {
    margin-left: 10px;
  }
  .assoicated-details-divider::before, .assoicated-details-divider::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #e5e9f2;
  
  }

.notification-max-width-100 {
    max-width: 100%;
}

.notification-counter-top {
    top: -8px;
}
