/* New theme */

/* #jf_login_pro_1_popup {
    display: flex;
    align-items: center;
}  */ 
 
.jf-login-welcome {
    display: flex;
    align-items: center;
}

.icon-user-jf-login-welcome {
    margin-left: 7px !important;
    color: #484848;
    width: unset !important;
    height: unset !important;
}

.icon-user-jf-login-welcome svg {
    width: 20px;
    min-width: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
    opacity: 0.7;
}

.jf-login-registration-welcome{
    text-align: right;
}

.jf-login-registration-welcome span {
    position: relative;
    cursor: pointer;
    color: #1531c3;
    margin-top: 5px;
    display: block;
    font-size: 0.9rem;
    width: 100px;
    font-weight: 500;
    text-align: center;
} 

.jf-login-registration-welcome h4 {
    margin: 0;
    font-size: 0.6rem;
    color: #a8a8a8;
    text-align: right;
    font-weight: lighter;
}

/* logout style */

.jf_greeting {
    background: transparent !important;
    border: unset !important;
    margin: 0 !important;
}

.login_greeting {
    color: #5c5c5c;
    padding: 5px 10px !important;
    font-size: 0.9rem !important;
    letter-spacing: 0 !important;
    font-weight: 300;
}

.test-jf svg {
    width: 15px;
    color: #8e8e8e;
}

.test-jf {
    padding: 2px 7px;
    border-radius: 50%;
    background: #eff0f3;
    border: 2px solid #dde2e7;
}

.jf_greeting_toggl {
    display: flex;
    align-items: center;
}

.jf_l_pro .jf_greeting:hover,
.jf_l_pro .jf_greeting.active,
.jf_l_pro .jf_greeting.activee {
    box-shadow: unset;
}

.angle-down{
 transition: 0.3s;
}

.angle-down::before {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #707070;
    font-weight: 100;
    font-size: 0.7rem;
}

.jf_greeting.active .angle-down,
.jf_greeting.activee .angle-down {
    transform: rotate(180deg);
}

.jf_tick {
    right: 12px !important;
}

.jf_logged_cont,
.jf_logout_btn {
    border-radius: 5px;
}

.jf_logout_btn {
    background: #fff !important;
    border: unset !important;
}

.jf_logged_cont {
    border: 1px solid #dedfe0 !important;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 22%) !important;
}

.jf_logged_cont {
    opacity: 0;
    transition: 0.3s;
}

.jf_greeting.active + .jf_logged_cont,
.jf_greeting.activee + .jf_logged_cont{
    opacity: 1;
    visibility: visible;
}

.jf_logged_cont {
    display: block !important;
    top: 45px;
}


.jf_l_pro .jf_logged_cont .jf_logout_btn input[type="submit"] {
    color: white;
    background: #6dc4ce;
    border-radius: 3px;
    padding: 5px 20px;
    margin: 5px auto !important;
    display: block;
    transition: 0.3s;
}

.jf_l_pro .jf_logged_cont .jf_logout_btn input[type="submit"]:hover {
    background: #36a6b2;
}

a#jf_login_pro_btn {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #dadada;
    cursor: pointer;
    width: 130px;
}

.lmskaran_input_password_jf-login {
    position: relative;
}

.lmskaran_input_password_jf-login .lmskaran_eye_slash_pass {
    position: absolute;
    left: 10px;
    top: 0px;
    display: flex;
    font-size: 22px;
    color: #bbb;
    cursor: pointer;
    padding: 0px;
}

i#iconEyeJfLogin:hover {
    color: #626262;
}

i#iconEyeJfLogin {
    transition: 0.3s;
    font-family: 'FontAwesome';
    color: #646464;
}

.active-eye {
    color: #2c2d2d !important;
}


#jf_login_pro_1_btn {
    border: unset;
    padding: 9px 12px;
    margin-top: -9px;
    border-radius: 5px;
    max-width: 100%;
    width: unset !important;
    text-align: center;
    display: block;
    text-decoration: unset !important;
    color: white !important;
}


.jf_l_pro_popup .jf_l_pro_inputwrapper .jf_l_pro_input {
    border-radius: 5px;
}

.jf_l_pro_popup .jf_l_pro_authoriz_btn {
    background-color: #59c9f7;
}

