/* Global Prefix
'sap' - Subscription Billing Page
*/

.sap-section {
    margin: 0 auto;
    max-width: 450px;
    padding: 15px;
}

.sap-get__block {
    height: 70px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    display: none;
}

.sap-get__close {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 27px 5px 0 0;
}

.sap-get__logo {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 10px 20px 0 5px;
}

.sap-get__title {
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin: 17px 0 0 0;
}

.sap-get__subtitle {
    color: #555555;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.sap-get__button {
    display: block;
    float: right;
    color: #007AFF;
    border: 1px solid #007AFF;
    border-radius: 5px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    margin: 20px 0 0 20px;
    transition: all 0.3s ease;
}

.sap-get__button:hover,.sap-get__button:active {
    text-decoration: none;
    color: #fff;
    background-color: #007aff;
}

.sap-title {
    color: #222222;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 90px 0 8px 0;
    font-weight: 600;
}

.sap_nextstep {
    color: #222;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 20px 0;
    text-align: center;
}

.sap-img {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto 80px auto;
}

.sap-contact__link {
    display: block;
    width: 100%;
    color: #0094F4;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

/* New landings */
.sap-landing__wrapper {
    text-align: center;
    margin: 0;
    padding: 50px 0 0 0;
    min-height: calc(100vh - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sap-landing__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
    margin-top: auto;
}

.sap-landing__avatar:after {
    display: block;
    content: url(../img/approved.png);
    position: absolute;
    bottom: -5px;
    right: -10px;
}

.sap-landing__title {
    color: #121212;
    font-size: 20px;
    font-weight: 600;
}

.sap-landing__text {
    color: #121212;
    font-size: 16px;
}

.sap-landing__download--wrapper {
    padding: 20px 0;
}

.sap-landing__download--link {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 0 10px 0;
}

.sap-landing__footer {
    color: #C4CCD1;
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
}

@media all and (max-width: 600px) {
    .sap-get__block {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 7px 10px;
    }
    .sap-get__logo {
        width: 30px;
        height: 30px;
        margin: 10px 10px 0 5px;
    }
    .sap-get__title {
        font-size: 14px;
        margin: 8px 0 0 0;
        max-width: calc(100% - 130px);
    }
    .sap-get__close {
        margin: 18px 5px 0 0;
    }
    .sap-get__subtitle {
        font-size: 12px;
    }
    .sap-get__button {
        margin: 10px 0 0 10px;
        padding: 4px 8px;
    }
}

@media all and (min-width: 601px) {
    .sap-get__block {
        display: block;
        position: fixed;
        top: 5px;
        left: 5px;
        width: 400px;
        padding: 0 15px;
        border: 1px solid rgba(204, 204, 204, 0.3);
        border-radius: 5px;
    }
}
