html {
    width: 100%;
    height: 100%;
	position: absolute;
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
	color: #1e2022;
	font-size: 13px;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
	min-height: 100%;
	width: 100%;
	/*padding-bottom: 37px;*/
	font-weight: 400;
}
body.tradepagebg{
    background: #eaeaea !important;
}
.tradepagebg .sidebar
{
	display: none;
}
.footerbox
{
	width: 100%;
	height: 37px;
	padding: 0;
	z-index: 99;
}
article.gridparentbox.tradecontentbox {
    padding-left: 0px;
}
.loader 
{    
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) 50% 50% no-repeat rgb(0 0 0);
    opacity: 0.6;
    background-size: 40px;
}
.loader1
{
	background: url(../images/loader1.svg) 50% 50% no-repeat #fff;
    width: 100%;
    height: 100%;
    background-size: 50px;
    position: absolute;
    z-index: 9;
}
.t-gray
{
	color:#768086;
}

button:hover, button:focus, button:active
{
	box-shadow: none;
	outline:none;
}
.headbg
{
    background: #202123;
    border-radius: 0px;
    padding: 6px 10px;
    z-index: 99;
}
.darkHeader
{
 background: #202123;
    box-shadow: 0px 0px 14px 4px rgb(14 14 14 / 31%);
}

.headermenu
{
	position: fixed;
    width: 100%;
    z-index: 99;
}
.headbg .container
{
	width:100%;
	max-width: 100%;
    padding: 0px 4px;
}
.sitecontainer
{
	width:100%;
    max-width: 100%;
    padding: 0px 12px;
}
.footerbox .container
{
	width:100%;
	max-width:100%;
}
.logo{
	width: 200px;
	max-width: 100%;
}
.headermenu .headbg ul li a.nav-link
{
	color: #ffffff;
	padding: 10px 15px;
	position: relative;
	font-size: 15px;
	font-weight: 500;
}
.headermenu .headbg ul li a.nav-link:hover, .headermenu .headbg ul li a.nav-link:focus, .headermenu .headbg ul li a.nav-link:active
{
    color: #ffa900;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #768086;
}
.headermenu .headbg ul li .dropdown-menu a.active
{
	color: #08f3ff!important;
	background-color: #ffffff;
}
.headermenu .headbg ul li a.active
{
    color: #08f3ff!important;
}
.usermenu .dropdown-toggle::after
{
	display: none;
}
.usermenu .fa-angle-right
{
	padding-left: 20px;
    margin-right: 0px !important;
    position: absolute;
    right: 4px;
    top: 11px;
}
.usermenu .fa-sign-out
{
	padding-left: 20px;
    margin-right: 0px !important;
    position: absolute;
    right: 4px;
    top: 11px;
}
.headermenu .dropdown-menu
{
    background: #1f1f22;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px;
    position: relative;
    padding-top: 7px;
}
.headermenu .dropdown-menu::before
{
	xcontent: "";
    position: absolute;
    top: 0px;
    xbackground: #08f3ff;
    width: 100%;
    height: 2px;
}