.jf_l_pro_popup .jf_l_pro_forgot li {
    float: right;
    width: 100%;
}

.jf_l_pro_popup .jf_l_pro_forgot a {
    text-align: right;
    background: transparent !important;
    border: unset !important;
}

.jf_l_pro_popup .jf_l_pro_rememberwrap {
    float: right !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.jf_l_pro_popup .jf_l_pro_authoriz_btn {
    width: 100% !important;
}

.jf_l_pro_popup .jf_l_pro_inputwrapper .jf_l_pro_input {
    width: 88% !important;
}

.jf_l_pro_inputwrapper {
    border-bottom: 1px solid #c3c3c3;
}
input#jf_l_pro_input_username {
    border: unset;
    padding: 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

div#jf_login_pro_1_popup {
    background-color: white;
    background-image: unset;
    border-radius: 15px !important;
}
input#jf_l_pro_input_passwd {
    padding: 0;
    border: unset;
}

.jf_l_pro_popup .jf_l_pro_register {
    border: unset;
    padding: 0;
    border-radius: 10px;
    margin: 5px 0 0;
}



.pack-button-log-reg-lmskaran{
	display: flex;
    justify-content: space-between;
}

.jf_l_pro_popup .jf_l_pro_authoriz_btn {
    margin: 0;
    line-height: 0;
    float: unset;
    height: unset;
	background-color: #37e56d;
}

.jf_l_pro_popup .jf_l_pro_authoriz_btn:hover{
	background:unset;
	box-shadow:unset;
	color:#37e56d;
	border:2px solid #37e56d;
}


.jf_l_pro_popup .jf_l_pro_register a {
	color: white;
    letter-spacing: 0;
    text-transform: unset;
    display: block;
    padding: 5px;
	background: #59c9f7;
}

.jf_l_pro_popup .jf_l_pro_register a:hover {
    background: white;
    color: #59c9f7;
    border: 2px solid #59c9f7;
	text-decoration:unset;
}




.jf_l_pro_popup .jf_l_pro_authoriz_btn{
	background-color: #37e56d;
}




.jf_l_pro_popup .jf_l_pro_authoriz_btn,
.button-reg-jf-login-lmskaran a{
	width: 100%;
	border-radius: 10px;
	border: 2px solid transparent;
	color: white;
	text-decoration:unset;
	transition: 0.5s;
}


.button-login-jf-login-lmskaran,
.button-reg-jf-login-lmskaran{
    display: flex;
    width: 50%;
    padding: 5px !Important;
    margin: 0 !Important;
}


.jf_l_pro_popup .jf_l_pro_checkbox > i:before,
.jf_l_pro_popup .jf_l_pro_checkbox input[type="checkbox"]:checked + i{
	border-radius:50%;
}


.jf_l_pro_popup .jf_l_pro_forgot a{
	background:unset;
    color: #b8b8b8 !important;
    font-size: 0.9rem;
    letter-spacing: 0;
    font-weight: 300;
}

.jf_l_pro_popup .jf_l_pro_forgot a:hover{
	background:unset;
    color: #8d8d8d !important;
	box-shadow:unset;
}


.jf_greeting.light.activee + .jf_logged_cont {
    display: block !important;
}

.user-jf-login-welcome {
    /* margin-left: 7px; */
    color: #484848;
}

.user-jf-login-welcome img{
    height: 26px;
    min-width: 24px;
}



.jf_logout_btn {
    border: unset !important;
}

.jf_l_pro_links {
    margin: 5px 0 5px 0;
    border: unset;
    padding: unset;
}

.jf_l_pro_links a {
    font-size: 15px;
    color: #4a4646 !important;
    margin: 0;
}

.jf_l_pro .jf_logged_cont .jf_logout_btn {
    padding: 0 0 10px;
}


.jf_l_pro .jf_logged_cont .jf_logout_btn input[type="submit"] {
    margin: 0 !important;
    padding: 0;
    font-size: 15px;
    color: #4a4646 !important;
}

.jf_l_pro table tr td {
    padding: 0 10px;
}

.info-user {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0000001f;
    width: 100%;
}

.avatar-users {
    display: none;
}

#progressProfileUser a {
    font-size: 15px;
    font-weight: 300;
    color: #4a4646;
    padding-right: 10px;
    text-decoration: unset;
}
