.employment-dir {
    direction: rtl;
}

#employment1 {
    font-size: 14px;
    line-height: 1.8;
}

.employeeheader {
    background: #1b427e;
    color: #ffffff;
    text-align: center;
}

.employeeheader1 {
    background: url(../images/employment.png) no-repeat;
    background-size: 25%;
    height: 250px;
    background-position: center;
}

@media (max-width: 767px) {
    .employeeheader1 {
        display: none;
    }
}


:focus {
    outline: none;
}

textarea {
    resize: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.steps .current-info, .wizard > .steps .number {
    display: none;
}

#wizard {
    position: relative;
    background: #2f548426;
    height: 575px;
    width: 740px;
    padding: 60px 80px 0;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

#wizard.pt-86 {
    padding-top: 86px;
}

.steps {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.steps ul {
    display: flex;
}

.steps ul li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
}

.steps ul li.current a {
    width: 22px;
    transition: all 0.5s ease;
    border-radius: 5.5px;
}

.avartar-picker {
    margin-top: 20px;
}

.avartar-picker label {
    display: block;
    cursor: pointer;
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: 800;
}

.avartar-picker label:hover {
    color: #666;
}

.avartar-picker label i {
    margin-right: 3px;
}

.form-header {
    display: flex;
}

.form-header .avartar {
    width: 33.75%;
}

.form-header .avartar a {
    display: block;
}

.form-header .form-group {
    width: 66.25%;
}

.form-row {
    display: flex;
}

.form-row .form-holder {
    width: 70%;
}

.form-row .form-holder:last-child {
    margin-right: 0;
}

.form-holder {
    position: relative;
    padding-right: 26px;
    margin-bottom: 15px;
}

.form-holder:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 10px;
    height: 10px;
    border: 2px solid #007bff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-holder.active:before {
    background: #007bff;
}

.form-control {
    text-align: right;
    height: 46px;
    border: none;
    background: #eef2f7;
    width: 100%;
    padding: 0 25px;
    border-radius: 23px;
    color: #333;
}

.grid-item {
    float: right;
    display: block;
    height: 134px;
    width: 30%;
    margin-left: 27px;
    border-radius: 7px;
    margin-bottom: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.grid-item:last-child {
    margin-right: 0;
}

.grid-item span {
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 11px;
}

.grid-item .inner {
    margin-top: 2px;
}

.grid-item:hover {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.actions ul.actions-next {
    justify-content: space-between;
}

.actions li a {
    text-align: center;
    float: left;
    padding: 0;
    border: none;
    display: grid;
    height: 46px;
    width: 146px;
    align-items: center;
    background: #3b7cfe;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-weight: 400;
    border-radius: 23px;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.actions li a:hover {
    background: #44619c;
}

.actions li a:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.actions li[aria-disabled="true"] a {
    display: none;
}

.actions li:first-child a {
    background: #f6c2ec;
}

.actions li:first-child a:hover {
    background: #dbadd2;
}

.actions li:last-child a {
    font-weight: 400;
}

.actions li:last-child a:before {
    right: 44px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 1200px) {
    #wizard {
        width: auto;
        height: auto;
        padding: 30px 20px;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }
}

@media (max-width: 767px) {
    body {
        background: none;
    }

    .form-header {
        display: block;
    }

    .form-header .avartar {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .form-header .form-group {
        width: 100%;
    }

    .grid .row {
        display: block;
    }

    .grid-item {
        width: 100%;
    }

    .form-row {
        display: block;
    }

    .form-row .form-holder {
        width: 100%;
        margin-right: 0;
    }

    .actions ul {
        flex-direction: column;
        align-items: flex-end;
    }

    .steps {
        display: none;
    }
}

.actions ul.actions-next li:nth-child(1) {
    float: right;
}

#fakeBrowse {
    border-radius: 23px;
    height: 43px;
    width: 150px;
}

.form-holder #filename {
    height: 43px;
    width: 370px;
    border: none;
    padding-right: 10px;
}

#wizard .form-control {
    font-size: 14px;
}

#wizard .btn {
    font-size: 14px;
}

.error {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    display: inline-block;
    margin-bottom: 0 !important;
    color: #d60808;
    font-size: 12px;
}

.image_upload_preview {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    border: 5px double #5f87c3;
}

.display-browse {
    display: none;
}

@media (min-width: 576px) and (max-width: 767px) {
    .employeeheader {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .employeeheader {
        background: #1b427e;
        height: 150px;
    }
}

@media (max-width: 375px) {
    .employeeheader h1 {
        font-size: 20px;
    }
}

.branch-grid {
    color: #4875d8;
}

.grid .grid-item.active {
    box-shadow: -2px 2px 17px 7px rgba(23, 56, 128, 0.61);
    border: 3px solid #17388085;
}

.grid input.position-absolute {
    opacity: 0;
}