.step-round-indicator{
    background-color: #336F7A;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 32px auto;
}

.app-download-btn {
    background: #070D1B;
    border-radius: 24px;
    height: 50px;
    min-width: 150px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin: .4rem .6rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
}
.app-download-btn-padding {
    background: #070D1B;
    border-radius: 24px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    min-width: 150px;
    font-weight: bold;
    text-align: center;
    margin: .4rem .6rem .4rem 0;
    padding: 0 1.2rem;
    box-sizing: border-box;
    text-transform: capitalize;
}
.app-download-btn img {
    width: 24px;
    margin-right: 6px;
}
.download-btn-layout{
    display: flex;
    align-items: center;
}

@media (max-width: 960px) {
    .panel-btn-ok{
        font-size: 1.35rem;
        background-color: #336F7A;
        border-radius: 16px;
        padding-top: .6rem;
        padding-bottom: .6rem;
        margin: 1.2rem auto;
        cursor: pointer;
        color: #FFFFFF;
        text-align: center;
    }
}

@media (min-width: 960px) {
    .panel-btn-ok{
        font-size: 18px;
        background-color: #336F7A;
        border-radius: 16px;
        padding-top: .6rem;
        width: 75%;
        padding-bottom: .6rem;
        margin: 1.2rem auto;
        cursor: pointer;
        color: #FFFFFF;
        text-align: center;
    }
}

.dialog-title-text{
    color: #070D1B;
    font-size: 1.6rem;
}
.download-error-text{
    color: #666;
    text-decoration: none !important;
}
.download-error-text:hover{
    color: #333;
}
.download-btn-reset {
    text-decoration: none !important;
}
.download-btn-reset:hover{
    color: #FFFFFF;
}
.download-optional-link-title {
    color: #070D1B;
    font-size: 18px;
    font-weight: 600;
}
.download-optional-link-desc {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.invitation-input-wrapper{
    width: 400px;
}
