#outdated {
    display: none;
}
#outdated #closeOutdatedDialog {
    display: none;
}

.no-support #icon-close g, .no-support #icon-close g path {
    stroke: inherit;
}

.no-support #outdated {
    display: block;
    position: fixed;
    z-index: 200;
    bottom: 0;
    background: #FFFFFF;
}

.no-support #outdated .outdated__wrapper p:not(:last-child) {
    margin-bottom: 1rem;
}

.no-support #outdated .outdated__wrapper a {
    text-decoration: underline;
    font-weight: 700;
}

.no-support #outdated .outdated__wrapper__warning {
    display: none;
}

.no-support #outdated .outdated__wrapper__notice {
    display: none;
}

/* FULL */
.no-support--full {
    position: fixed;
}

.no-support--full #outdated {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    display: table;
}

.no-support--full #outdated .outdated__wrapper {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20%;
}

/* max-medium */
@media (max-width: 960px) {
    .no-support--full #outdated .outdated__wrapper {
        padding: 0 5%;
    }
}

.no-support--full #outdated .outdated__wrapper__warning {
    display: block;
}

.no-support--full #outdated .outdated__wrapper__warning img {
    margin: 4.375rem 0;
    width: 6.25rem;
}

.no-support--full #outdated .outdated__wrapper__warning h4 {
    font-size: 1.875rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-bottom: 0.25rem;
    text-transform: none;
    margin-bottom: 2rem;
}

/* NOTICE */
.no-support--notice #outdated {
    width: 100%;
    background: #FFFFFF;
    border-top: 1px solid #8C8C8A;
}

.no-support--notice #outdated.is-hidden {
    display: none!important;
}

.no-support--notice #outdated .outdated__wrapper {
    margin: auto;
    padding: 1.5rem 0;
}

.no-support--notice #outdated .outdated__wrapper__notice {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.no-support--notice #outdated .outdated__wrapper__notice h5 {
    margin-bottom: .75rem;
}

.no-support--notice #outdated .outdated__wrapper__notice p {
    font-size: 0.75rem;
    font-weight: inherit;
}

#closeOutdatedDialog {
    display: block;
    position: absolute;
    top: .75rem;
    right: .75rem;
    height: 1.5rem;
    width: 1.5rem;
    border: none;
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
    background: #EE5048;
    border-radius: 1.5rem;
}

#closeOutdatedDialog use {
    stroke: #FFFFFF !important;
}
