.jobsskillsfest-navbar {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 60px;
	z-index: 90;
	display: flex;
	align-items: center;
	padding-left: 5%;
	padding-right: 5%;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.jobsskillsfest-brand-container {
	color: #000;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Lexend Deca";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.jobsskillsfest-brand-logo {
	width: 250px;
}

a.jobsskillsfest-brand-link {
	color: #000;
}

a.jobsskillsfest-brand-link:hover {
	color: #000;
}

p.jobsskillsfest-brand-title {
	margin: 0 !important;
	padding: 0 !important;
}

.jobsskillsfest-navbar .column {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.content {
	padding: 60px 16px;
	margin-top: 60px;
}

.jobsskillsfest-menus {
	justify-content: flex-end;
}

.jobsskillsfest-menu-item {
	margin-right: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.jobsskillsfest-menu-title a {
	margin-left: 6px;
	color: #000000;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.jobsskillsfest-menu-title a:hover {
	text-decoration: none;
	color: #FA4094;
}

.divider {
	width: 1px;
	height: 24px;
	background-color: #E5E5E5;
}

.menu-hambuger {
	display: none;
}

.modal-body-container {
	align-content: center;
	display: block;
}

.modal-body-content-alignment {
	padding-bottom: 20px;
	text-align: center;
}

.close {
	opacity: 1 !important;
}

.modal-login-container {
	display: inline-flex;
	padding: 0px;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 20px;
}

.menus-login-button,
.modal-login-button {
	display: flex;
	height: 40px;
	min-width: 140px;
	padding: 10px 16px;
	gap: 12px;
	color: #ffffff;
	border: 0 !important;
	border-radius: 5px !important;
	font-family: Lato !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: center;
}

.menus-login-button {
	background-color: #293153;
}

.modal-login-button {
	background-color: #FA4094;
}

.modal-content-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content-text {
	text-align: center;
	margin-left: 5px;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.modal-content-text a {
	color: #ffffff;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.modal-content-text a:hover {
	text-decoration: none;
	color: #FA4094;
}

.modal-content-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jobsskillsfest-dropdown-user {
	color: #ffffff;
	z-index: 2000;
}

.jobsskillsfest-dropdown-user:hover {
	color: #ccc;
}

.jobsskillsfest-user-image {
	width: 35px !important;
	height: 35px !important;
}

.jobsskillsfest-user-name {
	padding: 20px 5px 5px 10px !important;
}

.jobsskillsfest-user-dropdown-container {
	position: absolute !important;
	margin-top: 200px !important;
	top: inherit;
	left: inherit;
}

.jobsskillsfest-modal-container {
	display: none;
	position: fixed;
	top: 50%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.jobsskillsfest-modal-content {
	background: #293153;
	color: #ffffff;
	width: 100vh;
	height: 100vh;
	overflow: auto;
}

.jobsskillsfest-modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 100px
}

.jobsskillsfest-modal-close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

/* Animation Modal */
.jobsskillsfest-modal-fade-slide-up {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	top: 0 !important;
}


@media only screen and (max-width: 767px) {
	.jobsskillsfest-navbar {
		padding-left: 10px;
		padding-right: 10px;
	}

	p.jobsskillsfest-brand-title {
		font-size: 19px;
	}

	.jobsskillsfest-menu-item {
		display: none;
	}

	.jobsskillsfest-menu-item.menu-hambuger {
		display: inline !important;
		width: 24px;
		height: 24px;
		flex-shrink: 0;
	}

	.jobsskillsfest-user-dropdown-container {
		position: absolute !important;
		margin-top: -2% !important;
		top: inherit;
		left: inherit;
	}
}

@media screen and (min-width: 1025px) {
	.jobsskillsfest-user-image {
		width: 26px !important;
		height: 26px !important;
		border: 1px solid #ccc;
	}

	.jobsskillsfest-dropdown-toggle {
		color: #000000;
	}

	.jobsskillsfest-dropdown-toggle:hover {
		color: #1e1e1e;
	}

	.jobsskillsfest-user-name {
		padding: 20px 5px 20px 7px !important;
		font-family: Lato;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.jobsskillsfest-navbar {
		padding-left: 30px;
		padding-right: 30px;
	}

	.jobsskillsfest-menu-item {
		display: none;
	}

	.jobsskillsfest-menu-item.menu-hambuger {
		display: inline !important;
		width: 32px;
		height: 32px;
		flex-shrink: 0;
	}

	.jobsskillsfest-user-dropdown-container {
		position: absolute !important;
		margin-top: -2% !important;
		top: inherit;
		left: inherit;
	}
}