
.oktan-push-subscription-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1000;
}

.oktan-push-subscription-overlay.hidden {
    display: none;
}

.oktan-push-subscription-dialog {
    position: absolute;
    top: 0;
    margin: 0 auto;
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
    width: 100%;
    max-width: 500px;
    padding: 22px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03),
                0 2px 32px rgba(0, 0, 0, .1);
    transition: opacity .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 16px;
    opacity: 1;
}

.oktan-push-subscription-content {
    display: flex;
    column-gap: 16px;
}

.oktan-push-subscription-content .custom-logo-link {
    margin-bottom: 0;
}

.oktan-push-subscription-content > *:last-child {
    flex: 1;
}


.oktan-push-subscription-content img {
    width: 80px;
    height: auto;
}

.oktan-push-subscription-content p {
    margin-bottom: 5px;
}

.oktan-push-subscription-content p:first-child {
    font-weight: 500;
}

.admin-bar .oktan-push-subscription-dialog {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .oktan-push-subscription-dialog {
        top: 48px;
    }
}

.oktan-push-subscription-buttons {
    display: flex;
    justify-content: flex-end;
    column-gap: 16px;
}

.oktan-push-button {
    font-size: 16px;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    height: 42px;
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
}

.oktan-push-button-cancel {
    background-color: transparent;
}

.oktan-push-button-cancel:hover {
    background-color: #f1f1f1;
}

.oktan-push-button-subscribe {
    background-color: #2583e3;
    color: #fff;
}

.oktan-push-button-subscribe:hover {
    background-color: #175ea1;
    color: #fff;
}