.headermenu .dropdown-toggle::after
{
	xdisplay: none;
}
.dashboardicont a
{
    padding-right: 2px !important;
}
.dashboardicont img
{
    width: 100%;
    max-width: 18px;
}
.usermenu .dropdown-menu
{
	right: 0px;
    left: inherit;
}
.dropdown-divider
{
	border-top: 0px;
    margin: 0px;
}
.headermenu .headbg .dropdown-item
{
    color: #d3d3d4;
    font-size: 14px;
    padding: 7px 10px;
    position: relative;
    font-weight: 500;
}
.headermenu .headbg .dropdown-item:hover, .headermenu .headbg .dropdown-item:focus, .headermenu .headbg .dropdown-item:active
{
	background: #2b2b2f;
	color:#fff;
}
.headermenu .headbg .dropdown-item i
{
	margin-right: 4px;
}
.soonbg
{
    background-color: #09bcc5;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
	font-size: 11px;
	line-height:normal;
	position: relative;
}
.soonbg::after
{
	content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: -3px;
    top: 2px;
    border-style: solid;
    border-width: 6px 6px 6px 0px;
	border-color: transparent #09bcc5 transparent transparent;
}
.menuicont
{
	
}
.countlisticon
{
	background-color: #2643ff;
	color: #fff;
	padding-top: 3px;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	margin-top: -4px;
	position: absolute;
	top: 6px;
	right: -4px;
	width: 20px;
	height: 20px;
	font-size: 9px;
}
.countlisticon
{
-webkit-animation: flash linear 1.9s infinite;
	animation: flash linear 1.9s infinite;
}
/*sidebar header menu start*/
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.tooltip-inner{	font-size:12px;	padding:5px 7px;background:#333;}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, 
.bs-tooltip-bottom .arrow::before {  border-bottom-color: #333;}
.sidebar {
    width: 220px;
    background: #202123;
    color: #fff;
    transition: all 0.3s;
    height: 100%;
    position: fixed !important;
    left: 0px;
    top: 0px;
    z-index: 9;
    box-shadow: 0 2px 2px 0 rgba(155, 155, 155, 0.16);
}

.sidebar.active {
    width: 64px;
    text-align: center;
}
.sidebar li a>div 
{
    text-align: left;
	display: inline-block;
}
.sidebar.active li a>div
{
	display: none;
	font-size: 14px;
}

.sidebar ul li a {
    text-align: left;
}



.sidebar-header .logo
{
    width: 100%;
    max-width: 39px;
}
.sidebar .sidebar-header strong 
{
    display: none;
    font-size: 1.8em;
}

.sidebar ul.components 
{
	padding: 0px;
	padding-top: 54px;
	padding-bottom: 60px;
	/* background: #091933; */
	display: inline-block;
	width: 100%;
}

.sidebar ul li a 
{
	padding: 13px 20px;
	color: #c0c2c5;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	text-align: left;
	position: relative;
	border-bottom: 0px;
	font-weight: 400;
}
.sidebar ul li a i
{
margin-right:5px;
color: #e8e8e8;
}
.sidebar.active ul li a {
    padding: 11px 20px;
    text-align: center;
    font-size: 16px;
    display: block;
}
.sidebar .dropdown-menu a
{
	color: #8c8c8c;
}
.sidebar ul li a:hover
 {
    background: none !important;
    text-decoration: none;
    color: #ffa900 !important;
}
.sidebar ul li a:hover i
{
	    color: #ffa900 !important;
}
.sidebar ul li a i {
    margin-right: 10px;
}

.sidebar ul li>a.active, .sidebar a[aria-expanded="true"], .sidebar .dropdown-menu a.active, .sidebar .dropdown-menu a:active
{
	background: none!important;
	color: #ffa900;
	font-weight: 500;
}

.sidebar ul li>a.active i, .sidebar ul li.dropdown.show a.active i, 
.sidebar ul li.dropdown.show a.dropdown-toggle i
{
	color: #ffa900;
}
.sidebar ul li>a.active::after
{content: "";position: absolute;top: 0px;left: 0px;background: none;width: 8px;height: 100%;}
.sidebar li.dropdown .dropdown-menu
{
	background: #36363c;
	border: 0px;
	margin:0px;
	width:215px;
	box-shadow: none;
	padding-top: 0px;
	border-top: 1px solid #4f5050;
}
.sidebar.active li.dropdown .dropdown-menu
{
	width:80px;
	min-width:80px;
}

.sidebar .dropdown-menu a
{
	color: #e8e6e6;
    padding: 11px 20px !important;
}
.sidebar li a.active:after
{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #09bcc5;
	width: 5px;
	height: 100%;
}
.sidebar .dropdown-toggle::after
{
	display:none;
}
.sidebar .dropdown a.dropdown-toggle:before
{
	content: "\f0dd";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
    color: #fff;
    font-size: 13px;
	padding-right: 0.5em;
	position: absolute;
	top: 9px !important;
	right: 4px !important;
}
.sidebar .dropdown.show a.dropdown-toggle:before
{
content:"\f0de";
top: 15px !important;
}
.sidebar li.dropdown .dropdown-menu
{
	transform: inherit !important;
	position: relative !important;
}
.pagewrapperbox .innerpagegrid .gridparentbox
{
    padding-left: 64px;
}
.nosidebarmenu .gridparentbox {
    padding-left: 0px !important;
}
/*sidebar header menu end*/

.livepricemobile li a
{
    color: #76808f!important;
    font-size: 13px;
}
.livepricemobile li a:hover, .livepricemobile li a:focus, .livepricemobile li a:active
{
	text-decoration:none;
}

.coinlisttable img, .coinlisttable>div
{
	display: table-cell !important;
	vertical-align: top;
}
.coinlisttable
{
	display: table;
}
.livepricemobile
{
    padding: 8px 8px;
}
.livepricenavbg {
        padding-left: 0px;
    width: 100%;
    display: flex;
    margin-bottom: 0px;
}
.livepricenavbg li {
    list-style: none;
    float: left;
	padding:0px 10px;
	width: 100%;
	line-height: 24px;
}
.livepricenavbg li:last-child
{
	border-right:0px;
}

.livepricemobile li a:hover, .livepricemobile li a:focus, .livepricemobile li a:active
{
	color:#fff;
}
.livepricemobile .dropdown .dropdown-menu
{
	background: #ffffff;
    border-radius: 3px;
    margin: 0px;
	padding:0px;
	    margin-top: 11px;
}
.livepricemobile .dropdown .dropdown-menu a
{
	    padding: 6px 6px;
    color: #fff;
    font-size: 13px;
}
.livepricemobile .dropdown .dropdown-menu a:hover, .livepricemobile .dropdown .dropdown-menu a:focus, .livepricemobile .dropdown .dropdown-menu a:active
{
    background-color: #393d44;	
}

.coinlisticon
{
	    width: 24px;
    margin-right: 4px;
}
.livepricet span
{
	display: block;
    text-align: left;
    line-height: normal;
    font-size: 12px;
    /*color: #1e2026;*/
}

.photopic img
{
	width: 30px;
    height: 30px;
    background: #eaeaea;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    position: relative;
    top: 9px;
    margin-top: -18px;
}
.usermenu a.dropdown-toggle
{
xmargin-top: -3px;
}

/* grid start */
.chart
{
	 grid-area: chart;
}
.orderbook
{
	 grid-area: orderbook;
}
.orderform
{
	 grid-area: orderform;
}
.tradehistory
{
	 grid-area: tradehistory;
	 overflow: hidden;
}
.marketlist
{
	grid-area:marketlist;
}

.openorder
{
	grid-area:openorder;
}
.livepricelist
{
	grid-area:livepricelist;
}
.chatgridbox
{
	grid-area:chatgridbox;
}

.grid-box
{	 
	display:grid;
	grid-template-areas: 
	'livepricelist livepricelist livepricelist'
	'orderbook chart marketlist'
	'orderbook chart tradehistory'
	'orderbook orderform tradehistory'
	'openorder openorder chatgridbox';
    grid-template-columns:350px 1fr 350px;
	 /*grid-gap:7px;	
	 margin: 11px 0px;*/
	 border-radius: 11px;
}
.grid-box>div 
{
	background: #fff;
	border: 1px solid #e6e6e6;
	position: relative;
	border-radius: 0;
}
.chart.active {
    display: flex;
}

.gridparentbox {
    padding-top: 50px;
    min-height: 500px;
}

/* grid end */
.heading-box
{
    padding: 13px 10px;
    margin: 0px;
    background: #fff;
    border-bottom: 1px solid #e7eaf3;
    color: #1e2026;
    font-size: 13px;
    text-transform: uppercase;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	font-weight: 700;
}
.footetext p
{
	margin-bottom:0px;
	    font-size: 12px;
}
.chart
{
	-ms-flex-direction: column;
	flex-direction: column;
	display: flex;
}

.chart .tab-content, .tradechartlist.active, .tradechartlist>div, .tradechartlist>div>div {
	display: -webkit-box; 
	display: -moz-box;   
	display: -ms-flexbox;  
	display: -webkit-flex;  
	display: flex;          
    flex: 1;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;

}
.marketchart.active, .marketchart>div
{ 
	display: -webkit-box; 
	display: -moz-box;   
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;          
    flex: auto;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: auto;
}
.marketchart>div, .tradechartlist>div
{
	height: 200px;
}
.orderfrmtab
{
	border-bottom:0px;
	display: flex;
    flex-wrap: inherit;
}
.orderform .tabrightbox
{
margin-top:8px;
right:5px;
}
.orderfrmtab li
{
    width: 50%;
	text-align: center;
	margin-bottom: 0px !important;
}
.orderform .orderfrmtab li a
{
	border-radius:0px;
	color: #9c9fa0;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 19px;
	border:0px !important;
}
.orderform .buyselltab li a
{
	border:1px solid #ccc !important;
	padding: 7px 19px;
}
.orderform .buyselltab li:first-child a
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.orderform .buyselltab li:last-child a
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.orderform .buyselltab li:first-child a.active
{
    background-color: #07bc53 !important;
	border-color:#07bc53 !important;
    color: #fff;
}
.orderform .buyselltab li:last-child a.active
{
    background-color: #fd5959 !important;
	border-color:#fd5959 !important;
    color: #fff;
}
.sectable
{
	border-bottom: 1px solid #dcdcdc;
}
.contentbox
{
	padding:10px 10px;
}
.limitabbg
{
    border-bottom: 1px solid #e6eaf1;
}
.orderform .limitabbg li
{
	padding:0px;
	margin-bottom: -3px !important;
	width: auto;
}
.orderform .limitabbg li a
{
	padding: 8px 18px;
	text-transform: capitalize;
}

.orderform .limitabbg li a.active
{
    border-bottom: 5px solid #ffa900 !important;
    color: #1e2022;
}
.orderfrmtab .dropdown .dropdown-item
{
	background-color: #fff !important;
	padding: 7px 10px;
    font-size: 13px;
}
.orderfrmtab .dropdown .dropdown-item.active
{
border-bottom: 0px !important;
color: #3498db;
}
.siteformbg label, .mui-form label, .msgform label
{
	font-size:13px;
    color: #272727;
}
.siteformbg .form-control, .mui-form .form-control, .msgform .form-control
{
    font-size: 13px;
	height:33px;
	background: #ffffff;
	border: 1px solid #d6d8dc;
	color: #1e2022;
	border-radius:0px;
	box-shadow: none;
	outline: none;
    font-weight: 400;
}

.siteformbg .input-group-text
{
	height:33px;
	background: #ffffff;
	border: 1px solid #d6d8dc;
	color: #1e2022;
	font-size:12px;
	border-radius:0px 5px 5px 0px;
	box-shadow: none;
	outline: none;
	font-weight: 500;
}
.orderform .form-control, .orderform .input-group-text
{
    font-size: 13px;
    height: 30px;
}

.siteformbg .input-group-prepend .input-group-text 
{
    width: 75px;
    padding: 0px;
    background: none;
    border: 0px !important;
    color: #a3a6a7;
    font-weight: 500;
}

.orderform .form-group
{
    margin-bottom: 7px;
}
.form-control:focus
{
	outline:none !important;
	box-shadow:none !important;
}
.oredrfromtable tbody tr td
{
	    border: 0px;
		color:#1e2022;
		font-size: 13px !important;
    padding: 4px 0px !important;
}
.sitebtn, .grad-btn, .site-btn
{
    padding: 8px 28px;
    background: #ffa900!important;
    border: 1px solid #ffa900!important;
    color: #fff;
    font-size:14px;
    border-radius:4px !important;
    xtext-transform:uppercase;
    font-weight: 500;
}
.sitebtn:hover, .sitebtn:focus, .sitebtn:active, .grad-btn:hover, .grad-btn:focus, .grad-btn:active
{
	background: #09bcc5;
    border: 1px solid #09bcc5;
    color: #fff;
}
.borderbtn, .borderbtn:hover, .borderbtn:focus, .borderbtn:active
{
    border: 1px solid #cbf5f7 !important;
    background: #cbf5f7 !important;
    color: #09BCC4 !important;
}
.borderbtn
{
	padding: 6px 13px;
    font-size: 12px;
    text-transform: inherit;
}
.yellow-btn, .yellow-btn:hover, .yellow-btn:focus, .yellow-btn:active
{
	background: #f4ca28;
	border: 1px solid #f4ca28;
	color: #000;
}
.daymode .yellow-btn{
	color: #000 !important;
}
.black-btn, .black-btn:hover, .black-btn:focus, .black-btn:active
{
	background-color: #cbf5f7;
	border-color: #cbf5f7;
    color: #028d94;
}
.green-btn, .green-btn:hover, .green-btn:focus, .green-btn:active
{
    background: #07bc53;
    border: 1px solid #07bc53;
    color:#fff;
}
.red-btn, .red-btn:hover, .red-btn:focus, .red-btn:active
{
    background: #fd5959;
	border:1px solid #fd5959;
	color:#fff;
}

[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden!important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden!important;
    overflow-y: scroll;
    min-width: 100%!important;
    max-height: inherit!important;
    box-sizing: content-box!important;
}

.simplebar-content {
    overflow-y: hidden!important;
    overflow-x: scroll;
    box-sizing: border-box!important;
    min-height: 100%!important;
}

.simplebar-track {
    z-index: 9999;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
	width:6px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
  background: rgb(255 255 255 / 42%);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0 linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height:8px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.sitescroll
{
    max-height: 695px;
}
.openorder .sitescroll, .orderhistory .sitescroll
{
    max-height: 364px;
}
.sitetable thead tr th
{
	border: 0px;
    xbackground: #f8fafd;
    border-bottom: 1px solid #e4e4e4;
    color: #232323;
    font-size: 14px;
    padding: 10px 8px;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 0px;
    box-shadow: none;
    font-weight: 500;
}
.sitetable tbody tr td
{
	 border: 0px;
	 border-top: 1px solid #fff;
	 color: #474d57;
	 font-size: 13px;
	 padding: 7px 8px;
	 white-space: nowrap;
	 font-weight: 500;
	 vertical-align: middle;
}

.sitetable .coinlisticon
{
    width: 25px;
}
.livepricebox .div-tr>div
{
    font-size: 16px !important;
}
.tradepage thead tr th
{
	font-size: 12px;
	padding: 6px 8px;
}
.tradepage tbody tr td
{
	font-size: 12px;
padding: 3px 8px;
}

.tradepage thead tr th
{
    font-size: 12px;
}

.livepricebox th {
	background: #F1F2F4 !important;
	font-weight: 500 !important;
	vertical-align: middle !important;	
	padding: 8px 9px !important;
    font-size: 15px !important;
}
.livepricebox th:nth-child(3)
{
	font-size: 13px !important;
}

.t-green
{
    color: #0f8f62 !important;
	font-weight: 500;
}
.t-red
{
    color: #eb4d5c;
	font-weight: 500;
}
.sellboxorder .active, .sellboxorder .active:hover
{
    background: rgba(208, 63, 63, 0.2509);
}
.buyboxorder .active, .buyboxorder .active:hover
{
    background: rgba(7, 188, 83, 0.19);
}
.buyboxorder .sitescroll
{
   max-height: 327px;
}
.buyshow .buyboxorder .sitescroll 
{
	max-height: 580px;	
}
.buyboxorder
{
	min-height: 259px;
}
.buyshow .buyboxorder
{
	min-height:580px;
}
/*sellbox height start*/

.sellboxorder .sitescroll
{
	position: relative;
	max-height: inherit;
	height: 275px;
	overflow: auto;
}
.sellboxorder .sellboxtablebg
{
	position: absolute;
	/*bottom: 0px;*/
	left: 0px;
	width: 100%;
	max-height: 275px;
}
.sellshow .sellboxorder .sellboxtablebg
{
	max-height: 580px;
}
.sellshow .sellboxorder .sitescroll
{
    height: 580px;
}
.sellshow .sellboxorder table
{
	xposition: relative;
}


.sellboxorder table tbody td
{
	vertical-align: bottom;
}
.sellboxorder .sitescroll::-webkit-scrollbar-thumb
{
	background:#fff;
	border-radius:50px;
	visibility: hidden;
}
.sellboxorder .sitescroll::-webkit-scrollbar-track {
    background: #fff;
}
.sellboxorder .sitescroll::-webkit-scrollbar
{
	width: 3px;
    height: 3px;
}
.sellboxorder:hover .sitescroll::-webkit-scrollbar-thumb
{
	visibility: visible;
}


/*sellbox height end*/

.livepricebox .div-tr
{
	background:#252a38;
}
.tradehistory
{
    min-height: 200px;
}
.expandhistoryscroll .tradehistory
{
	min-height:810px;
}
.expandhistoryscroll .orderformbg1
{
	xmin-height:444px
}
.tradehistory .sitescroll
{
    max-height: 576px;
}
.expandhistoryscroll .tradehistory .sitescroll
{
	max-height: 810px;
}
.expandhistoryscroll .buyboxorder .sitescroll {
    max-height: 755px;
}

.mb-0
{
	margin-bottom:0px;
}

.tabbanner
{
	border-bottom:0px;
	margin: 5px 10px;
}
.tabbanner li a
{
	border-radius: 0px !important;
	color:#1e2022;
	border: 1px solid #4d5465 !important;
	text-transform: uppercase;
    font-size: 13px;
	padding: 6px 16px;
	font-weight: 500;
}
.tradepage .tabbanner li a
{
    font-size: 12px;
}

.tabbanner li a.active
{
    background-color: #2d3344 !important;
    color: #fff !important;
}
.tabrightbox
{
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    margin-top: 1px;
}
.marketlist .heading-box
{
	xdisplay:none;
}
.marketlist .tabbanner
{
	flex-wrap: inherit;
	margin-bottom: 0px;
}


.marketlist .tabbanner li a
{
    background: #f8f9fa;
	color: #1e2022;
	border: 1px solid #d8d9dc !important;
    padding: 6px 11px;
    font-size: 11px;
	font-weight: 500;
}
.marketlist .tabbanner li a.active
{
	background-color: #c2f0f3 !important;
	color: #040404 !important;
	border: 1px solid #0abdc6 !important;
}
.latestnewlist
{
	padding-left:0px;	
	margin-bottom: 0px;
}
.newscontentscroll
{
    max-height: 211px;
}
.latestnewlist li
{
	list-style:none;
	color:#fff;
	font-size:12px;
	font-weight:500;
	line-height:23px;
	border-bottom: 1px solid #373c4b;
	padding:10px 10px;
}
.latestnewlist li:last-child
{
	border-bottom:0px;
}
.newslinkt, .newslinkt:hover, .newslinkt:focus, .newslinkt:active
{
	color:#ffc904;
	text-decoration:underline;
}
.newslinkt
{
	font-size:12px;
}
.tabbanner li a .chartshow
{
	display:none;
}
.tabbanner li a .charthide
{
	display:block;
}
.tabbanner li a.active .chartshow
{
	display:block;
}
.tabbanner li a.active .charthide
{
	display:none;
}
.charttabbg li a, .charttabbg li a.active
{
	border:0px !important;
	background:none !important;
}
.charttabbg li a
{
	padding:6px 10px;
}
a, a:focus
{
	outline:none;
	box-shadow:none;
}

.buyshow .sellboxorder, .sellshow .buyboxorder
{
	display:none;
}
.buyshow .buyboxorder, .sellshow .sellboxorder
{
	display:block;
}
.buysellshow .buyboxorder, .buysellshow .sellboxorder
{
	display:block;
}


.orderchangebg li img
{
	width:100%;
    max-width: 15px;
}

.orderchangebg li a
{
	cursor:pointer;
}

.orderchangebg li a
{
    border: 1px solid #ccc !important;
    background: #fff !important;
    padding: 5px 5px;
}

.buysellshow .orderchangebg li:first-child a, .buyshow .orderchangebg li:nth-child(2) a, 
.sellshow .orderchangebg li:last-child a
{
	background-color: #c2f0f3 !important;
	border: 1px solid #0abdc6 !important;
}

.orderbookhead .table
{
	margin-bottom:0px;
}
.orderbook .tabrightbox
{
    top:0px;
    left: 0px;
    margin-top: 4px;
}
.livepricebox a
{
	color: #474d57;
    margin-right: 10px;
    text-decoration: underline;
    text-transform: capitalize;
}
.livepricebox a:hover,.livepricebox a:focus, .livepricebox a:active
{
	text-decoration: underline;
	color:#3498db;
}

/* inner page content */
.innerpagecontent
{
	padding: 23px 0px;
	position: relative;
	padding-top: 0px;
}
.innerpagecontent .h2
{
	font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
    /*color: #091933;*/
    font-weight: 600;
}
.innerpagecontent .h2>span
{
	font-weight: 400;
	color: #3c3c3c;
}
.panelcontentbox
{
	background:#fff;
	position: relative;
	border-radius: 9px;
}
.contentpanel
{
    padding: 15px 15px;
}
.innerpagegrid .gridparentbox .container
{
	padding: 39px 15px;
    max-width: 100%;
}
.innerpagegrid .sidebarIconToggle
{
    xright: 180px;
}
.x-line
{
    background: #3498db;
    margin: 0px;
    width: 100%;
    max-width: 98px;
    height: 2px;
    position: relative;
    margin-top: -2px;
}
.innerpagegrid .heading-box
{
	font-size: 14px;
	background: #ffffff;
	color: #091933;
	text-transform: inherit;
}
.qrcode img
{
	width:100%;
    max-width: 125px;
}
.x-line-center
{
    background: #7f8086;
    margin: 0px auto;
    width: 100%;
    max-width: 98px;
    height: 2px;
    position: relative;
    margin-top: -2px;
}
.mt-20
{
	margin-top:20px;
}
textarea
{
	max-height:250px;
	resize:none;
	height:auto !important;
}

.btn-sm
{
	font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 15px;
    border-radius:4px;
}
.viewbtn
{
	padding: 3px 10px;
    font-size: 12px;
    text-transform: capitalize;
    border-radius:3px;
}

.none-x
{
	display:none;
}
.profilemdal .btn
{
    -webkit-appearance: none;
}

.cpybtn
{
	cursor:pointer;
	text-transform:uppercase;
	margin-left: 2px;
}

.notestable tbody tr td
{
	    border: 0px;
    color: #e3e3e3;
    font-size: 13px;
    padding: 4px 0px;
}
.custom-file-upload
{
	padding:6px 15px;
	border: 1px solid #bfbfbf;
    background: #efefef;
	font-size:13px;
	border-radius:4px;
	cursor:pointer;
	margin-top: 8px;
}

.rightboxbtn
{
	    position: absolute;
    top: 10px;
    right: 9px;
}
.modalbgt .modal-content
{
    background-color: #ffffff;
}
.modalbgt .modal-title
{
	font-size: 17px;
    text-transform: uppercase;
	color: #1e2022;
}
.modalbgt .modal-header
{
    padding: 12px 15px;
	border-bottom: 1px solid #dedede;
}
.modalbgt .modal-header .close, .modalbgt .modal-header .close:hover, .modalbgt .modal-header .close:focus, .modalbgt .modal-header .close:active
{
	color: #1e2022;
	opacity:1;
}
.modal-backdrop
{
background-color: #000000;
}
.searchfrm
{
	display: -webkit-box; 
	display: -moz-box;   
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display:flex;
	margin-top:17px;
	margin-bottom:10px;
	width: 60%;
}
.searchfrm.searchfrm1 {
   /* width: 55%;*/
    float: right !important;
  /*  margin-right: 100px;*/
}
.searchfrm>div
{
	width: 100%;
	max-width: 100%;
	flex: 100%;
	padding: 0px 8px;
	white-space: nowrap;
}
.clearbtn
{
    margin-top:5px;
	    max-width: 172px !important;
}
.seacrright>div>div
{
	float:right;
}
.profilebannerbg>div {
    padding: 0px 5px;
}

.sidemenuscroll
{
    max-height: 90%;
}
.mb-30
{
	margin-bottom:30px;
}
.flexboxtable
{
	display:flex;
	width:100%;
}
.flexboxtable>div
{
 margin:5px 5px;
 width:100%;
}
.flexboxtable>div:first-child
{
	margin-left:0px;
}
.flexboxtable>div:last-child
{
	margin-right:0px;
}
.walletboxt .coinlisticon
{
	width: 35px;
}
.innerpagetab .tabbanner
{
	border-bottom: 1px solid #e0e0e0;
	margin:0px;
	background: #F8F9FA;
	border-radius: 11px 11px 0px 0px;
	flex-wrap: inherit;
	white-space: nowrap;
	overflow:hidden;
	overflow-x: auto;
}
.innerpagetab .tabbanner li a
{
	border: 0px !important;
	padding: 12px 17px;
	font-weight: 600;
	border-radius: 0;
	color: #9c9fa0 !important;
	font-size: 14px;
	text-transform: capitalize;
}
.innerpagetab .tabbanner li a.active
{
    background-color: #fff !important;
    border-bottom: 3px solid #ffa900!important;
    color: #ffa900 !important;
    border-radius: 11px 11px 0px 0px;
}
.wlltdpstbox .qrcode img
{
	margin-right:5px;
}
.rightboxbutton
{
    position: relative;
    float: right;
    margin-bottom: 10px;
}
.bankinfot .h5, .bankinfot .h4
{
	color:#fff;
	font-size:13px;
}
.bankinfot .balancetable
{
    padding: 12px 10px;
    border-bottom: 1px solid #373c4b;
}
.subhead
{
	font-size: 14px;
    margin: 0px;
    padding: 12px;
    background: #252a38;
    font-weight: 400;
}
.bankinfot
{
    background: #252a38;
   border-top: 1px solid #373c4b;
   position: absolute;
   width: 100%;
   top: 40px;
}
.collpseformbg
{
	position: relative;
}
.bankinfot>div:last-child
{
	border-bottom:0px;
}
.close, .close:hover, .close:focus, .close:active
{
	outline:none !important;
	box-shadow:none;
}
.supportsearch
{
	padding:10px 10px;
	    padding-bottom: 0px;
}

.supportsearch .form-group
{
	margin-bottom:0px;
}

input::placeholder
{
	color:#ddd !important;
	font-size: 13px !important;
}
.innerpagegrid .gridparentbox
{
    padding-bottom: 20px;
    padding-top: 109px;
	padding-left: 220px;
}
.marketlist table
{
	margin-bottom: 2px;
}
.marketlist .tab-content {
    min-height: 160px;
}
.supportlist
{
	max-height:750px;
}
.clearbtn .btn
{
	margin-right: 5px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 13px;
	padding: 5px 14px;
	color: #fff !important;
}
.clearbtn a, .clearbtn a:hover, .clearbtn a:focus, .clearbtn a:active
{
	border: 1px solid #c1f3f7;
    background: #c1f3f7;
    color: #09bcc5;
}
.walletbalance .t-green:hover, .walletbalance .t-green:focus, .walletbalance .t-green:active
{
	color: #00ff6b;
	text-decoration: none;
}
.walletbalance .t-red:hover, .walletbalance .t-red:focus, .walletbalance .t-red:active
{
	color: #ff7171;
	text-decoration: none;
}
.notesh5
{
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
}
.pb-20
{
	padding-bottom: 20px;
}
.subhead
{
	position: relative;
	cursor: pointer;
}
.subhead:before 
{
	content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 6px;
}
.subhead.collapsed:before 
{
	content: "\f067";
}
.bankinfot .balancetable>div
{
padding: 0px 5px;
}
.orderbookscroll table
{
	margin-bottom:0px;
}
.buyboxorder thead, .sellboxorder thead
{
	visibility:hidden;
}
.buyboxorder th, .sellboxorder th
{
    padding: 0px !important;
    border: 0px !important;
    position: relative !important;
    line-height: 0px;
}
.orderform .tab-content
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex-direction: column;
    flex-direction: column;
}
.orderform .tab-content>.active
{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex: 1;
    -webkit-flex: 1;
}

.orderformbg1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	-webkit-flex: 1;
	min-height: 287px;
}
.orderformbg1>div {
    width: 100%;
    position: relative;
}
.orderformbg1>div:first-child {
    border-right: 1px solid #e7eaf3;
}
.orderform .siteformbg {
    padding: 15px;
    background: #161a1e;
}
.orderform .h6
{
	font-size: 12px;
    font-weight: 500;
    color: #768086;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 8px;
}
.buttonloader
{
	width: 100%;
    max-width: 28px;
    margin-bottom: 14px;
}
.nightmode .balancewlt .h6 span.coinTwobalance {
    color: #000;
}
.innerpagetab .tabbanner li a {
    color: #555 !important;
}
.seacrhbox
{
padding: 10px 10px;
}
.seacrhbox .form-control, .seacrhbox .input-group-text
{
	height: 30px;
	border-radius: 3px;
}
.seacrhbox .form-group
{
	margin-bottom: 0px;
}
.stoplimtboxt>div:first-child
{
    width: 75px;
    visibility: hidden;
}
.stoplimtboxt
{
	display: table;
	width:100%;
}
.stoplimtboxt>div
{
	display:table-cell;
	vertical-align: top;
}
.stoplimtboxt .link-div>div
{
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px 3px;
	background-color: #F1F2F4;
	margin-left: 4px;
	cursor: pointer;
	font-size: 12px;
}
.stoplimtboxt .link-div>div:hover
{
	background-color: #c2f0f3;
	border-color: #0abdc6;
}
.stoplimtboxt .link-div
{
	margin:0px !important;
	flex-wrap: inherit;
}
.stoplimtboxt .link-div>div:first-child
{
	margin-left:0px;
}

.stoplimtboxt .link-div .activelimit
{
	    background-color: #f2c41f;
	    color: #1e2022;
	    border-color: #f2c41f;
}
.buyorderform, .sellorderform
{
position: relative;
}
.balancewlt
{
	position: absolute;
	right:6px;
    top: 15px;
}
.balancewlt .h6
{
    margin: 0px;
    font-weight: 400;
    color: #768086;
}
.balancewlt img
{
	width: 100%;
    max-width: 21px;
    margin-right: 4px;
    margin-top: -5px;
}
.limitabbg img
{
	width: 100%;
    max-width: 30px;
	margin-right: 3px;
	display: none;
}
.orderform .btn
{
	padding: 10px 10px;
	border-radius: 5px;
	margin-top: 32px;
	text-transform: uppercase;
}
.latestnewsbg 
{
    background-color: #08264a;
    padding: 10px 10px;
    margin-top: 0;
    width: 100%;
    display: inline-block;
}
.latestnewsbg ul
{
	padding-left:0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: inherit;
}
.latestnewsbg li
{
	list-style: none;
    float: left;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}
.latestnewsbg li a
{
	color: #97b6da;
	font-size: 13px;
}
.latestnewsbg li a:hover, .latestnewsbg li a:focus, .latestnewsbg li a:active
{
	text-decoration: none;
}
.infotablet td
{
	border:0px;
	padding: 0px;
	color:#000;
	font-size: 14px;
}
.infotablet .t-yellow
{
	font-weight: 400;
	color: #768086;
}
.innersecrbox
{
	position: absolute;
    top: -3px;
    right: 0px;
}
.innerpagegrid .sitetable tbody tr td
{
	/*border-top: 1px solid #eaeaea;*/
	padding: 8px 8px;
}
.amcharts-chart-div>a
{
	display: none !important;
}
.amcharts-export-menu
{
	display: none;
}
.fee-formbox input
{
	border: 0px !important;
    padding: 0px;
}
.fee-formbox .feeamt
{
    padding-top: 3px;
	line-height: 24px;
}
/*.activerow
{
    background: #c2f0f3;
}*/
.text-danger
{
	color: #ff4747!important;
    font-weight: 400;
}

.newscontentt ul
{
padding-left:0px;
margin-bottom: 0px;
}
.newscontentt ul li
{
	list-style: none;
	float: none;
}
.newscontentt ul li a
{
    color: #333;
    font-size: 14px;
    padding: 15px 10px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
}
.newscontentt ul li:last-child a
{
	border-bottom: 0px;
}
.newscontentt ul li a:hover, .newscontentt ul li a:focus, .newscontentt ul li a:active
{
	text-decoration: none;
	color:#333;
}
.newscontentt ul li a p
{
	margin-bottom: 0px;
    font-size: 13px;
    padding-bottom: 4px;
    color: #333;
	font-weight: 400;
}
.newscontentt h6
{
	font-size: 13px;
    color: #757575;
    margin: 0px;
}

.stepstable
{
	display: table;
	width:100%;
	position: relative;
    z-index: 9;
}
.stepstable>div
{
	display: table-cell;
	vertical-align:top;
	float: none;	
}

.stepstable>div:first-child
{
	width:25px;	
}
.stepstable>div:last-child
{
text-align: right;
}
.stepstable h6
{
font-size: 13px;
}
.stepsbox
{
	position:relative;
}
.stepsbox::after
{
	content: '';
    width: 5px;
    height: 100%;
    border-left: 5px solid #dcdcdc;
    transform: translateX(-50%);
    position: absolute;
    left: 14px;
    top: 0;
    border-radius: 50px;
}
.stepsbox>div
{
    padding: 24px 0px;
}
.stepsbox>div:last-child
{
	padding-bottom: 0px;
}

.stepstable h4
{
    background-color: #3498db;
	color:#fff;
	padding: 4px 10px;
	font-size: 14px;
}
.stepstable>div:nth-child(2)
{
padding-left:10px;
padding-right: 10px;
}
.stepstable i
{
    font-size: 14px;
}
.stepstable h5
{
    font-size: 14px;
    margin: 0px;
    padding-bottom: 3px;
}
.tablebox
{
	display: table;
	width:100%;
}
.tablebox>div
{
	display: table-cell;
	vertical-align: middle;
	float: none;
	width:50%;
}
.tablebox>div:first-child {
    width:40%;
}
.tablebox>div:last-child
{
width:60%;
}
.canvasjs-chart-credit
{
	display: none;
}

.buyorderform h2, .sellorderform h2
{
	font-size: 14px;
    color: #292929;
    font-weight: 400;
	border-radius: 0px !important;
}
.orderform .limitabbg li
{
	position: relative;
}
.orderform .limitabbg li:last-child
{
xwidth: 320px;
}
.noteshintbox
{
	background: #fff;
    box-shadow: 1px 0px 6px 3px rgba(0, 0, 0, 0.15);
    padding: 10px 10px;
    margin: -8px auto;
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 45px;
    font-size: 12px;
	line-height: 21px;
	font-weight: 400;
}
.limitabbg .dropdown .dropdown-toggle
{
	padding-right:6px;
	cursor: pointer;
}
.limitabbg .dropdown>span, .limitabbg .dropdown>a
{
	float: left;
}
.none
{
	display: none;
}
.orderformbg
{
xflex: 1;
x-webkit-flex: 1;
}
.orderform
{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex: 1;
}
	
.limitabbg .dropdown>span i
{
    margin-top: 16px;
    font-size: 14px;
    color: #76808f;
    cursor: pointer;
}
.orderformbg1 .red-btn
{
    background-color: #ea4545 !important;
    border-color: #ea4545 !important;
}
.orderformbg1 .green-btn
{
    background-color: #33ab15 !important;
    border-color: #31a214 !important;
    color: #fff;
}
.walletpagebg .green-btn, .walletpagebg .red-btn
{
	background:none !important;
	border: 0px !important;
    color: #ffa900;
	padding-left: 0px;
	text-transform: inherit;
	font-size: 14px;
}
.walletpagebg .green-btn:hover, .walletpagebg .green-btn:focus, .walletpagebg .green-btn:active,
.walletpagebg .red-btn:hover,.walletpagebg .red-btn:focus, .walletpagebg .red-btn:active
{
	background:none !important;
	border: 0px !important;
	color: #ffa900;
	outline: none;
	box-shadow: none;
}

.errormsgbox
{
    padding-bottom: 0;
    position: relative;
	width: 100%;
	text-align: center;
}
.errormsgbox>div
{
display: flex;
-ms-flex-pack: center!important;
justify-content: center;
}
.errormsgbox span
{
	position: absolute;
	line-height: 16px;
	font-size: 13px;
}
.fee-formbox {
    margin-bottom: 5px !important;
}
.ordertable
{
	display: table;
    width: 98%;
    margin: 24px auto;
}
.trrow {
	display: table-row-group;
    background: #e6e6e6;
}
.ordertable .trrow>div
{
	display:table-cell;
	vertical-align: top;
	float: none;
	padding: 10px 10px
}
.accordeon-content td
{
	padding: 0px !important;
	border: 0px !important;
}
.accordeon-content h5
{
	font-size: 16px;
    font-weight: 400;
	padding: 10px 10px;
	padding-bottom: 0px;
	margin: 0px;
}
.accordionrow
{
	cursor: pointer;
}
.orderthead>div
{
	font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.orderbody>div
{
	font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.ordertable>div:last-child>div
{
	border-bottom: 0px;
}
.orderformbg1 .input-group-append .input-group-text
{
	width: 54px;
    color: #778A8F;
    font-size: 11px;
}
.searchfrmbox
{
	display: -webkit-box; 
	display: -moz-box;   
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;
	background: #fff;
}
.orderformbg1 .siteformbg>div:last-child 
{
    margin-bottom: 0px;
}
.searchrightbox
{
	position: absolute;
    top: -12px;
    right: 14px;
}
.searchrightbox .siteformbg
{
    display: flex;
}
.searchrightbox .siteformbg>div
{
	padding:5px 5px;
}
.buysellinnerbox .sitescroll
{
    max-height: inherit;
}
.searchfrmbox>form {
    width: 50%;
}
.profiletablebox
{
	display: table;
	width:100%;
}
.profilebasicinfo .profiletablebox
{
width:auto;
}
.col-xl-12.col-lg-12.col-md-12.col-12.profilebasicinfo .profiletablebox {
    width: 100%;
}
.mt-10
{
	margin-top:10px;
}
.profiletablebox>div
{
	display: table-cell;
	vertical-align: top;
	float: none;
    padding-right: 15px;
}
.profiletablebox>div:first-child
{
    width: 50px !important;
}
.profiletablebox>div:last-child
{
	padding-right: 0px;
}
.btnlastbox .profiletablebox>div:last-child
{
	width:120px;
}
.profileiconpic
{
	width: 45px;
    height: 45px;
    border-radius: 50px;
	background-color: #eae8e8;
    border: 2px solid #e2e0e0;
}

.profiletablebox h4
{
	padding-bottom:8px;
}
.profiletablebox h5
{
    font-size: 13px;
	margin: 0px;
}
.profiletablebox h4
{
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}
.profiletablebox h4>span a, .profiletablebox h4>span a:hover, .profiletablebox h4>span a:focus, 
.profiletablebox h4>span a:active
{
    color: #ffa900;
    text-decoration: none;
}
.profiletablebox h4>span a
{
	font-size: 13px;
}
.sectrightbox .profiletablebox img
{
    max-width: 30px;
}
.sectrightbox .profiletablebox>div:first-child
{
	width: 41px;
}
.balanceshowt h5
{
	font-size: 14px;
	margin: 0px;
	line-height: 22px;
}
.balanceshowt h4
{
    font-size: 22px;
	font-weight: 400;
}
.balanceshowt>div:last-child h4 
{
    font-size: 16px;
    line-height: 22px;
}
.balanceshowt h4>span
{
    font-size: 12px;
}
.balanceshowt>div:first-child
{
    margin-bottom: 14px;
}
.showpassbg button, .showpassbg a
{
	background: #eaeaea;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    color: #000000;
    padding: 2px 8px;
    margin-left: 5px;
    font-size: 12px;
}
.showpassbg button:hover, .showpassbg button:focus, .showpassbg button:active,
.showpassbg a:hover, .showpassbg a:focus, .showpassbg a:active
{
	color: #fff;
	text-decoration: none;
}
.formrightbox
{
position: absolute;
right: 5px;
top: 9px;
}
.formrightbox label
{
	float: left;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-right: 7px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
	color:#000;
}
.formrightbox .form-control
{
    height: 30px !important;
    font-size: 12px;
    width: auto;
    padding: 0px;
    color: #333;
	border-radius: 0px;
	box-shadow: none;
}
/*.orderbook .heading-box
{
	padding: 23px 0px;
	position: relative;
}*/
.formrightbox .form-group
{
	margin-bottom: 0px;
}
.flexboxtable .tabrightbox
{
    margin-top: 7px;
	right: 8px;
}
.flexboxtable .tabrightbox .btn
{
	border-radius:4px;
	text-transform: capitalize;
	font-size:15px;
}
.innerpagegrid .innerpagetab .tabbanner, .innerpagegrid .innerpagetab .tabbanner li a.active
{
	background: #fff;
}
ul.noteslist
{
	padding-left:18px;
	margin-bottom: 0px;
	padding-top: 4px;
}
.profileboxt {
    border: 0px;
    margin: 5px 8px !important;
}
.profileboxt li
{
	list-style:none;
}
.profileboxt ul
{
	padding-left:0px;
}
.profileboxt h6
{
	font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin: 0px;
}
.profileboxt i.fa-check-circle
{
	font-size: 16px;
    color: #c5c5c5;
}
.verifytext, .notverifytext
{
    background: #d6f8ea;
    padding: 5px 10px;
    color: #07b16d;
    border-radius: 25px;
    font-size: 12px;
    margin-left: 8px;
    position: relative;
	text-transform: inherit;
	font-weight: 400;
}	
.notverifytext
{
	background: #f8dad6;
    color: #db4534;
}
.tableboxt>div:first-child
{
    width: auto !important;
}
.securitylink a
{
	color:#333;
	font-size: 14px;
}
.securitylink a:hover, .securitylink a:focus, .securitylink a:active
{
	text-decoration: underline;
	color:#333;
}
.verifyicon
{
    color: #06b574;
}
.notverifyicon
{
	color: #f72121;
}
.securityiconbox
{
	xbackground-color: #fff;
    border: 0px;
    width: 100%;
    max-width: 36px;
	height: auto;
	border-radius: 0px;
}
.securityinnerbox .profiletablebox
{
    padding: 12px 10px;
	border-bottom: 1px solid #e7eaf3;
}
.securityinnerbox .contentbox>div:first-child
{
	padding-top:10px;
}
.securityinnerbox .contentbox>div:last-child
{
	border-bottom: 0px;
	padding-bottom: 10px;
}
.profiletablebox h5
{
    padding-bottom: 5px;
    line-height: 19px;
    font-weight: 400;
}
.noteslist li {
    line-height: 22px;
    font-weight: 400;
}
.securityinnerbox h5 a, .securityinnerbox h5 a:hover, .securityinnerbox h5 a:focus, 
.securityinnerbox h5 a:active
{
    color:#768086;
text-decoration: none;
}
.balalnceflexbox>div:first-child
{
	width:60%;
}
.balalnceflexbox>div:last-child
{
	width:40%;
}
.profileboxt .borderbtn {
    margin-top: 10px;
}
.balalnceflexbox .contentbox
{
	padding:10px 20px;
}
.iconbtn {
    font-size: 18px !important;
    padding: 0;
    margin-top: -3px;
    padding-left: 10px;
	padding-right: 4px;
	color: #768086;
}
.coinfrmright .form-control
{
    padding: 0px 10px;
    height: 30px;
    font-size: 13px;
}
.chartbalancebox
{
	width:100%;
	height:250px;
	outline: none;
}
.chartbalancebox:focus, .chartbalancebox:active, .chartbalancebox:hover, .chartbalancebox rect:focus, 
.chartbalancebox svg:focus, .chartbalancebox div:focus, .chartbalancebox div div:focus
{
	outline:none !important;
}

.highcharts-exporting-group
{
	display: none;
}
.highcharts-credits
{
	display: none;
}
.highcharts-series>path
{
	stroke: none;
}
.mobiletoggle
{
	display: inline-block;
}
.tradepagebg .mobiletoggle
{
	display:none;
}
.innerpagegrid .dashboardicont
{
	display:none;
}
.nosidebarmenu .dashboardicont
{
	display:inline-block;
}
.nosidebarmenu .mobiletoggle, .nosidebarmenu .leftsidemenu
{
	display:none;
}
.mobiletoggle button
{	
    padding: 8px 10px;
	border:0px;
	background: none;
}
.mobiletoggle button:hover, .mobiletoggle button:focus
{
	outline: none;
border: 0px !important;
box-shadow: none;
}
.mobiletoggle img
{
	width:100%;
	max-width:18px;
}
.profilebox 
{
	display: table;
	width: 100%;
}
.profilebox>div 
{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.profilepic 
{
    width: 100px;
}
.profilepic img 
{
	width: 100px;
    height: 100px;
    background: #e2e2e2;
    border-radius: 50px;
    border: 3px solid #cecece;
    margin-bottom: 11px;
}
.profiledatainfo {
    font-weight: 400;
    margin-top: 11px;
}
.profiledatainfo .h4 {
    font-size: 13px;
    color: #79797b;
    font-weight: 400;
}
.profileuploadbtn
{
margin-bottom: 12px;
}
.profilebottombtn
{
    margin-top: 25px;
}
.profilebottombtn .sitebtn {
	padding: 6px 22px;
}
.profilebox>div:last-child
{
	padding-left: 12px;
}
/*Innerpage end*/


/* wizard form start */

.mlmwizardform .siteformbox
{
    position: relative;
}

.mlmwizardform fieldset 
{  
    position: relative;
	text-align: center;
	margin-top: 29px;
}
.mlmwizardform fieldset .form-card {  
    position: relative;
    text-align: left;
    padding-bottom:20px;
}

.mlmwizardform fieldset:not(:first-of-type) {
    display: none
}
.mlmwizardform .action-button 
{  
    cursor: pointer;
}


.mlmwizardform .action-button-previous, .mlmwizardform .next
{
	background: #344a9d !important;
	border-color: #344a9d !important;
	color: #fff;
}


select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}
select.list-dt:focus {
    border-bottom: 2px solid #f16f0e;
}
.mlmwizardform .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.mlmwizardform .fs-title {
  font-size: 17px;
  color: #2b2b2b;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.mlmwizardform #progressbar 
{
    color: lightgrey;
    position: relative;
    width: 100%;
    display:flex;
    padding-left: 0px;
}
.mlmwizardform #progressbar::before
{
  content: "";
  background: #e7eaf3;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 23px;
  width:90%;
}

.mlmwizardform #progressbar .active {
    color: #000000
}
.mlmwizardform #progressbar li 
{
    list-style-type: none;
    font-size: 12px;
    width: 100%;
    float: left;
	position: relative;
    padding: 0px 7px;
}
.mlmwizardform #progressbar li:first-child
{
	padding-left:0px;
}
.mlmwizardform #progressbar li:last-child
{
	padding-right:0px;
}
.mlmwizardform #progressbar li>strong 
{
	width: 100%;
    height: 100%;
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: #000;
    background: #ccdbf5;
    margin: 0px;
    padding: 13px 15px;
    text-align: left;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
    font-weight: 500;
    text-transform: uppercase;
}
.mlmwizardform #progressbar li.active>strong
{
    background: #091933;
  color: #fff;
}

.mlmwizardform #progressbar li>strong:before
{
    xclip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%);
}

.mlmwizardform .radio-group {
    position: relative;
    margin-bottom: 25px
}
.mlmwizardform .radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #2044d8;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}
.mlmwizardform .radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}
.mlmwizardform .radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.custom-checkbox label
{
line-height: 26px;
}
.successsignupbg img
{
    width: 100%;
    max-width: 81px;
    padding: 30px 0px;
    padding-top: 16px
}
.successsignupbg h5
{
    font-size: 15px;
    margin-bottom: 0px;
}
.mlmwizardform
{
    padding:0px;
}

/* wizard form end*/


.strength-bar-class
{
  border: 1px solid #cccaca;
  padding: 1px 17px;
  border-radius: 6px;
  line-height: 0px;
  height: 0px;
  margin-right: 2px;
  font-size: 5px;
}
.ruleslist
{
	padding-left:0px;
	margin-bottom: 0px;
	position: absolute;
	right: 4px;
    top: 6px;
}
.ruleslist li
{
	list-style: none;
	float: left;
	padding: 3px 2px;
	position: relative;
}
.ruleslist li a>i
{
	color: #768086;
}
.ruleslist li a
{
    text-decoration: none;
    font-size: 13px;
    padding: 3px 4px;
    cursor: pointer;
    padding-bottom: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #768086 !important;
}
.ruleslist table tr>td>a:nth-child(2)
{
	border-left: 1px solid #1d4d73;
}
.ruleslist table tr>td>a:first-child
{
padding-left:0px !important;
}
.viewlinkbtn
{
	color: #fba810 !important;
    font-size: 12px !important;
    text-decoration: underline !important;
    padding: 0px 5px !important;
    font-weight: 500 !important;
}
.viewlinkbtn:hover, .viewlinkbtn:focus, .viewlinkbtn:active
{
	color:#fba810 !important;
	text-decoration: underline;
}
.ruleslist table
{
	margin-bottom: 0px;
}
.ruleslist li img
{
	width:100%;
    max-width: 12px;
}
.rulesnotes {
	background: #ffffff;
    box-shadow:1px 0px 6px 3px rgba(0, 0, 0, 0.15);
    padding: 4px 6px;
    margin: -8px auto;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 0;
    font-size: 12px;
    line-height: 21px;
    display: none;
    margin-top: 23px;
    cursor: auto;
}
.rulesnotes tr td
{
	border-top: 0px !important;
    padding: 2px 2px!important;
}
.ruleslist li a:hover .rulesnotes
{
	display: block;
}

.kycupload img {
    width: 100%;
    max-width: 82px;
}
.devicetable .table-responsive {
    max-height: 335px;
}
.innerpagegrid .stoplimtboxt>div:first-child {
    width: 100%;
    display: none;
}
.innerpagegrid .stoplimtboxt>div {
    display: block;
}
.infotablet td {
    border-top: 0px !important;
}
.kycnotes h5
{
	font-size: 14px;
    margin: 2px 0px;
    font-weight: 500;
}
.kycnotes p
{
	margin:0px;
	padding-bottom: 4px;
	line-height: 23px;
}
.progresscontent
{
	display: table;
	width:100%;
}
.progresscontent>div
{
	display: table-cell;
    vertical-align: top;
    padding: 5px 0px;
	font-size: 13px;
	font-weight: 500;
	margin:0px;
	line-height: 20px;
}

.progresscontent>div:nth-child(2)
{
	float:right;
	text-align: right;
}
.kycnotes
{
    padding-bottom: 9px;
}
.kyctablebox
{
	display: table;
	width:100%;
}
.kyctablebox>div
{
	display: table-cell;
	vertical-align: top;
	padding: 11px 15px;
}
.kyctablebox>div:first-child
{
	width:55%;
}
.kyctablebox>div:last-child
{
	width:45%;
}
.progresscntbg
{
    background: #efefef;
    padding: 10px 13px;
    border-radius: 5px;
}
.progresscntbg .progress
{
	background-color: #ffffff;
	border: 1px solid #ccc;
}
.profilebox .controls img {
width: 100%;
max-width: 112px;
display: inline-block;
margin-bottom: 5px;
}
.countlistright
{
	    position: absolute;
    font-size: 13px;
    right: 6px;
    top: 11px;
}
.phoneflexbox {
    display: flex;
}
.phoneflexbox>div {
    width: 100%;
    padding: 0px 5px;
}
.phoneflexbox>div:first-child {
    padding-left: 0px;
}
.phoneflexbox>div:last-child {
    padding-right: 0px;
}
.radiusbtn
{
    border-radius: 4px !important;
}
.phonesmsbg .input-group-append
{
margin-left: 4px;
}
.modalboxbg .modal-title
{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.modalboxbg .contenttbox h4, .anticodebox h4
{
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    line-height: 21px;
    padding-bottom: 17px;
	color: #484848;
}
.anticodebox h4
{
	padding-bottom:5px;
}
#enablekeydiv{
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.daymode #enablekeydiv{
	box-shadow: none;
}
.anticodebox {
	
    padding: 13px 10px;
}
.modalboxbg .contenttbox h5
{
	font-weight: 400;
    font-size: 14px;
    margin: 0px;
	padding-bottom: 5px;
}
.modalboxbg .modal-header
{
	padding: 10px 10px;
}
.modalboxbg .content, .anticodebox p
{	
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0px;
}
.modalboxbg .modal-body
{
padding: 15px 17px;
}
.contenttbox
{
    padding-bottom: 18px;
}
.contenttablebox
{
padding-top: 15px;
}
.contentboxbg>div:first-child
{
	padding-top:0px;
	border-bottom: 1px solid #ccc;
}
.alinkt, .alinkt:hover, .alinkt:focus, .alinkt:active
{
	color: #d0980b;
	text-decoration:underline;
}
.antocodeemailbg
{
	text-align: center;
}
.antocodeemailbg img
{
	width: 100%;
    max-width: 412px;
    margin: 25px 0px;
}
.recoverlist 
{
	    width: 100%;
    display: inline-block;
}
.recoverlist ul
{
	padding-left:0px;
	margin-bottom:0px;
	    width: 100%;
}
.recoverlist li
{
	float: left;
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    padding: 3px 5px;
    width: 33.3%;
}
.successrecoverybox img
{
width:100%;
max-width:60px;	
margin:5px 0px;
}
.successrecoverybox .h4
{
	font-size:18px;
	font-weight:400
}
/* footer css start */
/*.footer-gray-bg
{
    background: #202123;
}*/
.ftext
{
	color: #868686;
	margin: 0px;
	font-size: 13px;
	font-weight: 400;
	padding-top: 10px;
}
.innerpagegrid .footer-gray-bg
{
	background:none;
	padding-top: 0px;
}
.innerpagegrid .ftext
{
	color:#333;
}
.nosidebarmenu .footer-gray-bg
{
    background: #091933;
}
.nosidebarmenu .ftext
{
	color: #fff;
}
.footer-gray-bg .footlistbg {
    min-height: 122px;
}
.foot-list {
    padding-left: 0px;
}
.foot-list li {
    list-style: none;
    padding-bottom: 8px;
}
.foot-list li a
{
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight:300;
}
.foot-list li a:hover, .foot-list li a:focus, .foot-list li a:active
{
    text-decoration:none;
}
.footer-gray-bg .flogo {
    width: 100%;
    max-width: 165px;
}
.sociallist li:last-child a i 
{
    margin-right: 0px;
}
.sociallist li 
{
    list-style: none;
    float: left;
}

.sociallist li a i 
{
    font-size: 13px;
    color: #fafbff;
    background: #3498db;
    border-radius: 50px;
    width: 29px;
    height: 29px;
    text-align: center;
    padding-top: 8px;
    margin-right: 7px;
}
.sociallist
{
    padding-left:0px;
    float: left;
    margin: 4px 0px;
    margin-bottom: 0px;
}
.footer-gray-bg .h3
{
	color: #fc9e07;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.social-bg
{
    width: 100%;
    display: inline-block;
}
.social-bg .heading-title
{
    font-size: 14px !important;
    font-weight: 400;
    margin-top: 6px;
    padding-bottom: 0px;
}
.footerbottombg .sociallist 
{
    float: left;
}
.footerbottombg .sociallist li:first-child a
{
	color: #fff;
	margin-right: 5px;
	line-height: 26px;
	font-size: 14px;
}
.footerbottombg
{
    xborder-top: 1px solid #2d2d2d;
}
.footerbottombg .social-bg
{
    padding-top: 6px;
}
.appicons img
{
    width:100%;
    max-width: 145px;
}
.listrightbox
{
    text-align: right;
}
/* footer end */



.progressbarsell .progress
{
          border-radius: 50px;
    height:20px;
    background: #fff;
    border: 1px solid #cecccc;
}
.progressbarsell .progress span
{
	padding:0px 4px;
		color:#000
}
.progressbarsell>span
{
	    float: left;
    padding-right: 10px;
	    width: 45px;
		text-align:right
}
.progressbarsell .progress-bar
{
    color: #0c0a0a;
}

.progressbarsell .bg-success {
    background-color: #40da64!important;
}
.progressbarsell .bg-danger {
    background-color: #ff5151!important;
}

/* market list menu*/
.sidebarmarketlist {
    width: 300px;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    height: 100%;
    position: fixed !important;
    left: 0px;
    top: 0px;
    z-index: 99;
	box-shadow: 1px 1px 18px 0px rgba(4, 4, 4, 0.18);
	display: none;
}

.sidebarmarketlist.active {
	display: block;
}
.sidebarmarketlist li a>div 
{
	display:table-cell;
	vertical-align:top;
	width:100%;
}
.sidebarmarketlist.active li a>div
{
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}

.sidebarmarketlist ul li a {
    text-align: left;
}

.sidebarmarketlist ul.componentss 
{
	padding: 0px;
	padding-top:0px;
    padding-bottom: 260px;
    background: #fff;
    display: inline-block;
	width: 100%;
}

.sidebarmarketlist ul li a 
{
    padding: 13px 20px;
    color: #353333;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e4e3e3;
}
.marketlistt ul li a i
{
margin-right:5px;
color: #8c8c8c;
}
.sidebarmarketlist.active ul li a {
    padding: 11px 20px;
    font-size: 16px;
}
.sidebarmarketlist ul li a:hover
 {
    background: #f5f5f5 !important;
    text-decoration: none;
    color: #000 !important;
}

.sidebarmarketlist ul li>a.active, .sidebarmarketlist a[aria-expanded="true"]
{
	background: #f5f5f5 !important;
	color:#212833;
}
.sidebarmarketlist ul li a.active
{
	font-weight:600;
}
.marketlistt li
{
	list-style:none;
	float: left;
	display:table;
}
.marketlistt
{
width: 100%;
display: inline-block;
padding:10px 10px;
margin-bottom:0px;
}
.marketlistt li i
{
    font-size: 15px;
	margin-right: 9px;
	cursor: pointer;
}
.closeiconlist
{
	color: #171717;
    position: absolute;
    right: 13px;
    top: 9px;
    border-radius: 50px;
    padding-top: 5px;
    text-align: center;
    display: none;
    z-index: 9;
	font-size: 12px;
	cursor: pointer;
}
/*marketlist menu end*/
.orderform input.form-control::placeholder {
	color:#fff !important;
 }
.orderform input.form-control::-webkit-input-placeholder {
	color:#fff !important;
 }
 
 .orderform input.form-control:-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
 }
 
 .orderform input.form-control::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
 }
 
 .orderform input.form-control:-ms-input-placeholder {  
	color:#fff !important;
 }
 .marketlistsidemenu, .buyselltabbg
 {
	 display:none;
 }
