@charset "utf-8";
@import url(../lib/layui/css/layui.css);

* {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	border-radius: 5px;
}

a {
	text-decoration: none;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	width: 100%;
	min-height: 100%;
}

.login-bg {
	/*background: #eeeeee url() 0 0 no-repeat;*/
	/* background:url(../images/bg.png) no-repeat center; */
	background-size: cover;
	overflow: hidden;
	background: linear-gradient(90deg, #e5fdfd, #0049de 51%, #0049de) var(--x, 0)/ 200%;
}

.login {
	margin: 120px auto 0 auto;
	min-height: 420px;
	max-width: 420px;
	padding: 40px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	/* overflow-x: hidden; */
	box-sizing: border-box;
}

.login a.logo {
	display: block;
	height: 58px;
	width: 167px;
	margin: 0 auto 30px auto;
	background-size: 167px 42px;
}

.login .message {
	margin: 10px 0 0 -58px;
	padding: 18px 10px 18px 60px;
	background: linear-gradient(90deg, #e5fdfd, #0049de 51%, #0049de) var(--x, 0)/ 200%;
	position: relative;
	color: #000;
	font-size: 16px;
}

.login #darkbannerwrap {
	background: url(../images/aiwrap.png);
	width: 18px;
	height: 10px;
	margin: 0 0 20px -58px;
	position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
select {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 3px;
	height: 50px;
	padding: 0px 16px;
	font-size: 14px;
	color: #555555;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus,
select:focus {
	border: 1px solid #27A9E3;
}

.login input[type=submit],
.login input[type=button] {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px;
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #000000;
	/* background-color: #189F92; */
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
	background: linear-gradient(90deg, #e5fdfd, #0049de 51%, #0049de) var(--x, 0)/ 200%;
}

.login hr {
	background: #fff url() 0 0 no-repeat;
}

.login hr.hr15 {
	height: 15px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.login hr.hr20 {
	height: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.x-body {
	padding: 20px;
}

.x-nav {
	padding: 0 20px;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #e5e5e563;
	line-height: 39px;
	height: 39px;
	overflow: hidden;
}

xblock {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 22px;
	/* border-left: 5px solid #009688; */
	border-radius: 20px 20px 2px 2px;
	/* background-color: #f2f2f2; */
}

.x-right {
	float: right;
	font-size: large;
}

.x-so {
	text-align: center;
	margin-bottom: 20px;
}

.x-so input.layui-input {
	width: 190px;
}

.x-so .layui-form-label {
	display: inline-block;
}

.x-so input.layui-input,
.x-so input.layui-btn {
	display: inline-block;
}

.x-red {
	color: red;
}

.page {
	margin-top: 20px;
	text-align: center;

}

.page a {
	display: inline-block;
	/* background: #fff url() 0 0 no-repeat; */
	color: #888;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #666666;
}

.page span {
	display: inline-block;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}

.page span.current {
	display: inline-block;
	background: linear-gradient(to right, #79c0ffc9, #6e57d1c7, #63f19f91);
	background-size: 2000%;
	animation: gradientBackground 5s alternate ease-out;
	animation-iteration-count: infinite;
	color: aliceblue;
	border: none !important;
	/* 或者使用下面的规则来移除边框 */
	border-width: 0 !important;
	border-color: transparent !important;
	color: #fff;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #009688;
	border-radius: 5px;
}

.page .pagination li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}

.page .pagination li.active span {
	background: #009688 url() 0 0 no-repeat;
	color: #fff;
	border: 1px solid #009688;

}

/*登录样式*/
/*头部*/
.container {
	width: 100%;
	height: 45px;
	background-color: #222;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.container .logo a {
	float: left;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	line-height: 45px;
	width: 200px;
}

.container .right {
	background-color: rgba(0, 0, 0, 0);
	float: right;

}

.container .left_open {
	height: 45px;
	float: left;
}

.container .left_open i {
	display: block;
	background: rgba(255, 255, 255, 0.1) url() 0 0 no-repeat;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	margin-top: 7px;
	cursor: pointer;
}

.container .left_open i:hover {
	background: rgba(255, 255, 255, 0.3) url() 0 0 no-repeat;
}

.container .left {
	background-color: rgba(0, 0, 0, 0);
	float: left;

}

.container .layui-nav-item {
	line-height: 45px;
}

.container .layui-nav-more {
	top: 20px;
}

.container .layui-nav-child {
	top: 50px;
}

.container .layui-nav-child i {
	margin-right: 10px;
}

.layui-nav .layui-nav-item a {
	color: #fff;
}

.layui-nav .layui-nav-child a {
	color: #333;
}

.left-nav {
	position: absolute;
	top: 46px;
	bottom: 42px;
	left: 0;
	z-index: 2;
	padding-top: 10px;
	background-color: #00000005;
	width: 220px;
	max-width: 220px;
	overflow: auto;
	overflow-x: hidden;
	border-right: 1px solid #e5e5e536;
	/*width: 0px;*/
}

.left-nav #nav li {
	border-bottom: 1px solid #e5e5e5;
}

.left-nav #nav li:hover>a {
	/*color: blue;*/
}

.left-nav #nav .current {
	background-color: rgba(0, 0, 0, 0.3);
}

.left-nav #nav li a {
	font-size: 14px;
	padding: 10px 15px 10px 20px;
	display: block;
	cursor: pointer;
}

.left-nav #nav li a cite {
	font-size: 14px;
}

.left-nav #nav li .sub-menu {
	display: none;
}

