#divSyncAPP .dialogContent, #sync-app-wrapper{
    background-color: var(--pale-border) !important;
    box-sizing: border-box;
    text-align: center;
}

.app-header {
    font-weight: 100;
    color: var(--main-color)!important;
    font-size: 46px!important; 
}

.app-text {
    color: var(--main-color)!important;
    font-size: 20px!important;
}

.phone {
    width: 270px;
    height: 542px;
    margin: 40px auto;
    background-color: #FFFFFF;
    border-radius: 50px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.phone::after {
    content: "";
    width: 114px;
    height: 8px;
    background-color: #BFBFBF;
    border-radius: 4px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 57px)
}

.qr-code-container {
    width: 150px;
    height: 150px;
    background-color: #BFBFBF;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}

.app-store-links {
    width: 363px;
    height: 54px;
    margin: 30px auto auto auto;
    display: flex;
    justify-content: space-between;
}

.app-store-link {
    width: auto;
    height: 54px;
}

#appbanner{
    padding: 12px 38px 12px 12px;
    background-color: #695184;
    color: #FFFFFF;
    text-align: left;
    box-sizing:border-box;
    font-size:12px;
}

/* #appbanner a{   
    color: #FFFFFF!important;
} */

#appbanner a {
    color: #695184!important;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 22px;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    margin-top: 6px;
}

.aui-appbanner{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:84px;
}

.appbanner-content {
    position: relative;
    padding-left: 62px;
    display: flex;
    flex-wrap: wrap;
}

.appbanner-icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/svgs/smarthub_icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
}

.ui-appbanner{
    position: relative;
    max-width: var(--max-width);
    margin: auto;
    height: 74px;
    padding: 12px 38px 12px 12px;
}

.appbanner-close {
    width: 24px;
    height: 24px;
    position: absolute;
	background-image: url(../images/svgs/white-close-cutout.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    top: 8px;
    right: 8px;
	cursor: pointer;
}

.appbanner-page-top-margin{
    margin-top:74px;
}

@media only screen and (min-device-width: 768px){
    .appbanner-content {
        margin: auto;
        max-width: 260px;
    }

    #appbanner a {
        color: #fff !important;
        text-decoration: none;
        padding: 6px 12px;
        border-radius: 22px;
        border: 2px solid #FFFFFF;
        margin-top: 6px;
        background-color: #695184
    }

    #appbanner a:hover {
        color: #695184!important;;
        background-color: #FFFFFF;
    }
}