@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'GeneralSansRegular';
	background-color: #000;
	color: #FFF;
}

figure {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style-type: none;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Firefox */
/* input[type=number] {
  -moz-appearance: textfield;
} */

textarea {
	resize: none;
}

/* buttons */

.btn {
	font-family: 'GeneralSansSemibold';
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 14px;
	/*100%*/
	text-transform: capitalize;
	padding: 0;
	border-radius: 12px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.blue-btn {
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #00EDFF;
	box-shadow: 0px 12px 36px 0px rgba(0, 237, 255, 0.36);
}

.blue-btn:hover {
	border: 1px solid #ffffff;
	background: #000;
	box-shadow: none;
	box-shadow: none;
}

.green-btn {
	background-color: #39FF14;
}

.red-btn {
	background-color: #F00;
}

.time-btn {
	font-family: 'GeneralSansRegular';
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	/* 100% */
	padding: 11px 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.08);
}

.time-btn:hover {
	border: 1px solid #fff;
	background: #000;
}

/* buttons */

.content-detail {
	font-family: 'GeneralSansRegular';
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 14px;
	/* 100% */
}

.content-detail * {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-align: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.tag-title {
	font-family: 'GeneralSansSemibold';
	font-size: 18px;
	color: #FFF;
	line-height: 18px;
	/* 100% */
}

.tag-title * {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	padding: 15px 0;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}

.navbar-brand {
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 183px;
}

.navbar-brand img {
	width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	margin: 0 36px 0 0;
}

.navbar-nav .nav-link {
	font-family: 'GeneralSansMedium';
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
	/*112.5%*/
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.navbar-expand-lg {
	align-items: center;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
	color: #00EDFF;
}

.navbar-expand-lg .navbar-nav {
	align-items: center;
}

.navbar-collapse {
	justify-content: flex-end;
}

.navbar-expand-lg {
	padding: 0;
}

.header-btn .btn {
	font-size: 14px;
	padding: 14px 18px;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.bitcoin-main {
	margin: 24px 0 97px 0;
}

.bitcoin-main .row {
	margin: 0;
}

.bitcoin-main .row>* {
	padding: 0;
}

.bitcoin-block {
	height: 100%;
}

.bitcoin-head {
	width: 100%;
	max-width: 1000px;
	padding: 24px;
	margin: 0 24px 0 0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.08);
}

.bitcoin-head-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bitcoin-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bitcoin-left .content-detail {
	margin: 0 12px;
}

.form-control::placeholder {
	font-family: 'GeneralSansRegular';
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	/* 100% */
}

.form-control:focus {
	color: #FFF;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #000;
}

.bitcoin-chrt {
	padding: 18px;
	margin: 18px 0 0 0;
	width: 100%;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(0, 0, 0, 0.36);
}

.bitcoin-chrt img {
	width: 100%;
	max-width: 936px;
}

.trade-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

.bitcoin-tab {
	width: 100%;
	max-width: 344px;
	height: 100%;
}

.nav.nav-pills {
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #000;
	padding: 8px;
	gap: 4px;
}

.nav-pills .nav-item {
	width: 100%;
}

.nav-pills .nav-link {
	font-family: 'GeneralSansSemibold';
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
	/*112.5%*/
	padding: 13px 0;
	width: 100%;
	border: 1px solid transparent;
	background: transparent;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
	color: #000;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #00EDFF;
}

.tab-content {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.08);
	padding: 12px;
	margin: 18px 0 0 0;
	height: calc(100% - 82px);
}

.bitcoin-btn,
.bitcoin-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
}

.bitcoin-btn .btn {
	width: 100%;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
}

.bitcoin-button .btn {
	width: 100%;
	padding: 16px 0;
}

.bitcoin-button {
	position: relative;
}

.bitcoin-button .green-btn {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	background-image: url(../images/green-bg.svg);
	max-width: 175px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.bitcoin-button .green-btn:hover {
	color: #000;
	background-image: url(../images/shape1.svg);
}

.bitcoin-button .red-btn {
	position: absolute;
	top: 50%;
	right: 0;
	max-width: 180px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	background-image: url(../images/red-bg.svg);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.bitcoin-button .red-btn:hover {
	color: #000;
	background-image: url(../images/shape2.svg);
}

.time-frame {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #000;
	padding: 18px 12px;
}

.time-frame .tag-title {
	font-size: 16px;
	margin: 0 0 18px 0;
}

.time-line {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-items: center;
	gap: 8px;
}

.time-line .content-detail {
	padding: 11px 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.08);
}

.amount {
	padding: 18px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #000;
}

.amount label {
	font-family: 'GeneralSansSemibold';
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
	/* 112.5% */
	margin: 0 0 18px 0;
}

.amt-form .form-control {
	padding: 11px 80px 11px 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.08);
}

.amt-form {
	position: relative;
}

.amt-form .btn {
	position: absolute;
	color: #00EDFF;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.amt-form .put-btn {
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid #00EDFF;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.amt-form .put-btn:hover {
	color: #FFF;
	border: 1px solid #FFF;
}

.execute-btn {
	width: 100%;
}

.execute-btn .btn {
	width: 100%;
	padding: 17px 30px;
}

.position {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.position-btn {
	padding: 8px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #000;
}

.position-btn .green-btn {
	padding: 13px;
	width: 100%;
}

.position-btn .red-btn {
	padding: 13px;
	width: 100%;
}

.position-btn .green-btn:hover {
	border: 1px solid #FFF;
}

.position-btn .red-btn:hover {
	border: 1px solid #FFF;
}

.position-table {
	padding: 18px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: #000;
}

.position-table th {
	font-family: 'GeneralSansRegular';
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	line-height: 34px;
	padding: 0 45px 0 0;
}

.position-table td {
	font-family: 'GeneralSansMedium';
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	line-height: 18px;
	/* 112.5% */
}

.settle-trade-btn .btn {
	padding: 17px 30px;
	width: 100%;
}

/* dropdown */

.country-money-dropdown .dropdown-toggle {
	display: flex;
	align-items: center;
	padding: 0;
	font-family: 'GeneralSansRegular';
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.country-money-dropdown .dropdown-toggle:after {
	content: "\f107";
	font-family: 'FontAwesome';
	border: none;
	margin: 0 20px 0 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.country-money-dropdown .dropdown-toggle img {
	width: 35px;
	margin-right: 10px;
}

.country-money-dropdown .dropdown-toggle.show:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.country-money-dropdown .dropdown-menu {
	padding: 0;
	background: #000000;
	border: 1px solid rgba(255, 255, 255, 0.18);
	min-width: 300px;
	/* transform: translate(-107px, 32px) !important; */
	inset: unset !important;
	left: 0 !important; 
	top: 0 !important;

}

.country-money-dropdown .search-country-money-filter {
	position: relative;
}

.country-money-dropdown .search-country-money-filter .form-control {
	height: 45px;
	padding: 6px 35px 6px 20px;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	background: #212025;
	border: none;
	box-shadow: none;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.country-money-dropdown .search-country-money-filter .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.country-money-dropdown .search-country-money-filter .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.country-money-dropdown .search-country-money-filter .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.country-money-dropdown .search-country-money-filter .form-control:-o-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.country-money-dropdown .search-country-money-filter .filter-close {
	position: absolute;
	right: 15px;
	top: 50%;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.country-money-dropdown .search-country-money-filter .filter-close:before {
	position: relative;
	content: "\f00d";
	font-family: 'FontAwesome';
}

.country-money-dropdown .search-country-money-filter .filter-close:hover {
	color: #39ff14;
}

.country-money-dropdown .dropdown-menu li {
	/* display: flex;
	align-items: center; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.country-money-dropdown .dropdown-menu li:last-child {
	border: none;
}

.country-money-dropdown .dropdown-menu li .dropdown-item {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 25px;
	padding: 15px 140px 15px 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.country-money-dropdown .dropdown-menu li a:after {
	display: none;
}

.country-money-dropdown .dropdown-menu li .subdropmenu {
	display: block;
	right: -300px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s linear;
	-webkit-transition: .4s linear;
}

.country-money-dropdown .dropdown-menu li .subdropmenu li {
	margin: 0;
}

.country-money-dropdown .dropdown-menu li .subdropmenu li a {
	padding: 10px 10px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

.country-money-dropdown .dropdown-menu li .subdropmenu li a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #FFF;
}

.country-money-dropdown .dropdown-menu li:hover .subdropmenu {
	opacity: 1;
	visibility: visible;
}

.country-money-dropdown .dropdown-menu li .dropdown-item img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-right: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.country-money-dropdown .dropdown-menu li.active .dropdown-item,
.country-money-dropdown .dropdown-menu li .dropdown-item.active,
.country-money-dropdown .dropdown-menu li .dropdown-item:hover {
	color: #FFF;
	background: rgba(255, 255, 255, 0.08);
}


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/