.help_img {
      transition: 0.5s ease; 
      filter: grayscale(100%);
    }
.help_img:hover {
    transform: scale(1.1);
}

.popupinfo
{
	position: absolute;
	bottom: 0;
	right: 0;
    text-align: center;
	background-color: transparent;	
}
.frame
{
	width: 223px;
	height: 235px;
	min-width: 223px;
	min-height: 235px;
	margin-bottom:20px;
	margin-right:25px;
	background: #FDF1E9;
	border: 2px solid rgb(95,144,189);
	border-radius: 38px;
	opacity: 0.0;
}
.popuphelp
{
	background-size: 100% 100%;
	width: 64px;
	height: 64px;
	margin-bottom:20px;
	margin-right:25px;
	background-repeat: no-repeat;
	background-image: url("../img/info.svg");
	cursor: pointer;
	opacity: 1.0;
}
.result{
	padding-top:12px;
	padding-bottom:5px;
	height:50px;
	opacity: 1.0;
	font-weight: bold;
	font-size: 15px;
}
.arrow{
	padding-left:0px;
	opacity:0;
	cursor:pointer;
	padding-top:12px;
}
.sum{
	width:60px; 
	margin-top: 0px; 
	padding-top: 10px;
}
.smile{
	font-size: 28px;
}
.container {
  position: relative;
  #top: 50%;
  top: 25px;
  #transform: translateY(-50%);
}
.close_informer{
	float: right; 
	margin-right: -15px;
	margin-top: 0px;
	cursor: pointer;
}


input[type=text2] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(95,144,189);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 55%;
  margin-top: 7px;
  border-radius: 4px;
  padding: 4px;
  text-align: center; 
  background-color: #E8F0FE;
}

input[type=text2]:focus {
  border: 1px solid rgb(65,113,156);
  border-radius: 6px;
  width: 75%;
}

input[type=text3] {
  width: 60px;
  border: 1px solid rgb(65,113,156);
  border-radius: 6px;
  padding: 4px;
  text-align: center; 
  background-color: #FEF4F4;
}

input[type=text3]:focus {
  border: 1px solid rgb(65,113,156);
  border-radius: 6px;
}

.curr{
	font-size: 14px;
}

.card{
	font-size: 26px; 
	margin-left:4px; 
}

#pay_button {
	min-height: 28px;
	height: 28px;
	width: 38px;
	border-radius: 6px;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 20px; 
}
.rec {
	display: none;
}

.short {
	display: none;
}

.line  {
	border-top: 1px dashed rgb(228, 228, 228);
	height: 18px; 
	margin: 10px;
}
.icons {
	padding: 7px;
	width: 24px;
	height: 24px;
}