.left-nav #nav li .opened {
	display: block;
}

.left-nav #nav li .opened:hover {
	/*background: #fff url() 0 0 no-repeat;*/
}

.left-nav #nav li .opened .current {}

.left-nav #nav li .sub-menu li:hover {
	/*color: blue;*/
	/*background: #fff url() 0 0 no-repeat;*/
}

.left-nav #nav li .sub-menu li a {
	padding: 12px 15px 12px 30px;
	font-size: 14px;
	cursor: pointer;
}

.left-nav #nav li .sub-menu li .sub-menu li a {
	padding-left: 40px;
}

.left-nav #nav li .sub-menu li a:hover {
	color: #148cf1;
}

.left-nav #nav li .sub-menu li a i {
	font-size: 12px;
}

.left-nav #nav li a i {
	padding-right: 10px;
	line-height: 14px;
}

.left-nav #nav li .nav_right {
	float: right;
	font-size: 16px;
}

.x-slide_left {
	width: 17px;
	height: 61px;
	background: url(../images/icon.png) 0 0 no-repeat;
	position: absolute;
	top: 200px;
	left: 221px;
	cursor: pointer;
	z-index: 3;
}

.page-content {
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 42px;
	left: 221px;
	overflow: hidden;
	z-index: 1;
}

.page-content-bg {
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 42px;
	left: 221px;
	background: rgba(0, 0, 0, 0.5);
	url() 0 0 no-repeat;
	overflow: hidden;
	z-index: 100;
	display: none;
}

.page-content .tab {
	height: 100%;
	width: 100%;
	background: #efeef000 url() 0 0 no-repeat;
	margin: 0px;
}

.page-content .layui-tab-title {
	/*padding-top: 5px;*/
	height: 35px;
	/* background: #EFEEF0 url() 0 0 no-repeat; */
	position: relative;
	z-index: 100;
}

.page-content .layui-tab-title li {
	line-height: 35px;
}

.page-content .layui-tab-title .layui-this:after {
	height: 36px;
}

.page-content .layui-tab-title li .layui-tab-close {
	border-radius: 50%;
}

.page-content .layui-tab-title .layui-this {
	/* background: #fff url() 0 0 no-repeat; */
}

.page-content .layui-tab-bar {
	height: 34px;
	line-height: 35px;
}

.page-content .layui-tab-content {
	position: absolute;
	top: 36px;
	bottom: 0px;
	width: 100%;
	background: #fff0 url() 0 0 no-repeat;
	padding: 0px;
	overflow: hidden;
}

.page-content .layui-tab-content .layui-tab-item {
	width: 100%;
	height: 100%;

}

.page-content .layui-tab-content .layui-tab-item iframe {
	width: 100%;
	height: 100%;

}

.welcome-footer {
	padding: 30px 0;
	line-height: 30px;
	text-align: center;
	background-color: #eee;
	color: #666;
	font-weight: 300;
}

body .layui-layout-admin .footer-demo {
	height: auto;
	padding: 15px 0;
	line-height: 26px;
}

.welcome-footer a {
	padding: 0 5px;
}

table th,
table td {
	word-break: break-all;
}

.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #222;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 41px;
	color: #fff;
	/*padding-left: 10px;*/
}

.footer .copyright {
	margin-left: 10px;
}


