body {
	height: 100%;
	width: 100%;
}

div#imgBackground {
	display: inline-block;
	background: transparent url(sample.jpeg) 0% 0% no-repeat padding-box;
	width: 50px;
	height: 50px;
}

.logoDiv {
	z-index: 1;
	width: 132px;
	height: 127px;
	position: absolute;
	margin-left: 0px;
	margin-top: 48px;
	padding: 10px;
	background: white;
	border-radius: 0px 31px 31px 0px;
}

img.clientLogo {
	width: 129px;
	display: inline-block;
	margin-left: 1px;
}

img.dropdownBtn {
	width: 21px;
	padding: 13px;
	cursor: pointer;
	margin-left: 28px;
}

.dropdownBtn:hover {
	width: 24px;
}

.logOutBtn {
	display: inline-block;
}

img.logOutIcon {
	padding: 15px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	transition: 0.5s;
	cursor: pointer;
}

.logOutIcon:hover {
	opacity: 1;
}

.dropDownDiv:hover img {
	opacity: 1;
}

.dropDownDiv {
	display: flex;
	position: absolute;
	height: fit-content;
	width: 25%;
	z-index: 1;
	background-color: white;
	right: 0;
	margin-top: 119px;
	/* margin-right: 1px; */
	border-radius: 5px;
	box-shadow: var(--ds-shadow-overlay, 0 4px 8px -2px rgba(9, 30, 66, 0.25),
		0 0 1px rgba(9, 30, 66, 0.31));
	cursor: pointer;
	flex-direction: column;
	flex-wrap: nowrap;
}

.logOutBtn {
	display: flex;
	font-size: 12px;
	box-sizing: border-box;
	/* min-height: 40px; */
	align-items: center;
	font-family: OpenSans, sans-serif;
	font-weight: normal;
	font-style: normal;
	opacity: 0.7;
	cursor: pointer;
	margin-right: 15px;
}

.logoHeader {
	display: inline-block;
	vertical-align: text-bottom;
	font: bold normal normal 83px/87px Arial;
	color: #030092;
	margin-left: -20px;
}

.clientLogoText {
	margin-left: 17px;
	margin-top: 4px;
	font: normal normal normal 16px/10px Arial;
	color: #030092;
}

.fmFooter {
	left: 0;
	bottom: 0;
	width: calc(100% -10px);
	background-color: #323131;
	color: white;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

div#redirectInfo {
	
}

#redirectBtn {
	text-align: center;
	position: absolute;
	border-radius: 28px;
	padding: 6px 40px 6px 40px;
	right: 0;
	bottom: 0;
	margin-bottom: 300px;
	margin-right: 139px;
	font: normal normal 600 30px/43px Source Sans Pro;
	letter-spacing: 1.98px;
	font-family: sans-serif;
}

@
keyframes fadeIn {
	0% { opacity: 0; }
    100% { opacity: 1; }
}

div#leftPanelBtnContainer {
	padding-top: 26px;
	padding-left: 17.5%;
}

.leftBtn-selected {
	width: 0;
	font: normal normal normal 74px/90px Dunbar Tall;
	letter-spacing: 1.4px;
	color: #0F2853;
	font-family: sans-serif;
	text-decoration: underline !important;
	cursor: pointer;
	font-weight: bold;
}

.leftBtn:hover {
	color: #0F2853;
	font-size: 45px;
	transition: all .2s ease;
}

#imgBackground {
	display: inline-block;
	width: 45px;
}

.module {
	border: none;
	background-color: #ffffff00;
	text-align: inherit;
}

.userDiv {
	display: flex;
	z-index: 1;
	width: 260px;
	margin-top: 51px;
	position: absolute;
	padding: 7px 7px 7px 15px;
	right: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-right: 0px;
	background: #f4f5f7c2 0% 0% no-repeat padding-box;
	align-items: center;
}

img.userLogo {
	width: 37px;
	height: 37px;
	display: inline-block;
	background-color: #ababab17;
	border-radius: 50px;
	margin-left: 5px;
}

.userTextDiv {
	display: inline-block;
	/* vertical-align: text-bottom; */
	height: 37px;
	margin-left: 17px;
	font: normal normal 600 17px/20px Source Sans Pro;
	letter-spacing: 1.19px;
	color: #0F2853CC;
	font-family: sans-serif;
	width: 117px;
}



#fmRightMenu {
	height: 44px;
	border-bottom: 1px solid #edebe9;
}

#fmRightMenuBtns {
	width: calc(100% - 142px);
	height: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
}

#fmRightInfosElems {
	margin-left: -48px;
	position: fixed;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	height: fit-content;
	z-index: 10;
}