.closeiconlist i
{
    font-size: 15px;
    color: #ccc;
}

.mlmwizardform .advancebtns
{
    font-size: 13px;
    word-break: break-word;
    padding: 8px 17px;
    white-space: inherit;
}
.walletpagebg .tabrightbox
{
    margin-top: 0px;
}
.marketlist .table-responsive {
    min-height: 285px;
}
.form-group.kycupload {
    /* background: #eaeaea; */
    height: 100%;
    padding: 17px 0;
    margin-bottom: 9px;
    text-align: center;
}
.custom-file-upload {
    padding: 6px 15px;
    border: 1px solid #4a638a;
    background: #4a638a;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
    color: #ffff;
}
.form-card .col-md-6 {
	margin-bottom: 7px;
}
/* media query start */


@media (max-width:1400px)
{
	.grid-box
	{
		grid-template-columns:300px 1fr 300px;
	}
	.mlmwizardform #progressbar li>strong
	{
		font-size: 13px;
		padding: 13px 14px;
	}
	.sitecontainer
	{
		xmax-width: 100%;
	}	
}

@media (max-width:1250px)
{	
	.grid-box
	{
		grid-template-columns:280px 1fr 280px;
	}	
}

@media (max-width:1100px)
{
	.tablebox>div:first-child {
		width:50%;
	}
	.tablebox>div:last-child
	{
	width:50%;
	}
	.stoplimtboxt .link-div>div
	{
		font-size: 10px;
	}
}

