<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.withdraw {
  padding: 30px 20px;
  color: #212457;
}

.withdraw .mb10{
	font-weight:bold;
	color:#000;
	
}

.withdraw .mb10.line{
	position:relative;
	padding-left:20px;
}

.withdraw .mb10.line:before{
	content:"";
	background:url("/layouts/basic/images/layout/line.svg") #0772d0 center no-repeat;
	width:15px;
	height:15px;
	border-radius:30px;
	position:absolute;
	left:0px;
	top: 50%;
    transform: translateY(-50%);
	background-size:8px;
}

.withdraw .cash {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
  margin:10px 0px;
  background-color: #f4f4f4;
  border-radius:5px;
  color:#000;
  border: 1px solid #ddd;;
  background-color: #fff;
  font-size:14px;
  height: 45px;
  align-items: center;
  box-sizing: content-box;
}

.withdraw .cash.open {
  
}

.withdraw form .notifi-text{
}

.withdraw form .notifi-text p {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
  line-height:20px;
  font-weight: 500;
  position:relative;
  padding-left:10px;
  color:#aaa;
}

.withdraw form .notifi-text p:before{
	content:"Â·";
	position:absolute;
	left:0px;
	top:0px;
	font-size:25px;
}

.withdraw form .input-box {
  padding: 10px 0px;
}

.withdraw form .input-box input {
  width:100%;
  height: 45px;
  padding: 0;
  border: 1px solid #dbdbdb !important;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  padding: 0px 10px;
  box-sizing:border-box;
}


.withdraw form .input-box input.num {
  text-align: right;
}

.withdraw form .input-box &gt; .btnArea {
  background-color: unset !important;
  justify-content: space-between;
}

.withdraw form .input-box &gt; .btnArea &gt; * {
  flex: unset;
}

.withdraw form .input-box &gt; .btnArea &gt; button {
  width: calc((100% - 7px) / 4);
  height: 35px;
  color:#999;
  background-color: #ebebeb;
  border-radius: 5px;
  margin-right:7px;
  font-size:13px;
}

.withdraw form .input-box &gt; .btnArea &gt; button:last-child{
	margin:0px;
}

.withdraw form .input-box &gt; .btnArea &gt; button.open,
.withdraw form .input-box &gt; .btnArea &gt; button:hover {
  color: #000;
  background-color: #e9f6ff;
}

.section-slice {
  margin: 10px 0px;
  border: 1px solid var(--val-gray5-color);
}

.withdraw form .input-box &gt; .phoneArea {
  display: flex;
  justify-content: space-between;
}

.withdraw form .input-box &gt; .phoneArea &gt; button {
  width: 25%;
  background-color:#ebebeb;
  border-radius: 5px;
}

.withdraw form .input-box &gt; .phoneArea &gt; select {
  background-color:#ebebeb;
  border-radius:5px;
  text-align: center;
  overflow:scroll;
  font-size:14px;
}

.check_refund_price {
  width: 100% !important;
  height: 45px;
  font-size: 14px;
  text-align: center;
  color:#fff;
  background-color: #0772d0;
  border-radius: 5px;
  cursor: pointer;
}

.withdraw form .input-box &gt; .bank_info {
  font-size: 14px;
  margin-bottom:20px;
}

.withdraw .hide {
  display: none !important;
}

/* .withdraw form .input-box &gt; .phoneArea &gt; .private_num {
  width: 43%;
} */



.withdraw form .notifi-text2{
}

.withdraw form .notifi-text2 p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height:20px;
  font-weight: 500;
  position:relative;
  padding-left:10px;
  color:#F18006;
}

.withdraw form .notifi-text2 p:before{
	content:"Â·";
	position:absolute;
	left:0px; 
	top:0px;
	font-size:25px;
}


.check_refund_price7 {
  width: 100% !important;
  height: 45px;
  font-size: 14px;
  text-align: center;
  color:#fff;
  background-color: #212457;
  border-radius: 5px;
  cursor: pointer;
}


.check_refund_price8 {
  width: 100% !important;
  height: 45px;
  font-size: 14px;
  text-align: center;
  color:#fff;
  background-color: #C41528;
  border-radius: 5px;
  cursor: pointer;
}
</pre></body></html>