/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.app.light {
	/* background: -o-linear-gradient(87.54deg, #FFE0B3 -9.31%, rgba(255, 240, 217, 0) 102.37%), #FFFFFF;
	background: linear-gradient(2.46deg, #FFE0B3 -9.31%, rgba(255, 240, 217, 0) 102.37%), #FFFFFF;
	background: linear-gradient(2.46deg, #f85e6d -9.31%, rgba(255, 240, 217, 0) 102.37%), #febe48; */
	background-image: url("/images/background/light.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.app.light .MuiPaper-root.aalto-card {
	background: -o-linear-gradient(top, #FFF3E1 0%, #FFDFAD 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF3E1), to(#FFDFAD));
	background: linear-gradient(180deg, #FFF3E1 0%, #FFDFAD 100%);
	background: transparent;
}

.app.light .MuiPaper-root#staking-card,
.app.light .MuiPaper-root.aalto-card.bond-card,
.app.light .MuiPaper-root.aalto-card.claim-bonds-card,
.app.light .MuiPaper-root.aalto-card.calculator-card,
.app.light #bond-view .MuiBackdrop-root .aalto-card {
	background: #fcfdff !important;
}

.app.tablet.light .bond-data-card.aalto-card {
	background: #fcfdff !important;
}

.app.light #choose-bond-view .aalto-card .bond-hero h4 {
	color: #222;
}

.app.light .stake-wallet-notification .wallet-menu .connect-button {
	background: #020de0;
	border-radius: 5px;
	font-size: 18px;
	line-height: 21px;
	color: #161616;
	height: 41px;
	width: 172px;
	border: 1px solid #020de0;
	min-width: auto;
	margin-bottom: 12px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.app.light .stake-wallet-notification .MuiTypography-root.MuiTypography-h6 {
	font-size: 12px;
	line-height: 14px;
}


.app.light .MuiDrawer-paper {
	background: transparent;
}

.app.light .stake-top-metrics h5 {
	font-size: 20px;
	line-height: 29px;
	color: #161616;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;

}

@media screen and (max-width: 840px) {

	.app.light .stake-top-metrics h5 {
		font-size: 16px;
		line-height: 29px;
		color: #161616;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}


.app.light .stake-top-metrics h4 {
	font-weight: 800;
}

.app.light .MuiTypography-h6 {
	font-size: 18px;
	line-height: 21px;
}

.app.dark .MuiTypography-h6 .icon_dashboard {
	filter: brightness(255) invert(1);
}

.MuiTypography-h6 {
	font-family: satoshi !important
}

.app.light .branding-header .wallet-link {
	color: #020de0;
}

.app.light .MuiTypography-body2 {
	font-size: 10px;
	line-height: 12px;
}

.app.light .MuiTypography-root .MuiTypography-body2 {
	font-size: 14px;
	line-height: 17px;
}

.app.light .card-header .MuiTypography-h5 {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}


.app.light .MuiButton-label path {
	fill: #020de0;
}

.app.light #aalto-menu-button,
.app.light #connetWalletButton,
.app.light .exit-button,
.app.light .stake-button,
.app.light .MuiButton-fullWidth {
	min-width: 180px;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	background-color: #fa5853;
	background-image: linear-gradient(90deg, #fa5853, #f46692 50%, #ffc444);
	-webkit-transition: letter-spacing 300ms ease, color 300ms ease;
	transition: letter-spacing 300ms ease, color 300ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
}

.app.light .MuiButton-containedPrimary {
	min-width: 180px;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	background-color: #fa5853;
	background-image: linear-gradient(90deg, #fa5853, #f46692 50%, #ffc444);
	-webkit-transition: letter-spacing 300ms ease, color 300ms ease;
	transition: letter-spacing 300ms ease, color 300ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
}

.MuiButton-containedPrimary:hover {
	letter-spacing: 1px !important;
}


.exit-button {
	min-width: 180px !important;
}

.stake-button {
	width: 210px !important;
}

#connetWalletButton span {
	color: #fff !important
}

.app.light #aalto-menu-button path {
	fill: #fff;
}

.app.light #aalto-menu-button:hover,
.app.light #connetWalletButton:hover {
	letter-spacing: 1px;
}

.app.light .dapp-topbar .MuiButton-containedSecondary {
	background-color: transparent;
}

.app.light .dapp-topbar .MuiButton-containedSecondary:hover {
	background-color: transparent !important;
	color: #222;
	border: 1px solid rgba(255, 153, 0, .5);
}

.app.light .dapp-topbar button {
	border: 1px solid #020de0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.app.light .pending-txn-container .MuiButton-label span {
	color: #222;
}

.app.light .MuiTypography-body1 {
	font-size: 18px;
}

.app.light .pending-txn-container .MuiButton-label {
	color: #222;
}

.app.light .MuiToggleButton-label path {
	fill: #020de0;
}

.app.light .MuiToggleButton-root {
	background: transparent;
}

.app.light .MuiToggleButton-root:hover {
	border: 1px solid rgba(255, 153, 0, .5);
	background: transparent;
}

.app.light .stake-wallet-notification .wallet-menu .connect-button:hover {
	background: transparent;
}

.MuiPaper-root {
	color: #161616;
}

/* .app.light .MuiButton-fullWidth {
	background: #020de0;
	color: #161616;
	font-size: 18px;
	border: 1px solid rgba(255, 153, 0, 1);
} */

/* .app.light .MuiButton-fullWidth:hover {
	background: transparent;
} */

.app.light .MuiButton-outlinedPrimary {
	min-width: 80px;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	background-color: #fa5853;
	background-image: linear-gradient(90deg, #fa5853, #f46692 50%, #ffc444);
	-webkit-transition: letter-spacing 300ms ease, color 300ms ease;
	transition: letter-spacing 300ms ease, color 300ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
}

.app.light .MuiButton-outlinedPrimary:hover,
.app.light .MuiButton-outlinedPrimary h5:hover {
	letter-spacing: 1px !important;
}

.app.light .MuiTableCell-root {
	font-weight: 500;
	font-size: 16px;
}

.app.light .bond-name a p {
	font-size: 12px;
	line-height: 14px;
}

.app.light .MuiTableRow-root.MuiTableRow-head .MuiTableCell-root {
	font-size: 18px;
	color: #161616;
	font-weight: 300;
}

.app.light .MuiTypography-colorTextSecondary,
.app.light .MuiTab-textColorPrimary {
	color: #161616;
}

.app.light #bond-view .MuiBackdrop-root .aalto-card {
	background: #FFF5E6;
	border: 1px solid #000000;
}

.app.light .jss2 {
	background: url(/static/media/light-back.png) no-repeat bottom;
}

.app.light .social-row svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.app.light .social-row a:hover svg path {
	fill: #020de0;
}

.app.light #bond-view .MuiBackdrop-root {
	background: rgba(22, 22, 22, 0.8);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

#hades {
	background: rgba(22, 22, 22, 0.8);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

.app.light .dapp-topbar .MuiButton-containedSecondary:hover {
	background-color: transparent;
	color: #222;
	border: 1px solid rgba(255, 153, 0, .5);
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.app.dark {
	/* background-image: url("/images/dashboard-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover; */
	/* background: #06222a7a; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
	box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
	border-radius: 10px;
}

.app.dark .MuiPaper-root.aalto-card {
	background: #0C0C0C;
	border: 1px solid #2F3333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
	box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
	background: #171E3B;
}

.app.dark .MuiPaper-root#staking-card,
.app.dark .MuiPaper-root.bond-card,
.app.tablet.dark .bond-data-card.aalto-card,
.app.dark .MuiPaper-root.aalto-card.claim-bonds-card,
.app.dark .MuiPaper-root.aalto-card.calculator-card,
.app.dark #bond-view .MuiBackdrop-root .aalto-card {}



.app.dark .stake-wallet-notification .wallet-menu .connect-button {
	background: transparent;
	border-radius: 5px;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	height: 41px;
	width: 172px;
	border: 1px solid #020de0;
	min-width: auto;
	font-weight: 400;
	margin-bottom: 12px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.app.dark .stake-wallet-notification .MuiTypography-root.MuiTypography-h6 {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.app.dark .MuiDrawer-paper {
	background: transparent;
	/* border-right: 1px solid #020de0; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
	box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
}

.app.dark .stake-top-metrics h5 {
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.app.dark .MuiButton-containedPrimary {
	min-width: 180px;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background-color: #1f4344;
	-webkit-transition: letter-spacing 300ms ease, color 300ms ease;
	transition: letter-spacing 300ms ease, color 300ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
}

.MuiButton-containedPrimary:hover {
	letter-spacing: 1px !important;
}

.app.dark .stake-top-metrics h4 {
	font-weight: 500;
	color: #020de0;
}

.app.dark .MuiTypography-h6 {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

.app.dark .MuiLink-root.button-dapp-menu.active {
	text-decoration-color: transparent;
	border-radius: 72px;
	border: 1px solid #ffffff21;
	box-shadow: 12px 12px 22px rgb(0 0 0 / 50%);
	/* margin-left: 10px; */
	/* margin-top: 0.7rem; */
	/* margin-bottom: 0.3rem; */
	background: #020DE0;
}


.app.dark .MuiLink-root.button-dapp-menu.active::before {
	opacity: 1;
}

/* .app.dark .MuiLink-root.button-dapp-menu{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 30px;
    background: linear-gradient(180deg, #5F085C 20%, #5F085C 32%, #ffffff 42%, #DA17D3 54%);
    z-index: -1;
} */

.app.dark #navbarNav .icon_dashboard {
	filter: brightness(255) invert(1);
}

.app.dark .MuiLink-root.button-dapp-menu.active .MuiTypography-h6 .icon_dashboard {
	filter: brightness(0.5);
}

.app.light .MuiLink-root.button-dapp-menu.active {
	text-decoration-color: transparent;
	background: #ffc444;
	border-radius: 20px;
	margin-left: 10px;
	padding-left: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.app.dark .branding-header .wallet-link {
	color: #020de0;
}

.app.dark .MuiTypography-body2 {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}

.app.dark .MuiTypography-root .MuiTypography-body2 {
	font-size: 14px;
	line-height: 17px;
}

.app.dark .card-header .MuiTypography-h5 {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
	color: #fff;
}

.app.dark .MuiButton-label path {
	fill: #020de0;
}

.app.dark #themeSwitchButton path {
	fill: #c0c0c0;
}



.app.dark #aalto-menu-button,
.app.dark #connetWalletButton,
.app.dark #themeSwitchButton,
.app.dark .exit-button,
.app.dark .stake-button,
.app.dark .MuiButton-fullWidth {
	min-width: 180px;
	margin: 10px;
	padding: 10px;
	border-radius: 4px;
	border: none;
	/* background-color: #1f4344; */
	-webkit-transition: letter-spacing 300ms ease, color 300ms ease;
	transition: letter-spacing 300ms ease, color 300ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	background: linear-gradient(93.05deg, #020DE0 -25.24%, #020DDF -4.31%, #020DDA 12.72%, #020DD3 26.45%, #020DCA 37.49%, #020CBF 46.42%, #020CB2 53.86%, #020CA4 60.4%, #010B95 66.64%, #010B85 73.17%, #010A75 80.61%, #010A65 89.55%, #010955 100.58%, #000945 114.32%, #000837 131.35%, #000829 152.28%);
	;
}

#aalto-menu-button {
	width: 120px
}

#connetWalletButton {
	width: 180px;
	background: linear-gradient(93.05deg, #020DE0 -25.24%, #020DDF -4.31%, #020DDA 12.72%, #020DD3 26.45%, #020DCA 37.49%, #020CBF 46.42%, #020CB2 53.86%, #020CA4 60.4%, #010B95 66.64%, #010B85 73.17%, #010A75 80.61%, #010A65 89.55%, #010955 100.58%, #000945 114.32%, #000837 131.35%, #000829 152.28%);
}

#connetWalletButton:hover {
	letter-spacing: 1px !important;
}

.app.dark #aalto-menu-button:hover,
.app.dark #connetWalletButton:hover {
	letter-spacing: 1px !important;
}

.app.dark #aalto-menu-button path {
	fill: #fff;
}