@media (max-width:1050px)
{
	.grid-box
	{
		grid-template-areas:
		'livepricelist livepricelist livepricelist'
		'chart chart marketlist'
		'orderform orderform orderbook'
        'tradehistory tradehistory orderbook'
        'openorder openorder chatgridbox';
		 grid-template-columns: 1fr 350px 350px;
	}
	.innerpagegrid .gridparentbox .container
	{
		max-width:100%;
	}	
	.newscontentscroll {
    max-height: 272px;
	}
	.depstfrombg>div:first-child
	{
		width: 60% !important;
	}
	.tradehistory .sitescroll, .expandhistoryscroll .tradehistory .sitescroll
	{
		max-height: 335px;
	}	
	.expandhistoryscroll .tradehistory {
		min-height: inherit;
	}
	.buyboxorder .sitescroll {
		max-height: 344px;
	}
	
	.profiletablebox h4, .profiletablebox h5
	{
		font-size: 14px;
	}	
	.expandhistoryscroll .buyboxorder .sitescroll
	{
		max-height: 435px;
	}
	.buyshow .buyboxorder, .buyboxorder
	{
		min-height:inherit;
	}	
	.profilepagebg .flexboxtable, .securityboxbg .flexboxtable
	{
		display: block;
	}
	.profilepagebg .flexboxtable>div, .securityboxbg .flexboxtable>div
	{
		margin:10px 0px;
	}
	.securitylink a {
		color: #333;
		font-size: 13px;
	}
	.tradehistory {
		min-height: inherit;
	}
}

