.bottom-right{
  display: flex;
  justify-content: center;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 175px;
  background-color: #51a5b8;
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}


#securepay-cont .btn-cont{
	display: flex;
	flex-direction: column;
}

#securepay-cont .slider-arrow {
	padding: 2px;
	width: 10px;
	background: #51a5b8;
	color: #000;
	text-decoration: none;
	position: relative;
	left: -5px;
	top: -5px;
	height: 15px;
}

.arrow-hide{
	left: -20px !important;
	padding: 4px 18px 4px 8px !important;
}

.securepay-button {
  border-radius: 4px;
  background-color: #1e6d90;
  border: none;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 155px;
  cursor: pointer;
  margin: 5px 0px 5px 0;
}

.securepay-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.securepay-button span::after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.securepay-button::hover span {
  padding-right: 25px;
}

.securepay-button::hover span::after {
  opacity: 1;
  right: 0;
}

#secpaySel{
	  border-radius: 4px;
	  background-color: #F2F2F2;
	  border: none;
	  color: #000;
	  text-align: center;
	  padding: 5px;
	  width: 155px;
	  margin: 5px 0px 5px 0;
}

#secpaySel:invalid {
  color: #9a8d8d;
}
#secpaySel option {
	color: black;
	background-color: white;
	padding: 6px;
}

.placeholder{
  display: none;
}

.sec-status{
	width: 155px;
	text-align: center;
	margin: 5px 0px 5px 0;
	/* padding: 5px; */
}