.ath-container {
    width: 100% !important;
    max-width: 100% !important;
    position: fixed;
    right: 0;
}
.ath-container {
    background-color: #ffffff !important;
    color: #000000;
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    padding: 2%;
    box-shadow: 0px 0px 0px #000000, 0px -5px 15px rgb(0 0 0 / 19%);
}
.ath-banner {
    display: inline-flex !important;
    grid-template-areas:
        'logo content'
        'cancel install';
    position: relative;
    grid-template-columns: none !important;
    grid-gap: unset !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 10px;
}

.btn-install.btn-success {
    color: #fff !important;
    background-color: #000 !important;
    padding: 0.69444444vw 1.66666667vw 0.76388889vw 1.66666667vw;
    border-radius: 1.38888889vw;
    margin: 0px 10px;
}

.btn-cancel.btn-link {
    color: #000 !important;
    border: 1px solid #000;
    padding: 0.69444444vw 1.66666667vw 0.76388889vw 1.66666667vw;
    border-radius: 1.38888889vw;
    margin: 0px 10px;
}
.ath-banner-title {
    font-weight: 200;
    font-size: 14px;
}
.ath-prompt-logo {
    border-radius: 30px;
    border: 0px solid black !important;
    height: 45px;
    margin-right: 10px;
}

.ath-banner-title {
    height: 40px;
    font-family: SamsungSharpSans, arial, sans-serif;
    align-self: center;
    align-items: center;
    align-content: center;
    line-height: 40px;
}

@media (max-width:767px) {
    .ath-banner {
        display: flow-root !important;
        grid-template-areas:
            'logo content'
            'cancel install';
        position: relative;
        grid-template-columns: auto !important;
        grid-row: 2;
        grid-gap: 1em 0rem !important;
        padding: 0px;
        justify-content: end !important;
    }
    .ath-banner-cell {
        align-items: center;
        float: left;
        display: inline-block;
    }
    .ath-logo-cell {
        width: 20%;
        text-align: center !important;
    }
    .ath-prompt-logo {
        border-radius: 30px;
        border: 0px solid black !important;
        height: 45px;
        margin-right: 0;
    }
    .ath-title-cell {
        width: 80%;
        /* line-height: 40px; */
    }
    .ath-banner-title {
        height: auto;
        font-family: SamsungSharpSans, arial, sans-serif;
        line-height: 22px;
        font-size: 14px !important;
    }
    .ath-cancel-cell {
        width: auto;
        margin-top: 15px;
        text-align: right;
    }
    .ath-install-cell {
        width: auto;
        text-align: left !important;
        margin-top: 15px;
    }
    .btn-install.btn-success {
        color: #fff !important;
        background-color: #000 !important;
        padding: 0.69444444vw 1.66666667vw 0.76388889vw 1.66666667vw;
        border-radius: 1.38888889vw;
        margin: 0px 10px;
        border-radius: 50px;
        margin: 0px 10px;
        padding: 5px 20px;
    }
    .btn-cancel.btn-link {
        color: #000 !important;
        border: 1px solid #000;
        padding: 5px 20px;
        border-radius: 50px;
        margin: 0px 10px;
        /* display: inline-flex; */
    }
}