@media only screen and (min-width: 1024.1px) {
	.hamburger-btn {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.hamburger-btn {
		display: block;
	}
}
header {
	padding: 0.625rem;
	line-height: 0;
	background: var(--gray-8);
	max-height: var(--header-height);
	z-index: var(--z-index-header);
}

.sticky {
	position: fixed;
	top: 0;
	width: calc(100% - var(--nav-width));
}

.sticky + main {
	padding-top: calc(var(--header-height));
}

@media only screen and (max-width: 1024px) {
	.sticky {
		width: 100% !important;
	}
}

header.glass {
	background-color: rgba(52, 58, 64, 0.4);
	backdrop-filter: blur(7px) saturate(100%);
	-webkit-backdrop-filter: blur(7px) saturate(100%);
	transform: translate3d(0, 0, 0);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.hamburger-btn {
	padding: 0.625rem;
	cursor: pointer;
}

.hamburger-btn img {
	width: 2rem;
	height: 2rem;
}

.hamburger-btn .dark {
	filter: invert(90%);
}

.header-space {
	margin-right: auto;
}

.line {
	margin: 0 0.25rem;
	width: 1px;
	height: 1.5rem;
	background-color: var(--color-theme-line);
}

.header-profile-btn {
	white-space: nowrap;
}

.btn {
	text-align: center;
	cursor: pointer;
	outline: none;
	user-select: none;
	margin-right: 0.625rem;
	padding: 0.625rem 1.25rem;
	min-width: 2rem;
	min-height: 2rem;
	font-size: var(--font-size-fluid-0);
	transition-duration: 0.2s;
	transition-behavior: allow-discrete;
}

@media only screen and (max-width: 375px) {
	.btn {
		padding: 0.625rem 0.625rem;
	}
}

.btn-signin {
	border: 1px solid transparent;
	border-radius: var(--radius-2);
	color: var(--color-theme-line);
	border: 0 solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, 0.5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) allow-discrete;
}

.btn-signin:hover {
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #427388;
}

.btn-signup {
	background: var(--color-theme-button);
	color: var(--color-theme-line);
	border-radius: var(--radius-2);
	border: 1px solid #fff;
}

.btn-signup:hover {
	background: var(--color-theme-hover);
}

.header-profile-icon-frame:hover,
.header-profile-user-frame:hover {
	background: var(--color-theme-hover);
	opacity: 0.5;
	border-radius: 100%;
}

.header-profile-user-frame {
	padding: 0.125rem;
	cursor: pointer;
	user-select: none;
}

@media only screen and (max-width: 375px) {
	.header-profile-user-frame {
		padding: 0;
	}
}

.header-profile-user {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
}

.header-profile-user-sign {
    /* position: absolute;
    transform: rotate(-30deg); */
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
}

.header-profile-user-sign img {
	/* width: 1.25rem;
	height: 1.25rem;
	filter: drop-shadow(1px 1px 1px #000); */
    transform: translate3d(-20%, -22%, 0px);
    max-width: 4rem;
	filter: drop-shadow(0 0 0.1rem var(--gray-0)) drop-shadow(0 0 0.1rem var(--color-theme));
}

.header-profile-user-img {
	width: 2.5rem;
	height: 2.5rem;
	background: #444;
	border: 1px solid #000;
	border-radius: 100%;
	overflow: hidden;
}

.header-profile-user-img {
	border: 1px solid var(--color-theme);
}

.header-profile-user-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-profile-dropdown {
	position: relative;
}

.header-profile-dropdown-menu {
	position: absolute;
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: var(--z-index-header);
}

.header-profile-dropdown-menu.dropdown-profile {
	right: var(--size-fluid-0);
	top: var(--header-height);
	width: var(--size-fluid-10);
	display: none;
}

@media only screen and (min-width: 375.1px) {
	.header-profile-dropdown-menu.dropdown-profile {
		top: calc(var(--header-height) + 0.2rem);
	}
}

@media only screen and (max-width: 375px) {
	.header-profile-dropdown-menu.dropdown-profile {
		top: calc(var(--header-height) - 0.4rem);
	}
}

.dropdown-body {
	margin-bottom: 0.25rem;
	overflow: hidden;
}

.dropdown-body.glass {
	transform: translate3d(0, 0, 0);
	background-color: rgba(255, 221, 3, 0.55);
	/* background-color: rgba(22, 25, 29, 1); */
	background-color: rgba(3, 5, 7, 0.9);
	/* background-color: rgba(225, 152, 8, 1); */
	backdrop-filter: blur(20px) saturate(100%);
	-webkit-backdrop-filter: blur(20px) saturate(100%);
	/* background-image: var(--noise-1);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; */
	border: 1px solid var(--gray-7);
	border-radius: var(--radius-2);
}

.dropdown-body-title {
	padding: 10px 20px;
	font-size: var(--font-size-fluid-1);
	font-weight: var(--font-weight-3);
	color: var(--color-theme-dropdown-text);
}

.dropdown-body-result {
	white-space: nowrap;
	color: var(--color-theme-dropdown-text);
}

.dropdown-body-select,
.dropdown-body-unselect {
	user-select: none;
}

.dropdown-body-select,
.dropdown-body-unselect,
.dropdown-body-select-disabled {
	padding: 0.625rem 1.25rem;
	font-size: var(--font-size-fluid-0);
	font-weight: var(--font-weight-3);
}

.dropdown-body-select,
.dropdown-body-unselect {
	color: var(--color-theme-dropdown-text);
}

.dropdown-body-select-disabled {
	color: var(--color-theme-disabled);
}

.dropdown-body-select {
	cursor: pointer;
}

.dropdown-body-select:hover {
	color: var(--color-theme-line);
	font-weight: var(--font-weight-9);
}

.dropdown-body-select.selected {
	background: var(--color-theme-hover);
	font-weight: var(--font-weight-9);
}

.dropdown-body-select-icon {
	position: relative;
	margin-right: 0.938rem;
	width: 1.25rem;
	text-align: center;
	color: var(-color-theme-dropdown-text);
}

.dropdown-body-select-icon .dark {
	filter: invert(90%);
}

.dropdown-body-select-icon.right {
	margin-right: 0;
	margin-left: 0.625rem;
}

.dropdown-body-select-icon img {
	width: 100%;
	height: 100%;
	user-select: none;
	transition-duration: 0.2s;
	transition-behavior: allow-discrete;
	filter: drop-shadow(0px 0px 0.77rem var(--color-theme-line));
}

.dropdown-body-select-icon .header-icon {
	width: 2.375rem;
	height: 2.375rem;
}

.dropdown-body-select-icon .icon-inner-active {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dropdown-body-select-text {
	flex: 1;
	line-height: var(--font-lineheight-5);
	margin-left: 0.75rem;
}

.dropdown-body-select-inner {
	display: none;
}

.dropdown-body-select-inner .header-icon {
	width: 1.375rem;
	height: 1.375rem;
}

.dropdown-body-select-inner .dropdown-body-select-text {
	margin-left: 0.35rem;
}

.dropdown-body-select-inner .dropdown-body-select,
.dropdown-body-select-inner .dropdown-body-unselect,
.dropdown-body-select-inner .dropdown-body-select-disabled {
	padding-left: 2.5rem;
}
