@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');

html {
    scroll-behavior: smooth;
}



@media (max-width:480px) {


    .contact-conatiner-job {
        width: 100%;
        min-height: 100vh;
        background-image: url("./images/MainPageImages/white-waves.png");
        background-repeat: repeat;
    }

    .community-form-main-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .community-remote-main-img-container {
        width: 40%;
        background-image: url('./images/MainPageImages/Path_51874.png'), url('./images/MainPageImages/Path_51875.png');
        display: flex;
        justify-content: center;
        height: 100vh;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;

    }

    .community-remote-img-container {
        background-image: url("./images/MainPageImages/Group_100835.png");
        width: 353px;
        height: 667px;
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .community-remote-img-container-h2 {
        text-align: left;
        font: normal normal bold 72px/112px Gilroy ☞;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 72px;
        line-height: 112px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: -35px;

    }

    .community-remote-img-container-h3 {
        text-align: left;
        letter-spacing: 0px;
        color: #888888;
        opacity: 1;
        font-size: 25px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: -80px;

    }

    .community-content-container {
        width: 100%;
        padding-top: 43px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f4f8fa !important;


    }



    .community-content-container-h2 {
        text-align: center;
        font: normal normal normal 26px/64px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 26px;
        line-height: 64px;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    .community-content-container-h1 {
        text-align: center;
        font: normal normal normal 38px/44px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 38px;
        line-height: 44px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: 10px;
    }

    .community-content-container-p {
        text-align: center;
        font: normal normal normal 16px/26px Gilroy-Medium;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 16px;
        line-height: 26px;
        font-family: 'Gilroy-Medium', sans-serif;
        width: 80%;
    }

    .community-logo-img {
        width: 106px;
        
        margin-top: 5px;

    }

    .community-form-container {
        width: 94%;
        margin-top: 15px;
        height: 60vh;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 80px;
        flex-shrink: 0;
        margin-right: 3%;
        margin-left: 3%;
    }

    .community-form-container::-webkit-scrollbar {
        display: none;
    }

    .label-form-heading {
        text-align: left;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        width: 100%;


    }

    .label-form-heading-1 {
        text-align: left;
        font: normal normal medium 18px/42px Gilroy ☞;

        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 18px;
        font-family: 'Gilroy-Medium', sans-serif;
        /* line-height: 42px; */
        width: 100%;
        flex-shrink: 0;


    }

    .text-field-style {
        background-color: transparent;
        border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        border-bottom: 1px solid #D1D1D1;
        outline: none;
        width: 100%;
        text-align: left;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .submit-form-button-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;

    }

    .submit-form-button-container-1 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .submit-form-button {
        background: #FF004C 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
        font: normal normal normal 14px/17px Gilroy-Bold;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 17px;
        font-family: 'Gilroy-Bold', sans-serif;
        padding: 17px 55px;
        border: 0px;
        /* outline: none; */


    }

    .next-form-button {
        text-align: left;
        font: normal normal normal 18px/36px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        background-color: transparent;
        border: 0px;
        font-family: 'Gilroy-Bold', sans-serif;
        font-size: 18px;
        line-height: 36px;
        outline: none;
        border: none;
    }

    .active-achieve-class {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FF004C;
        border-radius: 6px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .active-achieve-class:hover {
        cursor: pointer;
    }

    .inactive-achieve-class {
        background: #F8F8F8 0% 0% no-repeat padding-box;
        border-radius: 6px;
        border: 0px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inactive-achieve-class:hover {
        cursor: pointer;
    }

    .list-of-elements-container {
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .contact-forms-details-wrapper {
        width: 50%;
        overflow: hidden;
        margin: auto;
    }

    .contact-forms-details-wrapper-1 {
        display: flex;
        transition: transform 0.8s;
    }


    .active-achieve-class {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FF004C;
        border-radius: 6px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .active-achieve-class:hover {
        cursor: pointer;
    }

    .inactive-achieve-class {
        background: #F8F8F8 0% 0% no-repeat padding-box;
        border-radius: 6px;
        border: 0px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inactive-achieve-class:hover {
        cursor: pointer;
    }

    .field-error-msg {
        text-align: left;
        font: normal normal normal 14px/24px Gilroy-Bold;
        letter-spacing: 0px;
        color: #FF004C;
        opacity: 1;
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    .active-ball-button {
        width: 22px;
        height: 11px;
        background: #FF004C 0% 0% no-repeat padding-box;
        border-radius: 125px;
        opacity: 1;
        border: 0px;
        margin-right: 18px;
    }

    .non-active-ball-button {
        width: 12px;
        height: 11px;
        background: #D1D1D1 0% 0% no-repeat padding-box;
        border-radius: 125px;
        opacity: 1;
        border: 0px;
        margin-right: 18px;
    }

    .success-message {
        text-align: center;
        font: normal normal normal 24px/28px Gilroy-Bold;
        letter-spacing: 0px;
        color: #49549A;
        margin-bottom: 20px;
    }

}

@media (min-width:481px) and (max-width:1024px) {


    .contact-conatiner-job {
        width: 100%;
        min-height: 100vh;
        background-image: url("./images/MainPageImages/white-waves.png");
        background-repeat: repeat;
    }

    .community-form-main-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .community-remote-main-img-container {
        width: 40%;
        background-image: url('./images/MainPageImages/Path_51874.png'), url('./images/MainPageImages/Path_51875.png');
        display: flex;
        justify-content: center;
        height: 100vh;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;

    }

    .community-remote-img-container {
        background-image: url("./images/MainPageImages/Group_100835.png");
        width: 353px;
        height: 667px;
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .community-remote-img-container-h2 {
        text-align: left;
        font: normal normal bold 72px/112px Gilroy ☞;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 72px;
        line-height: 112px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: -35px;

    }

    .community-remote-img-container-h3 {
        text-align: left;
        letter-spacing: 0px;
        color: #888888;
        opacity: 1;
        font-size: 25px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: -80px;

    }

    .community-content-container {
        width: 100%;
        padding-top: 43px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f4f8fa !important;


    }



    .community-content-container-h2 {
        text-align: center;
        font: normal normal normal 26px/64px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 26px;
        line-height: 64px;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    .community-content-container-h1 {
        text-align: center;
        font: normal normal normal 38px/44px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 38px;
        line-height: 44px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: 10px;
    }

    .community-content-container-p {
        text-align: center;
        font: normal normal normal 16px/26px Gilroy-Medium;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 16px;
        line-height: 26px;
        font-family: 'Gilroy-Medium', sans-serif;
        width: 80%;
    }

    .community-logo-img {
        width: 106px;
        margin-top: 5px;

    }

    .community-form-container {
        width: 94%;
        margin-top: 15px;
        height: 60vh;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 80px;
        flex-shrink: 0;
        margin-right: 3%;
        margin-left: 3%;
    }

    .community-form-container::-webkit-scrollbar {
        display: none;
    }

    .label-form-heading {
        text-align: left;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        width: 100%;


    }

    .label-form-heading-1 {
        text-align: left;
        font: normal normal medium 18px/42px Gilroy ☞;

        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 18px;
        font-family: 'Gilroy-Medium', sans-serif;
        /* line-height: 42px; */
        width: 100%;
        flex-shrink: 0;


    }

    .text-field-style {
        background-color: transparent;
        border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        border-bottom: 1px solid #D1D1D1;
        outline: none;
        width: 100%;
        text-align: left;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .submit-form-button-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;

    }

    .submit-form-button-container-1 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .submit-form-button {
        background: #FF004C 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
        font: normal normal normal 14px/17px Gilroy-Bold;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 17px;
        font-family: 'Gilroy-Bold', sans-serif;
        padding: 17px 55px;
        border: 0px;
        /* outline: none; */


    }

    .next-form-button {
        text-align: left;
        font: normal normal normal 18px/36px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        background-color: transparent;
        border: 0px;
        font-family: 'Gilroy-Bold', sans-serif;
        font-size: 18px;
        line-height: 36px;
        outline: none;
        border: none;
    }

    .active-achieve-class {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FF004C;
        border-radius: 6px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .active-achieve-class:hover {
        cursor: pointer;
    }

    .inactive-achieve-class {
        background: #F8F8F8 0% 0% no-repeat padding-box;
        border-radius: 6px;
        border: 0px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inactive-achieve-class:hover {
        cursor: pointer;
    }

    .list-of-elements-container {
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .contact-forms-details-wrapper {
        width: 50%;
        overflow: hidden;
        margin: auto;
    }

    .contact-forms-details-wrapper-1 {
        display: flex;
        transition: transform 0.8s;
    }


    .active-achieve-class {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FF004C;
        border-radius: 6px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .active-achieve-class:hover {
        cursor: pointer;
    }

    .inactive-achieve-class {
        background: #F8F8F8 0% 0% no-repeat padding-box;
        border-radius: 6px;
        border: 0px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inactive-achieve-class:hover {
        cursor: pointer;
    }

    .field-error-msg {
        text-align: left;
        font: normal normal normal 14px/24px Gilroy-Bold;
        letter-spacing: 0px;
        color: #FF004C;
        opacity: 1;
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    .active-ball-button {
        width: 22px;
        height: 11px;
        background: #FF004C 0% 0% no-repeat padding-box;
        border-radius: 125px;
        opacity: 1;
        border: 0px;
        margin-right: 18px;
    }

    .non-active-ball-button {
        width: 12px;
        height: 11px;
        background: #D1D1D1 0% 0% no-repeat padding-box;
        border-radius: 125px;
        opacity: 1;
        border: 0px;
        margin-right: 18px;
    }

    .success-message {
        text-align: center;
        font: normal normal normal 24px/28px Gilroy-Bold;
        letter-spacing: 0px;
        color: #49549A;
        margin-bottom: 20px;
    }

}

@media (min-width:1025px) {


    .contact-conatiner-job {
        width: 100%;
        height: 100vh;
        background-image: url("./images/MainPageImages/white-waves.png");
        background-repeat: repeat;
    }

    .community-form-main-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .community-remote-main-img-container {
        width: 40%;
        background-image: url('./images/MainPageImages/Path_51874.png'), url('./images/MainPageImages/Path_51875.png');
        display: flex;
        justify-content: center;
        height: 100vh;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        

    }

    .community-remote-img-container {
        background-image: url("./images/MainPageImages/Group_100835.png");
        width: 353px;
        height: 667px;
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .community-remote-img-container-h2 {
        text-align: left;
        font: normal normal bold 72px/112px Gilroy ☞;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 72px;
        line-height: 112px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: -35px;

    }

    .community-remote-img-container-h3 {
        text-align: left;
        letter-spacing: 0px;
        color: #888888;
        opacity: 1;
        font-size: 25px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: -80px;

    }

    .community-content-container {
        width: 60%;
        height: 100vh;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f4f8fa !important;




    }



    .community-content-container-h2 {
        text-align: center;
        font: normal normal normal 26px/64px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 26px;
        line-height: 64px;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    .community-content-container-h1 {
        text-align: center;
        font: normal normal normal 48px/64px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 48px;
        line-height: 64px;
        font-family: 'Gilroy-Bold', sans-serif;
        margin-top: 10px;
    }

    .community-content-container-p {
        text-align: center;
        font: normal normal normal 16px/26px Gilroy-Medium;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 16px;
        line-height: 26px;
        font-family: 'Gilroy-Medium', sans-serif;
        max-width: 600px;
    }

    .community-logo-img {
        width: 106px;
        position: absolute;
        top: 30px;
        left: 70px;


    }

    .community-form-container {
        width: 94%;
        margin-top: 15px;
        height: 60vh;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 80px;
        flex-shrink: 0;
        margin-right: 3%;
        margin-left: 3%;
    }

    .community-form-container::-webkit-scrollbar {
        display: none;
    }

    .label-form-heading {
        text-align: left;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        width: 100%;


    }

    .label-form-heading-1 {
        text-align: left;
        font: normal normal medium 18px/42px Gilroy ☞;

        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 18px;
        font-family: 'Gilroy-Medium', sans-serif;
        /* line-height: 42px; */
        width: 100%;
        flex-shrink: 0;


    }

    .text-field-style {
        background-color: transparent;
        border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        border-bottom: 1px solid #D1D1D1;
        outline: none;
        width: 100%;
        text-align: left;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .submit-form-button-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;

    }

    .submit-form-button-container-1 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .submit-form-button {
        background: #FF004C 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
        font: normal normal normal 14px/17px Gilroy-Bold;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 17px;
        font-family: 'Gilroy-Bold', sans-serif;
        padding: 17px 55px;
        border: 0px;
        /* outline: none; */


    }

    .next-form-button {
        text-align: left;
        font: normal normal normal 18px/36px Gilroy-Bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        background-color: transparent;
        border: 0px;
        font-family: 'Gilroy-Bold', sans-serif;
        font-size: 18px;
        line-height: 36px;
        outline: none;
        border: none;
    }

    .active-achieve-class {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FF004C;
        border-radius: 6px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .active-achieve-class:hover {
        cursor: pointer;
    }

    .inactive-achieve-class {
        background: #F8F8F8 0% 0% no-repeat padding-box;
        border-radius: 6px;
        border: 0px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inactive-achieve-class:hover {
        cursor: pointer;
    }

    .list-of-elements-container {
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .contact-forms-details-wrapper {
        width: 50%;
        overflow: hidden;
        margin: auto;
    }

    .contact-forms-details-wrapper-1 {
        display: flex;
        transition: transform 0.8s;
    }


    .active-achieve-class {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FF004C;
        border-radius: 6px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .active-achieve-class:hover {
        cursor: pointer;
    }

    .inactive-achieve-class {
        background: #F8F8F8 0% 0% no-repeat padding-box;
        border-radius: 6px;
        border: 0px;
        margin-top: 11px;
        padding: 21px;
        font: normal normal medium 13px/42px Gilroy ☞;
        letter-spacing: 0px;
        color: #474747;
        opacity: 1;
        font-size: 13px;
        font-family: 'Gilroy-Medium', sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inactive-achieve-class:hover {
        cursor: pointer;
    }

    .field-error-msg {
        text-align: left;
        font: normal normal normal 14px/24px Gilroy-Bold;
        letter-spacing: 0px;
        color: #FF004C;
        opacity: 1;
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Gilroy-Bold', sans-serif;
    }

    .active-ball-button {
        width: 22px;
        height: 11px;
        background: #FF004C 0% 0% no-repeat padding-box;
        border-radius: 125px;
        opacity: 1;
        border: 0px;
        margin-right: 18px;
    }

    .non-active-ball-button {
        width: 12px;
        height: 11px;
        background: #D1D1D1 0% 0% no-repeat padding-box;
        border-radius: 125px;
        opacity: 1;
        border: 0px;
        margin-right: 18px;
    }

    .success-message {
        text-align: center;
        font: normal normal normal 24px/28px Gilroy-Bold;
        letter-spacing: 0px;
        color: #49549A;
        margin-bottom: 20px;
    }
}