.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{
	padding: 4px 0 4px 4px;
	/* width: 155px;
	text-align: center;
	margin: 5px 0px 5px 0; */
	/* padding: 5px; */
}



/* ============================================================================ */

.svg-container{
	cursor: pointer;
	height: 13px;
	width: 13px;
	/* margin-left: 260px; */
	float: right;
}
.resize-pointer-cont{
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin-left: 267px;
}

.resize-pointer-cont svg {
  height: 13px;
  width: 13px;
}

.resize-pointer-cont svg:hover {
  fill: red;
}

.grid-container{
	border-bottom: 1px solid #3a33331a;
	padding: 0 5px 5px 5px;
	background-color: rgb(242, 242, 242);
}

.form-group{
	margin: 5px;
	/* outline: 0; */
}

.form-group select{
	height: 24px;
	width: calc(100% - 7px);
	outline: 0;
}

.form-group input{
	height: 24px;
	width: 100%;
	ackground-color: #ffffff;
	border: solid 1px #c4c4c4;
	padding-left: 3px;
	outline: 0;
}

.form-group textarea{
    width: 100%;
    height: 56px;
    padding: 2px;
    outline: 0;
    resize: none;
}

.btn-container{
	display: flex;
    justify-content: center;
}

.cbtn{
	width: 86px;
    height: 24px;
	margin-right: 5px;
}

.btn-secondary{
	background-color: white;
    border: 1px solid black;
}

.status-sec-header{
	color: #51a5b8;
}

.status-sec-cont{
	word-wrap: break-word;
	padding: 4px 0 4px 4px;
	/* color: #000000; */
}
#dyna-form-cont .show-elm{
	display: block;
}

#dyna-form-cont .hide-elm{
	display: none;
}

.button-loading .button-text {
  visibility: hidden;
  opacity: 0;
}

.button-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

#dyna-form-id label.error{
	color: #ff3333;
}

#dynamic-container svg{
	fill: black;
}

 .input-currency {
     position: relative;
	 line-height: 24px;
 }
 .input-currency input {
     padding-left:12px;
 }
 .input-currency:before {
     position: absolute;
     top: 0;
     content: attr(data-symbol);
     left: 3px;
 }


#dyna-form-id button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

#dyna-form-id .btn-success{
	border: 1px solid #5f73ef;
}

#dyna-form-id .btn-failure{
	border: 1px solid red;
}