.post-type-thirstylink .fixed .column-slug {
    width: auto;
}
.ta-display-input-wrap {
    position: relative;
}
.ta-display-input-wrap a {
    position: absolute;
    top: 2px;
    right: -16px;
    display: none;
    width: 15px;
    height: 15px;
    background: #0273aa;
    color: #fff;
    border-radius: 100px;
    padding: 4px;
    text-align: center;
    opacity: 0.85;
}
.ta-display-input-wrap a .dashicons {
    font-size: 16px;
    line-height: 16px;
    width: auto;
    height: auto;
}
.ta-display-input-wrap:hover a {
    display: block;
}
.ta-display-input-wrap:hover a:hover {
    opacity: 1.0;
}
#ta-customer-portal-notice-popup {
    padding: 20px 30px;
}
#ta-customer-portal-notice-popup img {
    max-width: 100%;
}
.ta-customer-portal-notice-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
