.body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-wizard-step-titles {
    margin-left: 5rem !important;
}

.step-number {
    width: 40px; height: 40px; background: white; border-radius: 20px; border: 2px solid #2D394A; font-size: 14px;
}

.footer-link {
    line-height: 150%;
    letter-spacing: 2%;
    text-align: center;
    color: #2D394A;
}

ul > li {
    margin-bottom: 1rem;
}

ul {    padding: 1rem 1.5rem;

}

.helper-text{
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 2%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}

@media only screen and (min-width: 769px) {
    #welcomeText > span, #thanks > span {
        width: 60rem;
    }
}

.p-sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.bottom-right-badge {
    position: absolute;
    background-color: #86EBF7;
    color: #1E1E1E;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding-top: 2px;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

@media (min-width: 0px) and (max-width: 575px) {
    .bottom-right-badge {
        width: 72px;
        height: 72px;
        border-radius: 48px;
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .bottom-right-badge {
        width: 103px;
        height: 103px;
        border-radius: 58px;
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bottom-right-badge {
        width: 72px;
        height: 72px;
        border-radius: 48px;
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bottom-right-badge {
        width: 103px;
        height: 103px;
        border-radius: 58px;
        font-size: 2rem;
    }
    .img-card{
        min-height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .bottom-right-badge {
        width: 96px;
        height: 96px;
        border-radius: 68px;
        font-size: 1.75rem;
    }
}


@media only screen and (min-width: 1921px) {
    .bottom-right-badge {
        width: 144px;
        height: 144px;
        border-radius: 84px;
        font-size: 2.5rem;
    }
}

.ui-card.img-card {
    background: #EDF8FA;
    border: none !important;
    box-shadow: none !important;
    height: 100%;
}

@media only screen and (min-width:  972px) {
    .custom-container {
        display: flex;
        width: 792px;
    }
}

.custom-scrolltop.ui-scrolltop {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #F2F2F2;
}

.custom-scrolltop.ui-scrolltop:hover {
    background: #FFF;
}

.custom-scrolltop.ui-scrolltop > .ui-scrolltop-icon   {
    color: #2D394A;
}

.heading-g {
    color: #5B5B5B;
}

.heading-b {
    color: #202732 ;
}
