﻿.sym-message {
    color: initial;
    background-color: initial;
    outline: none;
    font-family: initial;
    font-size: initial;
    line-height: initial;
    box-sizing: border-box;
    color: initial
}

.sym-overlay, .sym-message, .sym-block, .sym-heading, .sym-text, .sym-img-container, .sym-img, .sym-block, .sym-button, .sym-a, .sym-link, .sym-button, .sym-video, .sym-video-container, .sym-form-wrap, .sym-form-wrap * {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-family: inherit;
    background-color: initial;
    outline: none
}

.sym-overflow-hidden {
    overflow: hidden
}

img.sym-mos {
    display: block;
    float: left;
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0
}

.sym-popup {
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    background-color: #fff;
    visibility: hidden;
    position: fixed;
    z-index: 10010;
    outline: none;
    opacity: 0;
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

    .sym-popup.sym-preview {
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .sym-popup.sym-active {
        visibility: visible;
        opacity: 1
    }

    .sym-popup .sym-webpush-inbox-item, .sym-popup .sym-msg {
        border-bottom: none
    }

.sym-popup-subject {
    display: none;
    border-radius: 2px
}

.sym-popup-subject-wrapper {
    background-color: #fff;
    padding: 10px 20px 10px 35px;
    min-width: 300px;
    border-radius: 2px;
    line-height: 1.5em;
    font-size: 16px
}

.sym-popup.sym-preview .sym-popup-subject {
    display: block;
    cursor: pointer
}

.sym-popup-body {
    max-height: 90vh;
    overflow-x: auto
}

.sym-popup.sym-preview .sym-popup-body {
    display: none
}

.sym-popup .sym-webpush-inbox-message, .sym-popup .sym-msg-text {
    padding-left: 10px
}

.sym-modal-window.sym-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.sym-modal-window {
    position: fixed;
    background-color: rgba(100,100,100,.45);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    overflow: hidden
}

    .sym-modal-window.sym-active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto
    }

.sym-popup.sym-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

    .sym-popup.sym-fullscreen .sym-message-body {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.sym-popup.sym-top {
    top: 25px
}

.sym-popup.sym-bottom {
    bottom: 25px
}

.sym-popup.sym-right {
    right: 0
}

.sym-popup.sym-left {
    left: 0
}

.sym-popup.sym-active.sym-right {
    right: 25px
}

.sym-popup.sym-active.sym-left {
    left: 25px
}

.sym-popup.sym-center {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.sym-popup.sym-middle {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

    .sym-popup.sym-middle.sym-center {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.sym-close {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2
}

.sym-preview .sym-close {
    right: unset;
    left: 3px;
    top: 8px;
    box-shadow: none
}

.sym-modal-window .sym-close {
    width: 20px;
    height: 20px;
    position: fixed;
    right: 8px;
    top: 8px
}

.sym-fullscreen .sym-close {
    right: 8px;
    top: 8px
}

.sym-close:after, .sym-close:before {
    background-color: #414141;
    content: "";
    position: absolute;
    left: 14px;
    height: 14px;
    top: 8px;
    width: 2px
}

.sym-close:hover:after, .sym-close:hover:before {
    background-color: #080808
}

.sym-close:before {
    transform: rotate(45deg)
}

.sym-close:after {
    transform: rotate(-45deg)
}

@media only screen and (max-width: 610px) {
    .sym-popup.sym-top {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: unset !important
    }

    .sym-popup.sym-bottom {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: unset !important
    }

    .sym-close {
        background-color: rgba(0,0,0,.7);
        border-radius: 100%;
        box-shadow: none;
        right: 11px;
        top: 1px
    }

        .sym-close::after, .sym-close::before {
            background-color: #fff
        }
}

.sym-input-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #4b4b4b
}

.sym-input-switch {
    position: relative;
    display: block;
    width: 32px;
    height: 16px;
    margin-right: 16px
}

    .sym-input-switch input {
        display: none
    }

.sym-input-slider, .sym-input-slider:before {
    position: absolute;
    content: "";
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.sym-input-slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c9c9c9
}

    .sym-input-slider:before {
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 2px;
        background-color: #fff
    }

input:checked ~ .sym-input-slider {
    background-color: #0c728c
}

    input:checked ~ .sym-input-slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px)
    }

input:disabled ~ .sym-input-slider {
    opacity: .5;
    cursor: not-allowed
}

.sym-inbox-absolute {
    top: 5px;
    right: 7px;
    position: absolute
}

.sym-inbox-inline {
    display: inline-block;
    cursor: pointer;
    outline: none;
    z-index: 100;
    position: relative
}

    .sym-inbox-inline .sym-inbox-badge {
        top: -0.2em;
        left: auto;
        margin-left: 4px
    }

.sym-inbox-toggle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    background: #444;
    cursor: pointer;
    user-select: none
}

    .sym-inbox-toggle div {
        position: absolute;
        text-size-adjust: none;
        font-size: 12px;
        font-family: Helvetica;
        width: inherit;
        height: inherit;
        top: 0;
        right: 0;
        line-height: inherit;
        text-align: center;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        transform: scale(0.99, 0.99)
    }

    .sym-inbox-toggle .sym-inbox-open-label {
        opacity: 0;
        font-size: 13px !important;
        font-family: "Courier New",Courier,monospace
    }

        .sym-inbox-toggle .sym-inbox-open-label::before {
            content: "×";
            font-size: 30px;
            line-height: inherit
        }

.sym-inbox-badge {
    position: relative;
    border-radius: 50%;
    font-family: "Verdana",monospace !important;
    font-size: 10px !important;
    min-width: 17px;
    min-height: 17px;
    line-height: 17px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    background: #cecece
}

.sym-inbox-icon {
    display: inline-block;
    cursor: pointer;
    outline: none;
    z-index: 100;
    position: relative
}

    .sym-inbox-icon .sym-inbox-badge {
        top: -11px;
        left: -11px;
        visibility: hidden
    }

    .sym-inbox-icon:before {
        content: "";
        font-size: 15px;
        font-family: "Verdana",monospace;
        color: transparent;
        text-shadow: 0 0 #444;
        position: relative;
        left: -2px
    }

    .sym-inbox-icon.sym-inbox-bell:before {
        content: "🔔"
    }

    .sym-inbox-icon.sym-inbox-horn:before {
        content: "📢"
    }

    .sym-inbox-icon.sym-inbox-postal:before {
        content: "📯"
    }

.sym-inbox-has-unread .sym-pulse::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: pulsate 1s ease-out;
    animation-iteration-count: 3;
    border-radius: 50%;
    border: 2px double #0c728c;
    z-index: -1
}

