
button:focus {outline:0;}
input:focus {outline:0;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:#525f7f;
}
.bg-default{
	background-color:#000 !important;
}
.dark-default-bg{
	background-color:#090b10;
}
.navbar{
	/*background:linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;*/	
	background:transparent;	
}
ul.navbar-nav li.nav-item a.nav-link{
	padding:10px 20px;
	color:#677294 !important;
	transition:all ease .3s;
}
ul.navbar-nav li.nav-item a.nav-link:hover{
	color:#000;
}
ul.navbar-nav li.nav-item a.nav-link.active{
	color:#000 !important;
	font-weight:bold;
}

.rounded-logo{
	width:50px;
	height:50px;
	border-radius:50%;
	background:#fff;
	padding:10px;
	transition:all ease .3s;
}
.rounded-logo:hover{
	 transform: rotateY(180deg);
	 box-shadow:0 0 10px rgba(0,0,0,.35);
}
.rounded-logo a{
	padding:0;
	margin:0;
	line-height:normal;
}
.rounded-logo img{
	max-width:32px;
}
#menu-toggle{
	color:#fff;
}
.topper_link{
	float:right !important;
}
.topper_link a{
	color:#f7f7f7;
	opacity:.5;
	transition:all ease .3s;
}
.topper_link a:hover{
	color:#fff;
	text-decoration:none;
	opacity:1;
}
.topper_link li{
	list-style:none;
	display:inline-block;
	padding:0 10px;
}
.topper_link li i{
	font-size:12px;
	/*border:1px solid #fff;
	border-radius:50%;
	padding:6px;*/
}
@media (max-width:414px){
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-size:1.25em;
	}	
	.topper_link{
		margin-top:-30px;
	}
	.navbar{
		display:block;
		padding:5px;
	}
	.rounded-logo{
		width:65px;
		height:auto;
		background:transparent;
		margin-left:10px;
		padding:0px 8px;
	}
	.rounded-logo img{
		max-width:54px;
	}
}

/*===== default layout =====*/
.shapeBg{
	overflow:hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
}
.shape {
    background-image: -moz-linear-gradient(-57deg, #ff8c9c 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(-57deg, #ff8c9c 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(-57deg, #ff8c9c 0%, #ffffff 100%);
    position: absolute;
    left: -256px;
    top: -178px;
    width: 1095px;
    height: 602px;
    border-radius: 90px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    z-index: -1;
    opacity: 0.20;
}

.shape.two {
    background-image: -moz-linear-gradient(200deg, #ffdadf 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(200deg, #ffdadf 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(200deg, #ffdadf 0%, #ffffff 100%);
    position: absolute;
    left: 889px;
    top: 60px;
    border-radius: 150px;
    width: 1260px;
    height: 1260px;
}
.shape.three {
    background-image: -moz-linear-gradient(180deg, #fdd8dd 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #fdd8dd 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #fdd8dd 0%, #ffffff 100%);
    position: absolute;
    left: 20px;
    top: 58px;
    border-radius: 150px;
    width: 1360px;
    height: 1250px;
	-webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg);
}
.top-right-pannel a{
	color:#fff;
}
.dropdown-toggle::after{
	content:'';
	display:none;
}
.btn-uni{
	background:#000;
	border-radius:5px;
	padding:0 6px;
	text-transform:uppercase;
	transition:all ease .3s;
}
.btn-uni:hover{
	opacity:.5;
}
.btn-uni a{
	color:#fff !important;
}
.btn-create-wallet{
	border:2px solid #079f13;
	border-radius:5px;
	padding:0 6px;
	margin:0 5px;
	color:#fff;
}
.btn-create-wallet a{
	color:#079f13!important;
}
.btn-create-wallet a.nav-link{
	color:#079f13!important;
}
.btn-connect-wallet-outline{
	background:#fff;
	border:2px solid #079f13;
	border-radius:5px;
	padding:0 6px;
	margin:0 5px;
	color:#079f13;
}
.btn-connect-wallet-outline a{
	color:#079f13!important;
}
.button-toggle button{
	color:#000;
	position:absolute;
	top:10px;
	right:5px;
}
@media (max-width:986px){
	.top-right-pannel a{
		display:flex;
	}
	.btn-create-wallet{
		margin:5px 0;
	}
}
.tooltip-icon{
	width:25px;
	height:25px;
	background:#efefef;
	text-align:center;
	border-radius:30px;
	margin-left:5px;
	line-height:1.5;
}
.tooltip-icon i{
	font-size:14px;
	margin-right:0 !important;
}
.custom-tooltip {
  display: inline;
  position: relative;
  cursor: pointer;
  transition:all ease .3s;
}
.custom-tooltip:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  margin: -52px auto 0;
  margin-left:-220px;
  font-size:12px;
  line-height:normal;
  padding: 13px;
  width: 220px;
}
.custom-tooltip:hover:before{
  border: solid;
  border-color: #444 transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #444;
  content: "";
  left: -10px;
  bottom: 10px;
  position: absolute;
}
.mytooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #006080;
}

.mytooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
	font-size:12px;
	line-height:normal;
    padding:10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.mytooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-left {
	top: -5px;
    bottom: auto;
    right: 128%; 
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

/*===== nav-link dropdown menu =====*/
.nav-link.dropdown{
	font-size:14px;
	background:#735cca;
    border-radius: 30px;
    padding:6px 20px !important;	
}
.dropdown-menu .dropdown-header{
	padding:0 1.5rem;
}
.dropdown-menu a.dropdown-item{
	font-size:14px;
	color:#525f7f;
	display: flex;
    align-items: center;
}
.dropdown-menu a.dropdown-item i{
	margin-right:10px;
}
.dropdown-menu a.dropdown-item svg{
	margin-right:5px;
}
@media (max-width:768px){
	.nav-link.dropdown{
    float: right;
    top: -45px;
    position: absolute;
    right: 0;	
	}
}
/*** login.php *****/
.message_success_alert{
	z-index:2;
	margin:auto;
	width:100%;
	font-size:12pt;
	line-height:1.2;
}
.login_header{
	position:relative;
	background:#172b4d;
	padding:2em 0;
}
.skew-bottom {
  background: #41ade5;
  color: #fff;
  position: relative;
  z-index: 1;
}
.skew-bottom:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-4.5deg);
  transform-origin: 100%;
  z-index: -1;
}
.bg-gradient-primary{
	background:linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}
.bg-gradient-primary2{
	background:linear-gradient(87deg, #1A5276 0, #5DADE2 100%) !important;
}
.main_logo{
	padding:3em 0;
}
.main_logo img{
	width:165px;
}
.login_box{
	z-index:2;
	max-width:450px;
	margin:0 auto;
	color:#a9a9a9;
}
.login_box #_submit{
	width:100%;
	border:none;
	background:#5e72e4;
	transition:all ease .3s;
}
.login_box #_submit:hover{
	background:#4d60cc;
}
.login_box_bottom{
	z-index:2;
	max-width:450px;
	margin:0 auto;
	padding:15px 0;
}
.login_box_bottom a{
	color:#fff;
	transition:all ease .3s;
}
.login_box_bottom a:hover{
	color:#777;
	text-decoration:none;
}
.login_box_bottom > div{
	width:50%;
	display:block;
	float:left;
}
.login_box_bottom div + div{
	text-align:right;
}
@media (max-width: 992px){
	.main_logo{
		padding:20px 0;
	}
}
@media (min-width: 992px){
	.login_header{
		min-height:260px;
		max-height:260px;
	}
}
@media (max-width:414px){
	.login_header{
		min-height:200px;
		max-height:200px;
	}
	.main_logo{
		padding:0 0;
	}
	.login_box_bottom > div{
		width:100%;
	}
	.login_box_bottom div + div{
	text-align:left;
	}
}
/*** Inside content page *****/
body{
    color: #525f7f;
	line-height:2;	
}
body.darkBlue_bg{
	background:#172b4d;
}
.inside_header{
	padding:3em 20px;
	padding-bottom:5em;
}
.inside_header h2{
	color:#fff;
}
.content_wrapper_box{
	margin-top:-3rem;
}

