body, html {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
	overflow-x:hidden;
	overflow:auto;
	
	background:#f3f6fa;
	
}
html {
	
    line-height: 1.15;
	position: relative;
  min-height: 100%;
}
/* ........................navbar css................................ */ 
.navbar-default{
    transition:500ms ease;
    background:rgb(22, 82, 240);
}
.navbar-default.scrolled {
	background:#ffff;
	border:1px solid rgba(201,200,196,1);
	border:none;
	padding:8px;
    border-radius:0;
}
.navbar-default.scrolled .nav li a{
    color:rgba(0,0,0,0.5);
}
.navbar-default.scrolled .nav li a:hover{
    color:#69716A;
}
.navbar-default.scrolled svg path{
	fill: rgb(22, 82, 240);
}

.navbar-default.scrolled .dropdown-toggle:focus{ 
    background-color:transparent;
    color:#050f19;
}
.navbar-default.scrolled .dropdown-toggle[aria-expanded="true"] {
  background:#FFF !important;
  color:#69716A !important;
}
.navbar-default{
	border:none;
	padding:8px;
    border-radius:0;	
}
.navbar-default .navbar-nav li a{
	color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
	font-weight:bold;
    text-decoration: none;
}
.navbar-default .navbar-right .profile-img{
    margin-top:12px;
}
.navbar-default .dropdown-toggle:focus{ 
   
    color:white;
}
.navbar-default .dropdown-toggle:hover{
	background:none !important;
	color:rgba(255,255,255,0.5) !important;
	transition:0.2s !important;
}
.navbar-default .dropdown-toggle[aria-expanded="true"] {
    background:transparent !important;
    color:white !important;
}
.navbar-default .dropdown-toggle:active, .open .dropdown-toggle {
    background:transparent !important; 
    color:rgba(255,255,255,0.8) !important;
}
.navbar-default .navbar-nav li a:active {
    background:transparent !important; 
    color:rgba(255,255,255,0.8) !important;
}
.navbar-default .dropdown .dropdown-menu {
	top:58px;
	right:16px;
}
.navbar-default .dropdown .dropdown-menu li a{	
	font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: rgb(5, 15, 25);
}
.navbar-default .dropdown .dropdown-menu li a:hover{
	background:none;
	color: rgb(5, 15, 25);
}
.navbar-default .navbar-nav #menu-bar{
	display:none;
}
.navbar-default.scrolled .navbar-nav #menu-bar span{
	color:rgba(0,0,0,0.5);
	
}

/* ........................second navbar css................................ */ 
.second-nav  {
 margin-bottom:-10px;
 border:none;
 margin-top:65px;
  background:white;
 padding:8px;
 padding-bottom:1px;
 box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.second-nav  .tabbable-line > .nav-tabs {
  border: none;
 
}

.second-nav  .tabbable-line > .nav-tabs > li > a {
  border: 0;
 font-size:14.5px;
 font-weight:600;
  color: #737373;
}
.second-nav  .tabbable-line .nav > li > a {
    position: relative;
    display: block;
padding: 15px 15px;
}
.second-nav  .tabbable-line > .nav-tabs > li > a:hover{
	color:#4377DE;
	transition:0.2s;

}
.second-nav  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid rgba(67,119,222,0.4);
  transition:0.2s;
}
.second-nav  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: none;
  background: none !important;
  color: #4377DE;
  transition:0.2s;
}
.second-nav  .tabbable-line > .nav-tabs > li.open > a > i,.second-nav .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #4377DE;
}
.second-nav  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
  
}
.second-nav  .tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px solid #4377DE;
  position: relative;
  transition:0.2s;
}
.second-nav  .tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #4377DE;
  transition:0.2s;
}
.second-nav  .tabbable-line > .nav-tabs > li.active > a > i {
  color: #4377DE;
}
.second-nav  .tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}




.second-nav  .tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 2px solid transparent;
}
.second-nav  .tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.second-nav  .tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 2px solid #fbcdcf;
}
.second-nav  .tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 1px solid #f3565d;
}
.second-nav  .tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.second-nav  .nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
  
}


/* ........................accound manu css................................ */ 

.second-nav-content .menu-3 .container .accound{
	border:1px solid rgba(0,0,0,0.1);
	background:white;
	margin-top:35px;
	overflow-y:hidden;
}

.second-nav-content .menu-3 .container .row .col-md-4{
	border-right:1px solid rgba(0,0,0,0.1);
	padding:0;
	height:520px;
	
	
}

