#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    position: relative
}



#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    /* padding: 8px 15px 8px 15px; */
    /* border: 1px solid #DDDFE1; */
    /* border-radius: 0px; */
    /* margin-bottom: 25px; */
    /* margin-top: 2px; */
    /* width: 100%; */
    /* box-sizing: border-box; */
    /* font-family: montserrat; */
    /* color: #2C3E50; */
    /* background-color: #ECEFF1; */
    /* background-color: transparent; */
    /* font-size: 16px; */
    /* letter-spacing: 1px */
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    outline-width: 0
}

#msform .action-button {
    width: 140px;
    background: #1C3C6E;
    font-weight: bold;
	font-family: 'Work Sans';
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    /* margin: 10px 0px 10px 5px; */
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 140px;
    background-color: #F3F3F3;
    font-weight: bold;
    color: #6A707E;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
	border-radius: 5px;
	margin-right: 15px;
    /* margin: 10px 5px 10px 0px; */
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #ccccc;
	
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

.info-area .form-check{
	margin-bottom: 0;
}

.info-area .form-check-input:checked{
    background-color: #03BE63!important;
    border-color: #03BE63!important;
}

.info-area .form-check-input[type=radio] {
	height: 15px;
	width: 15px;
}

.info-area label{
	color: #464A53;
	font-size: 14px;
	font-family: 'roboto';
    font-weight: 600;
}

.wizard-header{
	overflow: auto;
	width: 100%;
}

#progressbar {
	padding-left: 0;
    margin: 0 auto 30px;
    overflow: auto;
    color: #464A53;
	width: 1100px;
}

#progressbar .active {
    color: #18bc49
}

#progressbar li.active a {
    color: #18bc49
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 11%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: ""
/*    content: "\f007"*/
}

#progressbar #edu:before {
    font-family: FontAwesome;
    content: ""
/*    content: "\f19d"*/
}

#progressbar #certificate:before {
    font-family: FontAwesome;
	content: '';
    <!-- content: "\f0a3" -->
}

#progressbar #training:before {
    font-family: FontAwesome;
    /* content: "\f13e" */
	content: '';
}

#progressbar #language:before {
    font-family: FontAwesome;
    /* content: "\f13e" */
	content: '';
}

#progressbar #experience:before {
    font-family: FontAwesome;
    content: ""
/*    content: "\f0b1"*/
}

#progressbar #projects:before {
    font-family: FontAwesome;
    /* content: "\f13e" */
	content: '';
}

#progressbar #skills:before {
    font-family: FontAwesome;
    /* content: "\f1ab" */
	content: '';
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: ""
/*    content: "\f007"*/
}
#progressbar #confirm:before {
    font-family: FontAwesome;
    content: ""
/*    content: "\f15b"*/
}

#progressbar #generate:before {
    font-family: FontAwesome;
    content: "\f007"
    <!-- background-image: url(images/info.svg); -->
    <!-- background-repeat: no-repeat; -->
    <!-- background-position: center; -->
}

#progressbar #account .icon, #progressbar #edu .icon, #progressbar #experience .icon, #progressbar #skills .icon, #progressbar #certificate .icon,#progressbar #training .icon
,#progressbar #language .icon,#progressbar #projects .icon,#progressbar #skills .icon,#progressbar #confirm .icon{
    position: absolute;
    top: 13px;
    right: 41%;
}

#progressbar li.active svg path{
	fill: #fff;
}

#progressbar #confirm:hover:before {
	fill: red;
}

#progressbar #confirm:before path,#progressbar #certificate:before path{
	fill: red!important;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #DBD1D1;
    background: #fff;
	border: 1px solid #DDDFE1;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:nth-child(1):after {
	display: none;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #DFD9D9;
    position: absolute;
    right: 50%;
    top: 23px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background-color: #18BC49!important;
	color: #fff;
	border: 1px solid #18BC49;
}

#upload_file{
	padding: 0.3rem 2.25rem .3rem .75rem;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}