.tssl-social{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.tssl-social a{
	text-decoration: none;
	margin-right: 0.5rem;
}
.tssl-social svg path{
	fill: #000;
}
.tssl-social a br,.tssl-social a  i{
	display: none;
}
.tssl-social a .link_title{
	display: none;
}
.tssl-social svg{
	max-width: 1.5rem;
	max-height: 1.5rem;
}
.signal-table{	
	width:100%;
	position:relative; 
	margin:2rem 0px;
}
.signal-table .signal_items{	
	padding:0.75rem 0.5rem;
	border-bottom:1px solid #333;
}
.signal-table .mobile{
	display:none;
}
.signal_protect1{
	filter:blur(6px) !important;
	pointer-events:none; 
}
.signal-table .signal_items:last-child{
	border:none;
}
.signal-table thead .signal_items{	
	border-bottom:1px solid #e2e2e2 !important;
}
.signal_items div,
.signal_items td,
.signal_items th{
	font-size:12px;	
	color:#000;
	text-transform:uppercase;
	border:none;
	border-bottom:1px solid #e2e2e2 !important;
	position:relative;
}
.free-signup{
	    position: absolute;
    width: 100%;
    font-size: 9px !important;
    font-weight: bold;
	text-transform:initial;
}
table.sortable{
	min-width:100%;
	width:100%;
}
table.dataTable tbody tr{
	background:transparent;
}
.signal_items .tsspl_icon {
	max-width:3rem;
}
.signal_items img{
	max-width:3rem;
}
.signal_items  span.growth{
	color:green;
}
.signal_items  span.loss{
	color:red;
}
.signal_items .tsspl_upper{
	font-weight:600;
}
.share_drop{
	position:relative;
}
.share_drop .tssl-social{
	position:absolute;
	background:#FFF;
	padding:0.5rem;
	border:1px solid #e2e2e2;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	max-width:10rem;
	display:none;
	z-index:999;
	flex-direction: column;
	left:0px; 
}
.share_drop.active .tssl-social,
.share_drop:hover > .tssl-social{ 
	display: flex;
}
.share_drop .tssl-social a{
	width:100%;
	display:flex;
	align-items:center;
	font-size:12px;
	
	padding:0.5rem;
	border-bottom:1px solid #e2e2e2;
}
.tssl-social a:hover{
	opacity:0.75;
}
.share_drop .tssl-social a:last-child{
	border:none;
}
.share_drop .tssl-social a svg,
.share_drop .tssl-social a img{
	width:20px;
	margin-right:5px;
}
.share_drop .tssl-social a .link_title{
	display:block;
}

.sortable  .signal_items > div.lower, 
.sortable  .signal_items td.lower{
	font-size: 10px;
	text-transform: capitalize;
}
span.strong{
	font-weight: 600;
    text-transform: capitalize;
    min-width: 150px;
    padding-right: 15px;
    float: left;
}
.tsspl_subscribe{
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}
.tsspl_subscribe .btn{
	width: auto;
	background: green;
	max-width: 320px;
	margin: 30px auto;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 5px;
}

.tsspl_subscribe h2,.tsspl_subscribe h3{
	font-weight:bold;
}
.tsspl_pro_list{
	position: relative;
	float:left;
	width:100%;	
	margin-top: -40px;
	z-index: 999;
	min-height: 300px;
}
.tsspl_pro_list .table tr td{
	filter: blur(5px);
	
}
.tsspl_pro_list .table tr td:first-child{
	filter: blur(0px);
}
.tsspl_pro_list .tsspl_subscribe {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 100%;
	display: flex;
	padding:0 7rem;
	justify-content: center;
	align-content: center;
	background: rgba(255, 255, 255, 0.5);
}
.wrap_all{
	float: left;
	width: 100%;
	margin: 30px 0px;
}
.wrap_all a.btn{
	margin-right:1rem;
}
.wrap_all a.txt_link{	
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.registration-form-mailpoet{
	position:relative;
}
.registration-form-mailpoet label{
	display:flex;
}
.lrm-user-modal-container .registration-form-mailpoet #mailpoet_subscribe_on_register{
	opacity:0;
	position:absolute;
}
.notify_bell svg,
.silent_bell svg{
	max-width:20px;
	height:20px;
	fill:#5c9831;
}
.notify_bell:hover{
	opacity:1;
}
#swal2-html-container h3{
	display: none !important;
}
.show-mobile{
	display: none;
}
.show-mobile label{
	float: left;
	font-size: 13px;
	padding-left: 9px;
	font-weight: bold;
}
.flex-wrap .texct_upper{
	display: flex;
}
#tradingview_e9c0a > div,
#tradingview_e9c0a  div{
	max-width: 100% !important;
	overflow: hidden;
}
.audio_cntl{
	    opacity: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.notifybox_close{
	    position: absolute;
    right: 0px;
    top: -22px;
    background: #000;
    border-radius: 15px;

}
.notifybox_close img{
	width: 25px;
    position: relative;
    top: -4px;
}
.notifybox_content p{
	margin:5px 0px;
	font-size:12px;
}
.mute_sound{
    position: absolute;
    right: 20px;
    z-index: 999;
	top: -7px;
}
a.mute_sound.disabled svg path.bg-item{
	fill:#f50909 !important;
}
a.mute_sound.disabled svg path.icon_mu{
	opacity:0 !important;
}
.mute_sound svg{
	width: 25px;
}
.content_pair p{
	float:left;
	width:100%;
}
.tssl_notifybox{
	position: fixed;
    right: 0px;
    bottom: -10px;
    width: 100%;
    max-width: 300px;
    background: #000;
    min-height: 100px;
    border: 2px solid #e2e2e2;
    border-radius: 15px;
    padding: 20px 15px;
	transform:translate3d(0px,200%, 0px);
	z-index:99999;
}
.tssl_notifybox h3{
	font-size:16px;
	font-weight:bold;
}
.tssl_notifybox.popedup{
	transform:translate3d(0px,0px,0px);
	z-index:99999999;
}
@media only screen and (max-width: 767px) {
	.show-mobile{
		display: block;
	}
	.tsspl_pro_list .tsspl_subscribe {
		padding:1rem;
	}
	.signal-table{
		border-right: 1px solid #e2e2e2; 
		overflow:hidden;
	}
	.signal-table thead{
		display:none;
	}
	.signal-table .mobile{
      display: block;
      min-width: 120px;
      font-weight: bold;
	}

	.signal_items div, .signal_items td, .signal_items th{
		display: flex;
		width: 100%;
		flex-direction: row;
		min-width: 90%;
	}
	.signal_protect1{
		filter:blur(0px) !important;
	}

	.signal_protect1 span{
		filter:blur(6px) !important;
	}

	.signal_protect1 span.mobile{
		filter:blur(0px) !important;
	}
	.free-signup{
		left: 40%;		
	}
	
}