@media screen and (max-width: 768px) {
	.fast-add {
		display: none;
	}

	.layui-nav .to-index {
		display: none;
	}

	.container .logo a {
		width: 140px;
	}

	.container .left_open {
		/*float: right;*/
	}

	.left-nav {
		left: -221px;
	}

	.page-content {
		left: 0px;
	}

	.page-content .layui-tab-content .layui-tab-item {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.x-so input.layui-input {
		width: 100%;
		margin: 10px;
	}
}


header {
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;
}

#info {
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a {
	color: #074E8C;
}

.scrollbar {
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow {
	min-height: 450px;
}

#wrapper {
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}




.inputGroup {
	font-family: 'Segoe UI', sans-serif;
	margin: 1em 0 1em 0;
	max-width: 190px;
	position: relative;
}

.inputGroup input {
	font-size: 100%;
	padding: 0.8em;
	outline: none;
	border: 2px solid rgb(200, 200, 200);
	background-color: transparent;
	border-radius: 2px;
	width: 100%;
	color: var(--text-link);
}

.inputGroup label {
	font-size: 100%;
	position: absolute;
	left: 0;
	padding: 0.8em;
	margin-left: 0.5em;
	pointer-events: none;
	transition: all 0.6s ease;
	color: rgb(100, 100, 100);
	/* width: max-content; */
	min-width: ;
	width: 900px;
}

.inputGroup :is(input:focus, input:valid)~label {
	transform: translateX(90%) translateY(-50%) scale(.9);
	margin: 0em;
	margin-left: 1.3em;
	padding: 0.3em;
	background-color: var(--background);
	width: 350px;
	margin-left: -90px;
}

.inputGroup :is(input:focus, input:valid) {
	border-color: rgb(150, 150, 200);
}


.status_list-0 {
	background-color: #808080;
	/* 灰色 */
	color: white;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}

.status_list-1 {
	background-color: #FFFF00;
	/* 黄色 */
	color: black;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}

.status_list-2 {
	background-color: #FF0000;
	/* 红色 */
	color: white;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}

.status_list-3 {
	background-color: #008000;
	/* 绿色 */
	color: white;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}

.status_list-4 {
	background-color: #FFA500;
	/* 橙色 */
	color: black;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}

.status_list-5 {
	background-color: #0000FF;
	/* 蓝色 */
	color: white;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}

.status_list-6 {
	background-color: #800080;
	/* 紫色 */
	color: white;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}

.status_list-7 {
	background-color: #404040;
	/* 深灰色 */
	color: white;
	width: fit-content;
	min-width: 100px;
	height: 45px;
	padding: 8px;
	border-radius: 5px;
	border: 2.5px solid #E0E1E4;
	box-shadow: 0px 0px 20px -20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0ms;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;

}


/* From Uiverse.io by cssbuttons-io */
.button_style_1 {
	align-items: center;
	background-image: var(--diy_btn_1);
	border: 0;
	border-radius: 8px;
	/* box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px; */
	box-sizing: border-box;
	color: var(--text-link);
	/* display: flex; */
	font-size: 18px;
	justify-content: center;
	line-height: 1em;
	max-width: 100%;
	min-width: 120px;
	min-height: 39px;
	padding: 3px;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.2s;
	margin-right: 10px;
	/* 调整间距，可以根据需要更改值 */
}

.button_style_1:active,
.button_style_1:hover {
	outline: 0;
}

.button_style_1 span {
	background-color: var(--background);
	padding: 9px 42px;
	border-radius: 6px;
	width: 99%;
	height: 99%;
	transition: 300ms;
	color: var(--text-link);
}

.button_style_1:hover span {
	background: none;
}

.button_style_1:active {
	transform: scale(0.9);
}










  @keyframes bounce {
	0%,
	100% {
	  translate: 0px 36px;
	}
	50% {
	  translate: 0px 46px;
	}
  }
  @keyframes bounce2 {
	0%,
	100% {
	  translate: 0px 46px;
	}
	50% {
	  translate: 0px 56px;
	}
  }
  
  @keyframes umbral {
	0% {
	  stop-color: #d3a5102e;
	}
	50% {
	  stop-color: rgba(211, 165, 16, 0.519);
	}
	100% {
	  stop-color: #d3a5102e;
	}
  }
  @keyframes partciles {
	0%,
	100% {
	  translate: 0px 16px;
	}
	50% {
	  translate: 0px 6px;
	}
  }
  #particles {
	animation: partciles 4s ease-in-out infinite;
  }
  #animatedStop {
	animation: umbral 4s infinite;
  }
  #bounce {
	animation: bounce 4s ease-in-out infinite;
	translate: 0px 36px;
  }
  #bounce2 {
	animation: bounce2 4s ease-in-out infinite;
	translate: 0px 46px;
	animation-delay: 0.5s;
  }
  




#container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  }
  
  
  #ring {
	width: 190px;
	height: 190px;
	border: 1px solid transparent;
	border-radius: 50%;
	position: absolute;
  }
  
  #ring:nth-child(1) {
	border-bottom: 8px solid rgb(240, 42, 230);
	animation: rotate1 2s linear infinite;
  }
  
  @keyframes rotate1 {
	from {
	  transform: rotateX(50deg) rotateZ(110deg);
	}
  
	to {
	  transform: rotateX(50deg) rotateZ(470deg);
	}
  }
  
  #ring:nth-child(2) {
	border-bottom: 8px solid rgb(240, 19, 67);
	animation: rotate2 2s linear infinite;
  }
  
  @keyframes rotate2 {
	from {
	  transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
	}
  
	to {
	  transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
	}
  }
  
  #ring:nth-child(3) {
	border-bottom: 8px solid rgb(3, 170, 170);
	animation: rotate3 2s linear infinite;
  }
  
  @keyframes rotate3 {
	from {
	  transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
	}
  
	to {
	  transform: rotateX(40deg) rotateY(130deg) rotateZ(90deg);
	}
  }
  
  #ring:nth-child(4) {
	border-bottom: 8px solid rgb(207, 135, 1);
	animation: rotate4 2s linear infinite;
  }
  
  @keyframes rotate4 {
	from {
	  transform: rotateX(70deg) rotateZ(270deg);
	}
  
	to {
	  transform: rotateX(70deg) rotateZ(630deg);
	}
  }
  /* Improving visualization in light mode */




