@font-face {
	font-family: 'Roboto-Regular'; 
	src: url(../fonts/Roboto-Regular.ttf); 
}
/* 
body{
	font-family: 'Roboto-Regular';
	background: linear-gradient(to right, #FEE1B9, #FCEEC1);
} */









.kt-login.kt-login--v2 .kt-login__wrapper .kt-login__container .kt-form .form-control{
    color: #fff;
}

.my_timeline .kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time{
	right: auto;
}

.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item2 i{
	padding: 10px;
	display: inline-block;
}
.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item2 i:hover{
	opacity: 0.7;
}
.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item2{
	padding: 10px 5px;
}
.addr_3:hover .delete_addr{
	opacity: 0.4;
	cursor: pointer;
}

.delete_addr:hover{
	color: red;
}
.delete_addr{
	opacity: 0.6;
	color: #000;
}

.kt-svg-icon-success path{fill:#1DC9B7;}
.kt-svg-icon-warning g [fill]{fill:#ffb822;}
.chartdiv{
	height: 270px; 
	width: 100%; 
	margin-bottom: -40px;
}
.kt-iconbox-amount{
	position: absolute;
	right: 0; 
	margin-right: 20px; 
	top:50%; 
	margin-top: -15px;
	font-weight: 300;
	font-size: 25px;

}

.sell_orders{
	border-right: ;
}

.tb_abs{
	/*position: absolute;
	bottom: 0;*/
}

#chartdiv2{
	height:340px; 
	width: 100%; 
	margin-top: -40px;
	margin-bottom: -50px;
}
.h_12{
	position: relative;
}
.goog-te-banner-frame{
	display: none;
	opacity: 0;
}
#google_translate_element{
	height: 49px;
	overflow: hidden;
}
.kl{
	position: absolute;
	right: 0;
	display: none;
	background: #fff;
	padding:20px;
	top: 60px;
	border-radius: 5px;
	box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
}
.kl select{
	padding: 10px;
	border:1px solid #ccc;

}
.kl .goog-logo-link{
    display: none;
}

.ic_hover:hover{
	cursor: pointer;
	opacity: 0.8;
}
.h_12:hover .h_rt{
	display: block;
} 
.h_rt span{
	top: 50%;
	text-align: center;
	width: 100%;
	position: absolute;
	display: block;
}
.h_rt{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: center;
	width: 100%;
	font-size: 20px;
	background: rgba(255,255,255, 0.8);
}
.arrow_box{
	background: #fff;
	border-radius: 5px;
	border-right: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
}
.table-border-none td {
	border:none;
}
.kt-font-danger-2{
	color: red;
}
.table-hover-bg td:hover{
	opacity: 0.9;
}
.pair_link_table a{
	color: #000;
}
.font-weid-100{
	font-weight: 300;
}
.table-hover-bg tr:hover{
	cursor: pointer;
	background: rgba(0,0,0,0.05);
}
.none{
	display: none;
}
.result{
	display: none;
}

.airdrop {
	text-align: center;
}

.airdrop .el_in .txt_0{
	color: #FFD185;
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 10px;

}
.kt-dialog--loader{
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
}
.airdrop .el_in .txt_1{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}
.edit_email_block{
	visibility: hidden;
}
.airdrop .el_in .txt_2_:hover{
	box-shadow: 0px 0px 1px rgba(0,0,0, 0.3);
}
.airdrop .el_in .txt_2_{
	font-size: 10px;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 5px;
	color: #FE474E;
	color: #FFD185;
	text-shadow: 0px 0px 3px rgba(0,0,0, 1);
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
}
.airdrop .el_in .txt_2{
	font-size: 30px;
}
.pay_air_block{
	height: 40px;
}
.airdrop .el_in .txt_3{
	font-size: 30px;
	padding-top: 13px;
	color: #FFD185;
	text-shadow: 0px 0px 5px rgba(0,0,0, 0.6);
}
.airdrop .el_in .txt_3_{
	font-size: 20px;
	line-height: 20px;
}


.airdrop .el_in{
	margin: 10px;
	position: relative;
	border:1px dashed #fff;
	min-height: 140px;
	padding-bottom: 5px;
	padding-top: 40px;
	text-align: center;
	font-weight: 700;
	width: 220px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 10px;
}
.airdrop .el:hover{
	cursor: pointer;
	transition: 0.3s;
	opacity: 0.95;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0);
}
.airdrop .el{
	transition: 0.3s;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.7);
	padding: 10px;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
	border-radius: 10px;
	background: #FE474E url('/assets/media/other/giftbox.svg')no-repeat center center;
	background-size: 40%;
}
.airdrop .el_in .color_q{
	color: #FFD185;
	text-shadow: 0px 0px 3px rgba(0,0,0, 0.8);
}

.airdrop .bg_q{

	background: #FFD185 url('/assets/media/other/present.svg')no-repeat top 30px center;
	background-size: 35%;
}