@media (max-width:991px)
{
	.grid-box
	{
	grid-template-areas:
		'livepricelist livepricelist'
		'marketlist marketlist'
        'chart chart'
        'orderform orderform'
        'tradehistory orderbook'
		'chatgridbox chatgridbox'
        'openorder openorder';
		grid-template-columns: 1fr 1fr;
	}
		
	.tradechartlist>div, .marketchart>div
	{
		xheight: 252px;
		xmin-height: inherit;
	}	
	.livepricenavbg li
	{
		width:100%;
		padding: 5px 4px;
	}
	
	.headermenu {
    position: relative;
	}
	.headbg
	{
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 99;
	}
	.gridparentbox
	{
		padding-bottom: 3px;
		padding-top: 52px;
	}	
	
	.securitybg>div:first-child
	{
		    margin-top: 13px;
	}
	.securityfrontbg>div:first-child
	{
		margin-top:0px !important;
	}
	
	.wlltdpstbox .tabbanner
	{
		max-width:100%;
	}
	.flexboxtable
	{
		display:block;
	}
	.flexboxtable>div
	{
		margin: 11px 0px;
	}	
	.tradehistory .sitescroll {
		max-height: 561px;
	}
	.headermenu .headbg ul li a.nav-link
	{
		padding: 10px 11px;
	font-size: 14px;
	}
	.buyboxorder .sitescroll
	{
		max-height:249px;
	}	
	.buyshow .buyboxorder .sitescroll 
	{
		max-height: 500px;
	}
	.sellboxorder .sitescroll
	{
		height:249px;
	}
	.sellshow .sellboxorder .sitescroll 
	{
		height:500px;
	}	
	.sellboxorder .sellboxtablebg
	{
		max-height:249px;
	}
	.sellshow .sellboxorder .sellboxtablebg
	{
		max-height:500px;
	}
	.innerpagetab .tabbanner li a
	{
		padding: 10px 13px;
	}
	
	.searchfrmbox
	{
		display: block;
		margin-bottom: 0px;
	}	
	.searchfrmbox .form-group 
	{
		margin-bottom: 4px;
	}
	.seacrright>div>div
	{
		    float: left;
	}
	.searchfrm1
	{
		margin-top: 4px;
	}
	.profileboxt
	{
		margin:10px 0px !important;
	}
	.balalnceflexbox>div:first-child
	{
		width:100%;
	}
	.balalnceflexbox>div:last-child
	{
		width:100%;
	}
	.mlmwizardform #progressbar li>strong
	{
		font-size: 13px;
		padding: 13px 10px;
	}
	.sidebar ul.components
	{
		padding-top: 52px;
	}
	.kyctablebox
	{
		display: block;
	}
	.kyctablebox>div
	{
		display: block;
		width: 100% !important;
	}
	.footer-gray-bg .flogo {
		max-width: 159px;
	}
	.orderformbg1
	{
		min-height:inherit;
	}
}

@media (max-width:800px)
{
	.headermenu .headbg ul li a.nav-link {
		padding: 10px 9px;
		font-size: 13px;
	}
}


