@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap');

html, body
{
	width:100%;
	margin:0;
	padding:0;
	background: #192441;
	min-height:100%;
	height:100%;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.03em;
	font-size:14px;
	color:#fff;
	scrollbar-color: #FF4D4D #233053;
	scrollbar-width: thin;
}

/* width */
body::-webkit-scrollbar, html::-webkit-scrollbar, .fixed::-webkit-scrollbar {
  width: 4px; 
}

/* Track */
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track, .fixed:-webkit-scrollbar-track 
{
  border-radius: 2px;
}
 
/* Handle */
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb, .fixed::-webkit-scrollbar-thumb 
{
  	background: #FF4D4D;
	border-radius: 2px;
	transform: matrix(0, 1, 1, 0, 0, 0);
}

body
{
	display: flex;
	flex-direction: column;
}

a
{
	color:#FF7272;
}

a:hover
{
	color:#FF4D4D;
}

*:focus, textarea:focus, input:focus, button:focus
{
	outline: none;
}

hr
{
	opacity: 0.5;
	background-color: #FFFFFF;
	margin-top:30px;
	margin-bottom:30px;
}

blockquote
{
	border-left: 1px solid #FF4D4D;
	padding-left:25px;
	margin-top:25px;
	margin-bottom:25px;
}

blockquote b
{
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}

ul:not(.navbar-nav, .nav)
{
	padding-left:0px;
}

ul:not(.navbar-nav, .nav) li
{
	list-style: none;
	border-left:1px solid #ff4d4d;
	padding-left:30px;
	margin:7.5px 0px;
}

h3, .mb-30
{
	margin-bottom:30px;
}

ul.differnce
{
	padding:0px;
	list-style: none;
}

ul.differnce li
{
	border-radius: 10px;
	border:1px solid #63FFA2;
	color:#63FFA2;
	padding:5px 10px;
}

ul.differnce>li:not(:last-child)
{
	margin-bottom:10px;
}

ul.differnce>li.minus
{
	border:1px solid #EB5757!important;
	color:#EB5757!important;
}

.nav-tabs
{
	border-bottom:0px!important;
	margin-bottom: 30px;
	background:#fff;
	border-radius: 10px;
	display: inline-flex;
	flex-wrap: nowrap;
}

