body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h1 {
    font-size: 40px;
    color: #764F92;
    margin: 25px 0 10px 0;
    font-weight: 400;
}

.form-header p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.progress-bar-title {
    font-size: 24px;
    line-height: 32.68px; !important;
    color: #764F92;
    text-transform: uppercase;
    display: none;
}

.progress-bar-title.active {
    display: block;
}

.progress-bar {
    background: #764F92;
    border-radius: 5px;
    position: relative;
    overflow: visible !important;
}

.progress {
    height: 22px;
    border-radius: 5px;
    margin: 32px 10% 50px;
    overflow: visible !important;
}

.progress-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    right: -2px;
}

.become-an-user-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.smart-form {
    margin: 0;
    outline: none;
    color: #333;
    position: relative;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    height: 45px;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 45px;
    padding: 11px 16px;
    font-size: 14px;
    border: 1px solid #ddd;
    outline: none;
    transition: border 0.3s;
}

.form-group input:focus {
    border-color: #764F92 !important;
}

.smart-form *, .smart-form *:after, .smart-form *:before {
    margin-bottom: 5px;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.add-button {
    font-size: 16px;
    padding: 7px 30px 8px;
    margin-bottom: 30px;
}

#calculator {
    font-size: 16px;
    padding: 7px 30px 8px;
}

.form-checkbox a {
    color: #764F92;
    text-decoration: none;
}

.modal-footer button {
    font-size: 16px;
    padding: 7px 30px 8px;
}

.form-checkbox a:hover {
    text-decoration: underline;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px
}

.btn-secondary {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
}

.btn-google {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-google:hover {
    background: #f9f9f9;
    border-color: #aaa;
}

.btn-secondary:hover {
    background: #f9f9f9;
    border-color: #aaa;
}

.google-icon {
    width: 24px;
}

.form-actions .btn {
    font-size: 16px;
    padding: 7px 30px 8px;
}

.become-an-user-form label {
    font-size: 16px;
}

.required {
    color: red;
}

#prev-button {
    display: none;
}

.become-an-user-form .form-checkbox label {
    font-size: 16px;
    color: #242424;
}

.become-an-user-form textarea {
    height: 250px;
    border-color: #ddd;
}
.form-container {
    display: none;
}
.form-container.active {
    display: block;
}

.help-text {
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

.char-count-text {
    position: absolute;
    padding: 5px;
    background-color: white;
    bottom: -8px;
    right: 2px;
    font-size: 14px;
    color: #707070;
}

.char-count {
    box-sizing: border-box;
    padding-bottom: 30px;
}

textarea {
    resize: none;
}

.forms {
    min-height: calc(100vh - 150px)
}

.block-title {
    font-size: 20px;
    font-style: italic;
    color: #764F92;
    text-align: left;
    margin-bottom: 25px;
}

.modal-title {
    text-align: center;
}

.modal-content.btn-block {
    display: block;
    width: 100%;
}

.help-purple-text {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    color: #764F92;
    margin: 0 0 9px;
}

.modal-body {
    padding: 20px 20px 0px 20px;
}

.size_block {
    column-count: 3;
}

.size_block label {
    display: block;
}

.fa-trash {
    margin-left: 35px;
    color: #FD8C92;
}
.fa-trash:hover {
    cursor: pointer;
}

.registration-img {
    width: 26%;
    margin: 1% 37%;
}

.remove-image {
    position: absolute;
    margin-left: 63%;
    color: #000c;
    font-size: 43.5px;
    opacity: 1 !important;
}

#calculator {
    position: absolute;
    margin-top: 100px;
    z-index: 1
}

.position-relative {
    position: relative;
    position: relative;
}

.terms-and-conditions-modal {
    width: 1000px;
    margin: 30px auto;
}

.icon-append, .icon-prepend {
    position: absolute;
    top: 10px;
    width: 26px;
    height: 23px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.icon-append, .icon-prepend {
    color: #A2A2A2;
}

.smart-form .input .icon-append + input, .smart-form .textarea .icon-append + textarea {
    padding-right: 50px;
}

@media (max-width: 767px) {
    .terms-and-conditions-modal {
        width: 350px;
    }

    .form-row {
        flex-direction: column;
    }

    #content {
        padding-left: 15px;
        padding-right: 15px;
    }

    a:link, .btn, button {
         -webkit-tap-highlight-color: #472565;
    }

    .form-actions .btn {
        font-size: 16px;
        padding: 5px 15px 4px;
    }

    .add-button {
        font-size: 16px;
        padding: 5px 15px 4px;
        margin-bottom: 30px;
    }

    .size_block {
        column-count: auto;
    }

    .skill, .industry {
        margin-bottom: 10px;
    }

    #calculator {
        position: relative;
        margin-top: 10px;
        width: 100%
    }
}