.second-nav-content .menu-3 .container .row .col-md-4 .nav::-webkit-scrollbar {
    display: none;
}
.second-nav-content .menu-3 .container .row .col-md-4 .nav{
	overflow-Y: scroll;
	height:520px;
	padding-bottom:50px;
  -ms-overflow-style: none;  
  -webkit-overflow-style: none;  
  overflow-style: none;  
  scrollbar-width: none; 
  -webkit-scrollbar-width: none; 
}
.second-nav-content .menu-3 .container .row .col-md-4 .new{
	position:absolute;
	margin-top:-37px;
	left: 0; 
	border-top:1px solid rgba(0,0,0,0.1);
  width: 100%; 
  background:white;
	z-index:1;
	list-style-type:none;
	
}
.second-nav-content .menu-3 .container .row .col-md-4 .new a {
	text-decoration:none;
	color:rgba(0,0,0,0.5);
	transition:0.2s;
}
.second-nav-content .menu-3 .container .row .col-md-4 .new a:hover {
	color:rgba(0,0,0,0.3);
	transition:0.2s;
}

.second-nav-content .menu-3 .container .row .col-md-4 .new a h4{
	font-size:15px;
}
.second-nav-content .menu-3 .container .row .col-md-8{
	height:520px;
}
.second-nav-content .menu-3 .container .row .col-md-8 .tab-content{
	height:520px;
	overflow-Y: scroll;
	
}
.second-nav-content .menu-3 .container .row .col-md-8 .tab-content::-webkit-scrollbar {
    display: none;
}
.second-nav-content .menu-3 .container .row .col-md-8  .tran{
	background:#F7FAFB;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.second-nav-content .menu-3 .container .row .col-md-8  .tran h5{
	margin-top:15px;
	font-size:15px;
}
.second-nav-content .menu-3 .container .row .col-md-8  .tran .search-box {
  width: 250px;
  cursor: pointer;
  margin: 0 auto;
  border: .5px solid rgb(232, 238, 241);
  border-radius: 28px;
  color: rgb(119, 126, 128);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #fff;
}

.second-nav-content .menu-3 .container .row .col-md-8  .tran .search-icon {
  width: 250px;
  padding: 5px;
  border-radius: 24px;
  float: right;
}
.second-nav-content .menu-3 .container .row .col-md-8  .tran .inner-addon { 
  position: relative; 
}

.second-nav-content .menu-3 .container .row .col-md-8  .tran .inner-addon .glyphicon {
  position: absolute;
  padding: 13px;top:3px;color: rgb(119, 126, 128);
  pointer-events: none;
}
.second-nav-content .menu-3 .container .row .col-md-8  .tran .left-addon .glyphicon  { left:  0px;}
.second-nav-content .menu-3 .container .row .col-md-8  .tran .right-addon .glyphicon { right: 0px;}
.second-nav-content .menu-3 .container .row .col-md-8  .tran .left-addon input  { padding-left:  30px; }
.second-nav-content .menu-3 .container .row .col-md-8  .tran .right-addon input { padding-right: 30px; }



.second-nav-content .menu-3 .pandding:before{
	content:"";
	position:absolute;
	width:5px;
	border-radius:50%;
	background:#E5B443;
	height:5px;
	bottom:17px;
	margin-left:-10px;
}
.second-nav-content .menu-3 .container .title{
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-left:20px;
	padding-top:4px;
	color:#337AB7;
	padding-bottom:4px;
}
.second-nav-content .menu-3 .container .row .col-md-4 .nav li {
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(0,0,0,0);
	border-radius:0px;
	padding-top:0px;
	margin-top:-1px;
}
.second-nav-content .menu-3 .container .row .col-md-4 .nav-pills {
	background:#F7FAFB;
}
.second-nav-content .menu-3 .nav-pills > li a:hover{
	background:rgba(255,255,255,1);
}
.second-nav-content .menu-3 .container .nav>li>a:focus,.container .nav>li>a:hover {
    text-decoration: none;
    background-color:rgba(255,255,255,1);
}
.second-nav-content .menu-3 .container .nav-pills > li.active > a:before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:rgba(0,0,255,0.5);
	left:0;
	top:0;
	
}
.second-nav-content .menu-3 .container .nav-pills > li a{
	color: rgba(0,0,0,0.5);
}
.second-nav-content .menu-3 .container .nav-pills > li.active > a,.container .nav-pills > li.active > a:hover,.container .nav-pills > li.active > a:focus {
    color:#337AB7;
    background-color: white;
	border-radius:0px;
	
}