/* From Uiverse.io by Juanes200122 */ 
.cube-loader {
	position: relative;
	/* u can choose any size */
	width: 35px;
	height: 35px;
	transform-style: preserve-3d;
	transform: rotateX(-30deg);
	animation: animate 4s linear infinite;
  }
  
  @keyframes animate {
	0% {
	  transform: rotateX(-30deg) rotateY(0);
	}
  
	100% {
	  transform: rotateX(-30deg) rotateY(360deg);
	}
  }
  
  .cube-loader .cube-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	  /* top: 0;
	  left: 0; */
	transform-style: preserve-3d;
  }
  
  .cube-loader .cube-wrapper .cube-span {
	position: absolute;
	width: 100%;
	height: 100%;
	  /* top: 0;
	  left: 0; */
										 /* width 75px / 2 = 37.5px */
	transform: rotateY(calc(90deg * var(--i))) translateZ(17.5px);
	background: linear-gradient(
		to bottom,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%,
		hsl(176.89, 99.07%, 58.04%) 100%
	  );
  }
  
  .cube-top {
	position: absolute;
	width: 35px;
	height: 35px;
	background: hsl(176.89, 99.07%, 58.04%) 100%;
						  /* width 75px / 2 = 37.5px */
	transform: rotateX(90deg) translateZ(17.5px);
	transform-style: preserve-3d;
  }
  
  .cube-top::before {
	content: '';
	position: absolute;
	/* u can choose any size */
	width: 35px;
	height: 35px;
	background: hsl(176.61, 42.28%, 40.7%) 19.6%;
	transform: translateZ(-50px);
	filter: blur(10px);
	box-shadow: 0 0 10px #323232,
				  0 0 20px hsl(176.61, 42.28%, 40.7%) 19.6%,
				  0 0 30px #323232,
				  0 0 40px hsl(176.61, 42.28%, 40.7%) 19.6%;
  }
	

  body {
	font-family: Arial, sans-serif;
	position: relative;
	/* 添加这一行 */

}

#loading {
	display: none;
	/* 初始隐藏 */
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	/* 确保在上层 */
}

#overlay {
	display: none;
	/* 初始隐藏 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* 半透明黑色背景 */
	backdrop-filter: blur(5px);
	/* 背景模糊效果 */
	z-index: 2;
	/* 确保在下层 */
	pointer-events: all;
	/* 确保能接收点击事件 */

}

#outline {
	stroke-dasharray: 2.42777px, 242.77666px;
	stroke-dashoffset: 0;
	animation: anim 1.6s linear infinite;
}

@keyframes anim {
	12.5% {
		stroke-dasharray: 33.98873px, 242.77666px;
		stroke-dashoffset: -26.70543px;
	}

	43.75% {
		stroke-dasharray: 84.97183px, 242.77666px;
		stroke-dashoffset: -84.97183px;
	}

	100% {
		stroke-dasharray: 2.42777px, 242.77666px;
		stroke-dashoffset: -240.34889px;
	}
}





/* From Uiverse.io by PriyanshuGupta28 */ 
/* 隐藏原生 checkbox，但保留功能 */
/* 调整 "忘记密码" 链接的样式 */
.checkbox-wrapper {
    overflow: hidden; /* 清除浮动 */
}

.terms-label {
    float: left; /* 将记住密码浮动到左边 */
}

.forgot-password {
    float: right; /* 将忘记密码浮动到右边 */
    text-decoration: none;
    color: #0f55e0;
   /* font-size: 14px;*/
   margin-top: 1.5%;
}


.forgot-password {
    text-decoration: none; /* 去掉下划线 */
    color: #0f55e0; /* 你可以根据需求自定义颜色 */
    font-size: 14px; /* 调整字体大小以匹配整体风格 */
}
.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

/* 自定义复选框的样式 */
.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
	width: 50%;
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
}

/* 设置 SVG 的外观 */
.checkbox-wrapper .checkbox-svg {
    width: 30px;
    height: 30px;
}

.checkbox-wrapper .checkbox-box {
    fill: rgb(232 240 254);
    stroke: #7caaef;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in-out;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #0f55e0;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in-out;
}

/* 勾选状态下的对钩显示 */
.checkbox-wrapper input[type="checkbox"]:checked ~ .terms-label .checkbox-box {
    stroke-dashoffset: 0;
}

.checkbox-wrapper input[type="checkbox"]:checked ~ .terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}




  /* From Uiverse.io by iconicchandu */ 
