.zs-dev-banner__line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f72d33;
    z-index: 1050;
}

.zs-dev-banner__flag {
    position: fixed;
    top: 8px;
    right: 5px;
    border: dashed 1px white;
    background: -webkit-gradient(linear, left top, right top, from(#f72d33), to(#5a2df4));
    background: -webkit-linear-gradient(left, #f72d33 0, #5a2df4 100%);
    background: -moz-linear-gradient(left, #f72d33 0, #5a2df4 100%);
    background: -o-linear-gradient(left, #f72d33 0, #5a2df4 100%);
    background: linear-gradient(90deg, #f72d33 0, #5a2df4 100%);
    color: white;
    padding: 10px;
    z-index: 1050;
}

.zs-dev-banner__flag a {
    color: #ffffff;
    text-decoration: none;
}