@charset "UTF-8";


/*************************************************
*				SERACHTONG STYLE 	  			*
*************************************************/

/*NFT_sell.html*/

.nft_sell_conts{
	border:1px solid #eee;
	border-radius: 6px;
	padding:10px;
	margin-bottom:10px;
}
.nft_sell_conts > .nsc_info{
	display: flex;
	justify-content: space-between;
}
.nft_sell_conts > .nsc_info > div > p {
	font-size: 14px;
	font-family: 'ScoreDream';
}
.nft_sell_conts > .nsc_info > div > p:first-child{
	font-weight: 500;
	margin-bottom: 20px;
}
.nft_sell_conts > .nsc_info > img{
	width: 123px;
	height: 100px;
	margin-right: 10px;
}
.nft_sell_conts > span{
	font-size: 14px;
	font-family: 'ScoreDream';
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.nft_sell_conts .nsc_coin_ttc{
	display: flex;
	justify-content: flex-end;
}


.nd_st_conts{
	padding:30px 15px;
	font-family: 'ScoreDream';
	font-weight: 500;
}

.nd_st_cont_profile{
	display: flex;
	justify-content: flex-start;
}
.nd_st_cont_profile > img{
	width: 123px;
	height: 100px;
	margin-right: 15px;
}
.nd_st_cont_profile > p{
	font-size: 14px;
	font-weight: 500;
	font-family: 'ScoreDream';
}

.nd_st_cont_info {
	margin: 15px 0;
	display: flex;
	justify-content: space-between;
}
.nd_st_cont_info > div > img{
	width: 15px;
	height: 16px;
	margin-right: 5px;
}
.nd_st_cont_info > div > span{
	font-size: 14px;
	font-family: 'ScoreDream';
	color:#9f9f9f;

}

.nd_st_cont_coin{
	display: flex;
	align-items: center;
}
.nd_st_cont_coin > img{
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 5px;
}
.nd_st_cont_coin > em{
	font-size: 14px;
	font-family: 'ScoreDream';
	margin-right: 5px;
}


.my-sticky-footer2 {
	width: 100%;
	text-align: center;
	position: fixed;
	justify-content: center;
	bottom: 0;
	left:0;
	display: flex;
	background-color: #fff;
	height: 70px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
}
.my-sticky-footer2 > a {
	cursor: pointer;
	line-height: 70px;
	display: block;
}
.my-sticky-footer2 > a > img {
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.01);
	width: 100%;
	cursor: pointer;
}

.nft_tab_cont .tab-bar{
	padding:0 ;
}
#item-1 .texts ul li, #item-2 .texts ul li {
	padding:15px 20px 0;
	font-family: 'ScoreDream';
}
#item-3 .texts ul li:first-child{
	border-top: 1px solid #eee;
}
#item-3 .texts ul li {
	font-family: 'ScoreDream';
	padding:0 20px;
	color:#999;
	font-size: 13px;
	height: 46px;
	margin-bottom: 0;
	line-height: 46px;
	border-bottom:1px solid #eee;
}
#item-2 .texts{
	padding: 15px 20px 0;
}
#item-2 .texts .tb_icon{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	color:#1c2a64;
	font-weight: 400;
	margin-bottom: 15px;
}
#item-2 .texts .tb_icon a > img {
	width: 16px;
	margin-left: 5px;
	display: block;
}
#item-2 .texts .tb_icon a{
	bottom:none;
	margin-top: 0;
}

#item-2 .texts ul li span{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}


#skills{
	padding:0 0 50px;
}
#skills p {
	font-family: 'ScoreDream';
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}
#skills span {
    top: -30px;
    position: relative;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding:0 10px;
}
#skills span > em{
	display: block;
	
	color:#000;
}
progress {
    background-color: #f3f3f3;
	border-radius: 10px;
    height: 34px;
    width: 100%;
}

progress::-webkit-progress-bar {
    background-color: #f0f0f0;
	border-radius: 10px;
	
}
progress::-webkit-progress-value{
	background-color: #1c2a64;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
progress.tbp02::-webkit-progress-value{
    background-color: #dddddd;
}

#mb_purchase_cont .modal-dialog {
	margin: 200px auto 0;
	width: 290px;

}
#mb_purchase_cont .modal-footer .btn-light{
	background-color: #6e6e6e;
	border:1px solid #6e6e6e;
	color:#fff;
}
#mb_purchase_cont .modal-footer .btn-primary{
	background-color: #1c2a64;
    border: 1px solid #1c2a64;
}

#mb_purchase_cont #mb_purchase{
	border-radius: 5px;
	width: 290px;

	margin:0 auto;
}
#mb_purchase_cont #mb_purchase > img {
	margin:0 auto;
	width: 120px;
	height: 75px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 20px;
}
#mb_purchase_cont #mb_purchase > span{
	text-align: center;
	display: block;
	font-size: 14px;
	font-family: 'ScoreDream';
	margin: 10px 0;
	font-weight: 400;
}

#mb_purchase_cont #mb_purchase .mb_coin_info{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0 0;
}
#mb_purchase_cont #mb_purchase .mb_coin_info > img{
	width: 16px;
	display: block;
	margin-right: 5px;	
}
#mb_purchase_cont #mb_purchase .mb_coin_info > span{
	font-weight: 600;
	font-family: 'ScoreDream';
}
#mb_purchase_cont #mb_purchase > .nc_check_cont{
	display: flex;
	justify-content: center;
	margin:25px 0 0;
	font-weight: 600;
	font-family: 'ScoreDream';
}
#mb_purchase_cont #mb_purchase > .nc_check_cont >label{
	line-height:2em; padding-left:30px; text-decoration: none;
	font-weight: 500;
}
#mb_purchase_cont #mb_purchase > .nc_check_cont >label > a{
	text-decoration: underline !important;
}



/*SEARCHTONG2.HTM*/
.nl2 ul li > .nft_list_cont .nl_btns2{
	display: flex;
	justify-content: space-between;

}
.nl2 ul li > .nft_list_cont .nl_btns2 div > p{
	font-family: 'ScoreDream';
	font-size: 14px;
}
.nl2 ul li > .nft_list_cont .nl_btns2 a {
	float:right;
}



.fixed{
	position: fixed;
    top: 45px;
    width: 100%;
}