.second-nav-content .menu-3 .container .row .col-md-4 .nav li .media{
	padding-top:6px;
	padding-bottom:6px;
}
.second-nav-content .menu-3 .container .nav  .media-body  h4,.nav  .media-body p{
	font-weight:bold;
}
.second-nav-content .menu-3 .container .nav  .media-body  p span{
	color:rgba(0,0,0,0.5);
	font-weight:500;
}

.second-nav-content .menu-3 .container .nav .media-body .button-group .btn{
	border-radius:5px;
	color:rgba(0,0,0,0.5);
	background:none;
	outline:none;
	box-shadow:none;
	font-size:12px;
	width:90px;
}
.second-nav-content .menu-3 .container .nav .media-body .button-group .btn:nth-child(3){
	width:40px;
}
.second-nav-content .menu-3 .coin .coin-left ul li:nth-child(1){
	font-size:14px;
	width:22px;
	color:rgba(0,0,0,0.6);
}
.second-nav-content .menu-3 .coin .coin-left ul{
	padding-left:0;
}
.second-nav-content .menu-3 .coin .coin-left ul li{
	list-style-type:none;
	display:inline-block;
	margin-right:15px;
	font-weight:500;
	font-size:15px;
	color:rgba(0,0,50,0.7);
}
.second-nav-content .menu-3 .coin .coin-left ul li span{
	font-size:12px;
	color:rgba(0,0,50,0.4);
	margin-left:10px;
}
.second-nav-content .menu-3 .coin .coin-left ul li i{
	font-size:18px;
	padding:10px;
	border:1px solid #C5DAA9;
	color:#C5DAA9;
	border-radius:100px;
	margin-bottom:-20px;
	color:#C5DAA9;
}
.second-nav-content .menu-3 #eth .coin  .coin-left ul li i,#ltc .coin  .coin-left ul li i,#usd .coin  .coin-left ul li i{
	font-size:18px;
	padding:10px;
	border:1px solid ;
	color:#C5DAA9;
	border-radius:100px;
	margin-bottom:-20px;
	
}
.second-nav-content .menu-3 .coin .coin-left ul li img{
	border-radius:100px;
	margin-bottom:-20px;
	width:40px;
}

.second-nav-content .menu-3 .coin {
	padding-top:15px;
	padding-bottom:2px;
	
}
.second-nav-content .menu-3 .coin .coin-right h5{
	float:right;
	font-size:15px;
	margin-top:3px;
	color:rgba(0,0,50,0.7);
}
.second-nav-content .menu-3 .coin .coin-right p{
	margin-top:-22px;
	float:right;
	color:rgba(0,0,0,0.4);
}

.second-nav .nav-section-m .glyphicon-remove{
	display:none;
}

/* ........................footer css................................ */ 

.footer{
	background:white;
	padding:0px;
	padding-top:15px;
	position: absolute;
  bottom: 0;
  width: 100%;
  z-index:10000;
 margin-top:20px;
  height: 50px;
}
.footer .container{
	
}
.footer .left-menu,.footer .right-menu{
	padding:0;
	
}

.footer .left-menu li{
	list-style-type:none;
	display:inline-block;
	padding-right:15px;
}
.footer .left-menu li a, .footer .right-menu li a{
	text-decoration:none;
	color:rgba(0,0,0,0.5);
	transition:0.2s;
}
.footer .left-menu li a:hover{
	transition:0.2s;
	color:rgba(0,0,0,0.3);
}
.footer .right-menu{
	padding:0;
	float:right;
}
.footer .right-menu li{
	list-style-type:none;
	display:inline-block;
	padding-left:15px;
}
.footer .right-menu  select{
	border:1px solid rgba(0,0,0,0.2);
	width:100%;
	border-radius:5px;
	margin-top:1px;
	background:none;
}
.footer .right-menu select:focus{
    border:1px solid rgba(0,0,0,0.2);
	box-shadow:none;
	background:none;
}
.footer .right-menu .btn{
	box-shadow:none;
	outline:none;
	
	padding-top:2px;
	padding-bottom:2px;
	font-size:13px;
	margin-top:-5px;
}

/* ........................modal or popup css................................ */ 
.modal{
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
   z-index:10000000;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  border-radius:0px;
  
}

.modal  .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-top:-70px;
  padding: 0;
  border: 1px solid #888;
  width: 28%;
   border-radius:0px;
   padding-bottom:0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal  .close,.modal  .close2{
  color:#363535;
  float: right;
  font-size: 28px;
  margin-top:-10px;
  font-weight: bold;
}
.modal  .close:hover,
.modal  .close:focus,.modal  .close2:hover,.modal  .close2:focus {
  color:#757272;
  text-decoration: none;
  cursor: pointer;
}