.fmContainer {
	top: 0;
	left: 0;
}

.Body {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.containerDiv {
	padding: 25px 44px 44px 45px;
}

.labelImage {
	font: normal normal 600 23px/33px Source Sans Pro;
	font-family: sans-serif;
	letter-spacing: 1.52px;
	color: #0F2853;
	display: inline-block;
	padding-top: 9px;
	font-size: 23px;
	padding-left: 9px;
	vertical-align: top;
}

div#imgBackground {
	display: inline-block;
	background: transparent url(assets/gfs_logo.png) 0% 0% no-repeat padding-box;
	background-size: 41px;
	width: 41px;
	height: 55px;
}

.fmFooter {
	left: 0;
	bottom: 0;
	width: calc(100% -10px);
	background-color: #323131;
	color: white;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

#fmLeftPanel {
	z-index: 9;
	/* background: transparent linear-gradient(137deg, #EB3E3E2B 0%, #0F28532B 63%, #0038982B 100%) 0% 0% no-repeat padding-box; */
	opacity: 1;
	background: transparent
		linear-gradient(137deg, #EB9B3E2B 0%, #0F28532B 63%, #0F28532B 100%)
		0% 0% no-repeat padding-box;
	position: absolute;
	height: 100%;
	width: 457px;
}

#fmRightPanel {
	position: absolute;
	width: calc(100% - 457px);
	height: 100%;
	right: 0;
}

#imgBackgroundID {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	animation: fadeIn 2s;
}

div#redirectInfo {
	position: absolute;
	text-align: right;
	font: italic normal 600 19px/35px Source Sans Pro;
	letter-spacing: 1.58px;
	color: #0F2853;
	text-shadow: 0px 0px 13px #ffffff;
	font-family: sans-serif;
	right: 0;
	bottom: 0;
	width: 489px;
	margin-bottom: 206px;
	margin-right: 83px;
}

.redirectBtn {
	background: #EB9B3E 0% 0% no-repeat padding-box;
	text-align: center;
	position: absolute;
	border-radius: 28px;
	padding: 6px 25px 6px 25px;
	right: 0;
	bottom: 0;
	margin-bottom: 300px;
	margin-right: 79px;
	font: normal normal 600 17px/33px Source Sans Pro;
	letter-spacing: 1.98px;
	color: #0F2853;
	font-family: sans-serif;
	cursor: pointer;
}

.redirectBtn-disabled {
	background: #F6D8B6 0% 0% no-repeat padding-box;
	text-align: center;
	position: absolute;
	border-radius: 28px;
	padding: 6px 25px 6px 25px;
	right: 0;
	bottom: 0;
	margin-bottom: 300px;
	margin-right: 79px;
	font: normal normal 600 17px/33px Source Sans Pro;
	letter-spacing: 1.98px;
	color: #7d8ba4;
	font-family: sans-serif;
	cursor: not-allowed;
}

@keyframes fadeIn { 
    0% { opacity: 0; }
    100% { opacity:1; }
}
div#leftPanelLabel {
	margin: auto;
	padding-left: 17.5%;
	padding-top: 100px;
}

.leftBtn {
	width: 176px;
	font: normal normal normal 40px/55px Dunbar Tall;
	letter-spacing: 1.4px;
	color: #0F2853CC;
	font-family: sans-serif;
	cursor: pointer;
	font-weight: bold;
}

.leftBtn-disabled {
	width: 176px;
	font: normal normal normal 40px/55px Dunbar Tall;
	letter-spacing: 1.4px;
	color: gray;
	font-family: sans-serif;
	cursor: pointer;
	font-weight: bold;
}

.leftBtn-selected {
	width: 0;
	font: normal normal normal 45px/55px Dunbar Tall;
	letter-spacing: 1.4px;
	color: #0F2853;
	font-family: sans-serif;
	text-decoration: underline !important;
	cursor: pointer;
	font-weight: bold;
}

.leftLabelTxt {
	padding-top: 8px;
	padding-left: 12px;
	letter-spacing: 1.58px;
	color: #0F2853;
	text-shadow: 0px 3px 6px #00000029;
	font-size: 13px;
	font-family: sans-serif;
	width: 413px;
}

.labelDiv {
	width: 100%;
}

.leftLabelHeader {
	font: italic normal normal 30px/43px Source Sans Pro;
	letter-spacing: 1.98px;
	color: #0F2853;
	font-family: sans-serif;
	text-shadow: 0px 3px 6px #00000029;
}

#fmRightMenu {
	height: 44px;
	border-bottom: 1px solid #edebe9;
}