.card_001 {
	--white: hsl(0, 0%, 100%);
	--black: hsl(240, 15%, 9%);
	--paragraph: hsl(0, 0%, 83%);
	--line: hsl(240, 9%, 17%);
	--primary: hsl(189, 92%, 58%);
  
	position: relative;
  
	display: flex;
	flex-direction: column;
	gap: 1rem;
  
	padding: 1rem;
	/*width: 19rem;*/
	background-color: hsla(240, 15%, 9%, 1);
	background-image: radial-gradient(
		at 88% 40%,
		hsla(240, 15%, 9%, 1) 0px,
		transparent 85%
	  ),
	  radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
	  radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
	  radial-gradient(at 0% 64%, hsl(189, 99%, 26%) 0px, transparent 85%),
	  radial-gradient(at 41% 94%, hsl(189, 97%, 36%) 0px, transparent 85%),
	  radial-gradient(at 100% 99%, hsl(188, 94%, 13%) 0px, transparent 85%);
  
	border-radius: 1rem;
	box-shadow: 0px -16px 24px 0px rgba(255, 255, 255, 0.25) inset;
  }
  
  .card_001 .card__border {
	overflow: hidden;
	pointer-events: none;
  
	position: absolute;
	z-index: -10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-image: linear-gradient(
	  0deg,
	  hsl(0, 0%, 100%) -50%,
	  hsl(0, 0%, 40%) 100%
	);
  
	border-radius: 1rem;
  }
  
  .card_001 .card__border::before {
	content: "";
	pointer-events: none;
  
	position: fixed;
	z-index: 200;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%), rotate(0deg);
	transform-origin: left;
  
	width: 200%;
	height: 10rem;
	background-image: linear-gradient(
	  0deg,
	  hsla(0, 0%, 100%, 0) 0%,
	  hsl(189, 100%, 50%) 40%,
	  hsl(189, 100%, 50%) 60%,
	  hsla(0, 0%, 40%, 0) 100%
	);
  
	animation: rotate 8s linear infinite;
  }
  
  @keyframes rotate {
	to {
	  transform: rotate(360deg);
	}
  }
  
  .card_001 .card_title__container .card_title {
	font-size: 1rem;
	color: var(--white);
  }
  
  .card_001 .card_title__container .card_paragraph {
	margin-top: 0.25rem;
	width: 65%;
  
	font-size: 0.5rem;
	color: var(--paragraph);
  }
  
  .card_001 .line {
	width: 100%;
	height: 0.1rem;
	background-color: var(--line);
  
	border: none;
  }
  
  .card_001 .card__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
  }
  
  .card_001 .card__list .card__list_item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
  }
  
  .card_001 .card__list .card__list_item .check {
	display: flex;
	justify-content: center;
	align-items: center;
  
	width: 1rem;
	height: 1rem;
	background-color: var(--primary);
  
	border-radius: 50%;
  }
  
  .card_001 .card__list .card__list_item .check .check_svg {
	width: 0.75rem;
	height: 0.75rem;
  
	fill: var(--black);
  }
  
  .card_001 .card__list .card__list_item .list_text {
	font-size: 0.75rem;
	color: var(--white);
  }
  
  .card_001 .button {
	cursor: pointer;
  
	padding: 0.5rem;
	width: 100%;
	background-image: linear-gradient(
	  0deg,
	  hsl(189, 92%, 58%),
	  hsl(189, 99%, 26%) 100%
	);
  
	font-size: 0.75rem;
	color: var(--white);
  
	border: 0;
	border-radius: 9999px;
	box-shadow: inset 0 -2px 25px -4px var(--white);
  }
  


  /* From Uiverse.io by Ghost-aft */ 
.radio-input input {
	display: none;
  }
  
  .radio-input {
	--container_width: 300px;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	color: #000000;
	width: var(--container_width);
	overflow: hidden;
	border: 1px solid rgba(53, 52, 52, 0.226);
  }
  
  .radio-input label {
	width: 100%;
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 14px;
  }
  
  .selection {
	display: none;
	position: absolute;
	height: 100%;
	width: calc(var(--container_width) / 2);
	z-index: 0;
	left: 0;
	top: 0;
	transition: 0.15s ease;
  }
  
  .radio-input label:has(input:checked) {
	color: #fff;
  }
  
  .radio-input label:has(input:checked) ~ .selection {
	background-color: rgb(11 117 223);
	display: inline-block;
  }
  
  .radio-input label:nth-child(1):has(input:checked) ~ .selection {
	transform: translateX(calc(var(--container_width) * 0 / 2));
  }
  
  .radio-input label:nth-child(2):has(input:checked) ~ .selection {
	transform: translateX(calc(var(--container_width) * 1 / 2));
  }
  



  /* From Uiverse.io by Ghost-aft */ 
