@font-face {
	font-family: 'Furore';
	src: url('/assets/components/investclub/fonts/furore/furore.otf');
}

body {
	font-family: 'Exo 2', sans-serif !important;
}
#main {
	margin-left: 0;
	min-height: 100vh;
	transition: .5s;
}
/*#sidebar:not(.active) ~ #main {
	margin-left: 50px !important;
}*/
#sidebar-header img {
	max-height: 90px;
}
#sidebar:not(.active) #sidebar-username,
#sidebar:not(.active) #sidebar-subheader,
#sidebar:not(.active) .link-body {
	display: none;
}
#sidebar:not(.active) #sidebar-menu a {
	opacity: 0.75;
	padding-left: 14px;
}
#sidebar:not(.active) #sidebar-menu a i {
	font-size: 1.5em !important;
}
/*
#sidebar.active ~ #main {
	margin-left: 290px;
}
*/
@media (max-width: 576px) {
	#sidebar {
		width: 0 !important;
	}
	#sidebar.active {
		width: 100% !important;
	}
	body:has(#sidebar.active) {
		overflow: hidden !important;
	}
	/*
	#sidebar.active ~ #main,
	#sidebar:not(.active) ~ #main {
		margin-left: 0 !important;
	}
	*/
	#sidebar:not(.nouser) ~ #main {
		margin-left: 0 !important;
	}
}

#sidebar:not(.nouser) ~ #main {
	margin-left: 50px;
}

#sidebar.active ~ #main #nav-menu-toggler {
	display: none !important;
}
#sidebar {
	width: 50px;
	height: 100vh;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 100000;
	background-image: url('/template_main/lk/img/leftmenu_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f7f7f7;
	box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.05);
	transition: .5s;
}
#sidebar.active {
	width: 290px;
}
#sidebar.active .sidebar-toggler {
	justify-content: end !important;
	margin-right: 10px;
}
.mmir_title {
	font-family: 'Furore', sans-serif;
}
.ss-main .ss-single-selected {
	border: 0;
	padding: 0;
}
.ss-main .placeholder {
	cursor: auto;
	background-color: initial;
	opacity: 1;

}
.ss-content {
	margin-left: -16px !important;
	margin-top: 3px;
}

input[name="surnameform"] {
	display: none;
}


/* right modal */
.modal.right_modal{
	position: fixed;
	z-index: 100100;
}
.modal.right_modal .modal-dialog {
	position: fixed;
	margin: auto;
	min-width: 50%;
	height: 100%;
	transform: translate3d(0%, 0, 0);
}
.modal-dialog {
	margin: 1.75rem auto;
}
.modal.right_modal .modal-content {
	height: 100vh !important;
	border-radius: 0;
	border: none;
}
.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
	padding-bottom: 50px;
}
.modal.right_modal.fade .modal-dialog {
	right: -50%;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right_modal.fade.show .modal-dialog {
	right: 0;
	box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}
.modal_outer .modal-body {
	overflow-y: auto;
	overflow-x: hidden;
	height: 91vh;
}
.modal.right_modal.modal-static .modal-dialog {
	animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes shake {
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(3px, 0, 0);
	}
	20%,
	40%,
	60%,
	80%,
	100% {
		transform: translate3d(0px, 0, 0);
	}
}
/* right modal */

.modal_sub {
	z-index: 100200 !important;
}
.modal_sub .modal-body {
	height: auto;
}

#loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 100300;
}

#loader span {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	border-radius: 100%;
	border: 2px solid;
	border-top-color: rgba(255,255,255, 0.65);
	border-bottom-color: rgba(255,255,255, 0.15);
	border-left-color: rgba(255,255,255, 0.65);
	border-right-color: rgba(255,255,255, 0.15);
	-webkit-animation: preloader 0.8s linear infinite;
	animation: preloader 0.8s linear infinite;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
@keyframes preloader {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

.toast-container {
	z-index: 100200 !important;
}
.toast_box {
	background-image: linear-gradient(to right, rgba(255,255,255, 0.88) 0 100%), url(/assets/components/investclub/img/mmir_invest_icon.png);
	background-repeat: no-repeat;
	background-size: 100px;
	background-position-x: 98%;
	background-position-y: 18px;
	min-height: 90px;
}
.tooltip .tooltip-inner {
	text-align: left;
}
.macrocoin {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('/assets/components/investclub/img/coin_icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 -3px 0;
}