#pushnotifications-popover-container {
    font-size: 14px;
    position: fixed;
    z-index: 2258594000;
    left: 0;
    right: 0;
    top: -200px;
    -webkit-font-smoothing: initial;
}

#pushnotifications-popover-container.slide-down {
    top: 0!important;
}

.pushnotifications-reset {
    font-size: medium;
    line-height: 1;
    direction: ltr;
    text-align: left;
    text-align: start;
    font-family: Times New Roman,Times,serif;
    color: #000;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    list-style-type: disc;
}

#pushnotifications-popover-container.slide-down #pushnotifications-popover-dialog {
    width: 500px;
    -webkit-animation-name: slideDownEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 20px 3px rgba(0,0,0,.22)!important;
    background: #fff!important;
    padding: 1.286em;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-family: Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-body {
    box-sizing: border-box;
    margin: 0;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-body-icon {
    box-sizing: border-box;
    float: left;
    width: 80px;
    height: 80px;
    position: relative;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-body-icon img {
    width: 100%;
    height: 100%;
}

.pushnotifications-reset img {
    border: 0;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-body-message {
    box-sizing: border-box;
    padding: 0 .2em 0 1.286em;
    float: left;
    width: calc(100% - 80px);
    font-size: 1.143em;
    line-height: 1.45em;
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    color: #666!important;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .clearfix {
    display: block;
    -webkit-backface-visibility: initial!important;
    backface-visibility: initial!important;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-footer {
    position: relative;
    margin: .25em .25em 0 0;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-button.primary {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 6px 0 rgba(0,0,0,.12);
    background: #4285f4!important;
    color: #fff!important;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .align-right {
    float: right;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-button {
    padding: .714em 2em;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 400;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog button {
    box-sizing: border-box;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: .9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: inherit;
    letter-spacing: .05em;
    transition: background-color 75ms ease;
    margin: 0;
}

.pushnotifications-reset button {
    padding: 1px 6px 2px;
    margin-right: 5px;
}

.pushnotifications-reset button, .pushnotifications-reset input[type=submit] {
    text-align: center;
    padding: 2px 6px 3px;
    border-radius: 4px;
    text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    -webkit-appearance: push-button;
    color: buttontext;
    border: 1px solid #a6a6a6;
    background: #d3d3d3;
    background: #fff;
    background: linear-gradient(180deg,#fff 0,#ddd 100%,#d1d1d1 0,#ddd 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddddd",GradientType=0);
    -o-box-shadow: 1px 1px 0 #eee;
    box-shadow: 1px 1px 0 #eee;
    outline: initial;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .primary.popover-button+.secondary.popover-button {
    margin-right: .714em;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-button.secondary {
    box-shadow: none;
    background: #fff!important;
    color: #4285f4!important;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .align-right {
    float: right;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .popover-button {
    padding: .714em 2em;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 400;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog button {
    box-sizing: border-box;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: .9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: inherit;
    letter-spacing: .05em;
    transition: background-color 75ms ease;
    margin: 0;
}

.pushnotifications-reset button {
    padding: 1px 6px 2px;
    margin-right: 5px;
}

.pushnotifications-reset button, .pushnotifications-reset input[type=submit] {
    text-align: center;
    padding: 2px 6px 3px;
    border-radius: 4px;
    text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    font-size: small;
    -webkit-appearance: push-button;
    color: buttontext;
    border: 1px solid #a6a6a6;
    background: #d3d3d3;
    background: #fff;
    background: linear-gradient(180deg,#fff 0,#ddd 100%,#d1d1d1 0,#ddd 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddddd",GradientType=0);
    -o-box-shadow: 1px 1px 0 #eee;
    box-shadow: 1px 1px 0 #eee;
    outline: initial;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .clearfix {
    display: block;
    -webkit-backface-visibility: initial!important;
    backface-visibility: initial!important;
}

#pushnotifications-popover-container #pushnotifications-popover-dialog .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}