@charset "utf-8";

/* CSS for responsive design */
header {
	background-color: #fff;
	color: #666;
	padding-bottom: 20px !important;
}

.skip-link__link {
	display: -moz-inline-stack;
	display: block;
	margin: 0;
	max-height: 0;
	color: transparent;
	position: absolute;
	top: 25px;
	left: 5px;
	font-size: 1em;
	overflow: hidden;
}

.skip-link__link:focus {
	color: #005bac;
	overflow: visible;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 990px;
	margin: 0 auto;
	max-height: 55px;
}

#FDF_Header {
	max-width: 80%;
}

.logo-link {
	display: inline-block;
	max-width: 100%;
}

.logo {
	height: 37px;
	max-width: 350px;
	object-fit: contain;
}

.testingNameVersoin {
	position: relative;
	top: 1rem;
	color: red;
	font-size: 1.5rem;
}

.user-guide-menu {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 1rem;
	padding: inherit;
	margin: 0 !important;
	width: max-content;
	font-size: 12px;
}

.user-guide-menu-items {
	display: flex;
	align-items: center;
}

.user-guide-menu-item {
	color: #666;
	text-decoration: none;
}

.user-guide-menu-toggle {
	display: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 24px;
}

.header-content span {
	color: #cccccc;
}

.user-guide:hover {
	text-decoration: underline !important;
}

.user-guide-menu-L798 {
	display: block;
}

.user-guide-menu-S798,
.login-user-guide-menu-S798 {
	display: none;
}
/* Navigation Styles */
.bgColor {
	background-color: #1c5fb6;
}

.menuHeight {
	min-height: 40px;
}

nav {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 990px;
	margin: 0 auto !important;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

nav li {
	padding: 0 35px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	align-items: center;
	color: #fff;
}

nav li:hover {
	color: #fff;
	background: #427bda;
}

nav li a:hover {
	color: #fff;
}

nav li a {
	color: #fff;
}

nav li:hover>ul {
	display: block;
}

.hover {
	background-color: #134ea3;
}

nav li ul {
	display: none;
	position: absolute;
	background-color: #fff;
	color: #333;
	width: 200px;
	z-index: 9999;
}

nav li ul li {
	display: block;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

nav li ul li:hover {
	color: #fff;
	background: #fff;
}

nav li ul li a {
	color: #333;
}

nav li ul li a:hover {
	color: #124fa5;
}

.table-dropdown, .admin-dropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	width: max-content;
	list-style-type: none;
	margin: 0;
	border: 1px solid #cbcbcb;
	border-top: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	left: 0;
	right: 0;
}

#nav>li:hover>.table-dropdown {
	display: grid;
	grid-template-columns: repeat(2, auto);
}

#nav>li:hover>.admin-dropdown {
	display: grid;
	grid-template-columns: repeat(3, auto);
}

.table-dropdown .table-item, .admin-dropdown .table-item {
	text-align: left;
	border-radius: 4px;
	cursor: pointer;
	line-height: 32px;
	padding: 10px 10px 0px 10px;
}

.table-item:hover, .cur {
	color: #124fa5;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.4rem;
}

.CreateSmart a+img {
	display: none;
	width: 10px;
	height: 0.643rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	transition: all .2s;
	transform: rotate(180deg);
	width: 10px;
}

.CreateSmart:hover a+img {
	transform: rotate(0deg);
}

@media ( max-width : 1364px) {
	.mana_p {
		right: 0.01rem;
	}
}

@media ( max-width : 1100px) {
	#FDF_Header {
		max-width: 100%;
	}
	.testingNameVersoin {
		font-size: 12px;
	}
}



@media ( max-width : 990px) {
	#FDF_Header {
		max-width: 100%;
	}
}

@media ( max-width : 920px) {
	.admin-dropdown {
		left: unset;
	}
}

