.my-navigation{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 1000;
	border-bottom: 1px solid #b1b1b1;
	background-color: #fdfdfd;
	height: 65px;
    line-height: 55px;
}

.navbar-nav-list{
	display: inline;
}

.navbar-brand{
	display: none;
}

.nav-logo{
	position: fixed;
	top: 0;
	left: 0;
    padding-top: 16px;
    padding-left: 10px;
    max-height: 55px;
	opacity: 1;
	cursor: pointer;
	transition: opacity .4s, padding-left .4s;
}

.nav-logo:hover{
    padding-left: 20px;
	opacity: .4;
	transition: opacity .4s, padding-left .4s;
}

.MYMENU{
    float: right;
	display: block;
}

.MYMENU .btn{
	background-color: gray;
    color: wheat;
    margin-left: 20px;
	padding: 5px 18px;
    font-size: 10pt;
    margin-bottom: -12px;
}

.menu-padding-right{
	padding-right: 15px;
}

.nav-link {
    display: block;
    font-size: 9pt;
	padding: 0px 6px;
    line-height: 65px;
}

.my-nav-item{
	display: inline-block;
	padding: 0px 0px;
	font-size: 12pt;
    color: black;
    font-weight: 500;
	cursor: pointer;
    list-style: none;
	margin: 0px;
}

.my-nav-item p{
	margin-bottom: 0px;
    padding: 5px 10px;
    line-height: 25px;
    border-radius: 15px;
	margin-top: 13px;
	transition: background-color .4s;
}

.my-nav-item p:hover{
	background-color: #efefef;
	transition: background-color .4s;
}

.my-nav-item a{
	color: black;
    text-decoration: none;
}

.sign-in-btn{
	text-decoration: none;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 8px 20px;
	margin-left: 20px;
	font-weight: 400;
    font-size: 12pt;
    background-color: #002b11;
    color: white !important;
    letter-spacing: 2px;
	cursor: pointer;
}

.my-menu-call{
	position: fixed;
    top: 10px;
	right: 10px;
    font-size: 24pt;
	cursor: pointer;
	color: #343a40;
	box-shadow: 0px 0px 3px 1px #808080ba;
    line-height: 44px;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    text-align: center;
	z-index: 10000;
	display: none;
}

.company-nav{
	background-color: #b8d4d8;
    box-shadow: 0 2px 5px 0 black;
}


.profile-avatar{
	text-decoration: none;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 8px 20px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 12pt;
    background-color: #002b11;
    color: white;
    letter-spacing: 3px;
}


#my_menu{
	border-bottom: 1px solid #cbcbcb;
    height: 62px;
    position: fixed;
    top: 0;
    width: 100%;
	background-color: white;
    z-index: 998;
}


#my_menu_list{
	position: fixed;
    right: 0;
}


#my_menu_list_mobile{
	display: none;
}

.currenty-lang{
	font-size: 10pt;
    color: #434343;
    margin-left: 25px;
    border-left: 1px solid #bdbdbd;
    line-height: 60px;
    padding: 10px;
    padding-left: 25px;
}

.currenty-lang-mobile{
	font-size: 11pt;
    background-color: black;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
	display: none;
}


.profile-avatar a{
	text-decoration: none;
}

.profile-alert{
	position: fixed;
	right: 70px;
	top: 10px;
	font-size: 14pt;
	color: #bdbdbd;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 42px;
    text-align: center;
	cursor: pointer;
	border: 1px solid #b4b4b4;
	z-index: 9999;
	background-color: #fdfdfd;
    transition: border .2s, color .2s;
	display: none;
}

.my-profile-avatar-menu-cover, .my-alert-avatar-menu-cover{
	height: 1000px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #eceff15e;
    filter: blur(4px);
    backdrop-filter: blur(5px);
    z-index: 1001;
	display: none;
}

.my-profile-avatar-menu{
	position: fixed;
	right: 10px;
	top: 70px;
	border-radius: 8px;
    padding: 20px 34px;
    z-index: 1001;
	background-color: white;
	box-shadow: 0px 0px 5px 1px #7c7c7c;
	display: none;
}

.my-alert-avatar-menu{
	position: fixed;
	right: 72px;
	top: 70px;
	border-radius: 8px;
    padding: 20px 34px;
    z-index: 1001;
	background-color: white;
	box-shadow: 0px 0px 5px 1px #7c7c7c;
	display: none;
}

.profile-avatar-item{
	margin: 0;
    line-height: 50px;
    font-size: 9pt;
	color: #da3636 !important;
}

.profile-avatar-item .logout{
	color: #ff9189;
}

.my-sub-menu-box-holder{
	position: absolute;
	z-index: 1000;
	display: none;
}

.my-sub-menu-box{
    padding: 15px 15px;
    background-color: white;
    border: 1px solid #dcdada;
    margin-left: 0px;
    border-radius: 6px;
    font-size: 10pt;
    line-height: 35px;
	box-shadow: 0px 0px 3px -1px #6b6b6b;
}

.my-sub-menu-box a{
	text-decoration: none;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid #585858;
    margin-left: 30px;
}

.my-alert-message{
	cursor: default;
    padding: 10px 0px;
    line-height: 20px;	
}

.my-alert-message a{
	cursor: pointer;
}

.my-alert-message-no-message{
	text-align: center;
}

.my-alert-message-no-message img{
    max-height: 100px;
    opacity: 0.7;
}

.my-alert-message-number{
	color: #f44336;
    font-weight: bold;
    padding: 0px 6px;
}

