.ts-supported-brokers-table table{
	position: relative;
	width: 100%;
	border-collapse: separate;
    border-spacing: 0px;
}
.ts-supported-brokers-table table thead{
	position: sticky;
    top: 0px;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-topheader .ts-supported-brokers-topheader-content{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ts-supported-brokers-table table th,
.ts-supported-brokers-table table td{
	color: var(--e-global-color-6d0dd2a);
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #FFFFFF1F;
	border-bottom: 0;
	border-left: 0;
}
.ts-supported-brokers-table table th:last-child,
.ts-supported-brokers-table table td:last-child{
	border-right: 0;
}
.ts-supported-brokers-table table th a,
.ts-supported-brokers-table table td a{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	gap: 8px;
	color: var(--e-global-color-6d0dd2a);
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 16px 24px;
}
.ts-supported-brokers-table table th:first-child,
.ts-supported-brokers-table table td:first-child{
	width: 520px;
	text-align: left;
}
.ts-supported-brokers-table table th:first-child a,
.ts-supported-brokers-table table td:first-child a{
	justify-content: left;
	gap: 16px;
}
.ts-supported-brokers-table table td:first-child a img,
.ts-supported-brokers-table table td:first-child a .img-missing{
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #FFFFFF2E;
	padding: 8px;
	background-color: #131313;
}
.ts-supported-brokers-table table td:first-child a .highlight{
	color: #6563F0;
}
.ts-supported-brokers-table table td:first-child a .broker-name{
	overflow: hidden;
    text-overflow: ellipsis;
}
.ts-supported-brokers-table table thead th{
	background-color: #090909;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th{
	padding: 24px;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th:first-child{
	text-align: left;
	border: 0;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	border-top-left-radius: 24px;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th:last-child{
	position: relative;
	text-align: right;
	border: 0;
	border-bottom: 0px;
	-webkit-border-top-right-radius: 24px;
	-moz-border-radius-topright: 24px;
	border-top-right-radius: 24px;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th:last-child .ts-supported-brokers-search-clear{
	display: none;
	position: absolute;
	top: 38px;
    right: 47px;
	background-color: #131313;
	cursor: pointer;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th:last-child .ts-supported-brokers-search:not(:placeholder-shown) + .ts-supported-brokers-search-clear{
	display: block;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-spaceheader th{
	position: relative;
    bottom: -20px;
	height: 120px;
	background-color: #000000;
	border: 0;
    z-index: -1;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-filter{
	display: flex;
	flex-direction: row;
	gap: 4px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-filter a{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	color: #ECECEC;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	padding: 8px 12px;
	border-radius: 8px;
	transition: all .3s;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-filter a img{
	display: block;
	height: 16px;
	width: auto;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-filter a.act{
	color: #FFFFFF;
	background-color: #6563F0;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-filter a:hover{
	color: #8483f2;
	background-color: #191939;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-filter a:hover img{
	filter: invert(54%) sepia(15%) saturate(2115%) hue-rotate(202deg) brightness(99%) contrast(91%);
}
.ts-supported-brokers-table table thead .ts-supported-brokers-search{
	color: var(--e-global-color-6d0dd2a);
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	background-color: #FFFFFF0A;
	background-size: 24px;
	background-position: right 24px top 14px;
	background-repeat: no-repeat;
	padding: 14px 48px 14px 24px;
	border: 1px solid #1F1F1F;
	border-radius: 9999px;
}
.ts-supported-brokers-table table thead .ts-supported-brokers-search::placeholder{
	color: #8A8A8A;
}
.ts-supported-brokers-table table tbody td{
	background-color: #090909;
}
.ts-supported-brokers-table.stock-support .stock-support,
.ts-supported-brokers-table.options-support .options-support,
.ts-supported-brokers-table.future-support .future-support,
.ts-supported-brokers-table.forex-support .forex-support,
.ts-supported-brokers-table.crypto-support .crypto-support,
.ts-supported-brokers-table.autosync-support .autosync-support {
    background-color: #0C0C1F;
}
.ts-supported-brokers-table.stock-support.autosync-support .stock-support,
.ts-supported-brokers-table.stock-support.autosync-support .autosync-support {
    background-color: #0C0C1F;
}
.ts-supported-brokers-table.options-support.autosync-support .options-support,
.ts-supported-brokers-table.options-support.autosync-support .autosync-support {
    background-color: #0C0C1F;
}
.ts-supported-brokers-table.future-support.autosync-support .future-support,
.ts-supported-brokers-table.future-support.autosync-support .autosync-support {
    background-color: #0C0C1F;
}
.ts-supported-brokers-table.forex-support.autosync-support .forex-support,
.ts-supported-brokers-table.forex-support.autosync-support .autosync-support {
    background-color: #0C0C1F;
}
.ts-supported-brokers-table.crypto-support.autosync-support .crypto-support,
.ts-supported-brokers-table.crypto-support.autosync-support .autosync-support {
    background-color: #0C0C1F;
}
.ts-supported-brokers-table table tbody:last-child tr:last-child td:first-child{
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-left-radius: 24px;
}
.ts-supported-brokers-table table tbody:last-child tr:last-child td:last-child{
	-webkit-border-bottom-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	border-bottom-right-radius: 24px;
}
.ts-supported-brokers-table .table-info-tooltip{
	position: relative;
}
.ts-supported-brokers-table .table-info-tooltip img{
	display: block;
}
.ts-supported-brokers-table .table-info-tooltip .table-info-tooltip-container{
	position: absolute;
	right: 36px;
	top: 50%;
	transform: translateY(-50%);
	width: 414px;
	color: #CACACA;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	padding: 16px;
	background-color: #00000080;
	backdrop-filter: blur(40px);
	border: 1px solid #FFFFFF14;
	border-radius: 12px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
}
.ts-supported-brokers-table .table-info-tooltip:hover .table-info-tooltip-container{
	visibility: visible;
	opacity: 1;
}
.ts-supported-brokers-table .table-info-tooltip .table-info-tooltip-container:before{
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #00000080;
	backdrop-filter: blur(40px);
	border: 1px solid #FFFFFF14;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.ts-supported-brokers-table .ts-supported-brokers-unavailable-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	gap: 0px;
	padding: 80px;
	background-color: #090909;
	border: 1px solid #FFFFFF14;
	border-top: 0;
}
.ts-supported-brokers-table .ts-supported-brokers-unavailable-content h4{
	max-width: 472px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}
.ts-supported-brokers-table .ts-supported-brokers-unavailable-content .elementor-button-wrapper{
	margin-top: 40px;
}

@media only screen and (min-width: 1367px) {
	.ts-supported-brokers-table table thead{
		transform: translateX(1px);
	}
}
@media only screen and (max-width: 1366px) {
	.ts-supported-brokers-table table thead .ts-supported-brokers-spaceheader th{
		height: 72px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-filter a{
		font-size: 12px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-search{
		max-width: 280px;
		font-size: 16px;
	}
	.ts-supported-brokers-table table th:first-child, 
	.ts-supported-brokers-table table td:first-child{
		min-width: 280px;
		max-width: 280px;
	}
	.ts-supported-brokers-table .ts-supported-brokers-bottomheader .table-info-tooltip{
		display: none;
	}
	.ts-supported-brokers-table table th a, .ts-supported-brokers-table table td a{
		gap: 16px;
		font-weight: 600;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content{
		padding: 80px 0;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content img{
		max-width: 200px;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content h4{
		width: 440px;
		font-size: 18px;
		line-height: 28px;
		margin: 0;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content .elementor-button-content-wrapper{
		gap: 8px;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content .elementor-button-content-wrapper .elementor-button-text{
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1024px) {
	.ts-supported-brokers-table{
		overflow-x: auto;
	}
	.ts-supported-brokers-table.hd-fixed table,
	.ts-supported-brokers-table.hd-bottom table{
		padding-top: var(--brokertableheight);
	}
	.ts-supported-brokers-table.hd-bottom table{
		position: relative;
	}
	.ts-supported-brokers-table table thead{
		height: 282px;
		z-index: 9;
	}
	.ts-supported-brokers-table.hd-fixed table thead{
		position: fixed;
		overflow-x: auto;
		width: calc(100% - 48px);
		top: 97px;
		background-color: #090909;
	}
	.ts-supported-brokers-table::-webkit-scrollbar,
	.ts-supported-brokers-table.hd-fixed table thead::-webkit-scrollbar,
	.ts-supported-brokers-table.hd-bottom table thead::-webkit-scrollbar{
		display: none;
	}
	.ts-supported-brokers-table.hd-bottom table thead{
		position: absolute;
		bottom: 0;
		width: calc(100% - 48px);
		background-color: #090909;
		margin-top: auto;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-spaceheader th{
		height: 56px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th{
		padding: 0;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-topheader .ts-supported-brokers-topheader-content{
		position: sticky;
		left: 0;
		flex-direction: column;
		align-items: start;
		width: calc(100vw - 72px);
		padding: 24px;
		overflow: hidden;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-topheader .ts-supported-brokers-topheader-content .ts-supported-brokers-search-content{
		width: 100%;
		text-align: left;
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid #1F1F1F;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-search{
		width: 100%;
		max-width: none;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th:last-child .ts-supported-brokers-search-clear{
		top: auto;
		bottom: 40px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-filter{
		justify-content: space-between;
		width: 100%;
		overflow-x: auto;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-filter::-webkit-scrollbar{
		display: none;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-filter a{
		font-size: 12px;
		white-space: nowrap;
	}
	.ts-supported-brokers-table table th, 
	.ts-supported-brokers-table table td{
		min-width: 125px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-bottomheader th:first-child{
		min-width: 280px;
		max-width: 280px;
	}
	.ts-supported-brokers-table table th:first-child, 
	.ts-supported-brokers-table table td:first-child{
		position: sticky;
        left: 0;
	}
	.ts-supported-brokers-table .table-info-tooltip{
		display: none;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content{
		position: sticky;
		left: 0;
		width: calc(100vw - 72px);
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content img{
		max-width: 178px;
	}
}
@media only screen and (max-width: 768px) {
	.ts-supported-brokers-table table thead .ts-supported-brokers-topheader .ts-supported-brokers-topheader-content,
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content{
		width: calc(100vw - 48px);
	}
}
@media only screen and (max-width: 480px) {
	.ts-supported-brokers-table table thead .ts-supported-brokers-spaceheader th{
        height: 24px;
		background: transparent;
    }
	.ts-supported-brokers-table table th, 
	.ts-supported-brokers-table table td{
		min-width: 100px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-topheader .ts-supported-brokers-topheader-content{
		width: 100vw; /*calc(100vw - 32px);*/
		padding: 16px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-topheader th:last-child .ts-supported-brokers-search-clear{
		bottom: 32px;
        right: 43px;
	}
	.ts-supported-brokers-table table thead{
        height: 234px;
	}
	.ts-supported-brokers-table.hd-fixed table thead{
		top: 64px;
		width: 100%; /*calc(100% - 32px);*/
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-bottomheader th:first-child,
	.ts-supported-brokers-table table th:first-child, 
	.ts-supported-brokers-table table td:first-child{
		min-width: 200px;
        max-width: 200px;
	}
	.ts-supported-brokers-table table th a, 
	.ts-supported-brokers-table table td a{
		padding: 16px 12px;
	}
	.ts-supported-brokers-table table th:first-child a, 
	.ts-supported-brokers-table table td:first-child a{
		padding: 16px;
	}
	.ts-supported-brokers-table table thead .ts-supported-brokers-filter a{
		padding: 8px 16px;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content img{
		max-width: 120px;
	}
	.ts-supported-brokers-table .ts-supported-brokers-unavailable-content h4{
		width: 100%;
		max-width: 240px;
		font-size: 12px;
		line-height: 16px;
	}
}