.app.dark .dapp-topbar .MuiButton-containedSecondary:hover {
	background-color: #05dcd2 !important;
	border: 1px solid rgba(255, 153, 0, .5);
}

.app.dark .dapp-topbar button {
	border: 1px solid #020de0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #0C0C0C;
}

.app.dark .pending-txn-container .MuiButton-label span {
	color: #fff;
}

.app.dark .MuiTypography-body1 {
	font-size: 18px;
	font-weight: 400;
	color: #ffffffd0;
}

.app.dark .MuiSkeleton-text {
	background: #fff;
}

.app.dark .pending-txn-container .MuiButton-label {
	color: #fff;
}

.app.dark .MuiToggleButton-label path {
	fill: #020de0;
}

.app.dark .MuiToggleButton-root:hover {
	background: #05dcd2 !important;
}

.app.dark #themeSwitchButton:hover {
	background: transparent !important;
	opacity: 0.5;
}


.app.dark .MuiToggleButton-root:hover .MuiToggleButton-label path {
	fill: #fff;
}

.app.dark .stake-wallet-notification .wallet-menu .connect-button:hover {
	background: #020de0;
}

.MuiPaper-root {
	color: #161616;
}

/* .app.dark .MuiButton-fullWidth {
	background: #000;
	color: #fff;
	font-size: 18px;
	border: 1px solid rgba(255, 153, 0, 1);
	font-weight: 400;
} */

