    :root {
    	--bg: #1f2937;
    	--top: #233246;
    	--panel: #253244;
    	--panel-2: #2b394b;
    	--panel-3: #1e2838;
    	--panel-4: #324154;
    	--text: #eef4ff;
    	--muted: #9ea8b6;
    	--muted-2: #7f8b9c;
    	--line: #435062;
    	--green: #35cc62;
    	--orange: #d59b2d;
    	--red: #ef5350;
    	--accent: #2dbd56;
    	--blue: #243a51;
    }

    * {
		padding: 0;
		margin: 0;
    	box-sizing: border-box
    }

    html,
    body {
    	height: 100%
    }



    #app {
		margin: 0;
    	font-family: Arial, Helvetica, sans-serif;
    	background: linear-gradient(#223042, #1f2937 140px);
    	color: var(--text);
    	height: 100vh;
    	display: grid;
    	grid-template-rows: 70px 1fr 72px;
    	background: var(--bg);
    }

    /* Top bar */
    .topbar {
    	background: var(--top);
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	padding: 0 24px;
    	box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
    	z-index: 5;
    }

    .top-left,
    .top-center,
    .top-right {
    	display: flex;
    	align-items: center;
    	gap: 14px;
		min-width: 122px;
    }

    .brand {
    	font-size: 17px;
    	font-weight: 500;
    	letter-spacing: .5px
    }

    .menu-icon,
    .icon-btn,
    .user,
    .globe,
    .bell {
    	width: 22px;
    	height: 22px;
    	position: relative;
    	display: inline-block;
    }

    .menu-icon::before,
    .menu-icon::after,
    .menu-icon span {
    	content: "";
    	position: absolute;
    	left: 0;
    	right: 0;
    	height: 3px;
    	background: #fff;
    	border-radius: 2px;
    }

    .menu-icon::before {
    	top: 2px
    }

    .menu-icon span {
    	top: 9px
    }

    .menu-icon::after {
    	top: 16px
    }

	#header_logo{
		height: 45px;
	}

    .top-title {
    	font-size: 16px;
    	letter-spacing: .3px;
    	color: #f0f4fb
    }

    .red-dot {
    	width: 8px;
    	height: 8px;
    	border-radius: 50%;
    	background: #e5575b;
    	display: inline-block;
    	margin-right: 2px
    }

    .globe,
    .bell,
    .user {
    	opacity: .95
    }

    .globe {
    	border: 2px solid #fff;
    	border-radius: 50%
    }

    .globe::before,
    .globe::after {
    	content: "";
    	position: absolute;
    	inset: 4px 7px;
    	border-left: 2px solid #fff;
    	border-right: 2px solid #fff;
    	border-radius: 50%;
    }

    .globe::after {
    	inset: 7px 4px;
    	border-left: none;
    	border-right: none;
    	border-top: 2px solid #fff;
    	border-bottom: 2px solid #fff;
    	border-radius: 50%
    }

    .bell::before {
    	content: "";
    	position: absolute;
    	left: 4px;
    	top: 3px;
    	width: 14px;
    	height: 14px;
    	border: 2px solid #fff;
    	border-top-left-radius: 50% 65%;
    	border-top-right-radius: 50% 65%;
    	border-bottom: none;
    	border-radius: 7px 7px 4px 4px;
    }

    .bell::after {
    	content: "";
    	position: absolute;
    	left: 9px;
    	bottom: 1px;
    	width: 4px;
    	height: 4px;
    	background: #fff;
    	border-radius: 50%;
    }

    .user::before {
    	content: "";
    	position: absolute;
    	left: 8px;
    	top: 2px;
    	width: 6px;
    	height: 6px;
    	border-radius: 50%;
    	background: #fff;
    }

    .user::after {
    	content: "";
    	position: absolute;
    	left: 4px;
    	bottom: 1px;
    	width: 14px;
    	height: 9px;
    	border-radius: 9px 9px 4px 4px;
    	background: #fff;
    }

    .caret {
    	font-size: 11px;
    	margin-left: -6px;
    	opacity: .9
    }

    /* main */
    #main {
    	display: grid;
    	grid-template-columns: 382px 1fr;
    	min-height: 0;
    }

    .sidebar {
    	background: var(--panel);
    	border-right: 1px solid rgba(255, 255, 255, .05);
    	display: flex;
    	flex-direction: column;
    }

    .sidebar-header {
    	height: 75px;
    	display: flex;
    	align-items: center;
    	padding: 0 18px;
    	border-bottom: 1px solid rgba(255, 255, 255, .06);
    	gap: 12px;
    	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    }

    .list-icon {
    	width: 22px;
    	height: 22px;
    	position: relative
    }

    .list-icon::before,
    .list-icon::after,
    .list-icon span {
    	content: "";
    	position: absolute;
    	left: 0;
    	height: 3px;
    	border-radius: 2px;
    	background: #dfe7f2;
    }

    .list-icon::before {
    	top: 3px;
    	width: 18px;
    	box-shadow: 0 7px 0 #dfe7f2, 0 14px 0 #dfe7f2
    }

    .list-icon span {
    	top: 2px;
    	left: 0;
    	width: 4px;
    	height: 4px;
    	border-radius: 50%;
    	background: #dfe7f2;
    	box-shadow: 0 7px 0 #dfe7f2, 0 14px 0 #dfe7f2
    }

    .sidebar-title {
    	font-size: 17px;
    	letter-spacing: .4px;
    	font-weight: 600
    }

    .sidebar-sub {
    	font-size: 15px;
    	color: #a1aab9;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	max-width: 200px
    }

    .chev-down {
    	margin-left: auto;
    	color: #c8d0db;
    	font-size: 18px
    }

    .sidebar-body {
    	flex: 1;
    	background: linear-gradient(#253448, #27374a);
    }

    .team-panel {
    	padding: 16px 16px 10px 16px;
    }

    .label {
    	font-size: 11px;
    	color: #b9c3cf;
    	letter-spacing: .8px;
    	margin-bottom: 4px
    }

    .team-name {
    	font-size: 18px;
    	font-weight: 700;
    	letter-spacing: .4px
    }

    .refresh {
    	margin-top: 10px;
    	/* width: 156px; */
    	height: 44px;
    	border: none;
    	color: var(--text);
    	background: #3a4658;
    	border-radius: 1px;
    	display: flex;
    	align-items: center;
    	gap: 10px;
    	justify-content: center;
    	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    	font-size: 16px;
    	cursor: pointer;
		padding: 0 12px;
    }

	.refresh:hover{
		background: #525f74;
	}

    /* .refresh .ring {
    	width: 13px;
    	height: 13px;
    	border: 2px solid #fff;
    	border-top-color: transparent;
    	border-radius: 50%;
    	display: inline-block;
    	position: relative;
    }

    .refresh .ring::after {
    	content: "";
    	position: absolute;
    	right: -2px;
    	top: -2px;
    	width: 0;
    	height: 0;
    	border-left: 5px solid #fff;
    	border-top: 4px solid transparent;
    	border-bottom: 4px solid transparent;
    	transform: rotate(20deg);
    } */

    .stats {
    	display: grid;
    	grid-template-columns: repeat(5, 1fr);
    	margin: 16px 0 10px;
    	background: #303c4d;
    	border: 1px solid rgba(255, 255, 255, .08)
    }

    .stat {
    	padding: 10px 7px;
    	text-align: center;
    	border-right: 1px solid rgba(255, 255, 255, .07)
    }

    .stat:last-child {
    	border-right: none
    }

    .stat .small {
    	font-size: 10px;
    	line-height: 1.05;
    	color: #d1d7df;
    	text-transform: uppercase
    }

    .stat .big {
    	margin-top: 4px;
    	font-size: 15px;
    	font-weight: 700
    }

    .progress-bar {
    	height: 7px;
    	background: #5f6f81;
    	margin: 8px 0 0;
    	border-radius: 0;
    	overflow: hidden
    }

    .progress-bar>span {
    	display: block;
    	height: 100%;
    	/* width: 40%; */
    	background: #42c75f
    }

    .section-title {
    	margin: 18px 0 2px;
    	text-align: center;
    	font-size: 18px;
    	letter-spacing: .5px
    }

    .section-sub {
    	text-align: center;
    	color: #c7ced8;
    	font-size: 14px
    }

    .dots {
    	float: right;
    	margin-top: -29px;
    	margin-right: 14px;
    	font-size: 26px;
    	line-height: 1;
    	color: #fff;
    	letter-spacing: 2px
    }

    .challenge-list {
    	padding: 12px 16px 0 16px;
    	display: flex;
    	flex-direction: column;
    	gap: 6px
    }

    .challenge-item {
    	height: 43px;
    	display: grid;
    	grid-template-columns: 42px 1fr 42px 42px;
    	align-items: center;
    	background: #3b4a5d;
    	border: 1px solid rgba(255, 255, 255, .25);
    	overflow: hidden;
    }

    .challenge-item .pts {
    	height: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	font-size: 12px;
    	color: #f1f4f8;
    	line-height: 1.1;
    	border-right: 1px solid rgba(255, 255, 255, .14);
    }

    .challenge-item .name {
    	text-align: center;
    	font-size: 17px;
    	letter-spacing: .2px
    }

    .challenge-item .players {
    	font-size: 12px;
    	color: #d9e1ea;
    	text-align: center;
    	border-left: 1px solid rgba(255, 255, 255, .12);
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	height: 100%
    }

    .people {
    	font-size: 16px;
    	line-height: 1
    }

    .status {
    	height: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	color: #fff;
    	font-size: 22px;
    	font-weight: 700
    }

    .play {
    	background: var(--orange)
    }

    .done {
    	background: var(--green)
    }

    .item-sel {
    	background: #515c6b
    }

    .arrow-right {
    	position: absolute;
    	right: 10px;
    	bottom: 10px;
    	font-size: 30px;
    	color: #fff
    }

    .middle-divider {
    	position: absolute;
    	left: 668px;
    	top: 173px;
    	width: 1px;
    	height: 355px;
    	background: #566174;
    	opacity: .85;
    }

    .middle-scroll {
    	position: absolute;
    	left: 648px;
    	top: 173px;
    	width: 12px;
    	height: 164px;
    	background: #5c6673;
    }

    .content {
    	background: #1f2839;
    	padding: 20px 24px 0 24px;
    	position: relative;
    }

    .content-header {
    	display: flex;
    	justify-content: space-between;
    	align-items: flex-start;
    	margin-bottom: 8px
    }

    .challenge-title {
    	display: flex;
    	align-items: center;
    	gap: 12px;
    	margin-top: 2px
    }

    .back {
    	font-size: 44px;
    	line-height: 0.6;
    	color: #dbe4ef
    }

    .title {
    	font-size: 25px;
    	letter-spacing: .7px;
    	font-weight: 500
    }

    .actions {
    	display: flex;
    	gap: 8px;
    	margin-top: 2px
    }

    .action-btn {
    	background: #3a4658;
    	border: none;
    	color: #fff;
    	height: 37px;
    	padding: 0 14px;
    	font-size: 16px;
    	display: flex;
    	align-items: center;
    	gap: 8px;
    	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .22);
    }

    .action-btn .dotmenu {
    	font-size: 20px;
    	margin-left: 2px;
    	line-height: 1
    }

    .action-btn .eye {
    	font-size: 16px
    }

    .subhead {
    	display: flex;
    	align-items: center;
    	gap: 10px;
    	color: #c6ceda;
    	margin-left: 44px;
    	margin-top: 2px;
    	font-size: 16px
    }

    .subhead .search {
    	font-size: 18px;
    	opacity: .8
    }

    .sep {
    	color: #fff;
    	opacity: .9
    }

    .answer-block {
    	margin-top: 4px
    }

    .answer-label {
    	font-size: 17px;
    	letter-spacing: .3px;
    	margin-bottom: 6px
    }

    .answer-box {
    	height: 42px;
    	border: 1px solid var(--accent);
    	background: #263448;
    	display: flex;
    	align-items: center;
    	padding: 0 12px;
    	font-size: 17px;
    	color: #f7fbff;
    }

    .hints-rem {
    	margin-top: 15px;
    	font-size: 18px
    }

    .hint-head {
    	margin-top: 10px;
    	font-size: 16px;
    	color: #e6edf7
    }

    .hint-head .loss {
    	color: #ff5d5d
    }

    .hint-box {
    	margin-top: 8px;
    	border: 1px solid var(--line);
    	background: #253345;
    	padding: 14px 16px;
    	color: #f3f8ff;
    	font-size: 14px;
    	line-height: 1.3;
    }

    /* footer */
    .footer {
    	background: #26364a;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	padding: 0 22px 0 340px;
    	color: #93a0af;
    	font-size: 13px;
    	letter-spacing: .2px;
    }

    .footer strong {
    	color: #fff
    }

    .powered {
    	display: flex;
    	align-items: center;
    	gap: 12px;
    	color: #fff;
    	font-size: 13px;
    	font-weight: 700
    }

    .cybexer {
    	font-size: 34px;
    	font-weight: 900;
    	letter-spacing: -1px;
    	color: #fff
    }

    .cybexer span {
    	color: #e34b49
    }

    /* spacing/overlays to mimic the cropped UI */
    .content::after {
    	content: "";
    	position: absolute;
    	right: -1px;
    	top: 0;
    	width: 12px;
    	height: 100%;
    	background: linear-gradient(180deg, transparent 0, #0000 100%);
    	pointer-events: none;
    }

/* *******************************FORM******************** */
	
#form_wrapper{
	width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-box {
    width: 400px;
    padding: 40px;
}


.form-box form {
    width: 320px;
}

.form-box h2 {
    text-align: center;
    font-size: 2em;
    color: var(--tertiary-color);
}

.input-box {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid var(--tertiary-color);
    margin: 30px 0;
}

.register .input-box:first-child {
    margin-top: 10px;
}

.input-box input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: var(--tertiary-color);
    font-weight: 600;
    padding: 0 35px 0 5px;
	border-bottom: 1px solid white;
}

.input-box label {
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 1em;
    color: var(--tertiary-color);
    font-weight: 500;
    pointer-events: none;
    transition: 0.5s;
    transform: translateY(-50%);
}

.input-box .icon {
    position: absolute;
    right: 4px;
    font-size: 1.2em;
    color: var(--tertiary-color);
    line-height: 57px;
}

.input-box input:focus~label,
.input-box input:valid~label,
#disabled_label {
    /* .input-box input:focus~label{   */
    top: -5px;
}

.btn {
    width: 100%;
    height: 45px;
    background-color: var(--tertiary-color);
    color: var(--text-light-color);
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 6px;
}

.btn:hover{
	box-shadow:   0 0 2px #fff,  /* Inner soft glow */
    0 0 3px #fff,  /* Middle glow */
    0 0 5px #fff;  /* Outer broad glow */;
}

.msg_cont{
	position: absolute;
	color: white;
	top: 72px;
	width: 100%;
	z-index: 10;
}

.msg_cont p{
	text-align: center;
}

#log_out_li{
	/* color: white; */
	list-style: none;
}

#log_out_li a{
	color: white;
	text-decoration: none;
}