/*===== card css =====*/
.title{color:#32325d;}
.shadow{
	box-shadow:0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}
.card .table th{
	color:#8898aa;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1.2px;
	vertical-align:top;
}
.card .table tr td{
	font-size:.8125rem;
	color:#525f7f;
	vertical-align: middle;
}
/*===== End card css =====*/
input#_submit{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#_submit:hover{
	background:#14b16e;
}

input#_confirm{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#_confirm:hover{
	background:#14b16e;
}

input#back{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#back:hover{
	background:#14b16e;
}

.btn-primary{
	color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);	
}

#sidebar-wrapper .list-group a.list-group-item {
	display: flex;
    align-items: center;
	font-size:1rem;
	background:#040506;
	color:#738198;
	transition:all ease .3s;
	position:relative;
	padding:1.25em;
}
#sidebar-wrapper .list-group a.list-group-item:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#101010;
	z-index:1;
}
#sidebar-wrapper .list-group a.list-group-item:hover{
	background:#111;
}
#sidebar-wrapper .list-group a.list-group-item i{
	padding:0 8px;
	color:#5e72e4;
	font-size:14px;
}
#sidebar-wrapper .list-group-header i{
	padding:0 8px 0 3px;
	color:#5e72e4;	
	font-size:14px;
}
.list-group-header {
  position: relative;
  display: block;
  padding: 10px 15px;
  color:#285cb3;
  margin-bottom: -1px;
  background:#061835;
  border: none;
  font-size:12pt;
  font-weight:500;
}
/*** dashboard *****/
.card-stats .card-body{
	padding: 1rem 1.5rem;
}
.card-stats h5{
    font-size:.8125rem;	
}
.text-muted{
	color: #8898aa !important;	
}
.text-sm{
    font-size: .875rem !important;
}
.text-success{
	color: #2dce89 !important;
}
.text-fail{
	color:#f7392b !important;
}
.stats_amount{
	font-size:1.25rem;
	font-weight:bold;
}
.icon-shape{
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;	
}
.icon{
    width: 3rem;
    height: 3rem;	
}
.search_items_bar{
	background:#061835;
	border: 1px solid #172b4d;
	color:#738198;
}
.col-line-chart{
	margin:20px 0;
	height:450px;
	background:#111;
}
.table-listing{
	border:1px solid #222;
}
.table-listing thead tr td{
	color:#5dd9fa;
	font-weight:bold;
	border-top:1px solid #1c1c1c;
}
.table-listing tr td{
	color:#aaa;
	border-top:1px solid #1c1c1c;
}
.table-width-1360px{
	width:1360px;
}
@media screen and (min-width:1360px){
	.table-width-1360px{
		width:100%;
	}
}
/*** cryptowallet.php *****/
.btn-unvailable{
	color: #212529;
    border-color: #f7fafc;
    background-color: #f7fafc;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);	
	transition:all ease .3s;
}
.btn-unvailable:hover{
    color: #212529;
    border-color: #f7fafc; 
    background-color: #efefef;
}
.btn-deposit{
	color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-deposit:hover{
	background:#4659c3;
	color:#fff;
}
.btn-copy{
	position:absolute;
	right:20px;
	color: #fff;
	border-radius:0 5px 5px 0;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-copy:hover{
	background:#4659c3;
	color:#fff;
}
.btn-withdrawal{
	color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-withdrawal:hover{
	color:#fff;
	background:#09172d;
}

.btn-history{
	color: #fff;
    border-color: #196F3D;
    background-color: #196F3D;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-history:hover{
	color:#fff;
	background:#145A32;
}
/*** currencyTab.php *****/
.nav-pills .nav-item:not(:last-child){
	padding-right: 1rem;
}
.nav-pills .nav-item.active .nav-link{
	background-color:#5e72e4;
	color:#fff
}
.nav-pills .nav-link{
	font-size: .875rem;
    font-weight: 500;
    padding: .75rem 1rem;
    transition: all .15s ease;
    color: #5e72e4;
    background-color: #fff;
	border:none;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.nav-pills .nav-link:hover{
	background-color:#5e72e4;
	color:#fff;
}
@media (max-width:992px){
	.nav-pills .nav-item{
		width:100%;
		margin-bottom:5px;
	}
	.nav-pills .nav-item:not(:last-child){
	padding-right:0;
	}
}
@media (max-width:414px){
	.nav-pills .nav-item{
		margin-bottom:.2rem;
	}
	.nav-pills .nav-item:not(:last-child){
		padding-right:0;
	}
}
/*** Button style *****/
.btn_swap{
	padding:.526rem;
	border-radius:5px;
	width:100%;
	max-width:320px;
}
.btn-add-liquidity{
	border:none;
	border-radius:5px;
	padding:6px 10px;
	background:#1c1c1c;
	font-size:14px;
}
.btn-add-liquidity a:hover{
	text-decoration:none;
}
.btn-trade{
	border:none;
	border-radius:5px;
	padding:6px 15px;
	background:#1d53af;	
	font-size:14px;
}
.btn-trade a{
	color:#fff;
}
.btn-trade a:hover{
	text-decoration:none;
}
.btn-default{
	border:none;
	border-radius:5px;
	padding:6px 10px;
	background:#1c1c1c;
	font-size:14px;	
}

/*** Exchange.php *****/
.icon_swap{
	max-width:100px;
	margin:30px 0;
	transition:all ease .3s;
}

@media (max-width:929px){
	.icon_swap{
	  -ms-transform: rotate(90deg); /* IE 9 */
	  transform: rotate(90deg);
	}
}
/*** swap/swap *****/
.color-blue{
	color:#4b4ba7;
}
.swap-card{
	background:#fff;
	border-radius:15px;
}
.swap-card-body{
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.swap-card-footer{
	padding: 1.25rem;
}
.swap-from-box{
	border:1px solid #eee;
	border-radius:5px;
}
.swap-head-title{
	padding:10px 20px 0;
}
.swap-input-detail{
	padding:0px 20px 15px;
	display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
}
.swap-input-amount{
	width:100%;
	border:0;
	color:#666;
	font-size:26px;
	font-weight:600;
	line-height:normal;
}
.swap-input-amount::placeholder{
	color:#ccc;
}
.select-token-input a{
	display:block;
}
.token-search-input{
	width:100%;
	border:0;
	color:#666;
	font-weight:600;
	line-height:normal;
	border-radius: 20px;
    color: rgb(0, 0, 0);
	border: 1px solid rgb(237, 238, 242);
	padding: 16px;
	font-size: 18px;
    transition: border 100ms ease 0s;
}
.token-search-input:focus {
    border: 1px solid rgb(4 80 10);
    outline: none;
}
.no-result{
	box-sizing: border-box;
    margin: 0px 0px 20px;
    min-width: 0px;
    font-weight: 500;
    color: rgb(136, 141, 155);
    text-align: center;
}
@media (max-width:414px){
	.select-token-input a{
		width:100%;
	}
	.swap-input-detail{
		display:block;
	}
}
.button-connect-wallet{
	width:100%;
	padding:10px;
	border:0;
	border-radius:6px;
	background:#079f13;
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 5px rgb(134 217 255);
	transition:all ease .3s;
}
.button-connect-wallet:hover{
	background:#047d0d;
}
.button-connect-wallet a{
	color:#fff;
}
.button-connect-wallet a:hover{
	text-decoration:none;
}
.select-wallet{
	margin-bottom:5px;
	transition:all ease .2s;
}
.select-wallet a{
	padding:10px 15px;	
	border:1px solid #f8f8f8;
	transition:all ease .2s;
}
.select-wallet a:hover{
	border:1px solid #ccc;
}
.token-list-select ul{
	padding:0;
	margin:0;
}
.token-list-select li{
	display:block;
	list-style:none;
	margin:0px 0 5px;
	padding:10px;
	background:#fbfbfb !important;
	font-weight:500;
}
.token-list-select li:hover{
	background:#f8f8f8 !important;
}
.token-list-select li img{
	margin-right:10px;
}
.swap-title{
	color:#555;
}
.swap-amount{
	color:#000;
	font-weight:bold;
}
.swap-amount.price-impact{
	color:orange;
}
/*** pool/pool *****/
.btn-link{
	color:#21a912;
	border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 6px;
}
.btn-add{
	padding:5px 20px;
	border-radius:8px;
	border:0;
	background:linear-gradient(180deg, #21a912, #069e13);
}
.btn-add a{
	color:#fff;
	transition:.2s;
}
.btn-add a:hover{
	text-decoration:none;
	color:#fff;
	opacity:.5;
}
.btn-remove{
	padding:5px 20px;
	border-radius:8px;
	border:0;
	background:#d00;
}
.btn-remove a{
	color: #fff;
	transition:all ease .2s;
}
.btn-remove:hover{
	background:#c00;
}
.card .card-header a.card-link:not(.collapsed) .rotate-icon{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card .card-header a.card-link i.fa{
	line-height:normal;
	width:auto;
	height:auto;
}
.transfer_box{
	background:#fff;	
}
.amount-display{
	background:#fbfbfb;
	padding:10px 20px;
	margin:20px 0;
}
.amount-display h1{
	color:#254e98;
}
.btn_percent_trade{
	width:20%;
	background:#f1f1f1;
	border:0;
	border-radius:3px;
	padding:.526rem 20px;
	margin:2px;
	display:inline-block;
	color:#254e98;
}
.btn_percent_trade.max{
	background:#fdd;
}
.total_price_rate{
	font-weight:bold;
}
@media (max-width:414px){
	.btn_percent_trade{
		width:47.333%;
	}
}

/*** dashboard/pair *****/
.crypto_rate{
	display:inline-block;
	padding:6px 10px;
	margin-bottom:6px;
	border-radius:5px;
	border:1px solid #273046;
	color:#fff;
}
.pair_stats_box{
	border:1px solid #333;
	border-radius:5px;
	color:#fff;
	margin-bottom:5px;
	padding:1.25rem;
	width:100%;
}
.pair_stats_amount{
	font-weight:bold;
	font-size:20px;
}
.tokens_amount{
	font-size:18px;
	font-weight:bold;
}
.pair_infomation_grid{
	border:1px solid #333;
	color:#fff;
	padding:20px 15px;
}
.pair_infomation{
	padding:10px 25px;
}
.pair_infomation_title{
	font-weight:bold;
}
@media (max-width:414px){
	.crypto_rate{
		width:100%;
	}
}
.default-tabbed .nav-item:not(:last-child){
	padding-right:10px;
}
.default-tabbed .nav-link{
	padding:6px 10px;
	background:#19202f;
}
/*===== dropdown button layout =====*/
.open-currency-select-button{
	background:#efefef;
	font-weight: 500;
    border-radius:3px;
    outline: none;
    cursor: pointer;
    user-select: none;
    border: none;
    padding:5px 20px;
	width:100%;
}
/*===== loader =====*/
//Spinner
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #cef;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*===== Transaction Settings =====*/
.sc4{
	box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 400;
    color: rgb(86, 90, 105);
    font-size: 14px;
	display:flex;
}

.sc_contains {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 100%;
    display: flex;
    padding:10px 20px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sc_input{
	width: 100%;
    height: 100%;
    border: 0px;
    border-radius: 2rem;
}

.sc_btn {
	-webkit-box-align: center;
    align-items: center;
    height: 2rem;
    border-radius: 36px;
    font-size: 1rem;
    width: auto;
    min-width: 3.5rem;
    border: 1px solid rgb(237, 238, 242);
    outline: none;
    background: rgb(255, 255, 255);
    margin-right: 8px;
    color: rgb(0, 0, 0);
	line-height:normal;
}
.sc_btn:focus{
	background:#069e13;
	color:#fff;
	border:none;
}
.sc_btn:active{
	background:#069e13;
	color:#fff;
	border:none;
}
/*** pool/addliquidity *****/
.price_pool_share{
	line-height:normal;
	text-align:center;
	margin-bottom:10px;
}
.add_liquidity_amount{
	font-weight:bold;
	word-break:break-all;
	line-height:normal;
	text-align:center;
	min-height:45px;
}
/*** tube1/tube1 *****/
ul.coin-liquidity-mining {
	margin:0;
	padding:0;
}
ul.coin-liquidity-mining li{
	list-style:none;
	display:inline-block;
}
ul.coin-liquidity-mining li img{
	max-width:26px;
	margin:0 2px;
}
.card-liquidity-deposits{
	background:#f1eef7;
	padding:20px;
	border-radius:8px;
	border:1px solid #e8e7e8;
}
.card-liquidity-deposits p{
	margin-bottom:0;
}
.liqui-deposits-amount h3{
	font-weight:bold;
	margin-bottom:0;
}
.liqui-deposits-swap{
	font-weight:500;
}
.card-claim-detail{
	background:#fff3ec;
	padding:20px;
	border-radius:8px;
	border:1px solid #f1e5de;	
}
.card-claim-detail p{
	margin-bottom:0;
}
.claim-status{
	background:#f1e7e1;
	border-radius:5px;
	padding:0 5px;
}
.liqui-claim-amount h3{
	font-weight:bold;
	margin-bottom:0;	
}
.liqui-claim-swap{
	font-weight:500;	
}
.button-deposit-liquidity{
	width:100%;
	padding:10px;
	border:0;
	border-radius:6px;
	background:#5e45d4;
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 5px rgb(134 217 255);
	transition:all ease .3s;
}
.button-deposit-liquidity:hover{
	background:#351f9c;
}
.button-deposit-liquidity a{
	color:#fff;
}
.button-deposit-liquidity a:hover{
	text-decoration:none;
}
.coin-liqui-now img{
	max-width:22px;
}
.button-approve-deposit{
	width:100%;
	padding:10px;
	border:0;
	border-radius:6px;
	background:#079f13;
	color:#fff;
	font-weight:bold;	
}
.button-approve-deposit a{color:#fff;}
.button-approve-deposit a:hover{text-decoration:none;}
.button-enter-amount{
	width:100%;
	padding:10px;
	border:0;
	border-radius:6px;
	background:#ffc107;
	color:#fff;
	font-weight:bold;		
}
.button-enter-amount a{color:#fff;}
.button-enter-amount a:hover{text-decoration:none;}
#claim-liquidity-now p{
	line-height:normal;
}
.card-manage-deposit{
	background:#f7fff8;
	padding:20px;
	border-radius:8px;
	border:1px solid #e4ece5;	
}
.card-total-deposit{
	background:#f2fbff;
	padding:20px;
	border-radius:8px;
	border:1px solid #d8e9f1;		
}
.ellipsis {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    display:block;
}
.tab-content table {
	font-size: 1em;
}
.text-ellipsis {
	width: 200px;
	display: inline-block!important;
}
/*** transaction.php *****/
span.highlight-field{
	background:#222;
	padding:6px 10px;
	border-radius:3px;
	color:#ccc;
}