/* Responsive styles */
@media ( max-width : 990px) {
	.testingNameVersoin {
		font-size: 1.5rem;
		top: 0;
	}
	header {
		padding: 10px !important;
		height: 56px;
	}
	.header-content {
	}
	.user-guide-menu {
		top: 0.2rem;
	}
	.user-guide-menu-items {
		display: none;
		width: max-content;
	}
	.user-guide-menu-toggle {
		display: block;
		position: relative;
	}
	.user-guide-menu.active .user-guide-menu-items {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 2rem;
		right: -9px;
		background-color: #fff;
		z-index: 1000;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}
	.user-guide-menu-L798 {
		display: none;
	}
	.login-user-guide-menu-S798 {
		display: block;
	}
	.user-guide-menu-S798 {
		display: block;
		height: 86vh;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.fullPageMenu {
		position: relative;
		height: 90%;
		overflow-y: auto;
	}
	.header-content {
		border-bottom: 2px solid #134EA3;
	}
	.bgColor {
		background-color: #fff;
	}
	.menuHeight {
		width: 100vw;
		max-height: 90vh;
	}
	.CreateSmart a+img {
		display: unset;
	}
	nav {
		color: #fff;
		display: flex;
		flex-direction: column; /* Change to column direction */
		align-items: flex-start; /* Align items to the left */
		max-width: 990px;
		margin: 0 auto !important;
	}
	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column; /* Change to column direction */
		justify-content: flex-start; /* Align items to the left */
		width: 100%; /* Set the width to 100% */
	}
	nav li {
		padding: 0 0 0 3rem;
		font-size: 1rem;
		font-weight: bold;
		cursor: pointer;
		position: relative;
		align-items: center;
		color: #333;
		max-width: calc(100% - 10px);
		border-bottom: 1px solid #eee;
	}
	nav li:hover {
		color: #fff;
		background: #fff;
	}
	nav li a, nav li a:hover {
		color: #333;
	}
	nav li ul {
		display: none;
		position: absolute;
		background-color: #fff;
		color: #333;
		width: 200px;
		z-index: 9999;
		left: 100%; /* Position the dropdown to the right */
		top: 0; /* Align the dropdown to the top */
	}
	.hover {
		color: #124fa5;
		background-color: #fff;
	}
	nav li ul li {
		display: block;
		margin: 0;
		font-size: 13px;
		font-weight: normal;
		color: #333;
		width: max-content;
		border-bottom: unset;
	}
	nav li ul li .hover>a {
		color: #124fa5;
	}
	.table-dropdown, .admin-dropdown {
		display: none;
		position: absolute;
		background-color: #fff;
		width: max-content;
		list-style-type: none;
		margin: 0;
		border: 1px solid #cbcbcb;
		border-top: none;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		top: 0; /* Align the dropdown to the top */
	}
	.table-dropdown .table-item, .admin-dropdown .table-item {
		text-align: left;
		border-radius: 4px;
		cursor: pointer;
		line-height: 32px;
		padding: 0px 10px 0px 15px;
		width: max-content;
	}
	.table-dropdown li:before, .admin-dropdown li:before {
		content: '';
		position: absolute;
		left: -0.2rem;
		top: 35%;
		width: 0.4rem;
		height: 0.4rem;
		background: #134EA3;
		border-radius: 50%;
	}
	.table-item:hover {
		text-decoration: unset;
	}
	.mana_p {
		position: relative !important;
		top: 0 !important;
		right: 0px;
		border-radius: 4px;
		margin-left: 0;
	}
	.mana_p a {
		display: block;
	}
	.login_r {
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
	}
	.login_r a:last-child {
		margin-bottom: 0;
	}
	.mana_r {
		display: flex !important;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		width: 90%;
		height: 10%;
		position: absolute !important;
		bottom: 0;
		top: unset !important;
		flex-wrap: wrap;
		align-content: center;
		padding: 0 10px;
	}
	.mana_r a {
		display: flex;
		align-items: center;
		margin-bottom: 10px; /* Add some spacing between the buttons */
		text-align: left;
		padding: 0 0.5rem;
	}
	.mana_r i {
		margin-right: 5px; /* Add some spacing between the icon and the text */
	}
	.use_icon {
		padding-right: 0px;
	}
	.out_icon {
		padding-right: 0px;
	}
	#nav>li:hover>.table-dropdown, #nav>li:hover>.admin-dropdown {
		display: contents;
	}
	.logo-link {
		margin-right: -5.7em;
	}
	.logo {
		height: 100%;
		max-width: 75%;
	}
	.r_mk, .r_mk_en, .r_mk_fan {
		display: none !important;
	}
}

@media ( max-width : 650px) {
	.testingNameVersoin {
		font-size: 1rem;
	}
	.header-content {
	}
	.user-guide-menu-toggle {
	}
	.logo-link {
		margin-right: -7.5em;
	}
	.logo {
		max-width: 60%;
	}
}
