.invisible-header {
    height: 40px;
}

#messages-wrapper {
    position: absolute;
    width: 100%;
}

#warning-message-block-line {
    display: none;
}

.background-slashes {
    background-image: url(../../dist/img/background-repeat-slashes.svg);
}

.warning-container {
    display: flex;
    background-color: #fff7d4;
    background-position: left;
    position: relative;
    min-width: 1197px;
}

.warning-container-internal-wrapper {
    width: 100%;
    display: flex;
}

.warning-gradient {
    background: linear-gradient(90deg, rgba(255, 247, 212, 0.00) 0%, #FFF7D4 24.32%, #FFF7D4 75.68%, rgba(255, 247, 212, 0.00) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.warning-left-slashes {
    width: 100%;
    background-image: url(../../dist/img/background-repeat-slashes.svg);
    background-attachment: revert;
    background-position: right -20px;
    margin-right: -400px;
    min-width: 398.5px;
}

.warning-content {
    min-width: 800px;
    width: 800px;
    position: relative;
    left: 200px;
    display: flex;
    align-items: center;
    color: rgb(33, 33, 33);
    font-family: ProximaNova-Regular;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 44px;
    text-size-adjust: 100%;
}

.navigator-line-warning-icon {
    background-image: url(../../dist/img/WarningNoteBlock.svg);
    min-width: 24px;
    width: 24px;
    height: 44px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 16px;
    align-self: baseline;
}

.navigator-line-common-text_warning {
    color: #212121;
    display: flex;
    padding-right: 16px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.25px;
    padding-top: 11.5px;
    margin-bottom: 11.5px;
    max-width: calc(100% - 80px);
}

.navigator-line-close-cross_warning {
    display: inline-block;
    margin-left: auto;
    background-image: url(../../dist/img/old-cross-dark.svg);
    float: right;
    width: 24px;
    height: 40px;
    color: transparent;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center calc(50% + 3px);
    cursor: pointer;
    align-self: start;
}

.warning-right-slashes {
    width: 100%;
    background-image: url(../../dist/img/background-repeat-slashes.svg);
    background-attachment: revert;
    background-position: 49px -20px;
}

#tools-under-messages-wrapper {
    margin-top: 4px;
}
