/* Indexpage Css */
.er_5.d-xl-block.d-lg-block.d-md-none.d-sm-none.d-none {
	border-bottom: 107px solid #091e3e;
	border-left: 85px solid transparent;
	border-right: 0px solid transparent;
	height: 0px;
	padding-right: 25px;
	/* width: 221px; */
	padding: -2px;

}

.Login_btn {
	margin: 28px;
	background-color: #fff;
	border-radius: 35px;
	color: #000;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 18px;
}

.register_btn {
	margin: 28px;
	background-color: #FFE500;
	color: #000000;
	border: 2px;
	border-radius: 36px;
	padding: 10px 28px;
}

nav.navbar.navbar-expand-lg.bg-white.navbar-light.shadow-sm.py-3.py-lg-0 {
	padding-left: 15px;
}

.Login_span {
	border: 2px solid #091e3e;
	background-color: #091e3e;
	border-radius: 36px;
	padding: 5px 9px;
	color: #fff;
	margin-right: 6px;
}




/*  */
.hero-area {
	position: relative;
	background-image: url(img/bg.png);
}

/* .hero-area.style2 {
	position: relative;
	background: linear-gradient(45deg, #018bff, #243ec4)
} */


.hero-area.style3 {
	position: relative;
	background-image: url(../img/bg.png);
	z-index: 2
}

.hero-area.style3 img {
	width: 100%
}

