@charset "UTF-8";


.usb_main{
	/* background: url(usb/bg.jpg); */
  background-color: cornsilk;
	background-size:cover;
	background-repeat: no-repeat;
	font-family:sans-serif;
	    height: 80vh;
    width: 100%;
}

.usb_note{
	padding: 10px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;
	color: #333;
}


.usb_wrap{


	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.usb_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.usb_flex img{
  width: 70px;
	height: auto;
	margin: 10px;
}

.arrow{
}

.arrow img{
	width: 30px !important;
	margin: 0 !important;
}

.usb_popup{
	/* transform: scale(1) translate(-50%,-50%) !important; */

/* background-color: #fff; */
z-index: 1;
transform-origin:left;
transition: 0.2s ease-out;
position: fixed;
transform: scale(0) translate(-50%,-50%);
top: 45%;
left: 50%;
width: 68%;
max-width: 500px;
/* transform: scale(1) translate(-50%, -50%); */
background-color: #fafafa;
border-radius: 5px;
box-shadow: 0 0 8px #b6b5b5;
}
.usb_popup.on{
transform: scale(1) translate(-50%,-50%);
}

.popup_close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	right: 8px;
}

.usb_popup h1{
	text-align: center;
	font-size: 12px;
	background-color: #ccc;
	padding: 20px;
	/* border-bottom: inset 1px #fff; */
}

.usb_popup h2{
	text-align: center;
	font-size: 140%;
	color: #999;
}


.usb_popup_inner{
	padding: 50px;
}






@-webkit-keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }

@keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }


.ball-scale-ripple{
	position: relative;
	margin-bottom: 30px;
}

.ball-scale-ripple > div {

	
margin: auto;

-webkit-animation-fill-mode: both;
animation-fill-mode: both;
height: 70px;
width: 70px;
border-radius: 100%;
border: 2px solid #00AEEF;
-webkit-animation: ball-scale-ripple 2.5s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
animation: ball-scale-ripple 2.5s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }



.loader-inner img{
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.loading{
	position: fixed;
	right: 20px;
	bottom: -150px;
	padding: 20px;
	padding-top: 28px;
	width: 300px;
	height: 120px;
	background-color: #eee;
	/* display: block !important; */
	/* text-align: center; */
	transition: 0.6s;
	z-index: 99;

	/* bottom: 30px; */
	font-size: 13px;
}

.loading_header{

	right: 0;
    top: 0;
    position: absolute;
    background-color: #0026fc;
    /* background-image: url(img/tate_w_60.png); */
    width: 100%;
    height: 20px;
    border: inset 1px #eee;
		text-align: left;
		font-size: 10px;
		color: #fff;
		line-height: 16px;
		padding: 0 5px;

}
.loading_header span{
	color: #820522;
    /* color: #fff; */
    background-color: #eee;
    /* background-image: url(img/tate_30.png); */
    cursor: pointer;
    right: 3px;
    top: 3px;
    position: absolute;
    font-size: 13px;
    text-align: center;
    -webkit-font-smoothing: auto;
}
.loading_end{
	position: absolute;
	bottom:10px ;
	left: 50%;
	transform: translateX(-50%);
}

.loading.up{
	bottom: 30px;
}

.loading_header__txt{
	font-size: 10px;
	line-height: 1.8;
}

.loading_par{
	text-align: center;
  font-weight: bold;
	color: #00AEEF;
	margin-top: 20px;
}

.loading_par span{
	font-size: 140%;
}






.timer{
	margin-top: 30px;
	height: 8px;
	width: calc(100%);
	/* border: 1px solid #000; */
	/* border: solid 1px #eee; */
	border-radius: 5px;
	position: relative;
	background-color: #eee;
	overflow: hidden;
}

.timer_in{
	height: 100%;
	width: 0%;
	background-color: #2858c7;

  /* transition: 4.5s ease-in-out; */
	transition:width 80s ease-out  ;
	width: 0;
}
.timer_in.end_1{
	width: 100%;
}
.timer_in.end_2{
	background-color: #2858c7;
	/* animation: name 0.4s; */
}



.key_main{
  background-color: cornsilk;
	background-size:cover;
	background-repeat: no-repeat;
	font-family:sans-serif;
	    height: 80vh;
    width: 100%;
}

.key_inner{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

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


.txtInput{
	background-color: #fff;
	height: 36px;
	border-radius: 5px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	border: 1px solid #ccc;
 color: #000;
		cursor: pointer;

}

.btn_sstm{
	background-color: #ff5900;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}

.txtInput--Cursor:after {
content: "|";
display: inline-block;
}

.txtInput--Cursor.flash:after {
display: none;
}

.txtInput span {
text-decoration: underline;
}
.txtInput.focusON {
 outline: -webkit-focus-ring-color auto 1px;
}

.key_note{
	padding: 10px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;
	color: #333;
	display: none;
}