.error-link-container {
    position: fixed;
    right: -25px;
    bottom: 200px;
    z-index: 100;
    padding: 10px;
    background: #ff5d52;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: rotate(-90deg);
}

.error-link,
.error-link:hover,
.error-link:active,
.error-link:visited {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
}

@media (max-width: 1000px) {
    .error-link-container {
        display: none;
    }
}
