@media only screen and (max-width: 1366px){
    .vnon-mobile {
        display: none;
    }
    .vmobile {
        display: block;
    }
}
@media only screen and (min-width: 1367px){
    .vnon-mobile {
        display: block;
    }
    .vmobile {
        display: none;
    }
}
.main-menu .navigation > li > ul.vnav-profile-links {
    right: 0;
    left: auto;
}
.main-menu .navigation > li > ul.vnav-profile-links::before {
    right: 20px;
    left: auto;
}
.vnav-profile-links li i {
    min-width: 1.5em;
}

.main-header .main-menu {
	margin-left: auto;
	margin-right: 15px;
}
.main-header .container-fluid .nav-outer {
    width: 100%;
}
.profile-nav-img {
    width: 40px;
    height: 40px;
}
.vsidebar-wrapper {
    position: sticky;
    left: 0;
    width:300px;
}
.vprofile-btn {
    margin-top: 25px;
}
.vtable .widget-content {
    padding: 0px;
}
.vtable .la-eye {
    color: #3D5656;
}
.vtable .la-pencil {
    color: #03C988;
}
.vtable .la-trash {
    color: #ff0000;
}
.job-block-two .company-logo.vcompany-logo {
    top: 50%;
    margin-top: -20px;
}