@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body{
	font-family: "Barlow", sans-serif;
	font-style: normal;
	background-color: #232323;
}

.logo{
	position: absolute;
	top: 30px;
	left: 90px;
	z-index: 9999;
}

table{
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0 15px !important;
}

table thead{
	font-size: 64px;
	font-weight: 600;
}

table tbody{
	font-size: 70px;
	font-weight: 600;
}

table thead tr{
	border-width: 0;
	border-style: none;
	border-color: transparent;
}

table thead tr td{
	text-align: center;
}

/* TBODY */

table thead tr th{
	position: relative;
	color: #FFF !important;
	text-align: center !important;
	background-color: #232323 !important;
}

table thead tr td{
	position: relative;
	color: #FFF !important;
	text-align: center !important;
	background-color: #232323 !important;
}

table tbody tr th{
	color: #232323 !important;
	text-align: center !important;
	border-top-left-radius: 31px !important;
	border-bottom-left-radius: 31px !important;
	background-color: white !important;
	
	/* BORDERLARIN BEYAZ RENKLERİ 6PX */
	border-right: 6px solid #232323;
	
}

table tbody tr td{
	position: relative;
	color: #232323 !important;
	text-align: center !important;
	background-color: white !important;
}

table tbody tr td:last-child{
	color: #232323 !important;
	text-align: center !important;
	border-top-right-radius: 31px !important;
	border-bottom-right-radius: 31px !important;
	background-color: white !important;
	
	/* BORDERLARIN BEYAZ RENKLERİ 6PX */
	border-left: 6px solid #232323;
	
}

table tbody tr td .icon-down {
	position: absolute;
	right: 35px;
	color: #FF0005;
}

table tbody tr td .icon-up {
	position: absolute;
	right: 35px;
	color: #00FF1E;
}

table tbody tr td .icon-eq {
	position: absolute;
	right: 35px;
	color: #B8B8B8;
}

video{
	width: 100%;
	height: 900px;
	object-fit: cover;
	border-radius: 31px !important;
}