.fixedsave {
    position: fixed;
    z-index: 9999;
    right: 40px;
    top: 10px;
    font-size: 0.8125rem;
    border: none;
    font-weight: bold;
    background: #205067;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 1024px) {
    .fixedsave {
        right: 12px;
    }
  }

.error-module-gap, .error-enginner {
    color: red;
    display: block;
    margin: 5px 0 0 173px;
}