/*
Theme Name:     Freelanceengine Child For Multi Role
Theme URI:      http://farstheme.com/
Description:    Child theme for the FreelanceEngine theme
Author:         Morteza Lotfi nejad
Author URI:     http://farstheme.com
Template:       freelanceengine
Version:        1.0
*/

.change-role-box .fre-input-field{
    text-align: center;
}

.change-role-box .fre-switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 50px;
    margin: 0;
}

.change-role-box .fre-switch .fre-switch-slider::before {
    position: absolute;
    content: "";
    height: 42px;
    width: 92px;
    top: 4px;
    left: 8px;
    background-color: #FFF;
    border-radius: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 1px solid #adadad;
}

.employer-title,.freelancer-title{
    font-size: 30px;
    position: relative;
    top: -18px;
}
.employer-title{
    left: 30px;
}
.freelancer-title{
    right: 30px;
}

.change-role-box .fre-switch .fre-switch-slider {
    background-color: #1f9cbd;
}