button:focus {
    outline: none;
}
.JobDuration-Title{
    font-family: 'Nunito';
}
.page-ath-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-ath-content{
    font-family: 'Poppins';
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px;
}
.progress .progress-bar{
    height: unset;
}
.page-ath-heading {
    font-size: 28px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 40px;
}
.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page-ath-form {
    padding-bottom: 100px;
}
.page-ath-header {
    visibility: hidden;
    opacity: 0;
}
.page-ath-footer {
    font-family: 'Roboto', sans-serif;
    padding-top: 40px;
}
.page-ath-footer p {
    font-size: 15px;
}
.page-ath-footer p a {
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.page-ath-footer p a:hover {
    color: #5161ce;
}
.salaryField{
    max-width: 120px;
}
.salaryField .input-group-addon{
    font-size: 20px;
}
.salaryField #salary_min {
    margin-left: 5px;
    border-radius: 5px;
    padding: unset;
    min-height: 30px;
    padding-left: 5px;
    text-align: center;
}
.page-content {
    margin-left: 260px;
    transition: all .5s;
    padding: 15px;
}
.page-content.page-active {
    margin-left: 0px;
}
/*---------signup-step-------------*/
.register-form-content {
    justify-content: center;
}
.register-form-content .page-ath-form {
    padding-bottom: 0px;
}
.register-form-content .form-align-box,
.register-form-content .page-ath-form,
.register-form-content .wizard,
.register-form-content .register-wizard-box,
.register-form-content .tab-content,
.register-form-content .wizard .tab-pane {
    height: 100%;
}
.register-form-content .page-ath-header {
    display: none;
}
.register-wizard-box .tab-pane h4 {
    margin-top: 0px;
    font-size: 16px;
    color: #8e8c8c;
    margin-bottom: 12px;
    display: inline-block;
}
.register-wizard-box .tab-pane h3 {
    font-size: 26px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 25px;
}
.wizard {
    position: relative;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: absolute;
    bottom: 24px;
}
.wizard .nav-tabs > li > a.active .round-tab,
.wizard .nav-tabs > li > a.active:hover .round-tab,
.wizard .nav-tabs > li > a.active:focus .round-tab {
    cursor: default;
    background-color: #5161ce;
    color: #fff;
}
.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}
.wizard .nav-tabs > li a {
    padding: 15px;
    position: relative;
}
.wizard .nav-tabs > li {
    width: 25%;
    position: relative;
}
.wizard .nav-tabs > li a .round-tab {
    width: 30px;
    height: 30px;
    color: #868cbd;
    font-weight: 600;
    background-color: #ced2f2;
    display: inline-block;
    border-radius: 50%;
    padding-top: 1px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: 0.5s;
}
.wizard .nav-tabs > li:before,
.wizard .nav-tabs > li:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    background-color: #ced2f2;
    left: 15px;
    transition: 0.5s;
}
.wizard .nav-tabs > li:after {
    background-color: #42b161;
    width: 0;
}
.wizard .nav-tabs > li.done a .round-tab {
    background-color: #42b161;
    color: #fff;
}
.wizard .nav-tabs > li.done:after {
    width: 100%;
}
.wizard .nav-tabs > li.done.active a .round-tab {
    background-color: #5161ce;
    color: #fff;
}
.wizard .nav-tabs > li.done.active ~ li .round-tab {
    background: #ced2f2;
    color: #868cbd;
}
.wizard .nav-tabs > li.active:after,
.wizard .nav-tabs > li.active ~ li:after {
    width: 0;
}
.wizard .nav-tabs > li:last-child:before,
.wizard .nav-tabs > li:last-child:after {
    display: none;
}
.wizard .nav-tabs > li a.disabled {
    cursor: not-allowed;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
.wizard .tab-content > .active {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 40px;
}
.step-btn {
    background-color: transparent;
}
.step-btn i {
    width: 40px;
    height: 40px;
    background-color: #e9e9ea;
    display: inline-block;
    border-radius: 50%;
    color: #5e666b;
    font-size: 15px;
    text-align: center;
    padding-top: 12px;
}
.step-btn span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #5e666b;
    letter-spacing: 0.3px;
}
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step {
    border: none;
    margin-top: 30px;
}
.prev-step span {
    margin-left: 10px;
}
.register-form-content .prev-step, .register-form-content .next-step{
    margin-top: unset;
}
.register-form-content .number__minus, .register-form-content .number__plus{
    float: left;
    border: 1px solid #ced4da!important;
    padding-left: 9px;
    width: 30px;
    padding-right: 9px;
}
.register-form-content .experience{
    float: left!important;
    border: 1px solid #ced4da!important;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 17px!important;
    background-color: #F8F8F8!important;
}
.next-step span {
    margin-right: 10px;
    color: #5161ce;
}
.next-step i {
    box-shadow: 0px 4px 12px rgba(81, 97, 206, 0.5);
    background-color: #5161ce;
    color: #fff;
}
.form-input-steps .custom-control.custom-checkbox label {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.form-input-steps .custom-control.custom-checkbox label a {
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;

}
.form-input-steps .custom-control.custom-checkbox label a:hover {
    color: #5161ce;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.progress {
    border-radius: 50px;
    height: 22px;
    margin-top: 7px;
    margin-bottom: 25px;
    background-color: #e9ecef;
}
.progress-bar {
    background-color: #5161ce;
}
.has-error {
    background: #f00;
}
.number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    box-sizing: border-box;
    padding: 2px 25px 2px 2px;
}

.number__input {
    display: inline-block;
    height: 27px;
    width: 100px;
    text-align: center;
    font-size: 18px;
    border: 1px solid transparent !important;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px, rgb(0 0 0 / 7%) 0px 1px 3px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
    border-radius: 4px;
}
.number__plus, .number__minus {
    width: 27px;
    height: 27px;
    background: white;
    border: 1px solid #ced4da!important;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px, rgb(0 0 0 / 7%) 0px 1px 3px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
    border-radius: 4px;
    color: black;
}
.validation_error {
    border-color: #ff5e5e !important;
}


