
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*CSS for RPC-582*/

.sc-popup {
    background-color: rgba(60, 64, 77, 0.85);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.sc-popup-inner {
    padding: 10px 0;
}

.sc-popup-inner p {
  color: #fff !important;
  font-size: 16px;
	margin:0;
}

.sc-popup-inner p a {
    font-weight: 600;
    text-decoration: underline;
}

.sc-popup-inner p a:hover {
	color:#fff;
	}

#cookies_agreed_btn {
    background: #00AEEF none repeat scroll 0 0;
    border: 4px solid #00AEEF;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 46px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

#cookies_agreed_btn:hover {
    background: none;
    color: #00AEEF;
    text-decoration: none;
}

@media only screen and (max-width: 768px)  {
	
.sc-popup {
    z-index: 2147483642;	
}

.sc-popup-inner p {
	margin-bottom:10px;
	}

}

/*CSS for RPC-582 ended*/