.hero-area.style3 .custom-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.hero-area.style3::before {
	content: '';
	display: block;
	width: 100%;
	background: url(../images/hero/startup-overlay.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%
}

.hero-area.style3::after {
	display: none
}

.hero-area.style3 .hero-text h1 {
	font-size: 38px;
	line-height: 48px
}

.hero-area.style3 .hero-image {
	margin-top: 60px
}

.hero-area.style4 {
	position: relative;
	background: linear-gradient(45deg, #DCE35B, #45B649);
	z-index: 2
}

.hero-area.style4 .hero-inner {
	padding-bottom: 130px
}

.hero-area.style4 .tns-controls button {
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 2;
	color: #fff;
	font-size: 13px;
	background: 0 0;
	border: none;
	padding: 2px 5px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -30px;
	border: 2px solid #fff;
	border-radius: 10px
}

.hero-area.style4 .tns-controls button:hover {
	background: #fff;
	color: #081828;
	border-color: transparent
}

.hero-area.style4 .tns-controls button:first-child {
	left: 10px
}

.hero-area.style4 .tns-controls button:last-child {
	right: 10px
}

.hero-area.style4 img {
	width: 100%
}

.hero-area.style4::before {
	content: '';
	display: block;
	width: 100%;
	background: url(../images/hero/agency-overlay.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%
}

.hero-area.style4::after {
	display: none
}

.hero-area.style4 .hero-text h1 {
	font-size: 38px;
	line-height: 48px
}

.hero-area.style4 .hero-image {
	margin-top: 160px
}
.text-right {
    text-align: right;
}

.hero-area::after {
	content: '';
	display: block;
	height: 100px;
	width: 100%;
	background: url(../images/hero/brush.svg) bottom no-repeat;
	background-size: auto;
	background-size: cover;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 7
}

.hero-area .hero-bottom-shape {
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.hero-area .hero-inner {
	height: auto;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3;
	padding-bottom: 80px
}

.hero-area .hero-inner.style2 {
	padding-bottom: 0;
	text-align: center;
	height: 930px
}

.hero-area .hero-inner.style2 .hero-text {
	margin-top: 200px
}

.hero-area .hero-inner.style2 .hero-image {
	text-align: center;
	display: inline-block;
	margin-top: 90px
}

.hero-area .hero-text {
	float: none;
	margin-top: 222px
}

.hero-area .hero-text h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px
}

.hero-area .hero-text h1 {
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: -1px;
	color: #fff
}

.hero-area .hero-text p {
	font-size: 14px;
	color: #fff
}

.hero-area .hero-text .button {
	margin-top: 30px
}

.hero-area .hero-text .button .btn {

	background: #ffe500;
	color: #081828;
	margin-right: 10px;
	border-radius: 36px;
}

.hero-area .hero-text .button .btn:last-child {
	margin: 0
}

.hero-area .hero-text .button .btn i {
	font-size: 20px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.hero-area .hero-text .button .btn:hover {
	color: #fff
}

.hero-area .hero-text .button .btn.primary {
	border: 2px solid #fff;
	background: 0 0;
	color: #fff;
	padding: 13px 30px
}

.hero-area .hero-text .button .btn.primary::before {
	background: #fff
}

.hero-area .hero-text .button .btn.primary:hover {
	color: #081828
}

.hero-area .hero-image {
	margin-top: 150px;
	position: relative
}

.hero-area .hero-image img {
	float: right;
	margin-right: 50px
}

.hero-area .hero-image .waves-block .waves {
	position: absolute;
	width: 500px;
	height: 500px;
	background: rgba(255, 255, 255, .3);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right: 0;
	top: 80px;
	z-index: -1
}

.hero-area .hero-image .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-area .hero-image .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-area .hero-image .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}

	50% {
		opacity: .9;
		-ms-filter: "alpha(opacity=90)"
	}

	100% {
		-webkit-transform: scale(.9, .9);
		transform: scale(.9, .9);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}

	50% {
		opacity: .9;
		-ms-filter: "alpha(opacity=90)"
	}

	100% {
		-webkit-transform: scale(.9, .9);
		transform: scale(.9, .9);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
}


.filters {
	font-family: sans-serif;
}

.filters-content {
	/* margin: 6rem 0 1.5rem; */
	margin-top: 0px;
	background-color: #FFE500;
	/* padding: 1.375rem; */
	padding: 7px;
	border: 0;
	border-radius: 3.75rem;
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.filters__button {
	width: 100%;
	border: none;
	outline: none;
	padding: 6px 0px;
	transition: 0.3s;
	border-radius: 0.5rem;
	background-color: #aaaaaa00;
	color: #000000;
	font-size: 17px;
	margin: 0px 5px;
	font-weight: 900;
}

.filters__button:hover {
	background-color: #00172d;
	border: 0px;
	border-radius: 35px;
	color: #ffffff;
}

/* Hide*/
.filters [data-content] {
	display: none;
}

[data-content].is-active[data-content] {
	display: grid;
}

[data-target].is-active {
	background-color: #00172d;
	border: 0px;
	border-radius: 35px;
	color: #ffffff;
}


/*  */
section.filters {
	background-color: #ffffff;
	border: 0px;
	padding: 19px;
	border-radius: 32px;
	box-shadow: 9px 10px #ffffff78;
}


.crypto-icon {
	height: 1em;
	vertical-align: baseline;
	margin-bottom: -0.1em;
}

.sik-dropdown>button.dropdown-toggle {
	position: relative;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 2ch;
	text-align: left;
}

.sik-dropdown>button.dropdown-toggle::after {
	position: absolute;
	right: 1ch;
	top: calc(50% - 0.2ch);
}

.sik-dropdown .dropdown-item {
	cursor: pointer;
}


.card_label {
	float: left;
	margin-left: 19px;
	font-size: 18px;
	font-weight: 800;
	color: #00172d;
	margin-top: 5px;
}


.card_input {
	width: 100%;
	border: 2px solid #00172D;
	border-radius: 35px;
	padding: 12px;
	font-weight: 600;
}

.card_select {
	position: relative;
	top: -51px;
	float: right;
	width: 152px;
	right: 0px;
	border: 2px solid #00172d;
	padding: 14px 0px;
	border-bottom-right-radius: 23px;
	border-top-right-radius: 25px;
	background-color: #00172D;
	/* background: linear-gradient(180deg, #800080 -57.46%, #6356F9 177.61%); */
	text-align: center;
	color: #ffffff;
	height: 51px;
	font-weight: 900;
}

.card_btn {
	background: linear-gradient(180deg, #800080 -57.46%, #6356F9 177.61%), #FCD535;
	border-radius: 10px;
	color: #ffffff;
	width: 100%;
	padding: 12px;
	font-size: 18px;
	font-weight: 900;
}

.buy_btn {
	margin-top: 100px;
}

option.card_option {
	background-color: #00172D;
	outline: unset;
}

.country_class {
	width: 100%;
	border: 2px solid #00172d;
	background-color: #fff;
	border-radius: 35px;
	padding: 15px 10px;
	font-weight: 600;
}

.er_1 {
	padding: 12px;
	text-align: left;
}

.er_1 p {
	font-size: 18px;
	font-weight: 600;
}

.er_2 {
	padding: 12px;
	text-align: right;
}

.er_2 p {
	font-size: 18px;
	font-weight: 600;
}

.tab_buy {
	background-color: #FFE500;
	padding: 12px;
	font-size: 19px;
	font-weight: 900;
	border: 1px;
	border-radius: 35px;
	color: #000000;
	border: 1px solid #091e3e;
}

.tab_sell {
	background-color: #FFE500;
	padding: 12px;
	font-size: 19px;
	font-weight: 900;
	border: 1px;
	border-radius: 35px;
	color: #000000;
	border: 1px solid #091e3e;
}

/*  */
.ticker {

	/* background: linear-gradient(45deg, #4567f4, #3CD3AD); */
	padding: 11px 15px;
}

.list-wrpaaer {
	height: 30px;
}

.list-item {
	width: 120px;
	float: left;
	text-align: left;
	font-size: 14px;
	letter-spacing: .35px;
	line-height: 16px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.list-item-currency {
	color: #000;
	position: relative;
	font-size: 13px;
}

.list-item-currency.upgrade {
	color: #07940e;
}

.list-item-currency.downgrade {
	color: #d1211b;
}

/*  */

.add_market_cont-fluid {
	background-color: #FFE500;
	padding: 12px;
}

.add_nav_tads {
	width: 276px;
	background-color: #ffffff !important;
	border: 1px;
	border-radius: 35px;
	text-align: center;
	padding: 7px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #ffffff;
	/* border-color: #dee2e6 #dee2e6 #fff; */
	border: 1px;
	border-radius: 5px;
	padding: 9px 44px;
	font-weight: 900;
}

.nav-tabs .nav-link {
	padding: 8px 44px;
	color: #00172d;
	font-weight: 600;
}

/*  */
div#example1_wrapper {
	margin-top: 40px;
}

div#example2_wrapper {
	margin-top: 40px;
}

.logo-name {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
}

.item-logo {
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	background: #fafafe;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
}

.item_name_value {
	padding-right: 10px;
}

.item_name_value,
.value_price {
	font-weight: 600;
}

.percent_positive {
	color: #35a947;
}

.percent_negative {
	color: #e34828;
}

.chart {
	width: 80px;
	height: 30px;
}

/*  */
.FEATURES {

	background-color: #091e3e17;
}

.align-middle{
	display: flex;
	align-items: center;
}

.title_cont {
	text-align: center;
	margin-bottom: 31px;
}

.fet_sec {
	/* border: 1px solid #999999; */
	border-radius: 25px;
	text-align: left;
	padding: 12px;
}

/*  */

.mobile_link_section {
	background-image: url(../img/bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mobile_link_img {
	width: 234px;
	margin-top: 66px;
}


/*  */


.Add_input {
	background-color: unset;
	height: 55px;
	border-bottom: 2px solid #fff;
	width: 80%;
	/* border: 1px; */
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	color: #ffe500;
	font-weight: 900;
	margin-bottom: 12px;
}

.Add_input:focus-visible {
	outline: unset !important;
}

.add_span_contact {
	background-color: #ffe500;
	color: #091e3e;
	border: 2px solid #fff;
	border-radius: 35px;
	padding: 4px 8px;
	margin: 12px;
}

.send_btn {
	background: linear-gradient(90deg, #FFE500 -10.37%, #FFE500 110.37%);
	width: 50%;
	text-align: center;
	border-radius: 35px;
	color: #000;
}


/*  */
.checkbox {
	display: flex;
	align-items: center;
	/* font-size: 2rem; */
	cursor: pointer;
	/* width: 20rem; */
	color: #fff;
}

.checkbox input {
	display: none;
}

.checkbox input:checked~.checkbox__mark svg {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.checkbox__mark {
	margin-right: 0.5rem;
	position: relative;
	width: 50px;
	height: 32px;
	border: 0.2rem solid #ffffff;
}

.checkbox__mark svg {
	position: absolute;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	width: 80%;
	height: auto;
	transition: all ease 0.2s;
	opacity: 0;
}

.checkbox--disabled {
	color: grey;
	pointer-events: none;
}

.checkbox--disabled .checkbox__mark {
	border-color: grey;
}

.checkbox--disabled .checkbox__mark {
	border-color: grey;
}


a.btn.btn-lg.btn-primary.btn-lg-square.rounded.back-to-top {
	background-color: #f45727;
	border: #f45727;
}


/* loginpage css */
/* EXCHANGE PAGE css */
.exchange-page-group .layout__area--left{ 
	display: none !important;
}

.exchange-page-group td,
.exchange-page-group th,
.exchange-page-group tr,
.exchange-page-group tbody,
.exchange-page-group table{
	border-bottom: 0;
}
.exchange-page-group{
	background-color: #161616;
	padding: 10px;
}
.exchange-page-group-div{
	padding-right: 10px;
	padding-left: 0;
}
/* .exchange-page-group .col-xxl-4,
.exchange-page-group .col-xxl-8,
.exchange-page-group .col-lg-4,
.exchange-page-group .col-lg-8{
	background-color: #111111;
	padding-left: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #222222;
} */
.exchange-chart iframe{
	height: 300px !important;
}
/* ========== chart div ================= */
.chart-top-bar ul{
	padding-left: 0;
	margin-bottom: 0;
}
.chart-top-bar ul li{ 
	display: inline-block;
	padding-right: 15px;
	font-size: 12px;
}
.chart-top-bar ul li:nth-child(1){ 
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}
.chart-top-bar ul li:nth-child(2) span{ 
	font-size: 17px;
	color: #fff;
}
.chart-top-bar ul li{ 
	color: #999;
}

.chart-top-bar ul li span{ 
	color: #ddd;
	font-size: 16px;
	letter-spacing: 0px;;
}
.down-color {
	color: #ff5761 !important;
}
.up-color {
	color: #00c186 !important;
}
  
.exchange-page-group-bg{
	background-color: #161616;
	padding: 15px;
	height: 360px;
}
.pad-3{
	padding:3px 0px 3px 1px;
}
.pad-4{
	padding: 1px 3px 1px 3px;
}
/*--------------- chart div nav tab*--------------*/
/* search */

.chart-top-nav .search {
	width: 70%;
	margin: 10px auto;
  }
  
  .chart-top-nav .searchTerm {
	width: 100%;
	border: 1px solid #333;
	border-right: none;
	padding: 5px;
	height: 36px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #111;
font-size: 16px
  }
  
  .chart-top-nav .searchTerm:focus{
	color: #00B4CC;
  }
  
  .chart-top-nav  .searchButton {
	width: 40px;
	height: 36px;
	border: 1px solid #222;
	background: #222222;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 10px;
  }
  .chart-top-nav .searchTerm:focus {
	color: #111111;
  }

/* search */

.chart-top-bar .chart-top-nav-hover{
	position: relative;
	transition: color 350ms ease;
	z-index: 99;
	transition: transform 350ms ease;

}
.chart-top-bar .chart-top-nav-hover .chart-top-nav{
	display: none;
	transition: all 0.25s;
    -webkit-transition: all 0.25s;
	
}
.chart-top-bar .chart-top-nav-hover:hover .chart-top-nav{
	display: block;
	position: absolute;
	top: 28px;
	left: -18px;
	transition: all 0.25s;
    -webkit-transition: all 0.25s;
	background-color: #111111;
	width: 350px;
	transition: transform 350ms ease;
}

.chart-top-bar .tabs {
	background: #fff;position: relative;
	margin-bottom: 50px;
	width: 400px;
	transition: transform 350ms ease;
}
/*  */



.chart-top-bar .tab-container{
	padding: 3%;
}
.chart-top-bar .tab-menu ul{
	margin: 0;
	padding: 0;
}
.chart-top-bar .tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.chart-top-bar .tab-menu ul li a{
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
}
.chart-top-bar .tab-menu ul li a.active-a{
	background-color: #ffbe41;
	color: #111111;
	padding: 1px;
	font-size: 14px;
}
.chart-top-bar .tab{
	display: none;
}
.chart-top-bar .tab h2{
	color: rgba(0,0,0,.7);
}
.chart-top-bar .tab p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}
.chart-top-bar .tab-active{
	display: block;
}

.chart-top-bar .effect-1 > input:checked + span {
	background: #fff;
}



/* chart Top Nav Table */
/* .exchange-oreder-border{
	border-right: 1px solid #222222;
} */
.no-pad-right{
	padding-right: 0;
}
.no-pad-left{
	padding-left: 0;
}
.chart-top-bar table,
.exchange-oreder table{
	width: 100%;
	table-layout: fixed;
  }
.chart-top-bar table th{
	font-size: 14px;
	padding: 10px 0;
}
.chart-top-bar table tr td{
	font-size: 12px;
}
.chart-top-bar table tr td{
	padding-top: 10px;
}

/* chart Top Nav Table */
/* Exchange Order */
.exchange-oreder{
	background-color: #161616;
	height: 370px;

}
.exchange-oreder-padding{
	padding-right: 5px;
	padding-left: 0;
}
.exchange-oreder-padding-1{
	padding-left: 5px;
	padding-right: 0;
}
.exchange-order-head-list h4{
	color: #ffffff;
	margin-bottom: 0;
}
.exchange-order-head-list{
	display: flex;
	position: relative;
	padding: 10px 0;
}

.exchange-order-head-list ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	right: 10px;
}
.exchange-order-head-list ul li{
	display: inline-block;
}
.exchange-oreder table th{
	font-size: 13px;
}

.exchange-oreder-2-row{
	display: flex;
	position: relative;
	margin: 0 10px;
}
.exchange-oreder-2-row,
.exchange-oreder-1-row{
	height: 50%;
	padding: 10px;
}
.exchange-oreder-2-row h4{
	color: #ffffff;
	font-size: 16px;
}
.exchange-oreder-2-row h4 span{
	font-size: 11px;
}
.exchange-oreder-2-row a{
	position: absolute;
	right: 0px;
	color: #666;
font-size: 12px;
top: 12px;
}
/* Exchange Order */
/* open order trade history */
/* .open-order-trader-bor{
	border-top: 1px solid #222222;
	padding-top: 30px;
	border-right:1px solid #222222;
} */
.exchange-page-group .about-center.section-center{
	background-color: #161616;
padding: 15px;
height: 326px;
}
.open-order-trade-grp .btn-container{
	display: flex;
}
.open-order-trader-bor{
	padding: 10px 10px 0 0;
}


.open-order-trade-grp .tab-btn:nth-child(1) {
  border-top-left-radius: var(--radius);
}
.open-order-trade-grp .tab-btn:nth-child(3) {
  border-top-right-radius: var(--radius);
}
.open-order-trade-grp .tab-btn {
  padding: 10px 20px;
  border: none;
  text-transform: capitalize;
  font-size: 1rem;
  display: block;
  background: var(--clr-grey-9);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: var(--spacing);
  color: #fff;
  
  
}
.open-order-trade-grp .tab-btn.active{
	background-color: #ffbe41 !important;
color: #111111 !important;
border-radius: 10px;
}
.open-order-trade-grp .tab-btn:hover:not(.active) {
  background: var(--clr-primary-10);
  color: var(--clr-primary-5);
}
.open-order-trade-content h5{
	color: #fff;
	padding: 50px 20px 50px 20px
}
.open-order-trade-content h5 span{
	color: #ffbe41;
}
.open-order-trade-grp table{
	width: 100%;
	table-layout: fixed;
	margin-top: 30px;
}
.open-order-trade-grp table th{
	font-size: 14px;
}
/* hide content */
.open-order-trade-grp .open-order-trade-content {
  display: none;
}
.open-order-trade-grp .tab-btn.active {
  background: var(--clr-white);
}
.open-order-trade-grp .open-order-trade-content.active {
  display: block;
  
}
/* open order trade history */
/* spot */

/* .spot-grp{
	border-top: 1px solid #222;
	padding-top: 10px;
} */
.spot-grp{
	padding: 10px 0 0 0;
}
.spot-grp-bg{
background-color: #161616;
padding: 15px;
}
.spot-grp  h4 {
	color: #fff;
	margin-bottom: 10px;
}
  .spot-grp  ul {
	list-style-type: none;
	padding-left: 0;
  }
  
  .spot-grp  .nav-tabs {
	display: flex;
  }
  .spot-grp  .nav-item.tab{
	  color: #fff;
	  padding:10px 15px;
	  cursor: pointer;
  }
  .spot-grp  .nav-item.tab.is-active {
	background-color: #ffbe41 !important;
	color: #111111 !important;
	border-radius: 10px;
  }
  
  .spot-grp  .spottab {
	padding: 0.5rem 1.5rem;
	cursor: pointer;
	border-radius: 4px;
	margin-right: 0.5rem;
	transition: all 0.3s ease 0s;
  }
  
  .spot-grp  .spottab.is-active {
	background: #4060ff;
	color: #fff;
  }
  
  .spot-grp  .spot-tab-panel {
	display: none;
  }
  .spot-grp  .spot-tab-panel p {
	line-height: 1.6;
  }
  .spot-grp  .spot-tab-panel.is-active {
	display: block;
  }
  .spot-grp  .nav-tabs {
	border-bottom: 0;
  }
  .spot-limit-grp .spot-input-grp-1,
  .spot-limit-grp .spot-input-grp{
	  position: relative !important;
  }
  .spot-limit-grp .spot-input-grp-1 input, 
  .spot-limit-grp .spot-input-grp input{
	border-radius: 10px;
	cursor: pointer;
	background-color: #2d2d2d;
	border: 0;
}
.spot-limit-grp .input-sub-ph-1,
.spot-limit-grp .input-sub-ph{
	position: absolute;
	top: 11px;
	right: 40px;
	font-size: 10px;
}
.spot-limit-grp .spot-input-grp-1{
	margin-top: 10px;
}
.spot-limit-grp .form-control:focus {
	color: #6B6A75;
	background-color: #2d2d2d;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
  }
  .spot-limit-grp h6{
	  color: #fff;
  }
  .margin-top10{
	  margin-top: 10px;
  }
  .spot-market-btn a,
  .spot-limit-btn a{
	padding: 10px 15px;

	color: #fff;
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
	border-radius: 10px;
	letter-spacing: 1px;
}
.spot-limit-btn a{
	background-color: #049b6c;
}
.spot-market-btn a{
	background-color: #ff5761;
}
/* spot */


/*====================== More Data Table Start =============================*/

.more-page{
	background-color: #181818;
	padding: 100px 0;
}
.more-page-heading h5 a{
	color: #ffbe41;
}

.more-page-heading h5 span{
	font-size: 20px;
	color: #999;
}
.more-page-heading h5 i{
	padding: 0 15px;
	color: #fff;
}

.more-page-heading h2{
	color: #ffffff;
	padding-top: 20px;
}
.more-table-sell-grp,
.more-table-buy-grp{
	background-color: #272727;
	padding: 20px;
}
.more-table-sell-grp h5,
.more-table-buy-grp h5{
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #181818;
}
.more-table-sell-grp tr,
.more-table-sell-grp td,
.more-table-sell-grp th,
.more-table-sell-grp table,
.more-table-buy-grp tr,
.more-table-buy-grp td,
.more-table-buy-grp th,
.more-table-buy-grp table{
	border: 0;
}
.more-table-sell-grp tr:hover,
.more-table-buy-grp tr:hover{
	background-color: transparent;
	--bs-table-accent-bg: none !important;
}
.more-table-buy-grp tr th:nth-child(1){
	color: #049b6c;
}
.more-table-sell-grp tr th:nth-child(1){
	color: #ff5761;
}
.more-table-sell-grp td,
.more-table-buy-grp td{
	color: #fff;
}


/*====================== More Data Table End =============================*/
@media only screen and  (max-width: 1747px){
	.exchange-chart iframe {
		height: 276px !important;
	  }
	
}
@media only screen and  (max-width: 1733px){
	.exchange-page-group-bg {
		height: 369px;
	  }
}

@media only screen and (min-width: 1734px) and (max-width: 2560px){
	.exchange-oreder {
		height: 360px;

	}
	
}


@media only screen and (max-width: 1199px){
	.exchange-oreder-padding-1,
	.exchange-oreder-padding{
		padding-top: 10px;
	}
	.open-order-trader-bor,
	.exchange-page-group-div{
		padding-right: 0;
	}
}
@media only screen and (max-width: 1500px){
	.exchange-oreder td,
	.exchange-oreder-2-row h4{
		font-size: 12px !important;
	}
	.exchange-oreder-2-row a {
		top: 9px;
	  }
}
@media only screen and (max-width: 1440px){
	.chart-top-bar table, .exchange-oreder table,
	.open-order-trade-grp table {
		width: 100%;
		table-layout: auto !important;
		margin-top: 30px;
	}
	
}


@media only screen and (max-width: 375px){
	.chart-top-bar .chart-top-nav-hover:hover .chart-top-nav {
		
		width: 250px;
	}
}


/* 04-01-2023 */
/* register page Css Start*/

section.register_section {
    /* padding: 70px 0px; */
	padding-top: 100px;
	padding-bottom: 0px;
}
.Register_div{
	width: 80%;
}
.add_form_group{
	margin-bottom: 25px;
}


.add_form_cont:focus,
.add_form_cont{
	border-radius: 5px;
    height: 50px;
	font-weight: 600 !important;
}
.add_form_cont:focus {
    color: #000000 !important;
    background-color: #fff !important;
    border-color: #f35727 !important;
    outline: 0;
}
.add_label{
	font-weight: 500;
    /* padding-left: 12px; */
	color: #2b2b2b;
}
.btn_div{
	text-align: center;
}

.btn-submit{
	background-color: #18566d;
    box-shadow: inset -3px -3px 9px rgb(255 255 255 / 25%), inset 0px 3px 9px rgb(255 255 255 / 30%), inset 0px 1px 1px rgb(255 255 255 / 60%), inset 0px -8px 36px rgb(0 0 0 / 30%), inset 0px 1px 5px rgb(255 255 255 / 60%), 2px 19px 31px rgb(0 0 0 / 20%);
    border-radius: 5px;
    font-size: 20px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 24px;
    display: table;
    font-weight: 600 !important;
    width: 50%;
	color: #ffffff;
	padding: 10px 20px;
}
.btn-submit:hover{
	color: #fff;
}
.sing_in_a{
	color: #185672;
    font-weight: 800;
}

/* register page Css End*/

.Login_section{
 padding: 100px  0 45px 0px;
}




.forgot_div{
	width: 80%;
}
.sitetable tbody tr td {
    border: 0px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    padding: 9px 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 26px;
    vertical-align: middle;
    color: #6d6e6f;
}
.sitetable thead tr th {
	border: 0px;
    border-bottom: 1px solid #dedede !important;
    background: #e3eaed;
    font-size: 14px;
    padding: 12px 10px;
    font-weight: 700;
    white-space: nowrap;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0px;
    color: #000000;
    box-shadow: 1px 1px #dedede;
    vertical-align: middle;
}
.t-red {
    color: #ef0b0b;
    font-weight: 600;
}
.t-green {
    color: #00a946;
    font-weight: 600;
}
.viewbtn {
    background-color: #198754;
    border-radius: 11px;
    padding: 4px 11px;
    border: 2px solid #198754;
    border-radius: 11px;   
    padding: 3px 7px;
    color: #ffffff;
	margin-right: 3px;
}
.editbtn{
	background-color: #37bfff;
    border-radius: 11px;
    padding: 4px 11px;
    border: 2px solid #37bfff;
    border-radius: 11px;
    padding: 3px 7px;
    color: #ffffff;
	margin-right: 3px;
}
.disablebtn {
    background-color: #ff0000;
    border-radius: 11px;
    padding: 4px 11px;
    border: 2px solid #ff0000;
    border-radius: 11px;
    padding: 3px 7px;
	color: #ffffff;
	margin-right: 3px;
}
.cancelbtn{
    border: 2px solid #f154296b;
    border-radius: 11px;
    background-color: #18566d;
    padding: 3px 7px;
	color: #ffffff;
	margin-right: 3px;
}
.labelleft {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}