/* .app.dark .MuiButton-fullWidth:hover {
	background: #020de0;
} */

.app.dark #hades .mama-popover h3 {
	color: #fff;
}

.app.dark .MuiButton-outlinedPrimary {
	letter-spacing: 0px;
	background: #1f4344;
	color: #fff;
	border: 1px solid #c0c0c0;
}

.MuiButton-outlinedPrimary:hover,
.stake-button:hover {
	letter-spacing: 1px !important;
}

.MuiButton-outlinedPrimary {
	padding: 0px;
	width: 90px;
}

.app.dark .MuiTableCell-root {
	font-weight: 400;
	font-size: 16px;
}

.app.dark .bond-name a p {
	font-size: 12px;
	opacity: .5;
	line-height: 14px;
}

.app.dark .MuiTableRow-root.MuiTableRow-head .MuiTableCell-root {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.app.dark .MuiTypography-colorTextSecondary,
.app.dark .MuiTab-textColorPrimary,
.app.dark .MuiTypography-h5 {
	color: #B3BABA;
}

.app.dark #bond-view .bond-price-data-row h3.price {
	color: #020de0;
}

.app.dark #bond-view .MuiBackdrop-root .aalto-card {
	background: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
	box-shadow: 7px 11px 63px rgba(255, 153, 0, 0.1);
}

.app.dark .jss2 {
	background: url(/static/media/light-back.png) no-repeat bottom;
}

.app.dark .social-row svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	fill: #ffffff;
}

.app.dark .social-row a:hover svg path {
	fill: #fff;
}

.app.dark #bond-view .MuiBackdrop-root {
	background: rgba(22, 22, 22, 0.8);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

.app.dark #hades {
	background: rgba(22, 22, 22, 0.8);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

.app.dark .dapp-topbar .MuiButton-containedSecondary:hover {
	background-color: transparent;
	border: 1px solid rgba(255, 153, 0, .5);
}


.app.dark #choose-bond-view .aalto-card .bond-hero h4 {
	color: #020de0;
	font-weight: 400 !important;
}

.green-light {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 3px;
	margin-right: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 9px;
	background-color: #90eea8;
	font-size: 18px;
}

@media (min-width: 960px) {
	.MuiTypography-h5 {
		font-size: 30px !important;
	}
}