.got-an-alert-circle{
	padding: 6px;
    background-color: #ff6161;
    position: absolute;
    top: -1px;
    right: 1px;
    border-radius: 100%;
}

.small-submenu-phone{
	padding-right: 20px;
	display: none;
}

/****** Looking for job ******/
.my-actively-looking{
	position: fixed;
	bottom: 10px; 
	right: 15px;
    line-height: 40px;
	z-index: 10000;
}

.my-actively-looking-yes, .my-actively-looking-no{
	max-height: 55px;
	margin-left: 15px;
	opacity: 0.7;
    cursor: pointer !important;
	display: none;
	transition: opacity .2s;
}

.my-actively-looking-yes:hover, .my-actively-looking-no:hover{
	opacity: 1;
	transition: opacity .2s;
}

.my-actively-looking-banner{
    max-height: 40px;
    background-color: #f2f2f2;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 12px;
    color: black;
	font-weight: 500;
	line-height: 10px;
    float: left;
    margin-right: 12px;
	display: none;
}
/**** Looking for job END ****/

.search-invoke{
	font-size: 9pt;
	background-color: #248ccc;
}

.local-super-title{
    font-size: 15pt;
    text-align: left;
    line-height: 50px;
    padding-left: 18px;
    color: #248ccc;
    font-weight: 600;
}

.my-skeleton{
	background-image: url('/V2/assets/img/skeleton.gif');
	background-position-x: center;
    background-repeat: repeat;
    background-size: auto;
    position: inherit;
    z-index: 1000;
	width: 100%;
}

#my_menu_list_mobile{
	text-align: right;
    margin-top: 60px;
    border-top: 1px solid #eaeaea;
    padding-top: 0px;
}

#my_menu_list_mobile ul{
	list-style: none;
	padding: 0px 20px;
	margin: 0;
}

.my-mobile-nav-item{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
    padding-top: 10px;
}

.mobile-nav-title{
	padding-right: 15px;
    font-size: 20pt;
    font-weight: 400;
    color: #8e8e8e;
}

.mobile-nav-link{
	padding-right: 15px;
    font-size: 20pt;
    font-weight: 500;
    color: black;
    text-decoration: underline;	
}

.mobile-nav-sublink{
	padding-right: 40px;
    font-size: 14pt;
    font-weight: 500;
    color: black;    
	text-decoration: underline;
    line-height: 44px;
}

.my-menu-mobile-top{
	position: fixed;
	top: 4px;
	right: 80px;
	z-index: 998;
}

.my-menu-mobile-call{
	position: fixed;
	top: 2px;
	right: 10px;
	z-index: 998;
	line-height: 55px;
    font-size: 22pt;
	cursor: pointer;
    padding: 0px 20px;	
}

.menu_no_border{
	border-bottom: none !important;
}

.navbar-nav-mobile-list li{
	display: none;
}

.profile-avatar{
	color: wheat !important;
}

.logout{
    color: #b30000;
    font-weight: bold;
}



@media (max-width: 570px){
	.currenty-lang{
		padding-left: 10px;
	}
}


@media (max-width: 400px){
	.currenty-lang{
		visibility: hidden;
	}
	
	.currenty-lang-mobile{
		display: inline;
	}
}


@media (max-width: 430px){
	.nav-logo{
		width: 100px;
	    height: 60px;
		object-fit: contain;
	}
	
	.profile-avatar{
		letter-spacing: 1px;
		margin-left: 3px;
	}
}


@media (min-width: 911px){
	.MYMENU{
		display: block !important;
		padding-top: 0px;
	}
}


@media (max-width: 1250px){
	.box-descubra h5{
		font-size: 12pt;
	}

	#my_menu_list{
		display: none;
	}
	
	#my_menu_list_mobile{
		display: block;
	}
	
	#my_menu {
		height: auto;
	}
	
	.profile-avatar{
		right: 75px;
	}

	.profile-alert{
		right: 140px;
	}
			.
	.my-alert-avatar-menu{
		right: 140px;
	}
	
	.my-profile-avatar-menu{
		right: 72px;
	}

	.MYMENU{
		padding: 10px;
		padding-bottom: 20px;
	    padding-top: 0;	
		background: white;
		position: fixed;
		top: 65px;
		right: 0px;
	    z-index: 9999;
		width: 85%;
		max-width: 330px;
		float: none;
		text-align: center;
		border-left: 1px solid gray;
		display: none;
	}
	
	.navbar-nav-list{
	    float: none;
		text-align: right;
	}

	.my-nav-item{
		float: none;
		padding: 0px 10px;
		text-align: right;
	}
		
	.nav-link {
		font-weight: 600;
		font-size: 10pt;
	    border-top: 1px solid #ebebeb;	
	}
	
	.my-menu-call{
		display: block;
	}

	.small-submenu-phone{
	    padding-right: 25px;
		display: block;
		font-size: 9pt;
		padding-bottom: 10px;
		padding-top: 10px;
		line-height: initial;
	}

	.MYMENU .btn{
		margin-bottom: 10px;
	}

	.my-nav-bt-holder{
		margin-top: 20px;
		text-align: center;
	}
}




/******************** V2 ********************/
/******************** V2 ********************/
/******************** V2 ********************/
/******************** V2 ********************/
/******************** V2 ********************/
/******************** V2 ********************/
/******************** V2 ********************/
/******************** V2 ********************/

.MYMENU .btn{
	background-color: #248ccc;
	color: white;
}

.menu-padding-right{
	padding-right: 10px;
}

@media (max-width: 910px){

}