.radio-input_3 input {
	display: none;
  }
  
  .radio-input_3 {
	--container_width: 300px;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	color: #000;
	width: var(--container_width);
	overflow: hidden;
	border: 1px solid rgba(53, 52, 52, 0.226);
  }
  
  .radio-input_3 label {
	width: calc(var(--container_width) / 3); /* 计算每个选项的宽度 */
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 14px;
  }
  
  .selection_input_3 {
	display: none;
	position: absolute;
	height: 100%;
	width: calc(var(--container_width) / 3); /* 确保selection宽度正确 */
	z-index: 0;
	left: 0;
	top: 0;
	transition: 0.15s ease;
  }
  
  .radio-input_3 label:has(input:checked) {
	color: #fff;
  }
  
  .radio-input_3 label:has(input:checked) ~ .selection_input_3 {
	background-color: rgb(11, 117, 223);
	display: block; /* 修改为block以便在选中时显示 */
  }
  
  .radio-input_3 label:nth-child(1):has(input:checked) ~ .selection_input_3 {
	transform: translateX(0);
  }
  
  .radio-input_3 label:nth-child(2):has(input:checked) ~ .selection_input_3 {
	transform: translateX(calc(var(--container_width) / 3));
  }
  
  .radio-input_3 label:nth-child(3):has(input:checked) ~ .selection_input_3 {
	transform: translateX(calc((var(--container_width) / 3) * 2)); /* 第三个选项的变换 */
  }
  

  .radio-input_4 input {
	display: none;
  }
  
  .radio-input_4 {
	--container_width: 550px;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	color: #000;
	width: var(--container_width);
	overflow: hidden;
	border: 1px solid rgba(53, 52, 52, 0.226);
  }
  
  .radio-input_4 label {
	width: calc(var(--container_width) / 4); /* Calculate the width of each option */
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 14px;
  }
  
  .selection_input_4 {
	display: none;
	position: absolute;
	height: 100%;
	width: calc(var(--container_width) / 4); /* Ensure the selection width is correct */
	z-index: 0;
	left: 0;
	top: 0;
	transition: 0.15s ease;
  }
  
  .radio-input_4 label:has(input:checked) {
	color: #fff;
  }
  
  .radio-input_4 label:has(input:checked) ~ .selection_input_4 {
	background-color: rgb(11, 117, 223);
	display: block; /* Modify to block to show when selected */
  }
  
  .radio-input_4 label:nth-child(1):has(input:checked) ~ .selection_input_4 {
	transform: translateX(0);
  }
  
  .radio-input_4 label:nth-child(2):has(input:checked) ~ .selection_input_4 {
	transform: translateX(calc(var(--container_width) / 4));
  }
  
  .radio-input_4 label:nth-child(3):has(input:checked) ~ .selection_input_4 {
	transform: translateX(calc((var(--container_width) / 4) * 2));
  }
  
  .radio-input_4 label:nth-child(4):has(input:checked) ~ .selection_input_4 {
	transform: translateX(calc((var(--container_width) / 4) * 3));
  }
  

  .radio-input_6 input {
	display: none;
  }
  
  .radio-input_6 {
	--container_width: 630px;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	color: #000;
	width: var(--container_width);
	overflow: hidden;
	border: 1px solid rgba(53, 52, 52, 0.226);
  }
  
  .radio-input_6 label {
	width: calc(var(--container_width) / 6); /* 计算每个选项的宽度 */
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 14px;
  }
  
  .selection_input_6 {
	display: none;
	position: absolute;
	height: 100%;
	width: calc(var(--container_width) / 6); /* 确保selection宽度正确 */
	z-index: 0;
	left: 0;
	top: 0;
	transition: 0.15s ease;
  }
  
  .radio-input_6 label:has(input:checked) {
	color: #fff;
  }
  
  .radio-input_6 label:has(input:checked) ~ .selection_input_6 {
	background-color: rgb(11, 117, 223);
	display: block; /* 修改为block以便在选中时显示 */
  }
  
  .radio-input_6 label:nth-child(1):has(input:checked) ~ .selection_input_6 {
	transform: translateX(0);
  }
  
  .radio-input_6 label:nth-child(2):has(input:checked) ~ .selection_input_6 {
	transform: translateX(calc(var(--container_width) / 6));
  }
  
  .radio-input_6 label:nth-child(3):has(input:checked) ~ .selection_input_6 {
	transform: translateX(calc((var(--container_width) / 6) * 2));
  }
  
  .radio-input_6 label:nth-child(4):has(input:checked) ~ .selection_input_6 {
	transform: translateX(calc((var(--container_width) / 6) * 3));
  }
  
  .radio-input_6 label:nth-child(5):has(input:checked) ~ .selection_input_6 {
	transform: translateX(calc((var(--container_width) / 6) * 4));
  }
  
  .radio-input_6 label:nth-child(6):has(input:checked) ~ .selection_input_6 {
	transform: translateX(calc((var(--container_width) / 6) * 5));
  }
  


  .input_001 {
	border: 2px solid transparent;
	width: 15em;
	height: 2.5em;
	padding-left: 0.8em;
	outline: none;
	overflow: hidden;
	background-color: #F3F3F3;
	border-radius: 10px;
	transition: all 0.5s;
  }
  
  .input_001:hover,
  .input_001:focus {
	border: 2px solid #4A9DEC;
	box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
	background-color: white;
  }
  



  .radio-input_6 input {
	display: none;
  }
  
  .radio-input_6 {
	--container_width: 630px; /* 修改为适应6个选项的宽度 */
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	color: #000000;
	width: var(--container_width);
	overflow: hidden;
	border: 1px solid rgba(53, 52, 52, 0.226);
	}
  
  .radio-input_6 label {
	flex: 1; /* 使每个标签均匀分配空间 */
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 14px;
  }
  
  .selection_6 {
	display: none;
	position: absolute;
	height: 100%;
	width: calc(var(--container_width) / 6); /* 修改为 6 个选项 */
	z-index: 0;
	left: 0;
	top: 0;
	transition: 0.15s ease;
  }
  
  .radio-input_6 label:has(input:checked) {
	color: #fff;
  }
  
  .radio-input_6 label:has(input:checked) ~ .selection_6 {
	background-color: rgb(11, 117, 223);
	display: inline-block;
  }
  
  /* 添加样式以处理选中标签的变换 */
  .radio-input_6 label:nth-child(1):has(input:checked) ~ .selection_6 {
	transform: translateX(calc(var(--container_width) * 0 / 6));
  }
  
  .radio-input_6 label:nth-child(2):has(input:checked) ~ .selection_6 {
	transform: translateX(calc(var(--container_width) * 1 / 6));
  }
  
  .radio-input_6 label:nth-child(3):has(input:checked) ~ .selection_6 {
	transform: translateX(calc(var(--container_width) * 2 / 6));
  }
  
  .radio-input_6 label:nth-child(4):has(input:checked) ~ .selection_6 {
	transform: translateX(calc(var(--container_width) * 3 / 6));
  }
  
  .radio-input_6 label:nth-child(5):has(input:checked) ~ .selection_6 {
	transform: translateX(calc(var(--container_width) * 4 / 6));
  }
  
  .radio-input_6 label:nth-child(6):has(input:checked) ~ .selection_6 {
	transform: translateX(calc(var(--container_width) * 5 / 6));
  }
  




  .radio-input_8 input {
	display: none;
}