.nav-tabs>.nav-item:first-child a
{
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.nav-tabs>.nav-item:last-child a
{
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.nav-item a
{
	padding:10px 20px;
	color:#fff;
	font-size: 14px;
	display: inline-block;
	color:#FF4D4D;
	font-weight:bold;
}

.nav-item a:hover
{
	text-decoration: none;
}

.nav-item a.active
{
	background:#FF4D4D;
	color:#FFF;
}


.trade-title
{
	background:#FF4D4D;
	border-radius:10px;
	box-shadow:0px 0px 5px #FF7272;
	padding:15px;
	text-align: center;
	font-weight: bold;
}

/* Coins icons */
.btc-32 {
	display:inline-block;
	width: 32px; height: 32px;
	background: url('../img/icons/coins_sprite_32.png') -0 -0;
}

.btc-20 {
	display:inline-block;
	width: 20px; height: 20px;
	background: url('../img/icons/coins_sprite_20.png') -0 -0;
}

.eth-32 {
	display:inline-block;
    width: 32px; height: 32px;
    background: url('../img/icons/coins_sprite_32.png') -32px -0;
}

.eth-20 {
	display:inline-block;
    width: 20px; height: 20px;
    background: url('../img/icons/coins_sprite_20.png') -20px -0;
}

.ltc-32 {
	display:inline-block;
    width: 32px; height: 32px;
    background: url('../img/icons/coins_sprite_32.png') -64px -0;
}

.ltc-20 {
	display:inline-block;
    width: 20px; height: 20px;
    background: url('../img/icons/coins_sprite_20.png') -40px -0;
}

.dash-32 {
	display:inline-block;
    width: 32px; height: 32px;
    background: url('../img/icons/coins_sprite_32.png') -96px -0;
}

.dash-20 {
	display:inline-block;
    width: 20px; height:20px;
    background: url('../img/icons/coins_sprite_20.png') -60px -0;
}

.xrp-32 {
	display:inline-block;
    width: 32px; height: 32px;
    background: url('../img/icons/coins_sprite_32.png') -128px -0;
}

.xrp-20 {
	display:inline-block;
    width: 20px; height: 20px;
    background: url('../img/icons/coins_sprite_20.png') -80px -0;
}

.bch-32 {
	display:inline-block;
    width: 32px; height: 32px;
    background: url('../img/icons/coins_sprite_32.png') -160px -0;
}

.bch-20 {
	display:inline-block;
    width: 20px; height: 20px;
    background: url('../img/icons/coins_sprite_20.png') -100px -0;
}

.usdt-32 {
	display:inline-block;
    width: 32px; height: 32px;
    background: url('../img/icons/coins_sprite_32.png') -192px -0;
}

.usdt-20 {
	display:inline-block;
    width:20px; height: 20px;
    background: url('../img/icons/coins_sprite_20.png') -120px -0;
}

/* */
.alert
{
	border-radius:10px;
	padding: 20px;
	border:0px;
}

.alert.alert-success
{
	background: #6FCF97;
	color:#fff;
}

.alert.alert-error
{
	background: linear-gradient(153.41deg, #FF4D4D 14.7%, #FF7C7C 89.7%);
	color:#fff;
}

.green
{
	color: #63FFA2;
}

.mb-5
{
	margin-bottom:100px!important;
}

.info-box
{
	padding: 30px 50px;
	background: #233053;
	color:#fff;
	border-radius: 10px;
	margin-bottom:15px;
}

/* Main Menu */
.navbar-toggler
{
	background: #FF4D4D;
	border: 1px solid #FF4D4D;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #FF4D4D;
	border-radius: 5px;
	margin-left:25px;
	padding: 3.5px 9px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.bg-blue-menu
{
	background:#37436C;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	flex: 0 0 auto;
	padding-top: 17px;
	padding-bottom: 17px;
	height: 72px;
	width: 100%;
}

.bg-blue-menu .menu .menu-items
{
	max-width:640px;
}

.bg-blue-menu .menu .menu-items a
{
	position:relative;
	color:rgba(255, 255, 255, .8);
}

.bg-blue-menu .menu .menu-items a:hover
{
	color: #FF7272;
	text-decoration: none;
}

.bg-blue-menu .menu .menu-items a:hover:after
{
	content:"";
	position:absolute;
	bottom:-5px;
	display:block;
	width:100%;
	height:1px;
	background:#FF7272;
}


.bg-blue-menu .navbar-brand 
{
	margin-right:50px;
}

.bg-blue-menu .menu.show
{
	display:flex!important;
	flex-direction: column;
	justify-content: space-around!important;
	position:fixed;
	width:100%;
	height:100%;
	min-height: 200px;
	background: #192441;
	top:0px;left:0px;
	margin: auto auto;
	z-index: 999;
	text-align: center;
}

.bg-blue-menu .menu.show .close
{
	display: block!important;
	position: absolute;
	top:25px;
	right:25px;
}

.bg-blue-menu .menu.show .language-box,
.bg-blue-menu .menu.show .navbar-toggler
{
	display:none;
}

.bg-blue-menu .menu.show .menu-items,
.bg-blue-menu .menu.show .auth-items
{
	display: flex!important;
	justify-content: space-around!important;
	margin-bottom:25px;
	margin-top:25px;
}

.bg-blue-menu .menu.show .menu-items
{
	flex-direction: column;
}

.bg-blue-menu .menu.show .auth-items
{
	padding-top:25px;
	width:100%;
	border-top:1px solid rgba(255, 255, 255, .2);
}

.bg-blue-menu .navbar-nav .btn-bordered
{
	display:inline!important;
}

.auth-items a
{
	margin-left:25px;
}

.language-box
{
	padding:10px;
	background: #2F395D;
	border-radius: 5px;
	margin-left:50px;
	cursor: pointer;
	display:inline-block;
	position: relative;
	z-index: 99;
}

.language-box > .choose-language
{
	position:absolute;
	background:#2F395D;
	top:calc(100% + 17px);
	left:0px;
	width:200px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; 
	overflow: hidden;
	display: none;
}

.language-box > .choose-language a
{
	padding:12px 15px;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:300;
}

.language-box > .choose-language>a:not(:last-child)
{
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.language-box > .choose-language>a:hover
{
	background:#233053;
	text-decoration: none;
}

.language-box button
{
	border:0px;
	display:inline-block;
	background:none;
	color:rgba(255, 255, 255, .8);
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
}

.language-box.show img
{
	transform: rotate(180deg);
}

.language-box.show > .choose-language
{
	display: block;
}

/* */

/* Buttons */
.btn-bordered
{
	display:inline-block;
	border: 1px solid #FF4D4D;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #FF4D4D;
	background:transparent;
	border-radius: 5px;
	padding:10px 20px;
	color:#fff;
	font-size: 14px;
}

.btn-bordered:hover
{
	border: 1px solid #FF2020;
	color:#fff;
	text-decoration: none;
}

.btn-fill
{
	border:0px;
	display:inline-block;
	background: #FF4D4D;
	box-shadow: 0px 0px 5px #FF4D4D;
	border-radius: 5px;
	padding:10px 20px;
	color:#fff;
	font-size: 14px;
}

.btn-fill:hover
{
	text-decoration: none;
	color:#fff;
}

/* Pages */
.main-page, .sub-page
{
	flex: 1 0 auto;
	padding-top:50px;
}

.main-page h3
{
	font-size: 30px;
	line-height: 37px;
	color:#fff;
}

.sub-page
{
	background:url("../img/background-decor.png");
	background-size:cover;
	background-position: 50% 50%;
	width:100%;
	padding-bottom:50px;
	height:auto;
	line-height:175%;
}
 
.sub-page h1
{
	font-size:30px;
	line-height: 37px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0.03em;
	margin-bottom:30px;
}

.sub-page .breadcrumbs
{
	margin-top:-35px;
	margin-bottom:30px;
	font-size: 13px;
}

.sub-page .breadcrumbs>a
{
	color:#FF4D4D;
}

.sub-page .breadcrumbs>a:after 
{
	padding: 5px;
	color: #fff;
	content: " >";
}

.sub-page .breadcrumbs span
{
	color:#fff;
}

.content-box, .content-box-light
{
	background: #233053;
	border-radius: 10px;
	padding:30px 30px;
	margin-bottom:30px;
	color:#fff;
	line-height: 150%;
	position:relative;
}

.content-box-light
{
	background:#37436C!important;
	padding:30px!important;
}

.fixed
{
	overflow-y: scroll;
	height:auto;
	max-height:675px;
	scrollbar-color: #FF4D4D #233053;
	scrollbar-width: thin;
}

.fixed table thead th
{
	position: sticky; 
	top:-30px;
	background:#233053;
}

.fixed table
{
	border-collapse: collapse;
	width:100%;
}

.white-box
{
	background: #FFFFFF;
	border-radius: 5px;
	padding:10px;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #192441;
	text-align: center;
	width:100%;
}

footer
{
	width:100%;
	min-height:190px;
	background: #37436C;
	padding:30px 0px;
	color:#E5E5E5;
	font-size: 12px;
	line-height: 175%;
	flex: 0 0 auto;
}

footer a
{
	display:inline-block;
	color:#E5E5E5;
	position:relative;
}

footer div.links>a:not(:last-child)
{
	margin-bottom:10px;
}

footer div.links>a:hover
{
	color: #FF7272;
	text-decoration: none;
}


footer div.links>a:hover:after
{
	content:"";
	position:absolute;
	bottom:-5px;
	display:block;
	width:100%;
	height:1px;
	background:#FF7272;
}

footer .socials a
{
	display:inline-block;
	margin-top:20px;
}

footer .socials>a:not(:last-child)
{
	margin-right:15px;
}

footer .socials a span
{
	display:block
}

div.copy-input
{
    background: #253255;
	border: 1px solid #9CABDD;
	box-sizing: border-box;
	border-radius: 5px;
	padding:15px;
	background:transparent;
	width:100%;
	color:#fff;
	overflow: hidden;
	position: relative;
}

div.copy-input span.copy
{
	cursor:pointer;
	display:block;
	position: absolute;
	right:15px;
	width:20px;
	height:20px;
	top:15px;
	background:url("../img/copy.png");
}

div.copy-input.copied
{
	animation-name: copied;
  	animation-duration: 2s;
}

@keyframes copied
{
 	from {background: #6FCF97;}
	to {background:transparent;}
}

div.qrcode img
{
	margin:0 auto;
	border:5px solid #fff;
}

.twitter {
	width: 32px; height: 32px;
	background: url('../img/socials-v=2.png') -5px -5px;
}

.telegram {
	width: 32px; height: 32px;
	background: url('../img/socials-v=2.png') -47px -5px;
}

.facebook{
	width: 32px; height: 32px;
	background: url('../img/socials-v=2.png') -89px -5px;
}

.medium-blog {
	width: 32px; height: 32px;
	background: url('../img/socials-v=2.png') -131px -5px;
}

.sharer a
{
	opacity: .5;
	margin-right:15px;
}

.sharer a:hover
{
	opacity:1;
	text-decoration: none;
}

.share
{
	display:inline-block;
}

.share-facebook {
    width: 30px; height: 30px;
    background: url('../img/icons/social_sharing.png') -0 -0;
}

.share-twitter {
    width: 30px; height: 30px;
    background: url('../img/icons/social_sharing.png') -30px -0;
}

.share-telegram {
    width: 30px; height: 30px;
    background: url('../img/icons/social_sharing.png') -60px -0;
}


.share-instagram{
    width: 30px; height: 30px;
    background: url('../img/icons/social_sharing.png') -90px -0;
}

.share-linkedin {
    width: 30px; height: 30px;
    background: url('../img/icons/social_sharing.png') -120px -0;
}

@media screen and (max-width: 1024px)
{
	.presentation .curr img
	{
		margin-top:10px;
		transform: rotate(90deg);
	}

	.form-box
	{
		padding:20px 50px 40px 50px!important;
	}
}

@media screen and (max-width: 480px) 
{
	.language-box
	{
		margin-left:0px;
	}

	footer .socials>a:not(:last-child)
	{
		margin-right:5px;
	}

	.form-box
	{
		padding:20px 20px 40px 20px!important;
	}
}

.sbmt {
  background-color: #FF4D4D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.sbmt:hover {
  background-color: #D33333; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}