.sym-inbox-has-unread .sym-inbox-toggle {
    background-color: #0c728c !important;
    color: #fff !important;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important
}

.sym-inbox-has-unread .sym-inbox-badge {
    visibility: visible;
    background-color: #e57070 !important;
    color: #fff !important
}

    .sym-inbox-has-unread .sym-inbox-badge::before {
        border-color: #e57070
    }

.sym-inbox-open .sym-inbox-open-label {
    opacity: 1;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 1px
}

.sym-inbox-open .sym-inbox-label {
    opacity: 0
}

@keyframes pulsate {
    0% {
        transform: scale(0.3, 0.3);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.4, 1.4);
        opacity: 0
    }
}

.btn .sym-inbox-count {
    position: absolute;
    top: 5px;
    right: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #e57070;
    color: #fff;
    font-size: 10px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden
}

.sym-inbox-latest-unread .sym-inbox-count, .sym-inbox-has-unread .sym-inbox-count {
    visibility: visible
}

.sym-inbox, .sym-inbox *, .sym-inbox :before, .sym-inbox ::before, .sym-inbox :after, .sym-inbox ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

.sym-inbox {
    cursor: pointer;
    outline: none
}

.sym-inbox-header {
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 15px 15px 20px
}

.sym-inbox-footer {
    border-top: 1px solid #f3f3f3;
    padding: 15px 15px 15px 20px
}

.sym-push-blocked {
    border-top: 1px solid #f3f3f3;
    padding: 15px 15px 15px 20px
}

.sym-dropdown {
    position: absolute;
    display: none;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin: 0;
    min-width: 100px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 5000;
    font-size: 13px;
    line-height: 18px;
    color: #4b4b4b;
    visibility: hidden
}

    .sym-dropdown label {
        font-size: inherit;
        line-height: inherit
    }

.sym-inbox-open .sym-dropdown {
    display: block;
    visibility: visible
}

.sym-pos-dbl .sym-dropdown {
    top: 100%;
    margin-top: 15px;
    left: 0
}

.sym-pos-dbr .sym-dropdown {
    top: 100%;
    margin-top: 15px;
    right: 0
}

.sym-pos-dr .sym-dropdown {
    top: 0;
    margin-left: 15px;
    left: 100%
}