.fixed_show .thanks{
	background: #FE6E6F;
	color: #fff;
	cursor: pointer;
	padding: 10px;
}
.fixed_show .eth{
	padding: 10px;
	background: rgba(0,255,169, 0.3);
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fixed_show .title strong{
	display: block;
	font-size: 30px;
}
.fixed_show .title{
	font-size: 20px;
}
.fixed_show .el{
	background: #fff;
	max-width: 400px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	margin:50px auto;
}
.fixed_show{
	background: rgba(0,0,0, 0.5);
	position: fixed;
	display:none ;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999999999;
}
.svg_price{
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 50px;
	z-index: ;
	background: url('/assets/media/other/giftbox.svg')no-repeat center center;
	fill: #FFD185;
}

.sjdjd{
	overflow: scroll;
}

.kt-footer .kt-footer__menu{
	display: block;
	text-align: center;
}


.inst_img img{
	width: 60%;

	display: block;
	border: 1px solid #000;
	border-radius: 5px;

	margin-top: 20px;
	margin-bottom: 20px;
}

.inst_img{
	word-break:break-all;
}





html input[type="range"] {
  outline: 0;
  border: 0;
  border-radius: 500px;
  width: 100%;
  max-width: 100%;
  transition: 0.5s;
  transition: box-shadow 0.2s ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html input[type="range"] {
    overflow: hidden;
    height: 40px;
    -webkit-appearance: none;
    background-color: #ddd;
  }
  html input[type="range"]::-webkit-slider-runnable-track {
    height: 40px;
    -webkit-appearance: none;
    color: #444;
    margin-top: -1px;
    transition: box-shadow 0.2s ease-in-out;
  }
  html input[type="range"]::-webkit-slider-thumb {
    width: 40px;
    -webkit-appearance: none;
    height: 40px;
    cursor: ew-resize;
   /* background: #fff;*/
    box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 40px rgba(255,255,255, 0);
    background-image: url('/assets/media/logos/logo-7.png');
    background-size: 100% 100%;
    border-radius: 50%;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
  }
  html input[type="range"]:active::-webkit-slider-thumb {
    background: #fff;
    box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 3px #1597ff;
  }
}
html input[type="range"]::-moz-range-progress{
  background-color: #43e5f7;
}
html input[type="range"]::-moz-range-track{
  background-color: #9a905d;
}
html input[type="range"]::-ms-fill-lower{
  background-color: #43e5f7;
}
html input[type="range"]::-ms-fill-upper{
  background-color: #9a905d;
}

.btn_23{
	padding: 10px; 
	background: #DC4E41; 
	color: #fff; 
	margin-top: 20px;
	display: inline-block;
	border-radius: 5px;
}

.btn_24{
	padding: 5px 15px;
	background: #22B9FF;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
}

.show123 a span{
	
}
.show123 a{
	padding: 0 5px;
	margin-left: 10px;
	display: inline-block;
	font-size: 17px;
	background: #EDF8FE; 
	border-radius: 3px;
}
.icon_tabs2{
	background: ;
	height: 35px;
	margin-top: 22px;
	padding: 8px;
	border-radius: 5px;
	display: inline-block;
}

.kt-header--minimize .icon_tabs2, .kt-header--minimize .btn_23{
	margin-top: 10px;
}
.calc1 input{
	display: block;
	width: 100%;
}
.switch1:hover{
	opacity: 0.7;
}
.switch1{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	cursor: pointer;
}
.hover_red:hover{
	color: red;
	cursor: pointer;
}

.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text{
	width: 100%;
	margin-right: 0;
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding-left: 0;
	display: block;
}

.kt-aside .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link{
	padding: 0px;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before{
	background: red;
}

.kt-aside-menu .kt-menu__nav .show-1050{
	visibility: hidden;
}





.slick-slide {
	outline: none !important;
}

.kt-sc__form_ input{
    margin-right: 5px;
}
@media screen and (max-width: 765px) {
    .kt-sc__form_ button{
        width: 100%;
    }
    .kt-sc__form_ .input-group .mr-2{
        margin-right: 0;
    }
    .kt-sc__form_ input{
        width: 100%;
     	margin-right: 0;
    }
    .links_fooer{
    	display: block;
    	padding-bottom:20px;
    }
}
@media screen and (max-width: 1024px) {
	.kt-subheader .account_hide_menu .kt-subheader__mobile-toggle{
		display: none;
	}
	.kt-aside-menu .kt-menu__nav .show-1050{
		visibility:visible;
	}
	#kt_header_mobile_toggler{
		display: none;
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text{
		text-align: left;
		position: absolute;
		margin-left: 40px;
		bottom: auto;
		top: 10px;
		display: inline;
	}
	.kt-aside .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link{
		padding-left: 15px ;
	}

	.icon_tabs2{
		height: 30px;
		margin-top: 10px;
		padding: 6px;
	}
	.kt-container{
		padding-top: 60px;
	}
	.btn_23{
		margin-top: 9px;
		padding: 7px;
	}
	.kt-header-mobile{
		box-shadow: none;
		border-bottom: 1px solid rgba(82,63,105,.1);
	}
	.kt-header .kt-header__topbar{
		    margin-top: 0;
			padding-top: 10px;
		    box-shadow: 0 0 40px 0 rgba(82,63,105,.1);
		    background-color: #fff;
	}
	#kt_header_mobile_topbar_toggler{
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.inst_img img{
		width: 100%;

	}
	.hide-1200{
		display: none;
	}
}
@media screen and (max-width: 1300px) {
	.desc_my_bal{
		
	}
}

@media screen and (max-width: 1400px) {
	.hide-1400{
		display: none;
	}
	.chartdiv{
		height: 200px;

		margin-bottom: -40px;
	}
	#chartdiv2{
		height:200px;
		margin-top: -20px;
	}
}