@media (max-width:767px)
{	
	.tabbanner li a
	{
		font-size: 12px;
		padding: 6px 11px;
	}	
	.innerpagecontent>div
	{
		padding:0px 10px;
	}
	.innerpagegrid .footerbox
	{
		display:block;
	}

	.wlltdpstbox .tabbanner
	{
		max-width: 100%;
	}
	.innerpagegrid .container
	{
	    padding: 0px 19px;
	}
	.headbg .container
	{
		padding:0px;
	}
	
	.latestnewsbg
	{
		margin-top:0px;
	}
	.orderformbg1
	{
		display: block;
	}
	.orderformbg1>div
	{
		margin:0px;
	}
	.livepricenavbg li
	{
	    width: 33.3%;
		min-height: 53px;
		border-right: 1px solid #e0e0e0;
		padding: 5px 8px;
	}	
	.livepricenavbg li:nth-child(3), .livepricenavbg li:nth-child(6)
	{
		border-right:0px;
	}
	.livepricemobile li a
	{
		font-size: 12px;
	}	
	.livepricenavbg
	{
	    padding:0px;
		display:inline-block;
	}
	.tablebox, .tablebox>div
	{
		display: block;
		width: 100%;
	}
	.headbg .navbar-collapse
	{
		border-top: 1px solid #29292d;
		margin-top: 6px;
	}
	.headermenu .headbg ul li a.nav-link {
		padding: 8px 6px;
		font-size: 14px;
	}
	.tradehistory .sitescroll 
	{
		max-height: 342px;
	}
	.orderformbg1>div:first-child
	{
		border-right:0px;
		border-bottom: 0px;
	}	
	.tradepage thead tr th
	{
		font-size: 12px;
	}	
	.buysellinnerbox .sitecontainer .row>div:last-child
	{
		margin-top:10px;
	}	
	.searchfrm
	{
		width:100%;
		display:block;
		margin-bottom:0px;
	}
	.searchfrm>div
	{
    width: 33.3%;
		float:left;
	}		
	.seacrright>div>div {
    float: left;
	}	
	.clearbtn
	{
		width: 100% !important;
		margin: 11px 0px;
	}
	.countlisticon
	{
		right:inherit;
		left:20px;
	}
	.sidebar
	{
		display: none !important;
	}
	.sidebar.active
	{
		display: block !important;
		box-shadow: 1px 1px 18px 0px rgba(4, 4, 4, 0.5);
		width: 240px;
	}
	.sidebar.active li.dropdown .dropdown-menu
	{
		width:240px;
		min-width:240px;
	}
	.sidebar.active ul li a
	{
		text-align: left;
		padding: 13px 20px;
		font-size: 14px;
	}	
	.sidebar.active li a>div
	{
		display: inline-block;
	}
	.innerpagegrid .gridparentbox, .pagewrapperbox .innerpagegrid .gridparentbox
	{
		padding-left:0px;
	}
	.mobiletoggle
	{
		position: absolute;
		left:3px;
		top: 4px;
		display: block;
	}
	.tradepagebg .mobiletoggle
	{
		display: none;
	}
	.tradepagebg .logo, .nosidebarmenu .logo
	{
		margin-left: 0px;
	}
	
	.logo
	{
	margin-left:35px;
    max-width: 131px;
	margin-top: 2px;
	}
	.profileboxt .text-right
	{
		text-align: center !important;
	}
	.profileboxt
	{
	text-align: center;
	}
	ul.noteslist li
	{
		list-style: none;
	}
	.profiletablebox h4
	{
		font-size:17px;
	}
	.tablebox>div:first-child {
		width:100%;
	}
	.tablebox>div:last-child
	{
	width:100%;
	}
	.tablebox>div
	{
	margin-top: 19px;
	}
	.wlletboxt .progressbalance
	{
		text-align:center !important;
	}
	.balanceshowt
	{
		text-align:center;
	}
	ul.noteslist
	{
		padding-left: 0px;
	}
	.profiletablebox h5
	{
		font-size: 13px;
		line-height: 22px;
	}	
	.profiletablebox h4
	{
		font-size: 14px;
	}
	.mlmwizardform #progressbar li>strong {
		font-size: 12px;
	}
	.profilebottombtn
	{
		margin-top:0px;
	}
	.usermenu .fa-angle-right
	{			
		position: relative;
		right: inherit;
		top: 0;
	}
	.footer-gray-bg .footlistbg {
		min-height: inherit;
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	.footer-gray-bg .flogo {
		max-width: 140px;
	}
	.footerbox .text-right {
		text-align: left !important;
	}
	.footerbottombg {
		margin-top: 10px;
	}
	.footerbottombg .sociallist {
		float: left !important;
	}
	.footerbottombg .text-right {
		text-align: left !important;
	}
	.ftext
	{
	padding-top: 0;
	}
}

@media (max-width:767px)
{
	.grid-box
	{
		grid-template-areas:
        'livepricelist livepricelist'
        'marketlist marketlist'
		'chart chart'
		'orderbook orderbook'
		'orderform orderform'
		'tradehistory tradehistory'
		'chatgridbox chatgridbox'
        'openorder openorder';
    grid-template-columns: 1fr 1fr;
	}
	.marketlistsidemenu, .buyselltabbg
	{
		display:block;
	}
	.latestnewsbg, .livepricelist, .tradehistory, .marketlist
	{
		xdisplay:none;
	}	
.marketlist
	{
		display:none;
	}	
	.tradechartlist>div, .marketchart>div {
    height: 234px;
	}
	.balancewlt {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    padding:15px 10px;
	padding-bottom:0px;
	}
	.tradepage .heading-box
	{
		padding: 10px 9px;    
		font-size: 13px;
	}
	.orderform .input-group .input-group-prepend
	{
	/* display: inline-block; */
	/* width: 100%; */
	}
	.orderform .input-group-prepend .input-group-text
	{
		width: 72px;
	}
	.orderform .siteformbg {
    padding: 10px;
	}
	.stoplimtboxt>div:first-child
	{
		display:none;
	}
	.orderformbg1 .heading-box
	{
		display:none;
	}
	.orderbook .heading-box
	{
		padding: 24px 10px;
	}
	.orderformbg1>div:nth-child(2)
	{
		display:none;
	}
	.orderformbg1
	{
	min-height: inherit;
	}
	.sellorderformactive .orderformbg1>div:nth-child(2)
	{
		display:block;
	}
	.buyorderformactive .orderformbg1>div:first-child
	{
		display:block;
	}
	.sellorderformactive .orderformbg1>div:first-child
	{
		display:none;
	}
	.buyorderformactive .orderformbg1>div:nth-child(2)
	{
		display:none;
	}
	.limitabbg img
	{
		display:none;
	}
	.buyselltabbg
	{
		padding: 10px 12px;
		width: 100%;
		max-width: 100%;
		padding-bottom: 0px;
	}
	.buyboxorder .sitescroll, .sellboxorder .sitescroll
	{
		height: 180px;
		max-height:inherit;
	}
	.orderchangebg li a
	{
	padding: 6px 6px;
	}
	.grid-box
	{
		margin:0px;
		grid-gap: 0;
	}
	.grid-box>div
	{
		margin-bottom:10px;
	}
	.orderform .siteformbg input.form-control::placeholder {
		color:#313335 !important;
	 }
	.orderform input.form-control::-webkit-input-placeholder {
		color:#313335 !important;
	 }
	 
	 .orderform input.form-control:-moz-placeholder { /* Firefox 18- */
		color:#313335 !important;
	 }
	 
	 .orderform input.form-control::-moz-placeholder {  /* Firefox 19+ */
		color:#313335 !important;
	 }
	 
	 .orderform input.form-control:-ms-input-placeholder {  
		color:#313335 !important;
	 }	
	 .orderform .h6 {
		font-size: 12px;
	 }
	 .marketlistsidemenu .table thead
	 {
	 display: none;
	 }
	 .marketlist.active
	 {
		display:block;
		position: fixed;
		z-index: 99;
		width: 350px;
		left: 0px;
		top: 0px;
		height: 100%;
		border-radius: 0px;
		background: #fff;
		border: 0px;
		box-shadow: 1px 1px 18px 3px #0000009c;
		margin:0px;
		padding-bottom: 30px;
	}
	 .grid-box
	 {
		 position: relative;
	 }
	 .marketlist .table thead
	 {
	 display: none;
	 }
	 .marketlist .heading-box
	 {
		padding: 15px 10px;
		background: #fff;
		display: inline-block;
		width: 100%;
	}
	 .marketlist .table tbody td:nth-child(2), .marketlist .table tbody td:nth-child(3), 
	 .marketlist .table tbody td:nth-child(4)
	 {
		display: block;
		border: 0px;
		padding:0px 8px;
		text-align: right;
		line-height: 22px;
	}
	 .marketlist .table tbody td:nth-child(2)
	 {
		 padding-top: 12px;
		}
	 .marketlist .table tbody td:nth-child(4)
	 {
		 padding-bottom:6px;
	 }
	 .marketlist .seacrhbox
	 {
	 padding: 10px 10px;
	 margin-top:5px;
	 }
	 .marketlist .tabrightbox
	 {
		 position: relative;
		 right:inherit;
		 top:inherit;
		 margin-top: 0;
	}
	 .marketlist .tabrightbox .tabbanner li a
	 {
		border: 0px !important;
		border-bottom: 1px solid #d8d9dc !important;
		font-size: 13px;
	 }
	 .marketlist .table tbody tr td:first-child, .marketlist .table tbody tr td:nth-child(2)
	 {
		border-top:1px solid #dcdcdc;
	 }
	 .marketlist .table tbody tr
	 {
		 position: relative;
	 }
	 .marketlist .table tbody tr td:nth-child(3)>span
	 {
		position: absolute;
		left: 37px;
	}
	.marketlist .table tbody tr td
	{
	padding: 11px 8px;
	}
	 .marketlist .table tbody tr td:first-child
	 {
	 vertical-align: top;	 
	 }
	 .marketlist .table tbody tr td
	 {
	 font-weight: 400;
	 font-size: 13px;
	 }
	 .marketlist .coinlisticon {
		width: 25px;
	 }
	 .marketlist .tabbanner
	 {
		 flex-wrap: inherit;
		 margin:0px;
	 }
	 .marketlist .tabbanner li
	 {
		 width:100%;
		 text-align: center;
	 }
	 .marketlist .tabbanner li a.active
	 {
		background-color: #f8f9fa !important;
		color: #3498db !important;
		border-bottom: 2px solid #3498db !important;
	}
	 .marketlist .table-responsive
	 {
	 	max-height:inherit;
		border-bottom:1px solid #ccc;
		overflow: hidden;
	 }
	 .marketlist .tab-content
	 {
		 height:100%;
		 overflow:auto;
		 padding-bottom:85px;
	 }
	 .marketlist .tab-content {
		min-height: inherit;
	}
	.marketlistt li>div {
		display: table-cell;
		vertical-align: top;
		float: none;
		width: 100%;
	}
	.marketlistt li>div:first-child
	{
		width:100px;
		padding: 3px 6px;
	}
	.marketlistt li .text-center
	{
		font-size:16px;
	}
	.limitabbg
	{
		margin: 5px 15px;
	}
	.chart .charttabbg li a
	{
		padding: 2px 11px;
	}
	.marketlist.active .closeiconlist
	{
		display:block;
	}	
	.sellshow .sellboxorder .sitescroll, .buyshow .buyboxorder .sitescroll 	
	{
		height: 320px;
	}
	.ruleslist
	{
	top: 61px;
	}
	.navbar-dark .navbar-toggler
    {
		background: #0c0c0e;
		}

}

@media (max-width:550px)
{	
	.innerpagegrid .tabbanner li
	{
		width: 100%;
	}	
	.clearbtn 
	{
		margin-top: 3px;
	}
	.searchfrm>div
	{
		width:100%;
	}
	.wlltdpstbox .qrcode img
	{	
		margin-bottom: 10px;
	}
	.innerpagetab .tabbanner li a
	{
		border-bottom: 1px solid #e0e0e0 !important;
		margin-bottom: 1px;
		text-align: center;
	}
	.historytab .tabbanner li a
	{
		text-align: center;
		border-bottom: 0px !important;
		font-size: 11px;
    	padding: 10px 8px;
	}
	.latestnewsbg ul
	{
		display: block;
	}
	.stepstable
	{
		display: block;
	}
	.stepstable>div
	{
		display: block;
	}
	.stepstable>div:last-child, .stepstable>div:nth-child(2)
	{
		text-align: left;
		padding-left:30px;
	}
	.stepstable>div:first-child
	{
	position: absolute;
	}
	.stepsbox>div
	{
	padding: 13px 0px;
	}	
	.limitabbg .dropdown-menu
	{
		min-width: inherit;
		width: 100%;
	}
	.orderform .limitabbg li a {
		padding: 8px 8px;
    	font-size: 12px;
	}
	.limitabbg .dropdown>span i {
		margin-top: 10px;
		font-size: 13px;
	}
	.limitabbg img
	{
		max-width: 24px;
	}
	.livepricenavbg li
	{
		width:50%;
	}
	.livepricenavbg li:nth-child(3), .livepricenavbg li:nth-child(6) 
	{
		border-right: 1px solid #e0e0e0;
	}
	.livepricenavbg li:nth-child(even) {
		border-right: 0px !important;
	}
	.innerpagetab .tabbanner
	{
	flex-wrap: wrap;
	}	
	.innersecrbox
	{
		position: relative;
		top:0px;
		right: inherit;
	}
	.searchrightbox
	{
		position: relative;
		right: inherit;
	}
	.buysellinnerbox .innerpagecontent
	{
		padding-bottom: 0px;
	}	
	.flexboxtable .tabrightbox
	{
		position: relative;
		top: 0px;
		right: inherit;
		text-align: center;
		margin-bottom: 10px;
		margin-top:6px;
	}	
	.profiletablebox
	{
		display: block;
	}
	.profiletablebox>div
	{
		display: block;
	}
	.profiletablebox
	{
		text-align: center !important;
	}
	.profiletablebox>div, .profiletablebox .text-right, .profiletablebox .text-left
	{
		text-align: center !important;
		width: 100% !important;
	}
	.securityinnerbox .btn, .profileboxt .btn
	{
		margin-top:10px;
	}
	.profiletablebox>div:first-child {
		width: 100% !important;
	}
	.profileiconpic
	{
	margin-bottom: 10px;
	}
	.mlmwizardform #progressbar li>strong
	{
		font-size: 12px;
		line-height: 18px;
		padding: 10px 11px;
	}
	.mlmwizardform #progressbar::before
	{
		top: 25px;
	}
	.mlmwizardform
	{
		padding:0px;
	}	
	.securityiconbox
	{
	margin-bottom: 10px;
	}
	.spotorderbox .tabrightbox
	{
		position: absolute;
		right: 9px;
		top: 0px;
		margin-top: 12px;
	}
	.coinfrmright
	{
	padding: 10px 10px;
	}
	.profilebox
	{
		display: block;
	}
	.profilebox>div
	{
		display: block;
    width: 100% !important;
    text-align: center;
	}
	.infotablet td 
	{
       display: block;
		text-align: center !important;
	}
	.progresscontent
	{
		display: block;
	}
	.progresscontent>div
	{
		display: block;
		float: none !important;
		text-align: center !important;
	}
	.recoverlist li
	{
		width:50%;
	}
	.orderform .buyselltab li a {
		font-size: 13px;
		padding: 6px 19px;
	}
	.walletpagebg .tabrightbox
	{
		position:relative;
		right:inherit;
		top:inherit;
	}
	.ruleslist {
		top: 51px;
	}
}

