#formio .employmentInformation {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

    #formio .employmentInformation .employmentTitle {
        font-weight: 700;
        margin-bottom: 20px;
    }

    #formio .employmentInformation .employmentRow {
        display: flex;
    }

     #formio   .employmentInformation .employmentRow span {
            flex: 1;
        }

#formio .headerLabel {
    color: #346784;
    font-weight: 600 !important;
    padding-right: 0.75rem;
    text-align:right;
}

#formio .wizard-page {
    padding: 40px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background-color: white;
}

#formio .pagination {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 1.25rem;
    width: 100%;
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.625rem;
    background-color: #ffffff;
}

@media (min-width: 992px) {
    #formio .pagination {
        padding: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

#formio .pagination::before {
    content: " ";
    position: absolute;
    background: none;
    border-radius: 3px;
    width: calc(100% - 5rem);
    height: 2px;
    top: 5rem;
}


@media (min-width: 992px) {
    #formio .pagination::before {
        background-color: #eeeeee;
    }
}

#formio .pagination > li > a,
#formio .pagination > li > span {
    background-color: transparent;
}

#formio .card {
    border: none !important;    
}

/*#formio .card-body #formio-hidden {
    padding: 0 !important;
}*/

#formio .card-body {
  
    padding-left: 1.5rem !important;
    padding-bottom:0 !important;
    padding-top:0!important;
    padding-right:0!important;
}

#formio .pagination .page-item {
    text-align: center;
    width: 100%;
}

    #formio .pagination .page-item .page-link {
        display: none;
    }

    #formio .page-link {
        pointer-events:none !important;
        cursor:none !important;
    }
#formio .required label::after{
	content:" "; 
	padding: 0px;
}

@media (min-width: 992px) {
    #formio .pagination .page-item {
        width: initial;
    }

        #formio .pagination .page-item .page-link {
            display: block;
            background: none;
            border: none;
            color: #346784 !important;
            z-index: 2;
        }

            #formio .pagination .page-item .page-link:hover {
                background: transparent;
            }



            #formio .pagination .page-item .page-link::after {
                font-family: "Font Awesome 5 Free";
                font-weight: 500;
                font-size: 1.5625rem;
                content: "\f058";
                display: block;
                width: 1.5625rem;
                height: 1.5625rem;
                margin-left: auto;
                margin-right: auto;
                border-radius: 50%;
                color: #6293a9;
                background-color: #ffffff;
                padding: 0;
                margin-top: 0.5rem;
                border: none;
            }
}

#formio .pagination .page-item.active ~ li .page-link {
    border: none;
    color: #808080 !important;
    z-index: 2;
}

    #formio .pagination .page-item.active ~ li .page-link::after {
        content: " ";
        border: 2px solid #eeeeee;
        margin-top: 0.5rem;
    }

#formio .pagination .page-item.active .page-link {
    display: block;
    border: none;
    color: #346784 !important;
    background-color: transparent !important;
    z-index: 2;
}

    #formio .pagination .page-item.active .page-link::after {
        content: " ";
        background: #346784;
        margin-top: 0.5rem;
    }

#formio .pagination > .active > a,
#formio .pagination > .active > span {
    background-color: transparent;
    border-color: transparent;
    color: #346784 !important;
    font-weight: 700;
    font-size: 24px;
    text-decoration: underline;
}

#formio .wizard-page {
    padding: 15px;
}

#formio .radio input[type="radio"] {
    position: absolute;
    opacity: 1;
    height: 18px;
    width: 18px;
}

#formio .btn {
    /*margin-top: 20px;*/
    /*width: calc(100vw - 60px);*/
    width: 100% !important;
    display: flex;
    flex: 1;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 1.5rem 3rem;*/
}

#formio .btn-wizard-nav-cancel {
    display:none;
}

@media (min-width: 992px) {
    #formio .btn {
        width: fit-content;
    }
}

#formio .btn-primary:hover {
    background-color: #6293a9;
}

.input-group-append .input-group-text {
    background-color: #F3F3F3 !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #808080 !important;
    color: #808080 !important
}

#formio .form-check-label > span {
    margin-left: 0.9375rem;
}

#formio .form-check-label {
    display: flex;
    align-items: center;
}

#formio .form-check {
    margin-bottom: 1.25rem;
}

#formio .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.15rem;
    align-self: flex-start;
}

#formio textarea, #formio input[type="text"] {
    text-align: left;
    background-color: #F3F3F3 !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #808080 !important;
    color: #808080 !important
}

    #formio textarea::-moz-placeholder {
        color: #808080 !important
    }

    #formio textarea:-ms-input-placeholder {
        color: #808080 !important
    }

    #formio textarea::placeholder {
        color: #808080 !important
    }

@media (min-width: 992px) {
    #formio .pagination > .active > a,
    #formio .pagination > .active > span {
        font-size: inherit;
        text-decoration: none;
    }

        #formio .pagination > .active > a:focus, #formio .pagination > .active > a:hover,
        #formio .pagination > .active > span:focus,
        #formio .pagination > .active > span:hover {
            background-color: transparent;
            border-color: transparent;
            color: #346784 !important;
            font-weight: 700;
        }

    #formio .pagination .active > li > a {
        background-color: transparent;
    }

    #formio .pagination .active > li > span {
        background-color: transparent;
    }

    #formio .label, .control-label, .help-block, .checkbox, .radio {
        display: block !important;
    }

    #formio p {
        color: #000000;
        text-align: left;
        margin-bottom: 20px;
    }
	#formio a {
    text-decoration: underline;
	}

    #formio .field-wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-left: 40px
    }

        #formio .field-wrapper label {
            color: #808080;
            font-weight: 500;
            margin-left: 5px;
            margin-top: 0
        }

    #formio #formio-component-columns {
        margin-bottom: 20px
    }
	

    #formio .col-form-label {
        color: #346784;
        font-weight: 600 !important;
    }

    #formio .card-title {
        color: #346784;
        font-weight: 600 !important;
		font-size: large;
    }

    #formio .card-header {
        background-color:white !important;
        border-bottom:none !important;
    }
}


#formio .control-label--hidden {
    position: absolute;
    align-content: flex-end;
    margin-top: -0.0rem;
    margin-left: 5.5rem;
    font-size: 0.75em;
    top: unset;
    right: unset;
    font-family: "Font Awesome 5 Pro";
    content: " \f069";
    font-weight: 900;
    color: #cd2026;
}

#formio .form-group label.field-required::after {
    font-family: 'Font Awesome 5 Pro';
    content: " *";
    font-weight: 900;
    color: #cd2026;
    font-size: 1.5em;
    vertical-align: top;
	z-index: 1;
	background:none;
	border: none;
}

#formio #formio-wizard-nav-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem !important;
}

.list-inline-item {
    width: 100%;
}

@media (min-width: 992px) {
    .list-inline-item {
        width: fit-content;
    }
}

#formio .list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
}

#formio .formio-editor-read-only-content {
	text-align: left;
    background-color: #F3F3F3 !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #808080 !important;
    color: #808080 !important
}

@media (min-width: 992px) {
    #formio #formio-wizard-nav-container {
        flex-direction: row;
    }

    #formio .list-inline-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}
