@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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 {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

:root {
	--big-heading-font-family: "Chakra Petch", sans-serif;
	--heading-font-family: "Oswald", sans-serif;
	--body-font-family: "Poppins", sans-serif;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

img {
	max-width: 100%;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	color: var(--e-global-color-white);
}

.slick-arrow {
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: calc(100% - 100px);
	max-width: 1340px;
}

body {
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	position: relative;
	color: var(--e-global-dark-color);
	font-family: var(--body-font-family);
	margin: 0;
	padding: 0;
}

a {
	font-family: var(--heading-font-family);
}

.section {
	position: relative;
	padding: 60px 0;
	clear: both;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1,
h2 {
	font-family: var(--big-heading-font-family);
}

h3,
h4 {
	font-family: var(--heading-font-family);
}



.only_desktop_view {
	display: block;
}

.only_mobile_view {
	display: none;
}

.button a,
.button button {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 16px 40px;
	border-radius: 30px;
	border: none;
	border: solid 1px #1AB6D0;
	color: #070B28;
	background: #1AB6D0;
	font-family: var(--heading-font-family);
	text-transform: uppercase;
}

.button button:focus {
	outline: none;
	box-shadow: none;
}

.button_bold a,
.button_bold button {
	font-weight: 700;
}

.border_button a {
	background: transparent;
	border-color: #1AB6D0;
	color: #1AB6D0;
}

.border_button a:hover {
	background: #1AB6D0;
	border-color: #1AB6D0;
	color: #070B28;
}

.sider_border_button {
	margin-top: 15px;
	display: inline-block;
	padding: 10px;
	border-radius: 62px;
	border-right: 3px solid #09DCFF;
	border-left: 3px solid #09DCFF;
}



.heading {
	margin-bottom: 60px;
	color: #FFF;
	font-family: var(--heading-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.heading span {
	color: #1AB6D0;
}

.heading h2 {
	color: #fff;
	font-size: 76px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

.heading h4 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}








.header {
	width: 100%;
	background: #070B28;
}

.header .row {
	justify-content: flex-end;
}

.logo {
	float: left;
	margin: 0 auto 0 0;
	padding-top: 10px;
}



.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 0px;
}

.menu ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
}

.menu ul li a {
	color: #fff;
	padding: 43px 30px;
	display: inline-block;
	transform: skew(-20deg);
	position: relative;
}

.menu ul li a:before {
	width: 100%;
	height: 5px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1AB6D0;
	opacity: 0;
}

.menu ul li a span {
	transform: skew(20deg);
	display: inline-block;
}

.menu ul li.active a,
.menu ul li:hover a {
	background: #111745;
	color: #1AB6D0;
}

.menu ul li.active a:before,
.menu ul li:hover a:before {
	opacity: 1;
}

.menu ul li.child_menu>a:after {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	content: "\f107";
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 7px;
	bottom: 0;
	margin: auto;
	display: inline-flex;
	align-items: center;
	transform: skew(20deg);
}

.menu ul li.child_menu .child_menu_panel {
	position: absolute;
	top: 100%;
	right: 20px;
	background: var(--e-global-theme-color);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	max-height: none;
	z-index: 999;
	min-width: 200px;
	max-width: 200px;
	list-style: none;
	visibility: hidden;
	padding: 0;
	opacity: 0;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.menu ul li.child_menu:hover>.child_menu_panel {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.menu ul li.child_menu .child_menu_panel .child_menu_panel {
	left: -100%;
	top: 0;
}


.menu ul li.child_menu .child_menu_panel li {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
}

.menu ul li.child_menu .child_menu_panel li a {
	display: block;
	width: 100%;
	padding: 13px 20px;
	text-transform: capitalize;
	transform: skew(0deg);
	color: #fff;
}

.menu ul li.child_menu .child_menu_panel li a:before {
	display: none;
}

.menu ul li.child_menu .child_menu_panel li a:hover {
	background: #1AB6D0;
	color: #fff;
}


.menu ul li .sub_menu_wrap {
	width: 100%;
	position: absolute;
	min-width: 600px;
	background: var(--e-global-theme-color);
	left: -300px;
	top: 100%;
	display: none;
}

.menu ul li:hover .sub_menu_wrap {
	display: block;
}

.menu ul li .sub_menu_wrap ul.sub_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: unset;
	column-gap: 0;
}

.menu ul li .sub_menu_wrap ul.sub_menu li {
	width: 50%;
	display: flex;
}


.menu ul li .sub_menu_wrap ul.sub_menu li a {
	width: 100%;
	color: var(--e-global-color-white);
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a:hover {
	background: #0B31B1;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a .menu_image {
	width: 26px;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a .menu_title {
	width: calc(100% - 26px);
	padding-left: 12px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a .menu_text {
	width: 100%;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.352px;
	margin-top: 20px;
	margin-bottom: 30px;
}



.header_button_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}







.home_banner {
	width: 100%;
	min-height: 107vh;
	background-position: right top !important;
	background-size: cover !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.banner_content {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.banner_content ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.banner_content ul li {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 15px;
	font-family: var(--big-heading-font-family);
	position: relative;
}

.banner_content ul li:nth-child(even) {
	color: #1AB6D0;
}

.banner_content ul li:not(:last-child):before {
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border-radius: 50%;
}

.banner_content h1 {
	color: #FFF;
	font-family: var(--big-heading-font-family);
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 15px 0 10px;
}

.banner_content h1 span {
	color: #00DBFF;
	display: block;
}






.home_sec2 {
	width: 100%;
	min-height: 265px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	background-size: cover;
}

.home_sec2_box {
	margin: auto;
	top: -30px;
}

.home_sec2_box ul {
	display: flex;
	position: relative;
}

.home_sec2_box ul li {
	width: 20%;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}

.home_sec2_box ul li:nth-child(1) {
	left: -58%;
	z-index: 1;
	transform: scale(0.9);
}

.home_sec2_box ul li:nth-child(2) {
	left: -33%;
	z-index: 2;
	transform: scale(1);
}

.home_sec2_box ul li:nth-child(3) {
	z-index: 3;
	transform: scale(1.1);
}

.home_sec2_box ul li:nth-child(4) {
	right: -33%;
	z-index: 2;
	transform: scale(1);
}

.home_sec2_box ul li:nth-child(5) {
	right: -58%;
	z-index: 1;
	transform: scale(0.9);
}

.home_sec2_box_wrap {
	width: 100%;
	border-radius: 24px;
	border: 2px solid #09DCFF;
	background: #111745;
	padding: 40px 15px;
}

.home_sec2_box_icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.home_sec2_box_content {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.home_sec2_box_content h2 {
	color: #FFF;
	text-align: center;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 7px;
}

.diamond_shape {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.diamond_shape img {
	margin-right: 5px;
}

.home_sec2_box_content .button_gradient {
	margin-top: 20px;
}

.button_gradient {
	display: inline-block;
	padding: 1px;
	border-radius: 30px;
	background: linear-gradient(to bottom, #09DCFF, #9B51FF);
}

.button_gradient .button {
	background: #111745;
	border-radius: 30px;
}

.home_sec2_box_content .button a {
	padding: 8px 22px;
	border-color: transparent;
}





.home_sec3 {
	background: #070B28;
	position: relative;
	overflow: visible;
	padding-top: 100px;
}

.home_sec3 .container {
	max-width: 1520px;
}

.home_sec3:before {
	width: 100%;
	height: 100px;
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
	background: #070B28;
}

.home_sec3_main {}

.home_sec3_main ul {
	display: flex;
}

.home_sec3_main ul li {
	width: 20%;
	padding: 0 10px;
	position: relative;
}

.home_sec3_main ul li:not(:last-child):after {
	width: 300px;
	height: 155px;
	content: "";
	position: absolute;
	top: 10px;
	right: -125px;
	background: url(../images/icons/works-arrow.png);
}

.home_sec3_main ul li:nth-child(even):after {
	transform: rotateY(180deg);
	right: -170px;
}

.home_sec3_main ul li .count {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #1AB6D0;
	color: #070B28;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}

.home_sec3_icon_gradient {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: linear-gradient(to bottom, #09DCFF, #9B51FF);
	padding: 2px;
	margin: auto;
	position: relative;
	z-index: 4;
}

.home_sec3_icon {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #070B28;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_sec3_icon img {
	max-width: 70px;
}

.home_sec3_content {
	width: 100%;
	padding-top: 15px;
	color: #959BCE;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home_sec3_content h3 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}







.home_sec4 {
	background: #070B28;
	position: relative;
}

.home_sec4:before {
	width: 450px;
	height: 450px;
	content: "";
	position: absolute;
	left: -30px;
	top: -200px;
	border-radius: 774px;
	background: radial-gradient(50% 50% at 50% 50%, #1AB6D0 0%, rgba(0, 0, 0, 0.00) 100%);
	filter: blur(126px);
	z-index: 9;
}

.home_sec4_top {}

.home_sec4_wrap {
	display: flex;
	margin-bottom: 35px;
}

.home_sec4_box_icon {
	width: 86px;
	height: 86px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #1AB6D0;
	background: #070B28;
	margin-right: 24px;
}

.home_sec4_box_content {
	width: calc(100% - 110px);
	color: #959BCE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.home_sec4_box_content h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}



.home_sec4_bottom {
	display: flex;
	column-gap: 10px;
}

.home_sec4_bottom_box {
	width: 50%;
	border-radius: 16px;
	border: 1px solid #5C66AC;
	background: #111745;
}

.home_sec4_bottom_box_top {
	width: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: solid 1px #5C66AC;
}

.home_sec4_bottom_box_top img {
	margin-right: 10px;
}

.home_sec4_bottom_box_top h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.home_sec4_bottom_box_top h3 span {
	color: #1AB6D0;
}

.home_sec4_bottom_box_bottom {
	width: 100%;
	padding: 30px 20px;
}


.home_sec4_bottom_box_bottom table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.home_sec4_bottom_box_bottom table thead {
	border: none;
}


.home_sec4_bottom_box_bottom table thead tr th {
	color: #959BCE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	border-top: solid 1px #5C66AC;
	border-bottom: solid 1px #5C66AC;
	padding: 6px 20px;
}

.home_sec4_bottom_box_bottom table thead tr th:first-child {
	border-left: solid 1px #5C66AC;
	border-radius: 20px 0 0 20px;
}

.home_sec4_bottom_box_bottom table thead tr th:last-child {
	border-right: solid 1px #5C66AC;
	border-radius: 0 20px 20px 0;
}







.home_sec4_bottom_box_bottom table tbody tr td {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	border: none;
	padding: 12px 20px;
}

.home_sec4_bottom_box_bottom table tbody:before {
	width: 100%;
	height: 10px;
	content: "";
	top: 0;
	left: 0;
	display: block;
}

.home_sec4_bottom_box_bottom table tbody tr td img {
	margin-right: 5px;
}

.home_sec4_bottom_box_bottom table tbody tr td .user_details {
	display: flex;
	align-items: center;
}

.home_sec4_bottom_box_bottom table tbody tr td .user_details h6 {
	color: #1AB6D0;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-right: 20px;
}

.home_sec4_bottom_box_bottom table tbody tr td .user_details img {
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50%;
}

.home_sec4_bottom_box_bottom table tbody tr td .user_details span {}

.home_sec4_bottom_box_bottom table tbody tr:nth-child(even) td {
	background: #070B28;
}

.home_sec4_bottom_box_bottom table tbody tr:nth-child(even) td:first-child {
	border-radius: 8px 0 0 8px;
}

.home_sec4_bottom_box_bottom table tbody tr:nth-child(even) td:last-child {
	border-radius: 0 8px 8px 0;
}







.home_sec5 {
	background-color: #111745;
}

.join_main {
	display: flex;
}

.join_box_wrap {
	width: 25%;
	padding: 0 8px;
}

.join_box_border {
	width: 100%;
	padding: 2px;
	background: #1AB6D0;
	clip-path: polygon(0% 0, 70% 0%, 100% 20%, 100% 0%, 100% 100%, 30% 100%, 0% 85%, 0% 100%);
}

.join_box {
	width: 100%;
	height: auto;
	clip-path: polygon(0% 0, 70% 0%, 100% 20%, 100% 0%, 100% 100%, 30% 100%, 0% 85%, 0% 100%);
}

.join_box_image {
	width: 100%;
	height: 230px;
}

.join_box_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join_box_content {
	width: 100%;
	height: auto;
	background: #111745;
	padding: 15px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
}

.join_box_content h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.join_box_content a {
	float: right;
}

.join_box_content h6{
	font-weight: 300;
    font-size: 12px;
    color: #ccd1ff;
}

.meeting-top-heading{
	display: grid;
	grid-template-columns: 3fr 1fr auto;
	gap: 1em;
	align-items: center;
}

.meeting-title{
	font-family: var(--heading-font-family);
	color: #1AB6D0;
	font-size: 1.5rem;
}

.meeting-status{
	background: #2e40d9;
    padding: 0.5em 1em;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    border-radius: 1rem;
}

.meeting-created{
	font-size: 13px;
    font-weight: 400;
	margin-top: 1em;
    color: #a9b3ff;
}

.all-game-bg{
	position: relative;
}

.all-game-bg .join_box_border{
	margin-bottom: 30px;
}

.all-game-bg .heading {
	padding-top: 60px;
}

.all-game-bg:before{
	width: 450px;
	height: 450px;
	content: "";
	position: absolute;
	left: -30px;
	top: 60px;
	border-radius: 774px;
	background: radial-gradient(50% 50% at 50% 50%, #1AB6D0 0%, rgba(0, 0, 0, 0.00) 100%);
	filter: blur(126px);
	z-index: 9;
	pointer-events: none;
}

.home_sec6 {
	background: #070B28;
}

.home_sec6:before {
	width: 400px;
	height: 400px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 820px;
	background: radial-gradient(50% 50% at 50% 50%, #9B51FF 0%, rgba(0, 0, 0, 0.00) 100%);
	filter: blur(126px);
	z-index: 99;
}

.home_sec6_left {}

.home_sec6_image {
	width: 80%;
	height: auto;
	clip-path: polygon(0% 0, 70% 0%, 100% 20%, 100% 0%, 100% 100%, 30% 100%, 0% 85%, 0% 100%);
}

.home_sec6_image img {
	width: 100%;
}

.home_sec6_right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.home_sec6_right h2 {
	color: #FFF;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home_sec6_right h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
}

.home_sec6_right .button {
	margin-top: 15px;
}









.home_sec7 {
	background: linear-gradient(to bottom, #070b28 50%, #111745 50%);
}

.home_sec7_box {
	padding: 20px 15px 50px;
	border-radius: 8px;
	background: linear-gradient(235deg, #09DCFF 23.09%, #9B51FF 84.34%);
	text-align: center;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.home_sec7_box h2 {
	color: #000;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}







.home_sec8 {
	background: #111745;
	padding-top: 0;
}

.home_sec8_main {
	display: flex;
}

.team_box {
	width: 25%;
	padding: 0 7px;
}

.team_box_image {
	width: 100%;
	height: 300px;
}

.team_box_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.team_box_content {
	width: 100%;
	margin-top: 15px;
	color: #959BCE;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.team_box_content h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
}








footer {
	width: 100%;
	background: #070B28;
}

.footer_top {
	width: 100%;
	padding: 75px 0;
	border-bottom: solid 1px #3D4585;
}

.footer_top_left {
	color: #fff;
}

.footer_top_left h2 {
	color: #FFF;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer_top_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.newsletter {
	width: 80%;
	border-radius: 8px;
	border: 1px solid #09DCFF;
	background: #111745;
	display: flex;
}

.newsletter input {
	width: 70%;
	height: 60px;
	border: none;
	color: #959BCE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	border-radius: 8px;
	background: transparent;
	padding: 15px;
}

.newsletter input::placeholder {
	color: #959BCE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.newsletter input:focus {
	box-shadow: none;
	outline: none;
}

.newsletter button {
	width: 30%;
	height: 60px;
	margin: 0;
	border-radius: 8px;
	border: none;
	outline: none;
	background: linear-gradient(248deg, #09DCFF 14.48%, #48A0FF 51.3%, #9B51FF 99.93%);
	color: #090C2A;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.newsletter button:focus {
	outline: none;
	box-shadow: none;
}


.footer_bottom {
	width: 100%;
	border-bottom: solid 1px #3D4585;
}

.footer_bottom_box {
	padding: 30px 30px 60px;
	border-right: solid 1px #3D4585;
}

.footer_bottom_box:last-child {
	border: none;
}

.footer_logo {
	margin-bottom: 20px;
}

.footer_bottom_box h2 {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer_bottom_box h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}

.footer_bottom_box ul {}

.footer_bottom_box ul li {
	width: 100%;
	color: #959BCE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin: 5px 0;
}

.footer_bottom_box ul li a {
	color: #959BCE;
	display: inline-flex;

}

.contact_box ul li img {
	margin-right: 7px;
}

.contact_box ul li a {
	width: calc(100% - 40px);
}


.social ul {
	display: flex;
	margin-top: 20px;
}

.social ul li {
	width: auto;
	margin-right: 15px;
}

.social ul li a {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	background: #111745;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1AB6D0;
	font-size: 26px;
}


.copyright {
	width: 100%;
	padding: 25px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.copyright p {
	margin: 0;
}

.copyright span {
	color: #1AB6D0;
}









.inner_banner {
	height: 370px;
}

.inner_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top left;
}



.before_login_sec {
	background: #111745;
	padding-bottom: 150px;
}

.before_login_sec:before {
	width: 450px;
	height: 450px;
	content: "";
	position: absolute;
	left: -30px;
	top: 60px;
	border-radius: 774px;
	background: radial-gradient(50% 50% at 50% 50%, #1AB6D0 0%, rgba(0, 0, 0, 0.00) 100%);
	filter: blur(126px);
	z-index: 9;
	pointer-events: none;
}

.before_login_sec:after {
	width: 400px;
	height: 400px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 820px;
	background: radial-gradient(50% 50% at 50% 50%, #9B51FF 0%, rgba(0, 0, 0, 0.00) 100%);
	filter: blur(126px);
	z-index: 99;
	pointer-events: none;
}

.before_login_box {
	margin: auto;
	padding: 35px 15px 50px;
	border: 1px solid #1AB6D0;
	background: rgba(7, 11, 40, 0.10);
}

.before_login_box .heading {
	margin-bottom: 40px;
}

.before_login_box_wrap {
	margin: auto;
}

.before_login_box_wrap form {
	width: 100%;
}

.before_login_box_wrap .messages {
	text-align: center;
	margin-bottom: 20px;
	color: #19ff4f;
}

.login_field_wrap {}

.form-group {
	margin-bottom: 30px;
}

.login_field_box {
	width: 100%;
	border-top: 1px solid #5C66AC;
	border-bottom: 1px solid #5C66AC;
	background: #0C0D2D;
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.login_field_icon {
	width: 24px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.login_field {
	width: calc(100% - 34px);
}

.password_field{
	width: calc(100% - 78px);
}

.pwd_visiblity_tgl{
	margin-left: 10px;
	background: transparent;
	outline: none !important;
	border: none;
}

.pwd_visiblity_tgl .eye-text{
	display: none;
}


.login_field .form-control {
	width: 100%;
	height: 55px;
	border-radius: 0;
	border: none;
	background: transparent;
	color: #959BCE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.login_field .form-control::placeholder {
	color: #959BCE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.login_field .form-control:focus {
	outline: none;
	box-shadow: none;
}

.custom_checkbox {}


.custom_checkbox label {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 0;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom_checkbox label a {
	color: #1AB6D0;
	font-family: var(--body-font-family);
}

.custom_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom_checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	background-color: transparent;
	border: solid 2px #1AB6D0;
	border-radius: 5px;
}

.custom_checkbox label:hover input~.checkmark {
	background-color: transparent;
}

.custom_checkbox input:checked~.checkmark {
	background-color: transparent;
}

.custom_checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom_checkbox input:checked~.checkmark:after {
	display: block;
}

.custom_checkbox .checkmark:after {
	left: 0;
	top: -4px;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 12px;
	border: solid #1AB6D0;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.before_login_box_wrap .button a {
	min-width: 150px;
}

.forgot_password a {
	color: #1AB6D0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: var(--body-font-family);
}

.form-validation-err-msg {
	color: red;
	margin-top: 6px;
	text-align: center;
}











.spiner_screen_sec1 {
	background: #111745;
}

.spiner_screen_wrap {
	margin: auto;
}

.spiner_screen_wrap_top {
	height: 230px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.player_main_box_wrap {
	width: 220px;
	height: auto;
	text-align: center;
	color: #FFF;
}

.player_main_box {
	width: 100%;
	height: 110px;
	border-radius: 10px;
	background: #000;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.player_main_box video{
	width: 100%;
	height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.player_image {
	width: 110px;
	height: 110px;
	border-radius: 50%;
}

.player_vs {}



.spiner_screen_main {
	width: 100%;
	display: flex;
}

.spiner_screen_sidebar {
	width: 20%;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	row-gap: 8px;
}

.spiner_screen_sidebar_box {
	width: 100%;
	background: #070B28;
	padding: 10px 20px;
	border: solid 1px transparent;
}

.spiner_screen_sidebar_box.select {
	border-color: #1D78EA;
}

.spiner_screen_sidebar_box_content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.spiner_screen_sidebar_box_content_left {
	color: #5E648C;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.spiner_screen_sidebar_box_content_right {
	color: #FFF;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}


.spiner_screen_sidebar_box_player_image,
.spiner_screen_sidebar_box_player_video {
	width: 100%;
	height: 90px;
	overflow: hidden;
	border-radius: 4px;
	background: #FFF;
	margin: 5px 0;
	position: relative;
}

.spiner_screen_sidebar_box_player_image img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	/* object-position: top; */
}

.spiner_screen_sidebar_box_player_video div {
	height: 100%;
}

.spiner_screen_sidebar_box_player_video video,
.spiner_screen_sidebar_box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spiner_screen_sidebar_box_player_video .end_call {
	width: 40px;
	height: 24px;
	border-radius: 30px;
	padding: 5px;
	background: #ea4335;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
}

.spiner_screen_sidebar_box_player_actions{
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 0.5em;
	align-items: center;
	margin-top: 10px;
}

.multple-btns{
	display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    background-color: #3a416e99;
    border-radius: 5em;
    padding-right: 0.25em;
}
.btn-audio-device{
	background-color: #1d78ea;
}
.btn-video-device{
	background-color: #5b1dea;
}

.btn-device{
    outline: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
}

.btn-device img{
	filter: invert(1);
	width: 15px;
}

.btn-end-call{
	padding: 0.2em 1em;
    background-color: #dc3545;
    border-radius: 1em;
}

.more-device-btn{
	background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    opacity: 0.5;
}


.mord-devices-modal  .modal-content{
	background: #151747;
    padding: 1rem;
}

.mord-devices-modal  .modal-header{
	font-family: var(--heading-font-family);
    font-size: 25px;
    color: #1AB6D0;
	border-bottom: none;
}


.mord-devices-modal  .modal-header svg{
	width: 1.1em;
	height: auto;
}

.mord-devices-modal select{
	width: 100%;
	border-top: 1px solid #5C66AC;
    border-bottom: 1px solid #5C66AC;
    background: #0C0D2D;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
    padding: 0.5em 0.5em;
	padding-left: 0;
	border-radius: 0;
	border-right: none;
	border-left: none;
	outline: none !important;
}

.mord-devices-modal h4{
	font-family: var(--body-font-family);
	font-size: 16px;
	font-weight: 400;
	color: #a7a6ff;
	margin-top: 1.5em;
}

.mord-devices-modal .close{
	text-shadow: none;
	color: #fff;
	font-weight: 400;
}

.mord-devices-modal .close svg{
	width: 1em;
	height: auto;
}
.remote-video-call,
#remote-video-call {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
}

.life_line {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.life_line ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 4px;
}

.life_line ul li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1D78EA;
}



.spiner_screen_body {
	width: 60%;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 55px;
}

.spiner_screen_body_top {
	width: 100%;
	padding: 10px 15px;
	border-radius: 8px;
	background: #070B28;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.spiner_screen_body_top_left {}

.spiner_screen_body_top_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}

.color_red {
	color: #F60122;
}


.spiner_screen_body_main h3 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.spiner_screen_body_main .button a {
	text-transform: uppercase;
	color: #fff;
}



.live_chat_main {
	border-radius: 8px;
	border: 1px solid #1D78EA;
	background: #151C4E;
	overflow: hidden;
}

.live_chat_top {
	width: 100%;
	background: #070B28;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 16px;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.live_chat_body {
	width: 100%;
	height: 170px;
	overflow-y: auto;
	border-bottom: 1px solid #1D78EA;
	background: #151C4E;
	padding: 13px 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	row-gap: 7px;
}

.live_chat_body::-webkit-scrollbar {
	width: 2px;
}

.live_chat_body::-webkit-scrollbar-thumb {
	background: #1D78EA;
}

.live_chat_message {
	width: 100%;
	display: flex;
}

.live_chat_user_icon {
	width: 22px;
	height: 22px;
	margin-right: 6px;
	border-radius: 50%;
}

.live_chat_message_text {
	width: calc(100% - 28px);
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.live_chat_message_text span {
	color: #5E648C;
	margin-right: 10px;
}

.live_chat_message_text p {
	margin: 0;
}

.live_chat_reply_sec {
	width: 100%;
	display: flex;
	padding: 7px 16px;
}

.live_chat_field {
	width: 80%;
}

.live_chat_field .form-control {
	width: 100%;
	height: 40px;
	background: transparent;
	border-radius: 0;
	border: none;
	outline: none;
	color: #6E77BD;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	resize: none;
}

.live_chat_field .form-control::placeholder {
	color: #6E77BD;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.live_chat_field .form-control:focus {
	outline: none;
	box-shadow: none;
}

.live_chat_reply_right {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}

.live_chat_word_count {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.live_chat_online {}

.live_chat_online span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #FEBE00;
	display: block;
}

.live_chat_submit {}

.live_chat_submit button {
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	outline: none;
}

.live_chat_submit button:focus {
	box-shadow: none;
}






.visitor_sec {
	width: 100%;
	border: 1px solid #1D78EA;
	background: #151C4E;
	margin-top: 20px;
}

.visitor_top {
	width: 100%;
	background: #070B28;
	padding: 10px 16px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}



.visitor_body {
	width: 100%;
	background: #151C4E;
	padding: 10px 50px;
}

.visitor_slider {
	width: 100%;
}

.visitor_slider .slick-list .slick-track {
	display: flex;
	column-gap: 8px;
}

.slick_slider_arrow {}

.slick_slider_arrow .slick-arrow {
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.slick_slider_arrow .slick-arrow:before {
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	background: url(../images/icons/arrow-white.svg);
}

.slick_slider_arrow .slick-arrow.slick-next:before {
	transform: rotate(180deg);
}

.visitor_box {
	border-radius: 8px;
	background: #070B28;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.visitor_box_circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: auto;
}


.digital_agency {
	width: 100%;
	margin: 20px 0;
}

.digital_agency img {
	width: 100%;
}


.game_screen_body {
	height: 1000px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.game_screen_body_main_top {
	width: 100%;
	padding: 12px;
	background: linear-gradient(66deg, #3524F1 9.85%, #09DCFF 71.35%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.game_count {
	border-radius: 4px;
	background: #151C4E;
	padding: 8px 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1D78EA;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	column-gap: 10px;
}

.game_screen_body_main {
	width: 100%;
	padding: 25px 15px 10px;
	background-size: cover !important;
}

.game_question_gradient {
	background: linear-gradient(to bottom, #1D77E7, #9B51FF);
	padding: 6px;
	clip-path: polygon(0% 0%, 0% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%, 5% 0%);
}

.game_question {
	background: #151C4E;
	padding: 20px 40px;
	clip-path: polygon(0% 0%, 0% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%, 5% 0%);
}

.game_question h2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.question_under {
	padding-top: 25px;
	column-gap: 10px;
}

.question_option {
	/* width: 50%; */
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}

.question_video_box{
	background: #070B28;
    border: 10px solid #151b4d;
    border-radius: 5px;
    text-align: center;
}

.question_video_box video,
.question_video_box iframe{
	max-width: 389px;
	margin-left: auto;
	margin-right: auto;
}

.answer_gradient {
    width: 100%;
    padding: 6px;
    clip-path: polygon(0% 0%, 0% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%, 5% 0%);
}

.answer_gradient.correct {
    background: green !important; /* Override existing background */
    color: white !important; /* Set text color to white */
}

.answer {
    background: linear-gradient(90deg, #151C4E 0%, #3041B4 100%);
    padding: 8px 25px;
    clip-path: polygon(0% 0%, 0% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%, 5% 0%);
}

.answer h5 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.answer h5 span {
    background: -webkit-linear-gradient(45deg, #09DCFF, #9B51FF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}


/* .question_video_box {
	width: 50%;
	border-radius: 8px;
	border: 5px solid #111745;
	background: #FFF;
	position: relative;
} */

.play_button {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.question_last_sec {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.click_answer_button {
	margin-bottom: 20px;
}

.click_answer_button a,
.click_answer_button button {
	border-radius: 40px;
	background: #151C4E;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding: 10px 25px;
}

.question_bar {
	width: 100%;
	height: 12px;
	border-radius: 8px;
	border: 2px solid #FFF;
	background: linear-gradient(90deg, #05CC6D 0%, #FAC509 50%, #FF5C01 100%);
}



.robot_screen_body .live_chat_body {
	height: 300px;
}

.robot_screen_body_main {
	padding: 0 30px;
	background: #070B28;
}

.audience_vote_modal {}

.audience_vote_modal .modal-dialog {
	max-width: 700px;
	border-radius: 8px;
	overflow: hidden;
}

.audience_vote_modal .modal-dialog .modal-header {
	background: #1D78EA;
	padding: 20px 30px;
	align-items: center;
}

.audience_vote_modal .modal-dialog .modal-header .modal-title {
	color: #FFF;
	font-family: var(--heading-font-family);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.audience_vote_modal .modal-dialog .modal-header .close {
	font-size: 42px;
	font-weight: 100;
	color: #fff;
	opacity: 1;
	padding: 0;
	box-shadow: none;
}

.audience_vote_modal .modal-dialog .modal-header .close:focus {
	outline: none;
	box-shadow: none;
}

.audience_vote_modal .modal-dialog .modal-body {
	width: 100%;
	padding: 0;
	border-bottom: 3px solid #09DCFF;
	background: #111745;
	box-shadow: 0px 4px 48px 0px #000;
}

.audience_vote_modal .modal-dialog .modal-body .audience_vote_wrap {
	background: linear-gradient(180deg, #111745 0%, #253292 100%);
	padding-bottom: 50px;
}














.profile_banner {
	height: 400px;
	background-color: #123E9F;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

.profile_banner .row {
	justify-content: center;
}

.profile_banner_left {}

.profile_image {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: solid 3px #fff;
}

.profile_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.profile_banner_right {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.profile_banner_right h2 {
	color: #FFF;
	font-size: 76px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}




.profile_sec1 {
	background: #111745;
}

.profile_sec1_main_wrap {
	margin: auto;
}


.profile_avatar {}

.select_avatar {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.profile_avatar ul {
	display: flex;
	flex-wrap: wrap;
}

.profile_avatar ul li {
	width: calc(100% / 8);
}

.profile_avatar ul li button {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	border: 2px solid #9898FF;
	background: #FFF;
	box-shadow: none;
}

.profile_avatar ul li button:focus {
	outline: none;
	box-shadow: none;
}

.profile_avatar ul li button>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile_avatar ul li button .av_select {
	background: rgba(0, 0, 0, 0.50);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile_avatar ul li button .av_select {}

.profile_category {
	margin-top: 40px;
}

.profile_category_list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
}


.profile_category_list button {
	border-radius: 70px;
	border: 1px solid #5C66AC;
	background: #111745;
	padding: 18px 50px;
	color: #fff;
	text-transform: uppercase;
}

.profile_category_list button.active,
.profile_category_list button:hover {
	background: #1AB6D0;
	color: #FFFFFF;
}

.profile_category_list button:focus {
	outline: none;
	box-shadow: none;
}



.profile_notification {
	margin-top: 40px;
}

.profile_notification_box_wrap {
	margin-bottom: 30px;
}

.profile_notification_box {
	border: 1px solid #5C66AC;
	background: #111745;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.profile_notification_box>span {
	width: calc(100% - 70px);
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}


.profile_notification .button a {
	padding: 10px 25px;
}



.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch input:checked+.slider {
	background-color: #2196F3;
}

.switch input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


/* #toggle-local-video {
	width: 30px;
	height: 20px;
}

#toggle-local-audio {
	width: 30px;
	height: 20px;
} */



.all-game-bg{
	background: #111745;
}


.spiner_screen_body_main {
	width: 100%;
	border-radius: 8px;
	background-color: #151C4E;
	padding: 30px;
	overflow: hidden;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
}

.spiner_screen_body_main h3 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.spiner_screen_body_main .button a {
	text-transform: uppercase;
	color: #fff;
}

.floating-sidebar {
    position: fixed; /* Make the div stay fixed in one place */
    bottom: 20px;    /* Position it 20px above the bottom of the screen */
    right: 20px;     /* Position it 20px from the right edge of the screen */
    background-color: #fff; /* Optional: Set background color */
    border: 1px solid #ccc; /* Optional: Add a border */
    border-radius: 8px; /* Optional: Round the corners */
    padding: 10px;   /* Optional: Add some padding inside */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Optional: Add shadow for better visibility */
    z-index: 9999;   /* Ensure it's above other content */
}


