@charset "utf-8";.notification { position: fixed; left: 0px; top: 0px; width: 100%; z-index: 20000; font-size: 14px; margin: 0px; border-top: none; border-right: none; border-left: none; border-image: initial; display: none; box-sizing: border-box; transition-property: transform, -webkit-transform; direction: ltr; background-color: rgb(255, 255, 255); border-bottom: 1px solid rgb(221, 221, 221); }.reader-download-notification { height: 48px !important; padding: 8px 16px !important; box-shadow: none !important; }.reader-download-notification::after { content: ""; position: absolute; background-color: rgba(0, 0, 0, 0.117647); display: block; z-index: 15; top: auto; right: auto; bottom: 0px; left: 0px; height: 0.01rem; width: 100%; transform-origin: 50% 100% 0px; }.notification-header { display: flex; justify-content: flex-start; align-items: center; }.notification-icon { width: 16px; height: 16px; margin-right: 8px; line-height: 16px; }.icon-app { margin-right: 10px; width: 32px !important; height: 32px !important; background: url("../img/download.png") 50% center / 100% no-repeat transparent !important; }.reader-download-notification .notification-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   color: rgb(255,0,0) !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   line-height: 16px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }.reader-download-notification .button { text-decoration: none; text-align: center; display: block; background: none; margin: 0px; white-space: nowrap; text-overflow: ellipsis; position: relative; overflow: hidden; font-family: inherit; cursor: pointer; outline: 0px; box-sizing: border-box; vertical-align: middle; border-radius: 15px; text-transform: uppercase; min-width: 64px; padding: 0px 10px; border: none; transition-duration: 0.3s; transform: translateZ(0px); }.button.button-fill {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         background-color: rgb(255,0,0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         color: rgb(255, 255, 255);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }.button.button-small { height: 28px; line-height: 28px; font-size: 13px; font-weight: 500; letter-spacing: 0.3px; }.reader-download-notification .button { margin-left: auto; }.reader-download-notification .notification-close-button { background-image: url("data:image/svg+xml;charset=utf-8,<svg fill='%23737373' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); width: 16px; height: 16px; background-position: center top; background-repeat: no-repeat; background-size: 100%; position: relative; margin-left: 16px; }.reader-save2screen-popover { display: none; position: fixed; width: auto; margin: 16px; top: auto; left: 0px; right: 0px; bottom: 0px; padding: 16px; z-index: 13001; }.ios .popover-angle.on-bottom { left: 0px; top: 100%; }.ios .popover-angle { left: -16px; z-index: 100; overflow: hidden; }.ios .popover-angle, .ios .popover-angle::after { width: 26px; height: 26px; position: absolute; top: 0px; }.reader-save2screen-popover .popover-angle { width: 26px; height: 26px; margin: 0px -13px; left: 50% !important; }.ios .popover-angle::after { content: ""; background: rgba(255, 255, 255, 0.952941); left: 0px; border-radius: 0.03px; transform: rotate(45deg); }.ios .popover-angle.on-bottom::after { left: 0px; top: -19px; }.reader-save2screen-popover .icon-app { float: left; }.popover-backdrop.backdrop-in { visibility: visible; opacity: 1; }.popover-backdrop { display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 13000; transition-duration: 0.4s; }@media screen and (max-width: 350px) {  .button.button-small { font-size: 10px; }  .reader-download-notification .notification-close-button { margin-left: 6px; }  .reader-save2screen-popover { margin: 10px; }  .popover-inner > div { font-size: 10px; }}