#pwa-ios-banner {
    width: 98%;
    padding: 10px 35px 10px 10px;
    font-size: .6875rem;
    line-height: 1.3;
    color: #000;
    left: 1%;
    bottom: 20px;
    position: fixed;
    z-index: 9000;
    font-weight: 400;
    border-radius: 12px;
    background-color: #cdced2;
}
.pwa-add-banner-icon {
    width: 60px;
    height: 40px;
    margin-right: 5px;
    color: #707074;
}
.pwa-banner-notice-box {
    padding-bottom: 7px;
}
.pwa-banner-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pwa-banner-arrow:before {
    content: "";
    top: -1px;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #cdced2 transparent transparent;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.pwa-banner-arrow[data-placement=bottom] {
    top: 100%;
    left: calc(50% - 6px);
    position: absolute;
    margin-left: -8px;
}
.pwa-banner-arrow {
    width: 0;
    height: 0;
}
.pwa-banner-close {
    top: 0;
    right: 0;
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 9000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    border: none;
    background: none;
    cursor: pointer;
}
li.pwa-push {
    height: auto !important;
    margin-top: 8px !important;
}
li.pwa-push input {
    width: 100%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    #pwa-ios-banner {
        top: 2%;
        bottom: initial;
    }
    .pwa-banner-arrow[data-placement=top] {
        top: -29px;
        left: calc(50% - 6px);
        position: absolute;
        margin-left: -8px;
    }
    .pwa-banner-arrow:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