@media (max-width:430px)
{
	.orderform .limitabbg li a {
		padding: 8px 3px;
	}
	.ruleslist {
		top: 0;
		position: relative;
		text-align: center;
		right: inherit;
	}
	.ruleslist li
	{
		float:none;
		padding-top:15px;
	}
	.orderform .limitabbg li
	{
		width:100%;
	}
}



@media (max-width:400px)
{	
	.livepricenavbg li
	{
		width:100%;
		text-align: center !important;
		border-right:0px !important;
		border-bottom: 1px solid #e7eaf3;
	}
	.livepricet span
	{
		text-align:center !important;
	}
	.coinlisttable
	{
		width: 100%;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;	
	}
	
	.marketlist.active
	{
		width:280px;
	}
	.historytab .tabbanner li a
	{
		font-size: 12px;
	}	
	
}

@media (max-width:350px)
{
	.historytab .tabbanner li a
	{
		padding: 10px 4px;
	}
}

/*media query end */

.orderbookscroll>div:first-child .simplebar-scroll-content
{
	margin-bottom:0px !important;
	padding:0px !important;
    overflow: inherit;
}
.orderbookscroll>div:first-child .simplebar-content
{
	padding-bottom: 0px !important;
	margin: 0px !important;
	overflow: inherit !important;
}
.headbg a.navbar-brand
{
	padding:0px;
}
.tradepage .tabrightbox
{
	background:#ffffff;
}
.tradepage .seacrhbox
{
background: #ffffff;
}
.table tbody tr
{
	cursor: pointer;
}
.table tbody tr:hover
{
    background: #ebeff5;
}

.fnt-bigsz
{
	font-size:20px;
}
.securitylink a:hover, .securitylink a:focus, .securitylink a:active
{
	text-decoration:none;
}
.innerpagegrid .sitetable thead tr th
{
	color: #6c757e;
	font-weight: 600;
	background: none !important;
	/*border-bottom: 1px solid #212125 !important;
*/}
.innerpagegrid .innerpagetab .tabbanner li a
{
    text-transform: inherit;
	font-size: 14px;
}
.profiletablebox>div:nth-child(2) h5 a
{
color: #3498db;
}

.wlletboxt
{
	margin-bottom:20px;
}
.contentboxspace
{
    padding: 20px 15px;
}
.wlletboxt h4
{
    font-size: 31px !important;
    padding-top: 7px;
}
.wlletboxt .tablebox>div:nth-child(2)
{
	text-align: right;
}
.wlletboxt .tablebox .btn
{
	border-radius: 5px;
	padding: 9px 24px;
	text-transform: inherit;
}
.wlletboxt .balanceshowt h4>span {
    font-size: 12px;
    color: #b3b9c3;
}

.wlletpwdbg .showpassbg button, .wlletpwdbg .showpassbg a
{
	text-transform: inherit;
	padding: 4px 10px;
	background: #091933;
	color: #fff;
}

.securityinnerbox code
{
	color: #768086;
}
.profileinfotable>div
{
	vertical-align:middle;
}

.alertnotes
{
background: #f8f9fa;
border: 0px;
padding: 9px 14px;
color: #768086;
}
.viewpbtn
{
	padding: 6px 29px !important;
    font-size: 12px;
    text-transform: inherit;
    line-height: normal;
}
.heading-lgt
{
	font-weight:400;
}
.grdebtn
{
	padding: 6px 13px;
	font-size: 12px;
	border-radius: 4px;
	text-transform: capitalize;
	background: #eafcea;
    color: #34db34;
}
hr
{
	border-top: 1px solid #e7eaf3;
}

.tblue, .tblue:hover, .tblue:focus, .tblue:active
{
    color: #3498db;
    text-decoration: underline;
}
.spantblack
{
	color:#1e2026;
    padding: 20px !important;
}
.labelwidthbox {
    width: 79px;
    display: inline-block;
}
.orderbookscroll .table tr:hover .t-green, .orderbookscroll .table tr:hover .t-red
{
font-weight:600;
}
.buysellinnerbox .panelcontentbox
{
	padding: 14px 14px;
}