.modal  .modal-header {
 border:none;
 background-color: #fff;
 color: #6a6a6a;
 font-size: 16px;
 text-align:center;
 padding-bottom:0px;
 margin-bottom:-10px;
}
.modal  .modal-header  h3 {
 margin-top:-5px;
 font-size:20px;
 float:left;

}
.modal  .modal-body {
	padding-top:10px;
	margin-left:0px;
	margin-right:0px;
	border:none;
    background:transparent;
	border:none;
}

.modal-footer {
 
}
.modal .tabbs{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background:#F8FBFA;
} 
.modal .tab-content{
	margin-top:10px;
}
.modal .nav-tabs {
    border:none;
	
}	
.modal .nav li a{
	border:none;
	box-shadow:none;
	outline:none;
	font-weight:bold;
}
.modal .nav-tabs li:hover {
	
}
.modal .nav-tabs > li a:hover{
	background:rgba(20,30,0,0.1);
}

.modal.nav>li>a:focus,.modal .nav>li>a:hover {
    text-decoration: none;
    background-color:rgba(220,220,220,0.1);
	border:none;
	box-shadow:none;
	outline:none;
}

.modal .nav-tabs > li.active > a:before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#337AB7;
	left:0;
	bottom:0;
	
}
.modal .nav-tabs > li a{
	color: rgba(0,0,0,0.5);
}

.modal .nav-tabs > li.active > a,.modal .nav-tabs > li.active > a:hover,.modal .nav-tabs > li.active > a:focus {
    color:#337AB7;
    background-color: transparent;
	border-radius:0px;
	border:none;
}

.modal .coin-history{
	padding-left:2px;
	padding-right:2px;
	border:1px solid rgba(0,0,0,0.2);
	margin-right:1px;
	padding-top:10px;
	margin-left:1px;
	border-radius:5px;
	cursor:pointer;
	transition:0.4s;
}
.modal .coin-history:hover{
	box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.25);
	border:1px solid rgba(0,0,0,0);
	transition:0.4s;
}
.modal .coin-history  .coin-left ul li:nth-child(1){
	font-size:14px;
	width:28px;
	color:rgba(0,0,0,0.6);
}
.modal .coin-history  .coin-left ul{
	padding-left:0;
	margin-top:4px;
}
.modal .coin-history  .coin-left ul li{
	list-style-type:none;
	display:inline-block;
	margin-right:15px;
	font-weight:500;
	font-size:15px;
	color:rgba(0,0,50,0.7);
}
.modal label{
	color:rgba(0,0,0,0.6);
}
.modal .coin-history  .coin-right{
	margin-top:15px;
}
.modal .coin-history  .coin-right h5,.modal .coin-history  .coin-right p{
	float:right;
	margin-top:-10px;
	color:rgba(0,0,0,0.5);
}
 .modal .ammount .ammount-1 input{
    height:48px;
	margin-top:4px;
}
 .modal .ammount .ammount-1 span{
    float:right;
	margin-top:-35px;
	margin-right:20px;
	font-size:16px;
	color:rgba(0,0,0,0.5);
}
 .modal .ammount .col-md-5{
	 
 }
 .modal .ammount .col-md-2{
	
 }
 .modal .ammount .mid i{
	font-size:18px;
	text-align:center;
	position:absolute;
	right:47.8%;
	color:rgba(0,0,0,0.6);
	margin-top:20px;
 }
.modal  .network{
	margin-top:10px;
	margin-bottom:-10px;
}
.modal  .network p{
	font-size:13px;
}
.modal  .network .network-btc p{
	float:right;
}
.modal  .network .network-btc span{
	color:rgba(0,0,0,0.5)
}
.modal  .total{
	
}
.modal  .total p{
	font-size:13px;
}
.modal  .total .total-btc p{
	float:right;
}
.modal  .total .total-btc span{
	color:rgba(0,0,0,0.5)
}
.modal .btmm{
	background:#2790EE;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	outline:none;
	box-shadow:none;
	border-radius:5px;
}



/* .......................responsive css................................ */ 
@media (max-width: 1288px){
	.modal  .modal-content {
  width: 35%;
 
}
}


@media (max-width: 1018px){
	.modal  .modal-content {
  width: 40%;
 
}
}

