.install-popup {
    position: fixed !important;
    right: 0;
    bottom: 0px;
    left: 0;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 10px;
    color: #303030;
    background: #f2f8ff;
    align-items: center;
    z-index: 9999;
    box-shadow: 2px 2px 5px 0px #cccccc;
}

.install-popup ol {
    padding-left: 15px;
}

.install-popup:after,
.install-popup:before {
    position: absolute;
}

.install-popup:after {
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    margin-left: -15px;
    border-width: 15px;
    border-color: #f2f8ff;
}

.install-popup:before {
    left:50%;
    content: '';
    width: 16px;
    height: 16px;
    margin-left: -8px;
    transform: rotate(45deg);
    bottom: -8px;
    background: #f2f8ff;
    box-shadow: 2px 2px 3px 0px #cccccc;
}

.firefox-install-popup:before {
    right: 5%;
    left: auto;
}

.install-alert:before,
.install-alert:after {
    display: none;
}

.icon1 {
    width: 25px;
    vertical-align: middle;
}

.icon2 {
    height: 30px;
    margin-right: 10px;
}

.left {
}

.right {
}

.pwa-progress-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(242, 242, 242, 0.5);
    display: none;
}

.pwa-pbar {
    background-color: #819FF7;
    width:0%;
    height:5px;
    border-radius: 3px;
}

.pwa-ppercent  {
    position:absolute;
    display:inline-block;
    top:3px;
    left:48%;
}

.pace .pace-progress {
    background-color: #819FF7;
}

/**
 * Style dla okienka zapisu do powiadomień push
 */
#pwa-notification .pwa-notification-text {
    color:grey;
}

#pwa-notification input {
    width: 100%;
}

#pwa-notification input::placeholder {
    text-align: center;
}

@media (max-width: 480px) {
    #pwa-notification .btn-link {
        width: 100%;
        text-align: center;
        margin: 13px auto;
    }

    #pwa-notification .pwa-notification-header,
    #pwa-notification .pwa-notification-text {
        text-align: center;
    }
}


/**
 * Style dla tabelki z listą urządzeń zapisanych do powiadomień dla usera
 */
/* HEADER */
#pwa-notification-devices-grid .kv-table-header {
    background: #fff !important;
    border: none;
}
#pwa-notification-devices-grid .profile-table th {
    color: #8a8a8a;
    font-size: 12px !important;
    padding: 10px;
    vertical-align: top;
    border: none;
}

/* WIERSZE */
#pwa-notification-devices-grid .profile-table tr {
    border-bottom: 1px solid #d9e3ef;
}
#pwa-notification-devices-grid .profile-table tr:nth-child(odd) td {
    background-color: #f2f6fa;
}
#pwa-notification-devices-grid .table-bordered th, .table-bordered td {
    border: unset !important;
}
#pwa-notification-devices-grid th:last-of-type {
    width: 7% !important;
}
#pwa-notification-devices-grid td:last-of-type {
    padding: 0;
    margin-top: 0;
}

/* PAGINACJA */
#pwa-notification-devices-grid .pagination-new {
    margin-top: 20px;
    list-style: none;
    text-align: center;
    display: block;
    font-size: 14px;
}
#pwa-notification-devices-grid .pagination-new li {
    display: inline-block;
}
#pwa-notification-devices-grid .pagination-new>li>a,
#pwa-notification-devices-grid .pagination-new>li>span {
    background-color: transparent;
    border: none;
}
#pwa-notification-devices-grid .page-item.active .page-link {
    color: #363636 !important;
    border: none !important;
    background: white !important;
    border-radius: unset !important;
}
#pwa-notification-devices-grid .pagination-new a,
#pwa-notification-devices-grid .pagination-new span {
    display: inline-block;
    padding: 6px 8px;
    text-decoration: none;
    text-transform: uppercase;
    color: #646464;
    font-weight: 900;
    border-radius: 3px;
    cursor: pointer;
}