.radio-input_8 {
	--container_width: 800px; /* 修改为适应 8 个选项的宽度 */
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	color: #000000;
	width: var(--container_width);
	overflow: hidden;
	border: 1px solid rgba(53, 52, 52, 0.226);
}

.radio-input_8 label {
	flex: 1; /* 使每个标签均匀分配空间 */
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 14px;
}

.selection_8 {
	display: none;
	position: absolute;
	height: 100%;
	width: calc(var(--container_width) / 8); /* 修改为 8 个选项 */
	z-index: 0;
	left: 0;
	top: 0;
	transition: 0.15s ease;
}

.radio-input_8 label:has(input:checked) {
	color: #fff;
}

.radio-input_8 label:has(input:checked) ~ .selection_8 {
	background-color: rgb(11, 117, 223);
	display: inline-block;
}

/* 添加样式以处理选中标签的变换 */
.radio-input_8 label:nth-child(1):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 0 / 8));
}

.radio-input_8 label:nth-child(2):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 1 / 8));
}

.radio-input_8 label:nth-child(3):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 2 / 8));
}

.radio-input_8 label:nth-child(4):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 3 / 8));
}

.radio-input_8 label:nth-child(5):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 4 / 8));
}

.radio-input_8 label:nth-child(6):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 5 / 8));
}

.radio-input_8 label:nth-child(7):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 6 / 8));
}