@media (max-width: 968px){
	.navbar-default .navbar-nav #menu-bar{
	display:block;
}
.navbar-default .navbar-nav #menu-bar span{
	font-size:30px;
	margin-top:10px;
	color:white;
	transition:0.2s;
}
.navbar-default .navbar .navbar-right #menu-bar span:hover{
	color:rgba(255,255,255,0.5);
	transition:0.2s;
}
.navbar-default .navbar-default.scrolled .navbar-right #menu-bar span{
	color:rgba(0,0,0,0.8);
}
.navbar-default .navbar-default.scrolled .navbar-right #menu-bar span:hover{
	color:rgba(0,0,0,0.3);
}
.second-nav{
	background:white;
	margin-top:-10px;
	
}
.second-nav  .ul {
  padding-top: 140px;
  width:250px;
}
.second-nav  .bg{
	position:absolute;
    position:fixed;
    z-index:3;
	background:white;
	width:100%;
	left:-1200px;
	height:150%;
	transition:all ease 0.2s;
}
.second-nav  .bg .nav-section-m{
	height:110%;
	width:250px;
}
.second-nav  .nav-tabs > li, .nav-pills > li {
    float:none;
    display:block;
  
}
.second-nav .nav-section-m .glyphicon-remove{
	display:block;
	float:right;
	right:10px;
	font-size:20px;
	margin-top:-40px;
	color:rgba(0,0,0,0.3);
	transition:0.2s;
}
.second-nav .nav-section-m .glyphicon-remove:hover{
	transition:0.2s;
	color:rgba(0,0,0,0.6);
}



.second-nav  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: none !important;
  transition:0.2s;
}

.second-nav  .tabbable-line > .nav-tabs > li.active {
   border-bottom: none !important;
  position: relative;
  transition:0.2s;
}
.second-nav-content  .container{
	
	background:none;
	margin-top:70px;
	
}
.second-nav-content .menu-3 .container .accound{
	
	margin-top:25px;
	overflow-y:hidden;
}

}
@media (max-width: 925px){
	.modal  .modal-content {
  width: 50%;
 
}
}
@media (max-width: 768px){
.navbar-default {
	height:70px;
}
.navbar-default  .navbar-right .profile-img{
	margin-top:-45px;
}
.navbar-default  .navbar-right {
        display: flex;
  justify-content: center;
  flex-wrap: wrap;
   float: none;
   margin-left:50px;
}
.navbar-default  .navbar-right .dropdown{
	margin-top:-50px;
}
.navbar-default .dropdown .dropdown-menu{
    background:white;	
	position:absolute;
	left:-40px;top:54px;
	width:220%;
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
}
.navbar-default  .navbar-right #menu-bar{
	position:absolute;
	right:20;
	margin-top:-50px;
	float:right;
}
.navbar-default .navbar-right #menu-bar span{
	font-size:30px;
	margin-top:0;
}


 }
  @media (max-width: 768px){
	  .footer{
		  height:80px;
		  z-index:1;
	  }
	.footer .right-menu{
	margin-left:-19px;
	float:left;
}
.footer .right-menu li{
	list-style-type:none;
	display:inline-block;
	padding-right:px;
}
.second-nav-content{
	margin-bottom:30px;
}
}
 @media (max-width: 725px){
	.modal  .modal-content {
  width: 60%;
 
}
}

 @media (max-width: 600px){
	.modal  .modal-content {
  width: 90%;
 
}
}
@media (max-width: 412px){
	.footer {
	height:110px;
}
.footer .right-menu .btn{

	margin-top:5px;
}
.second-nav-content{
	margin-bottom:55px;
}
}
@media (max-width: 401px){
	.modal  .modal-content {
  width: 95%;
 
}

.second-nav-content .menu-3 .container .row .col-md-8  .tran .search-box {
width: 150px;
float:right;
}
.modal .coin-history {
	padding-left:1px;
	padding-right:1px;
}
.modal .coin-history  .coin-left ul li:nth-child(1){
	font-size:13px;
	width:25px;
	color:rgba(0,0,0,0.6);
}
.modal .coin-history  .coin-left ul{
	padding-left:0;
	margin-top:4px;
}
.modal .coin-history  .coin-left ul li{
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
	font-weight:500;
	font-size:14px;
	color:rgba(0,0,50,0.7);
}
.modal .coin-history  .coin-right{
	margin-top:15px;
}
.modal .coin-history  .coin-right h5,.modal .coin-history  .coin-right p{
	float:right;
	font-size:12px;
	margin-top:-8px;
}
}
 @media (max-width: 368px){
.navbar-default .dropdown .dropdown-menu {
	position:absolute;
	left:-90px;top:54px;
}
}
/* ........................end css................................ */ 