.sym-pos-dl .sym-dropdown {
    top: 0;
    margin-right: 15px;
    right: 100%
}

.sym-pos-utl .sym-dropdown {
    bottom: 100%;
    margin-bottom: 15px;
    left: 0
}

.sym-pos-utr .sym-dropdown {
    bottom: 100%;
    margin-bottom: 15px;
    right: 0
}

.sym-pos-ur .sym-dropdown {
    bottom: 0;
    margin-left: 15px;
    left: 100%
}

.sym-pos-ul .sym-dropdown {
    bottom: 0;
    margin-right: 15px;
    right: 100%
}

.sym-inbox-close {
    position: absolute;
    top: -24px;
    right: -16px;
    display: block;
    width: 23px;
    height: 23px;
    padding: 0;
    cursor: pointer;
    background-color: #c1c1c1;
    content: "";
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1)
}

.sym-bottom-right .sym-inbox-close {
    right: auto;
    left: -16px
}

.sym-inbox-close::before, .sym-inbox-close::after {
    position: absolute;
    display: block;
    background-color: #fff;
    content: "";
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sym-inbox-close::before {
    top: 11px;
    left: 6px;
    width: 11px;
    height: 1px
}

.sym-inbox-close::after {
    top: 6px;
    left: 11px;
    width: 1px;
    height: 11px
}

.sym-msgs {
    list-style: none;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 240px;
    max-height: 300px
}

    .sym-msgs > li {
        position: relative;
        display: block;
        padding: 0;
        margin: 0
    }

        .sym-msgs > li.sym-msg {
            position: relative;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #f3f3f3;
            transition: opacity .5s 0s;
            opacity: 1
        }

        .sym-msgs > li.sym-msg-deleting.sym-msg {
            opacity: 0
        }

        .sym-msgs > li.sym-msg:last-child {
            border-bottom: none
        }

.sym-msg::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    cursor: pointer;
    background-color: #6bf;
    content: "";
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1
}

.sym-msg.sym-msg-read::before {
    opacity: 0
}

.sym-msg-text {
    position: relative;
    display: block;
    -webkit-flex-basis: 1;
    flex-basis: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 15px 15px 15px 20px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    white-space: pre-wrap;
    overflow-wrap: break-spaces
}

.sym-msg-delete {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0 15px 0 0;
    cursor: pointer;
    background-color: #c1c1c1;
    content: "";
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0
}

.sym-msg:hover .sym-msg-delete {
    opacity: 1
}

.sym-msg-delete::before, .sym-msg-delete::after {
    position: absolute;
    display: block;
    background-color: #fff;
    content: "";
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sym-msg-delete::before {
    top: 8px;
    left: 4px;
    width: 9px;
    height: 1px
}

.sym-msg-delete::after {
    top: 4px;
    left: 8px;
    width: 1px;
    height: 9px
}

.sym-msgs-empty {
    position: relative;
    display: none;
    margin: 40px auto 30px auto;
    width: 40px;
    height: 13px;
    border: 2px solid #ddd;
    -ms-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    z-index: 2
}

.sym-inbox-empty .sym-msgs-empty {
    display: block
}

.sym-msgs-empty::before {
    position: absolute;
    top: -17px;
    left: 50%;
    display: block;
    content: "";
    width: 38px;
    height: 19px;
    margin-left: -19px;
    border: 2px solid #ddd;
    border-bottom: none;
    -ms-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-transform: perspective(100px) rotateX(45deg);
    -moz-transform: perspective(100px) rotateX(45deg);
    -webkit-transform: perspective(100px) rotateX(45deg);
    transform: perspective(100px) rotateX(45deg);
    z-index: -1
}

.sym-msgs-empty::after {
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    margin-left: -5px;
    content: "";
    width: 10px;
    height: 6px;
    border: 2px solid #ddd;
    border-top: none;
    background-color: #fff;
    -ms-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    z-index: 3
}

.sym-msgs::-webkit-scrollbar {
    width: 10px
}

.sym-msgs::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.sym-msgs::-webkit-scrollbar-thumb {
    background: transparent;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.sym-msgs:hover::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.15)
}

.sym-msgs::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.3)
}

.btn .sym-inbox-count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #e57070;
    color: #fff;
    font-size: 10px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden
}

.sym-inbox-latest-unread .sym-inbox-count, .sym-inbox-has-unread .sym-inbox-count {
    visibility: visible
}
/*# sourceMappingURL=webpush.min.css.map */