.radio-input_8 label:nth-child(8):has(input:checked) ~ .selection_8 {
	transform: translateX(calc(var(--container_width) * 7 / 8));
}












  .card_key {
	position: relative;
	width: 190px;
	height: 254px;
	background-color: #000;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 12px;
	gap: 12px;
	border-radius: 8px;
	cursor: pointer;
  }
  
  .card_key::before {
	content: '';
	position: absolute;
	inset: 0;
	left: -5px;
	margin: auto;
	width: 200px;
	height: 264px;
	border-radius: 10px;
	background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
	z-index: -10;
	pointer-events: none;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card_key::after {
	content: "";
	z-index: -1;
	position: absolute;
	inset: 0;
	background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
	transform: translate3d(0, 0, 0) scale(0.95);
	filter: blur(20px);
  }
  
  .heading {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
  }
  
  .card_key p:not(.heading) {
	font-size: 14px;
  }
  
  .card_key p:last-child {
	color: #e81cff;
	font-weight: 600;
  }
  
  .card_key:hover::after {
	filter: blur(30px);
  }
  
  .card_key:hover::before {
	transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
  }
  
  
  .card_title__container {
    display: flex;
    flex-direction: column; /* 纵向排列 */
    align-items: center; /* 水平居中 */
}



.coolinput_detail_w {
	display: flex;
	flex-direction: column;
	width: fit-content;
	position: static;
	max-width: 240px;
  }
  
  .coolinput_detail_w label.text {
	font-size: 0.75rem;
	color: #818CF8;
	font-weight: 700;
	position: relative;
	top: 0.5rem;
	margin: 0 0 0 7px;
	padding: 0 3px;
	background: #e8e8e8;
	width: fit-content;
  }
  
  .coolinput_detail_w input[type=text].input {
	padding: 11px 10px;
	font-size: 0.75rem;
	border: 2px #818CF8 solid;
	border-radius: 5px;
	background: #e8e8e8;
  }
  
  .coolinput_detail_w input[type=text].input:focus {
	outline: none;
  }


  .coolinput_detail_r {
	display: flex;
	flex-direction: column;
	width: fit-content;
	position: static;
	max-width: 240px;
  }
  
  .coolinput_detail_r label.text {
	font-size: 0.75rem;
	color: #818CF8;
	font-weight: 700;
	position: relative;
	top: 0.5rem;
	margin: 0 0 0 7px;
	padding: 0 3px;
	background: #e8e8e8;
	width: fit-content;
  }
  
  .coolinput_detail_r input[type=text].input {
	padding: 11px 10px;
	font-size: 0.75rem;
	border: 2px #818CF8 solid;
	border-radius: 5px;
	background: #e8e8e8;
  }
  
  .coolinput_detail_r input[type=text].input:focus {
	outline: none;
  }





  /* From Uiverse.io by satyamchaudharydev */ 

.card_OpenDialogText {
	--border-radius: 0.75rem;
	--primary-color: #5775fa;
	--secondary-color: #3c3852;
	width: 420px;
	font-family: "Arial";
	padding: 1rem;
	cursor: pointer;
	border-radius: var(--border-radius);
	background-color: var(--background);
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
	position: relative;
	border: 2px solid #007bff; /* 边框颜色 */
	box-sizing: border-box; /* 包括边框在内 */
  }
  
  .card_OpenDialogText > * + * {
	margin-top: 1.2em;
  }
  
  .card_OpenDialogText .card_OpenDialogText__content {
	margin-top: 6%;
	color: var(--text-link);
	font-size: 1.2rem;
	background-color: var(--background);

  }
  
  .card_OpenDialogText .card_OpenDialogText__title {
	margin-top: 0%;
	padding: 0;
	font-size: 1.9rem;
	font-weight: bold;
	background-color: var(--background);

  }
  
  .card_OpenDialogText .card_OpenDialogText__date {
	color: #6e6b80;
	font-size: 0.8rem;
	background-color: var(--background);

  }
  
  .card_OpenDialogText .card_OpenDialogText__arrow {
	position: absolute;
	background: var(--primary-color);
	padding: 0.4rem;
	border-top-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	bottom: 0;
	right: 0;
	transition: 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--background);

  }
  
  .card_OpenDialogText svg {
	transition: 0.2s;
	background-color: var(--background);

  }
  
  /* hover */
  .card_OpenDialogText:hover .card_OpenDialogText__title {
	color: var(--primary-color);
	text-decoration: underline;
  }
  
  .card_OpenDialogText:hover .card_OpenDialogText__arrow {
	background-color: var(--background);

  }
  
  .card_OpenDialogText:hover .card_OpenDialogText__arrow svg {
	transform: translateX(3px);
	background-color: var(--background);

  }

  .dialog-overlay_OpenDialogText {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	backdrop-filter: blur(5px);
}
.card_OpenDialogText {
	background-color: var(--background);
	padding: 20px;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}



.card_OpenDialogText__arrow {
	position: absolute;

	cursor: pointer;
}




/* From Uiverse.io by mahiatlinux */ 
/* From Uiverse.io by Yaya12085 - Modified for Dark Mode */
.radio-inputs_usrtype {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .radio-inputs_usrtype > * {
	margin: 6px;
  }
  
  .radio-input_usrtype:checked + .radio-tile_usrtype {
	border-color: #4d8bff;
	box-shadow: 0 5px 10px rgba(255, 255, 255, 0.1);
	color: #4d8bff;
  }
  
  .radio-input_usrtype:checked + .radio-tile_usrtype:before {
	transform: scale(1);
	opacity: 1;
	background-color: #4d8bff;
	border-color: #4d8bff;
  }
  
  .radio-input_usrtype:checked + .radio-tile_usrtype .radio-icon_usrtype svg {
	fill: #4d8bff;
  }
  
  .radio-input_usrtype:checked + .radio-tile_usrtype .radio-label_usrtype {
	color: #4d8bff;
  }
  
  .radio-input_usrtype:focus + .radio-tile_usrtype {
	border-color: #4d8bff;
	box-shadow:
	  0 5px 10px rgba(255, 255, 255, 0.1),
	  0 0 0 4px #3a6abf;
  }
  
  .radio-input_usrtype:focus + .radio-tile_usrtype:before {
	transform: scale(1);
	opacity: 1;
  }
  
  .radio-tile_usrtype {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	min-height: 80px;
	border-radius: 0.5rem;
	border: 2px solid #e2fbfd;
	/* background-color: #1e2129; */
	box-shadow: 0 5px 10px rgba(255, 255, 255, 0.05);
	transition: 0.15s ease;
	cursor: pointer;
	position: relative;
	}
  
  .radio-tile_usrtype:before {
	content: "";
	position: absolute;
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	border: 2px solid #4a5265;
	background-color: #064edf;
	border-radius: 50%;
	top: 0.25rem;
	left: 0.25rem;
	opacity: 0;
	transform: scale(0);
	transition: 0.25s ease;
	}
  
  .radio-tile_usrtype:hover {
	border-color: #4d8bff;
  }
  
  .radio-tile_usrtype:hover:before {
	transform: scale(1);
	opacity: 1;
  }
  
  .radio-icon_usrtype svg {
	width: 2rem;
	height: 2rem;
	fill: #b6b6b6;
  }
  
  .radio-label_usrtype {
	color: #8f8f8f;
	transition: 0.375s ease;
	text-align: center;
	font-size: 13px;
  }
  
  .radio-input_usrtype {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
  }
  