<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.messagebleft-container {
    transition: top 2s,right 2s,bottom 2s,left 2s,opacity 2s;
    font-size: 20px;
    min-height: 14px;
    background: linear-gradient(to right,#a80000 0,#410505 50%,#8b0303 100%);
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #070b0e;
    line-height: 22px;
    padding: 20px 24px;
    bottom: -90px;
    top: -100px;
    opacity: 0;
    z-index: 9999
}

.messagebleft-container .action {
    background: inherit;
    display: inline-block;
    font-size: inherit;
    text-transform: uppercase;
    color: #4caf50;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer
}

@media(min-width: 640px) {
    .messagebleft-container {
        min-width:288px;
        max-width: 568px;
        display: inline-flex;
        border-radius: 2px;
        margin: 24px
    }
}

.messagebleft-pos.bottom-center {
    top: auto!important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0)
}

.messagebleft-pos.bottom-left {
    top: auto!important;
    bottom: 0;
    left: 0
}

.messagebleft-pos.bottom-right {
    top: auto!important;
    bottom: 0;
    right: 0
}

.messagebleft-pos.top-left {
    bottom: auto!important;
    top: 0;
    left: 0
}

.messagebleft-pos.top-center {
    bottom: auto!important;
    top: 0;
    left: 50%;
    transform: translate(-50%,0)
}

.messagebleft-pos.top-right {
    bottom: auto!important;
    top: 0;
    right: 0
}

@media(max-width: 640px) {
    .messagebleft-container {
        left:0;
        right: 0;
        width: 100%
    }

    .messagebleft-pos.bottom-center,.messagebleft-pos.top-center {
        left: 0;
        transform: none
    }
}</pre></body></html>