#fmRightMenuBtns {
	width: calc(100% - 142px);
	height: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
}

#fmRightInfosElems {
	margin-left: -48px;
	position: fixed;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	height: fit-content;
	z-index: 10;
}

.statsDiv {
	background: #FFFFFFC2 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 6px #00000029;
	border-radius: 17px 17px 0px 0px;
	width: 404px;
	height: 109px;
	position: absolute;
	bottom: 0;
	margin-left: 68px;
}

.popupCover {
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #000000a1;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	backdrop-filter: blur(4px);
	align-content: center;
	justify-content: center;
}

.popupBox h1 {
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	color: #676767;
}

.normalButton {
	font-family: OpenSans, sans-serif;
	background-color: white;
	border: 1px solid grey;
	font-size: 14px;
	vertical-align: middle;
	padding: 1px 12px;
	border-radius: 3px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	/* margin-top: 8px; */
	cursor: pointer;
	color: #767677;
}

.emphsizeButton {
	font-family: OpenSans, sans-serif;
	border: 1px solid #0057a4;
	font-size: 14px;
	vertical-align: middle;
	padding: 1px 12px;
	border-radius: 5px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	background-color: #0157a6;
	color: white;
	/* margin-top: 8px; */
	cursor: pointer;
}

.statsAssets {
	padding: 7px;
	width: 114px;
	display: inline-block;
	text-align: center;
}

.statsAssets img {
	display: block;
	margin: auto;
	position: inherit !important;
	width: 35px !important;
	height: 35px !important;
}

.statsLabelTxt {
	font: italic normal normal 10px/15px Source Sans Pro;
	letter-spacing: 0.73px;
	color: #0F2853;
	font-family: sans-serif;
}

.statsLabelDigits {
	font: italic normal 300 8px/15px Source Sans Pro;
	letter-spacing: 0.73px;
	color: #0F2853;
	font-family: sans-serif;
}

.statsLabelHeader {
	padding-top: 5px;
	padding-left: 18px;
	font: italic normal normal 12px/24px Source Sans Pro;
	letter-spacing: 1.45px;
	color: #0F2853;
	text-shadow: 0px 3px 6px #00000029;
	font-family: sans-serif;
}

.popupBox {
	width: 300px;
	padding: 20px;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	/* top: 40%; */
	position: relative;
	background: white;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.popupContent {
	margin-top: 10px;
	font-size: 12px;
	/* font-weight: 600; */
	margin-bottom: 10px;
}

.popupBtnPanel {
	text-align: right;
	margin-top: 5px;
}

@media all and (max-height: 768px) and (max-width: 1366px){
	 .Body {
        position: absolute;
    	width: 1366px;
    	height: 768px;
    	overflow: auto;
	}
}

@media all and (max-height: 768px) {
	.Body {
		position: absolute;
		width: 100%;
		height: 768px;
		overflow: auto;
	}
}

@media all and (max-width: 1366px){
	 .Body {
        position: absolute;
        width: 100%;
        height: 100%;
        /* overflow: auto; */
 }	
}

.statsAssets img {
	display: block;
	margin: auto;
	position: inherit !important;
	width: 50px !important;
	height: 50px !important;
}

body {
	margin: 0;
}

#fmMain {
	width: 100%;
	height: 100%;
}

.Header {
	position: absolute;
	z-index: 1;
	/* background-color: #00000057; */
	/* background-image: linear-gradient(to right, #75a8fd , #0961efa8); */
	height: 106px;
	/* line-height: 48px; */
}

.userName {
	font: normal normal bold 17px/20px Source Sans Pro;
	color: #0F2853;
	font-family: sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 137px;
	overflow: hidden;
}

/*Storage Bar CSS*/
#storage-bar {
	width: 300px;
	height: 5px;
	border: 1px solid #ccc;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
}

#used-bar {
	height: 100%;
	background-color: #3f4d6d; /* Green color for used space */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 10px;
}

#available-bar {
	height: 100%;
	background-color: #a0a0a0; /* Light grey color for available space */
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}

#license-data {
	margin-left: 10%;
    margin-bottom: 5%;
    color: #0F2853;
    font-family: sans-serif;
    font-size: 10px;
    position: absolute;
    bottom: 0;
}

#storage-data {
	margin-left: 10%;
	margin-bottom: 10%;
	color: #0F2853;
	font-family: sans-serif;
	font-size: 10px;
	position: absolute;
	bottom: 0;
}

/*End of Storage Bar CSS*/

div#logout_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    margin-left: 10px;
}

div#license-profile {
    padding: 15px 16px 15px 22px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: #3e4d6d;
    font-family: sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #3e4d6d;
}