<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">mark {
    background: orange;
    color: black;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2)
}

.notice-sm {
    padding: 10px;
    font-size: 80%
}

.notice-lg {
    padding: 35px;
    font-size: large
}

.notice-success {
    border-color: #80D651
}

.notice-success &gt; strong {
    color: #80D651
}

.notice-info {
    border-color: #45ABCD
}

.notice-info &gt; strong {
    color: #45ABCD
}

.notice-warning {
    border-color: #FEAF20
}

.notice-warning &gt; strong {
    color: #FEAF20
}

.notice-danger {
    border-color: #d73814
}

.notice-danger &gt; strong {
    color: #d73814
}

.notification-wrapper {
    position: fixed;
    display: grid;
    grid-template-columns: 50px 250px auto;
    grid-gap: 15px;
    z-index: 999;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    align-items: center;
    box-shadow: 0 5px 40px rgba(19, 19, 19, .16)
}

@media only screen and (max-width: 480px) {
    .notification-wrapper {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        grid-template-columns: 50px 1fr auto
    }
}

.notification-wrapper .logo img {
    height: 50px;
    width: 50px
}

.notification-wrapper h4 {
    letter-spacing: 0;
    font-weight: 600;
    margin: 0
}

.notification-wrapper p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    color: rgba(19, 19, 19, .7)
}

.notification-wrapper .close {
    align-self: start;
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: rgba(19, 19, 19, .5);
    text-shadow: 0 1px 0 #fff
}

.noti-bottom-left {
    left: 20px;
    bottom: 20px
}

.noti-bottom-right {
    right: 20px;
    bottom: 20px
}

.noti-top-left {
    top: 20px;
    left: 20px
}

.noti-top-right {
    top: 20px;
    right: 20px
}

.soc-proof-header {
    font-size: 16px !important;
}

.soc-proof-message {
    font-size: 14px !important;
}
</pre></body></html>