.form-block {
    padding: 10px 0 6px 0;
    background: #ffffff;
    border: 1px solid #eaecf0;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.btn-skip {
    text-align: center;
    padding: 10px 16px;
    height: 40px;
    background: #f4ebff;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7244c8 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.onboarding .main-section h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}
.onboarding .main-section h1 span {
    color: #7244c8;
}
.main-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #475467;
}
.main-section img.header-image {
    float: right;
}
#myProgress {
    width: 100%;
    height: 8px;
    background: #eaecf0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
#myBar {
    width: 1%;
    height: 8px;
    background-color: #7244c8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.main-section {
    margin-top: 11px;
    padding: 6px 24px;
}
.block-header h3 {
    display: -webkit-inline-box;
    vertical-align: text-bottom;
    margin: 20px 10px;
}
.btn-action {
    float: right;
    margin-top: 5px;
}
.block-header.row {
    border-bottom: 1px solid #EAECF0;
}
.form-block.completed {
    background: #F6FEF9;
}
.btn-completed {
    height: 32px;
    background: #ECFDF3;
    mix-blend-mode: multiply;
    padding: 6px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #027A48;
    box-shadow: unset;
    float: right;
    border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
}
.completed .btn-completed {
    display: block !important;
    cursor: auto;
}
.completed .btn-action {
    display: none;
}
.btn-action img {
    vertical-align: middle;
    margin: 0 4px;
}
.footer-block {
    padding: 13px 0px 0px;
    height: 160px;
    background: #7244C8;
    border: 1px solid #EAECF0;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.footer-block p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.footer-block a.btn-light {
    padding: 6px 10px;
    width: 91px;
    height: 32px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7244C8;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.rtl .main-section img.header-image {
    float: left;
}
.rtl .completed .btn-completed {
    float: left;
}
.rtl .btn-action {
    float: left;
}
.rtl .btn-action img {
    transform: rotate(180deg);
}
a.btn-skip-domain {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #7244C8;
    display: block;
    margin: 13px 0px 0px 0px;
}
.completed .btn-skip-domain {
    display: none;
}
.header-text a {
    color: #344054;
}
p:not(.main-section p) {
    padding: 0 12px;
}
span.percentage {
    position: absolute;
    top: 33px;
    left: 0;
    font-size: 18px;
}
.rtl span.percentage {
    left: auto;
    right: 0;
}