.chat 
{
margin: 0;
padding: 0;
list-style: none;     
}
.tradechatmsg .chat
{
 max-height: 450px;
 overflow:auto;
}
.chat .chat-body p
{
    word-break: break-word;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    background: #eceeef;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    border-radius:5px;
}
.chat .primary-font
{
	margin: 0px;
    font-size: 15px;
    padding-bottom: 7px;
    font-weight: 400;
    color: #768086;
}
.chat h5
{
margin: 0px;
font-size: 12px;
font-weight:500;
color: #768086;
}
.chatbox .img-circle
{
    width: 40px;
  height: 40px;
  border:0px;
  border-radius: 50%;
  margin-top: 7px;
}
.chatbox .header
{
  margin: 0px 9px;
  display: inline-block;
}
.chat li
{
     display: table;
  width: 100%;
  padding: 14px 15px;
  border-bottom: 1px solid #dedede;
}
.chat li>div
{
display:table-cell;
vertical-align:top;
float:none;
}
.chat li.right
{
float:right;
text-align:right;
}
.chat li .chat-img
{
  width: 43px;
}
.chat-foot
{
  width: 100%;
  display: inline-block;
  margin-top: 1px;
  padding: 6px 15px;
}
.chat-foot .h6
{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.chat-foot img
{
width: 100%;
  max-width: 75px;
}
.chat .right p
{
    background: #e7edf3;
}
.ticketmsgtext
{
  padding: 10px 15px;
border-bottom: 1px solid #dedede;
}
.ticketmsgtext p
{
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 2px;
}
.chatboxscroll
{
max-height:550px;
}
.chatboxtop .tabrightbox
{
	right:8px;
	top:5px;
}
.ticketb .sitebtn {
    border-radius: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
    padding-top: 5px;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
}
.light-green
{
color: #02c076 !important;
}
.bckbtn
{
	margin-top:30px;
}
/* .bckbtn .btn, .bckbtn .btn:hover, .bckbtn .btn:focus, .bckbtn .btn:active
{
	background: #12bdc6;
    color: #fff;
    border-radius: 0px;
    border-color: #12bdc6;
    font-size: 12px;
    text-transform: inherit;
} */
.cpybtn .input-group-text
{
	border: 1px solid #f4ca28;
    background: #f4ca28;
    color: #ffffff;
    text-transform: inherit;
}
.copiedbtn .input-group-text
{
    border: 1px solid #fbeaed;
    background: #fbeaed;
	color: #d9304e;
	text-transform: inherit;
}
.fntbld
{
	font-weight:700 !important;
}
.fntreg
{
font-weight: 400;
}
.mt-40
{
	margin-top:40px;
}
.notessub h5
{
	font-size:12px;
}
.notessub p
{
	font-size: 12px;
	padding-bottom: 3px;
	margin:0px;
	font-weight:400;
}
.notestitle p
{
    font-size: 14px;
    margin: 0px;
    padding-bottom: 5px;
    font-weight: 400;
}
.notestitle
{
	padding:10px 0px;
}
.notessub a
{
	font-weight:600;
}
.text-info {
	color: #02c076!important;
	font-size: 14px;
}
.centerbox {
    max-width: 550px;
}
.centerbox .panelcontentbox
{
	border-radius:7px;
	box-shadow: 0 2px 6px 0 rgba(155, 155, 155, 0.16);
}
.centerbox  .contentpanel
{
    padding: 25px 25px;
}
.centerbox .stoplimtboxt .link-div>div
{
	border-color:#f1f2f3;
	background-color: #f1f2f3;
	color:#768086;
}

@media (max-width:767px)
{
	.centerbox .contentpanel {
		padding: 25px 25px;
	}
}
.wlletboxt h4>span.btc_value_data, .wlletboxt h4>span.btc_star_value_data
{
	font-size: 31px !important;
	padding-top: 7px;
	color: #1e2022;
}
.profileflexbox .sitebtn {
	position: absolute;
    top: 25px;
    right: 11px;
    padding: 7px 25px;
}
.profileflexbox .sitebtn
{
    margin-left: 5px;
    background: #3498db;
    border: 1px solid #3498db;
    color: #fff;
    border-radius: 3px !important;
    height: 33px;
}
.profileflexbox
{
	position: relative;
}

.prfbtn {
	position: relative;
}
@media (max-width:767px)
{
	.profileflexbox .input-group .prfbtn
	{	
		width: 100%;
		display: inline-block;
		width: 100%;
		text-align:center;
	}
	.profileflexbox .sitebtn
	{
		margin: 10px auto;
		text-align: center;
		display: block;
	}
	.prfbtn
	{
		text-align: center;
	}
}
.optionttitle .h1 {
    font-size: 15px;
	margin: 0px;
}
.optionttitle
{
    padding: 13px 10px !important;
}
.wallet-info p {
    line-height: 3;
}
.kyccenterbox
{
	width:100%;
	/*max-width:750px;*/
	margin:0px auto;
}
.kyccenterbox .contentbox
{
	padding:20px 20px;
}
.kyccenterbox .panelcontentbox
{
border-radius: 7px;
}
textarea.form-control
{
	height:auto !important;
}
.hide
{
	display:none;
}
.spotorderbox .form-control
{
	height: 32px !important;
    padding: 2px;
}
.spotorderbox .tabrightbox {
	margin-top: 5px;
}
.innerpagegrid .footerbox
{
	background: none;
}
.nosidebarmenu .footerbox
{
	padding-left: 0px;
	background: #091933;
}
.nosidebarmenu .footer-gray-bg
{
    xpadding-top: 11px;
}
.alert-dismissible .close
{
padding: 8px;
}

@media (max-width:767px)
{
	.innerpagegrid .footerbox
	{
		padding-left: 0px;
	}

}
.orderbookscroll table td:nth-child(2)
{
	text-align: right;
}
.orderbookscroll table td
{
	width:100px;
}
.tradechartlist iframe
{
	height:100% !important;
}
.navbar-nav .fa-bell
{
	padding-top: 0;
	position: relative;
	top: 5px;
}
.headbg ul li.modebg a
{
	padding:0px !important;
}
.modeicon
{
    font-size: 12px;
    margin-right: -4px;
    padding: 6px 8px;
    margin-top: 8px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #494b4e;
    background: #252529;
    cursor: pointer;
}
.modebg .activemode
{
	color: #fbfbfb;
	background: #636367;
	cursor: auto;
}
body.nightmode
{
    background: #0e0f10!important;
    color: #fdfdfd;
}
.nightmode .grid-box>div
{
    background: #fff;
}
.nightmode .tabrightbox, .nightmode .heading-box, .nightmode .seacrhbox
{
	background-color: rgb(212, 175, 55) ;
}
.nightmode .heading-box
{
    border-bottom-color: #38393c;
    color: #fff;
	border-radius: 0;
}
input.form-control::placeholder
{
	color: #000 !important;
}
select.form-control::placeholder
{
	color: #000 !important;
}
.nightmode .sitetable tbody tr td {
    /*border-top: 1px solid #202123;*/
    color: #000;
}
.nightmode .sitetable thead tr th {
    background: #d4af37;
    border-bottom: 1px solid #202123;
    /* color: #000; */
}

.nightmode .livepricebox th {
	background: #d4af37 !important;
}
.nightmode .tabbanner li.nav-item a.active, .nightmode .orderform .limitabbg li a.active
{
	background: linear-gradient( #f8d135, #eab300) !important;
	/*color: #fff !important;*/
}
.nightmode .limitabbg {
    border-bottom: 1px solid #dddddd;
}
.nightmode .orderformbg1>div:first-child {
    border-right: 1px solid #303235;
}
.nightmode .innerpagetab .tabbanner
{   
background: linear-gradient( #f8d135, #eab300) !important;
}
.nightmode .table tbody tr:hover {
    background: #2a2b2d;
}
.nightmode .tabbanner li a, .nightmode .orderchangebg li a, .nightmode .marketlist .tabbanner li a
{
    background-color: #d4af37 !important;
    color: #fff;
}
.nightmode .orderchangebg li a, .nightmode .marketlist .tabbanner li a
{
	border: 1px solid #ffffff !important;
}
.nightmode .buysellshow .orderchangebg li:first-child a, .nightmode .buyshow .orderchangebg li:nth-child(2) a, 
.nightmode .sellshow .orderchangebg li:last-child a, .nightmode .marketlist .tabbanner li a.active {
	background-color: #d4af37 !important;
    border: 1px solid #ffffff !important;
	color: #fff;
}
.nightmode .livepricet span
{
	color: #ffffff;
}
.nightmode .livepricemobile li a {
    color: #8d919a!important;
}
.nightmode .siteformbg .form-control, .nightmode .mui-form .form-control, .nightmode .msgform .form-control
{
	background: #3c3e42;
	border: 1px solid #5d5f63;
	color:#fff;
}
.nightmode .siteformbg .input-group-append .input-group-text
{
	background: #3c3e42;
	border: 1px solid #5d5f63;
	color: #000;
}

.nightmode .stoplimtboxt .link-div>div
{
	border: 1px solid #3d3e40;
	background-color: #202023;
}
.nightmode .stoplimtboxt .link-div .activelimit {
	background-color: #3c3e42;
	color: #eef1f3;
	border-color: #5d5f63;
}
.nightmode .sellboxorder .sitescroll::-webkit-scrollbar-track {
    /*background: #202123;*/
}
.nightmode .sellboxorder .sitescroll::-webkit-scrollbar-thumb {
    background: rgb(234 233 233 / 22%);  
}
.nightmode .livepricebox a {
    color: #ffa900;
}
.nightmode .t-green {
	color: #53d8a9 !important;
}
.nightmode .t-red {
	color: #ff6565 !important;
}
.nightmode .formrightbox .form-control
{
    color: #ced8e8;
    background: #202023;
    border-color: #3c3d3e;
}
.nightmode .balancewlt .h6
{
	color: #cad2e0;
}
.nightmode .activerow {
    background: #232327;
}
.nightmode .panelcontentbox
{
	background: #202123;
	box-shadow: none;
}
.nightmode .highcharts-background
{
	fill: #202123;
}
.nightmode .innerpagecontent .h2
{
	color:#fff;
}
.nightmode .innerpagegrid .sitetable tbody tr td
{
	/*border-top: 1px solid #2e2f31;*/
}
.nightmode .highcharts-legend text
{
	color:#ccc !important;
	fill: #ccc !important;
}
.nightmode .showpassbg button, .nightmode .showpassbg a {
    background: #303033 !important;
    border: 1px solid #444448;
    color: #a1a4a9 !important;
}
.nightmode .simplebar-scrollbar:before
{
	background: rgb(243 243 243 / 30%);
}
.nightmode hr {
    border-top: 1px solid #292b2d;
}
.nightmode .securityinnerbox .profiletablebox
{
	border-bottom: 1px solid #292b2d;
}
.nightmode .black-btn, .nightmode .black-btn:hover, .nightmode .black-btn:focus, .nightmode .black-btn:active {
    background-color: #28a745;
    border-color: #ffa900;
    color: #fff;
}
.nightmode .borderbtn, .nightmode .borderbtn:hover, .nightmode .borderbtn:focus, .nightmode .borderbtn:active
{
	background: linear-gradient(180deg, #FFE251 0%, #EDC423 100%) !important;
	border: 1px solid #EDC423 !important;
	color: #fff !important;
}
.nightmode .verifytext, .nightmode .notverifytext
{
	background: #42e4a2;
    color: #025836;
}
.nightmode .t-gray {
    color: #8e8f92;
    font-weight: 500;
}
.nightmode .mlmwizardform #progressbar li.active>strong {
    background: #606265;
	color:#fff;
}
.nightmode .mlmwizardform #progressbar::before {
	background: #2d2d33;
}
.nightmode .mlmwizardform #progressbar li>strong
{
	color: #fff;
    background: #313335;
}
.nightmode .mlmwizardform .fs-title
{
	color: #fbfbfb;
}
.nightmode .siteformbg label, .nightmode .mui-form label
{
    color: #9fb0cc;
}
.nightmode .form-group.kycupload {
    background: #141517c7;
}
.nightmode .innerpagegrid .ftext {
    color: #000;
}
.nightmode .chat .chat-body p
{
    background: #303035;
}
.nightmode .chat .right p {
    background: #585a5d;
}
.nightmode .chat li
{
    border-bottom: 1px solid #323335;
}
.nightmode .sidebar
{
	box-shadow: none;
}

.nightmode .headermenu .dropdown-menu
{box-shadow: 0px 0px 20px 2px #0c0c0e;}
.nightmode .innerpagecontent .h2>span {
	color: #5c78a7;
}
.nightmode .amcharts-category-axis text, .nightmode .amcharts-value-axis text
{
	fill:#fff;
}
.nightmode .amcharts-value-axis>path, .nightmode .amcharts-category-axis>path
{
	stroke:#21437b;
}
.nightmode .orderform .buyselltab li a {
    border-color: #3f4144 !important;
    background: #2f3031;
}
.nightmode .orderform input.form-control::placeholder {
	color:#313335 !important;
 }
.nightmode .orderform input.form-control::-webkit-input-placeholder {
	color:#313335 !important;
 }
 
.nightmode .orderform input.form-control:-moz-placeholder { /* Firefox 18- */
	color:#313335 !important;
 }
 
 .nightmode .orderform input.form-control::-moz-placeholder {  /* Firefox 19+ */
	color:#313335 !important;
 }
 
 .nightmode .orderform input.form-control:-ms-input-placeholder {  
	color:#313335 !important;
 }
 .nightmode .rulesnotes
 {
	background: #202023;
 }
 .nightmode .rulesnotes tr:hover
 {
	 background:none !important;
 }
.banknotes p
{
 background: #ffffff;
 border: 1px solid #d6d8dc;
 color: #1e2022;
 padding: 12px;
 line-height: 24px;
 font-weight: 400;
 margin: 0px;
}
.nightmode .banknotes p 
{
	background: #3c3e42;
    border: 1px solid #5d5f63;
color: #fff;
}
/*.nightmode .modal-content
{
    background-color: #292a2b;
}*/
.nightmode .modal-header
{
border-bottom-color: #3d3f40;
}
.close
{
	opacity: 1;
}
.nightmode .close 
{
    color: #dae2f1 !important;
}
.nightmode .siteformbg label, .nightmode .mui-form label, .nightmode .msgform label 
{
    font-size: 13px;
    color: #f1f1f1;
}

@media (max-width:767px)
{
	.nightmode .marketlist .table tbody tr td:first-child, .nightmode .marketlist .table tbody tr td:nth-child(2) 
	{
		border-top: 1px solid #35363a;
	}
	.nightmode .marketlist .table-responsive
	{
		border-bottom: 1px solid #35363a;
	}
	.nightmode .livepricenavbg li, .nightmode .livepricenavbg li:nth-child(3), .nightmode .livepricenavbg li:nth-child(6)
	{
		border-right: 1px solid #383a3e;
	}

}

@media (max-width:550px)
{
	.nightmode .innerpagetab .tabbanner li a
	{
    border-bottom: 1px solid #2b2c2f !important;
	}
	.nightmode .innerpagetab .tabbanner li a.active
	{
		border-color:#ffa900 !important;
	}
}

@media (max-width:400px)
{
	.nightmode .livepricenavbg li
	{
		border-bottom: 1px solid #2a2b2d;
	}
}


@media (max-width:1100px)
{
	.searchfrmbox>form {
		width: auto;
	}
}
.searchfrm select
{
	height: 33px !important;
}


.flagicont img
{
	width:26px;
    height:26px;
    border-radius: 50px;
    background: #fff;
    margin-right: 5px;
    border: 0px;
}
.flagicont .nav-link
{
	padding-right: 5px !important;
    padding-left: 5px !important;
}
.flagicont .highlight img {
	border: 2px solid #7386ff;
}
.sidebar .dropdown-menu a:focus
{
	background-color:#1b335a;
}

.nightmode .custom-file-upload {
    border: 1px solid #344a9d;
    background: #344a9d;
    color:#fff;
}
.kyclevelboxbg .kycupload
{
background:none !important;
padding:0px;
margin:0px;
}
.kyclevelboxbg .panelcontentbox
{
max-width: 450px;
margin:0px auto;
margin-top:20px;
}
.kyclevelboxbg .h4
{
	font-size: 18px;
}
.uploadproofbox
{
	margin-top: 20px;
    margin-bottom: 5px;
}
.interbox img
{
max-width: 102px;
filter: grayscale(1);
}
.nightmode .interbox img, .proofuploadimg img
{
	filter:inherit;
}
.kyclevelboxbg .customupload
{	
	font-size: 14px;
    padding: 8px 20px;
    text-transform: capitalize;
    margin-bottom: 13px;
    line-height: 20px;
}
.interbox .customupload
{
margin: 0px;
margin-bottom: 12px;
}
.kyclevelboxbg p
{
	font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.nightmode .alinkt, .nightmode .alinkt:hover, .nightmode .alinkt:focus, .nightmode .alinkt:active {
    color: #19eef9;
}
.nightmode .modalbgt .modal-title
{
	color:#fff;
}
.nightmode .modal-footer {
    border-color: #3d3f40;
}
.modalbgt .mdlpara
{
    font-size: 14px;
}
.kyclevelboxbg .customupload
{
	    line-height: 20px;
}
.kyclevelboxbg .sitebtn
{
	    line-height: 20px;
}
.interbox img
{
    padding: 10px 9px;
    border-radius:5px;
    margin-top: 8px;
	background: rgb(0 0 0 / 23%);
}

.nightmode .interbox img
{
    background: rgb(171 200 247 / 34%);
}
.nightmode .alert .close, .nightmode .alert .close:hover, .nightmode .alert .close:focus
{
    color: #000 !important;
	    opacity: 1;
}
.alert .close
{
      line-height: 24px;
    font-size: 21px;
    right: 4px;
}
.table
{
	margin-bottom:0px;
}
.orderform .heading-box
{
	color:#000;
}
.nightmode .orderform .heading-box
{
    color: #fff;
}
.nightmode .formrightbox label
{
color: #ccc;
}
.profilebox .controlcolsebtn
{
	cursor: pointer;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    line-height: normal;
    padding: 0px;
    position: absolute;
    right: 0px;
    color: #fff;
    top: 0px;
	background-color: #ffa900;
    border-color: #ffa900;
}
.profilebox .profilepic
{
position: relative;
}

@media (max-width:550px)
{
	.profilebox .profilepic
	{
	width: 100px !important;
    margin: 0px auto;
	}
}




.leftsidemenu.active li a
{
	position:relative;
}

.leftsidemenu.active li a:hover>div {
    display: inline-block;
    position: absolute;
    width: auto;
    left: 65px;
    background: #ffa900;
    top: 10px;
    padding: 6px 17px;
    border-radius: 5px;
    white-space: nowrap;
	color:#fff;
}
.leftsidemenu.active li a:hover>div::after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffa900;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px !important;
    left: -10px !important;
    transform: rotate(92deg);
}

@media (max-width:767px)
{
	.leftsidemenu.active li a:hover>div 
	{
		position:relative;
		left:inherit;
		top:inherit;
		white-space:inherit;
		background:none;
		padding:0px;
		border-radius:0px;
		color:#ffa900;
	}
	.leftsidemenu.active li a:hover>div::after 
	{
		display:none;
	}
}

.help-block, .help-block strong
{
	color: #ff4646;
    font-weight: 400;
}

.table .btn-primary
{
    background: #344a9d;
    border: 1px solid #344a9d;
	padding: 3px 10px;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px;
}
.table .btn-primary:hover, .table .btn-primary:focus, .table .btn-primary:active
{
  background: #344a9d !important;
border: 1px solid #344a9d;
}
.pagination
{
padding: 10px 11px;
}
.daymode .page-link, .page-item.disabled .page-link
{
	color: #fff;
    background-color: #414448;
    border: 1px solid #66686b;
}
.daymode .page-item.active .page-link 
{
    color: #fff;
    background-color: #ffa900;
    border-color: #ffa900;
}
.page-link, .page-item.disabled .page-link
{
	    color: #000;
    background-color: #b9b9b9;
    border: 1px solid #66686b;
}
.page-item.active .page-link 
{
    color: #000;
    background-color: #ffa900;
    border-color: #ffa900;
}
.page-link:hover
{
	color: #fff;
    background-color: #414448;
    border-color: #66686b;
}
.page-item .page-link:focus
{
	outline:none;
	box-shadow: none;
}
.chatgridbox .chatboxscroll {
    max-height: 323px;
}
.chatgridbox p
{
	padding: 6px 8px !important;
	font-size: 12px !important;
	line-height: 18px !important;
}
.chatgridbox li
{padding: 6px 8px;position: relative;}
.chatgridbox .img-circle
{
	width: 27px;
	height: 27px;
}
.chatgridbox li .chat-img
{
	width: 27px;
}
.chatgridbox li h4
{
    font-size: 13px !important;
}
.chatgridbox li h5
{
	position: absolute;
    right: 21px;
    top: 10px;
    font-size: 10px !important;
    font-style: italic;
}
.chatgridbox textarea.form-control {
    height: 39px !important;
}
.chatgridbox .chat-foot .sitebtn
{
	padding: 10px 14px;
	margin-top: 6px;
	font-size: 14px;
	line-height: normal;
}
.chatgridbox .chat-foot .input-group-text
{
	padding: 0px 4px;
    background: none !important;
    border: 0px !important;
}
.chatgridbox li.right h5
{
	right:inherit;
	left:21px;
}
.alert-success {
    font-size: 17px !important; 
}
.four-boxes .col-md-4 {
    padding-bottom: 20px;
}
span.input-group-text.border-x {
    height: auto;
}
.daymode.modal-header {
    background: #ddb51e !important;
    /* color: black !important; */
}
.bg-transparent{
	background: transparent !important;
}
span.inpt-trade {
        padding: 9px 10px;
    margin-top: 0px;
    display: block;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    margin-left: -47px;
    background: transparent;
    z-index: 5;
}
.daymode span.inpt-trade {
	color: #fff;
}
.daymode span.inpt-trade-search{
	color: #fff;
}
 
span.inpt-trade-search{
     padding: 9px 10px;
    margin-top: 0px;
    display: block;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    margin-left: -36px;
    background: transparent !important;
    z-index: 5;
}
.daymode span.inpt-trade-search{
	background: transparent; !important;
}
.border-radius{
	border-radius: 5px !important;
}
.daymode input .form-control.border-radius{
	background:transparent !important;
}
.daymode input.form-control.border-radius:hover{
    background: #454545 !important;
        border: 1px solid #f2c41f;
}
.daymode input.form-control.border-radius:focus{
    background: #454545 !important;
}
.border-radius-none{
	border-radius: 0px !important;
}
.myUlpriceticket li::marker{
	display: none;
}
h3.h3.text-uppercase.river{
	font-size: 16px;
}
h4.h4.text-uppercase.river{
	font-size: 13px;
}
.coinpairlisttable {
    display: flex;
}
#myUlpriceticket{
	list-style-type: none;
}
.tick-clones{
	display: none;
}
.bg-trade-head{
	color: #000;
	background: #fff;
}
.daymode .bg-trade-head {
    color: #fff !important;
    background: #2e2e2e;
}
.daymode .bg-trade-head tr th{
    color: #fff !important; 
}
.daymode .footer-gray-bg{
	background: #292a2d !important;
}
.form-control.border-radius:hover{
	border: 1px solid #f8d135;
}
.form-control.border-radius:focus{
	border: 1px solid #f8d135;
}
.bdr-2{
	border-bottom: 2px solid #fff !important;
}
.daymode .bdr-2{
	border-bottom: 2px solid #2e2e2e !important;
}
input.form-control.space_not.input-psswd.is-invalid span.fa.fa-fw.field-icon.toggle-password.fa-eye{
	    margin-top: -39px !important;
}