#coinswap h1,
#coinswap h3{
	color: #0F3256;
}
#coinswap h3{
	font-size: 100%;
}
.input-group{
	background: #FFFFFF;
	box-shadow: 0px 8px 16px #9BC5FF3D;
	border-radius: 12px;
}
.input-group-text{background: none}
.input-group input,
.input-group .input-group-text{border: none;}
.currency_input{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	outline: none !important;
	box-shadow: none !important;
	border: none;
	text-align: right;
}
.input-group-btn .btn{height: 100%}
.form-control:disabled, .form-control[readonly]{
	background-color: #fbfbfb;
}
.btn-exchange{
	height: 60px;
	background: #3389FB;
	color: #fff;
	transition: 0.3s ease-in;
	border: none;
}
.btn-exchange:hover{
	background: #256fd2;
	color: #fff;
}
.btn-swap{
	padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0px 8px 16px #9BC5FF3D !important;
    transition: 0.2s ease-in
}
.btn-swap:hover{background: #9BC5FF3D}
.btn-swap figure{transform: rotate(90deg);margin: 0}
.btn-swap:active{background: #9BC5FF3D !important;border: #9BC5FF3D !important;}
.table-striped tbody tr:nth-of-type(odd) {background-color: #fff;}
.table-striped tbody tr:nth-of-type(odd) td{background-color: #F0F9FF;}
.table-striped tbody tr > td:first-child{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.table-striped tbody tr > td:last-child{
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.btn:focus, .btn.focus{
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#coinswap .nav-link{
	padding: 0.5rem 10px;
	white-space: nowrap;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;overflow: hidden;
	color: #83B5FB;
	border: none;
}
#coinswap .nav-link.active{
	box-shadow: 0px 8px 16px #9BC5FF3D;
	color: #0F3256;
	background: #fff;
}
#coinswap-history-table{border-radius: 12px;overflow: hidden;}
table#coinswap-history-table thead th,
table#coinswap-history-table tbody td{border: none;vertical-align: middle;white-space: nowrap;}
#coinswap-history{padding: 10px;overflow: hidden;border-radius: 15px;box-sizing: border-box;border: 1px solid #E5E8EA;}
#coinswap .dropdown-menu{overflow-y: auto;}
/*-- Image Logo ---*/
.currency-list li button,
#currency2_div ul > li button,
#currency2_div .dropdown-toggle,
#currency1_div .dropdown-toggle{
	position: relative;
	padding-left: 35px;
	text-align: left;
}
.currency-list li button::before,
#currency2_div ul > li button::before,
#currency2_div .dropdown-toggle::before,
#currency1_div .dropdown-toggle::before,
#currency1_button.dropdown-toggle::before,
#currency2_button.dropdown-toggle::before,
.dropdown-menu li button::before{
	content:'';
	position: absolute;
	left: 5px;
	top: 50%;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translate(0, -50%);
}
.action-elem .dropdown-menu li button{position: relative;}
.currency-list li button.btc::before,
#currency2_div ul > li button.btc::before,
#currency1_div .dropdown-toggle.btc::before,
#currency2_div .dropdown-toggle.btc::before,
#currency1_button.dropdown-toggle.btc::before,
#currency2_button.dropdown-toggle.btc::before,
.dropdown-menu li button.btc::before{
	background-image: url('/images/coinswap/bitcoin.svg')
}
.currency-list li button.eth::before,
#currency2_div ul > li button.eth::before,
#currency2_div .dropdown-toggle.eth::before,
#currency1_div .dropdown-toggle.eth::before,
#currency1_button.dropdown-toggle.eth::before,
#currency2_button.dropdown-toggle.eth::before,
.dropdown-menu li button.eth::before{
	background-image: url('/images/coinswap/ethereum.svg')
}
.currency-list li button.trx::before,
#currency2_div ul > li button.trx::before,
#currency2_div .dropdown-toggle.trx::before,
#currency1_div .dropdown-toggle.trx::before,
#currency1_button.dropdown-toggle.trx::before,
#currency2_button.dropdown-toggle.trx::before,
.dropdown-menu li button.trx::before{
	background-image: url('/images/coinswap/tron.svg')
}
.currency-list li.ccrb::before,
#currency2_div ul > li button.ccrb::before,
#currency2_div .dropdown-toggle.ccrb::before,
#currency1_div .dropdown-toggle.ccrb::before,
#currency1_button.dropdown-toggle.ccrb::before,
#currency2_button.dropdown-toggle.ccrb::before,
.dropdown-menu li button.ccrb::before{
	background-image: url('/images/coinswap/ccrb.svg')
}

.currency-list li button.usdt::before,
#currency2_div ul > li button.usdt::before,
#currency2_div .dropdown-toggle.usdt::before,
#currency1_div .dropdown-toggle.usdt::before,
#currency1_button.dropdown-toggle.usdt::before,
#currency2_button.dropdown-toggle.usdt::before,
.dropdown-menu li button.usdt::before	{
	background-image: url('/images/coinswap/usdt.png')
}

.currency-list li button.vow::before,
#currency2_div ul > li button.vow::before,
#currency2_div .dropdown-toggle.vow::before,
#currency1_div .dropdown-toggle.vow::before,
#currency1_button.dropdown-toggle.vow::before,
#currency2_button.dropdown-toggle.vow::before,
.dropdown-menu li button.vow::before	{
	background-image: url('/images/coinswap/vow.png')
}

.currency-list .btn-primary,
#currency2_div .btn-primary {
    color: #101010;
    background-color: #b8daff;
    border-color: #e3f0ff;
}
@media only screen and (max-width: 992px){
	.res-j-c{justify-content: center;}
	.btn-swap{margin: 0 auto;}
}
@media only screen and (max-width: 767px){
	.btn-swap{margin: 10px auto}
	.btn-swap figure{transform: rotate(0);}
}

@media only screen and (max-width: 480px){
	#coinswap-history-table_filter label {width: 100%;}
	#coinswap-history-table_filter input{width: 100%;max-width: 260px;}
	#coinswap .nav-link{font-size: 14px;min-width: fit-content}
	#currency1_div .dropdown-menu, #currency2_div .dropdown-menu{background: #fff}

}
